blob: 736fa69f77e3fa4d4ce1e76c3a86ee1c0148a163 [file] [log] [blame]
Zack Williams0b072cf2019-09-27 11:00:11 -07001---
2# verification jobs for 'voltha-api-server' repo
3
4- project:
5 name: voltha-api-server
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-api-server-jobs':
10 branch-regexp: '{all-branches-regexp}'
11 - 'publish-voltha-api-server-jobs':
12 branch-regexp: '{all-branches-regexp}'
13
14- job-group:
15 name: 'verify-voltha-api-server-jobs'
16 jobs:
17 - 'verify-licensed'
18 - 'tag-collision-reject':
19 dependency-jobs: 'verify_voltha-api-server_licensed'
20 - 'make-unit-test':
Andy Bavier27370322019-10-04 09:59:34 -070021 build-node: 'ubuntu16.04-basebuild-2c-4g'
Zack Williams0b072cf2019-09-27 11:00:11 -070022 dest-gopath: "github.com/opencord"
Andy Bavier8b0b2d32019-10-23 09:58:19 -070023 unit-test-targets: 'lint sca test'
Zack Williams0b072cf2019-09-27 11:00:11 -070024 unit-test-keep-going: 'true'
25 junit-allow-empty-results: true
Scott Baker5521fd42019-10-02 09:41:06 -070026 - 'voltha-patch-test':
hwchiu14f97852019-10-08 10:51:11 -070027 pipeline: 'voltha-bbsim-tests.groovy'
Zack Williams0b072cf2019-09-27 11:00:11 -070028
29- job-group:
30 name: 'publish-voltha-api-server-jobs'
31 jobs:
32 - 'docker-publish':
33 build-timeout: 30
34 docker-repo: 'voltha'
35 dependency-jobs: 'version-tag'