blob: d7fca71ed0fed5aa07449e8217c75a02df853a0a [file] [log] [blame]
Zack Williams3bc832a2019-08-21 14:45:23 -07001---
2# verification jobs for 'voltctl' repo
3
4- project:
5 name: voltctl
6 project: '{name}'
7
8 dest-gopath: "github.com/opencord"
9
10 jobs:
11 - 'verify-voltctl-jobs':
12 branch-regexp: '{supported-branches-regexp}'
13 - 'post-submit-voltctl-jobs':
14 branch-regexp: '{supported-branches-regexp}'
15
16- job-group:
17 name: 'verify-voltctl-jobs'
18 jobs:
19 - 'verify-licensed'
20 - 'tag-collision-reject':
21 dependency-jobs: 'verify_voltctl_licensed'
22 - 'make-unit-test':
Scott Bakerad8aba92020-02-27 08:44:46 -080023 build-node: 'ubuntu16.04-basebuild-2c-4g'
Zack Williamsddaf98e2020-02-19 09:58:51 -070024 unit-test-targets: 'lint sca test'
Zack Williams3bc832a2019-08-21 14:45:23 -070025 unit-test-keep-going: 'true'
26 dependency-jobs: 'verify_voltctl_tag-collision'
Andy Bavier178c47b2020-04-01 13:05:43 -070027 - 'voltha-patch-test':
Matteo Scandolo42f6e572021-01-25 15:11:34 -080028 pipeline-script: 'voltha/master/bbsim-tests.groovy'
Zack Williams3bc832a2019-08-21 14:45:23 -070029
30- job-group:
31 name: 'post-submit-voltctl-jobs'
32 jobs:
33 - 'github-release':
Zack Williams773766d2019-12-12 15:43:41 -070034 build-node: 'ubuntu16.04-basebuild-2c-4g'
Zack Williams3bc832a2019-08-21 14:45:23 -070035 dependency-jobs: 'version-tag'
36 github-organization: 'opencord'
37 artifact-glob: 'release/*'