Zack Williams | 3bc832a | 2019-08-21 14:45:23 -0700 | [diff] [blame] | 1 | --- |
| 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': |
Zack Williams | ddaf98e | 2020-02-19 09:58:51 -0700 | [diff] [blame] | 23 | unit-test-targets: 'lint sca test' |
Zack Williams | 3bc832a | 2019-08-21 14:45:23 -0700 | [diff] [blame] | 24 | unit-test-keep-going: 'true' |
| 25 | dependency-jobs: 'verify_voltctl_tag-collision' |
| 26 | |
| 27 | - job-group: |
| 28 | name: 'post-submit-voltctl-jobs' |
| 29 | jobs: |
| 30 | - 'github-release': |
Zack Williams | 773766d | 2019-12-12 15:43:41 -0700 | [diff] [blame] | 31 | build-node: 'ubuntu16.04-basebuild-2c-4g' |
Zack Williams | 3bc832a | 2019-08-21 14:45:23 -0700 | [diff] [blame] | 32 | dependency-jobs: 'version-tag' |
| 33 | github-organization: 'opencord' |
| 34 | artifact-glob: 'release/*' |