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': |
Scott Baker | ad8aba9 | 2020-02-27 08:44:46 -0800 | [diff] [blame] | 23 | build-node: 'ubuntu16.04-basebuild-2c-4g' |
Zack Williams | ddaf98e | 2020-02-19 09:58:51 -0700 | [diff] [blame] | 24 | unit-test-targets: 'lint sca test' |
Zack Williams | 3bc832a | 2019-08-21 14:45:23 -0700 | [diff] [blame] | 25 | unit-test-keep-going: 'true' |
| 26 | dependency-jobs: 'verify_voltctl_tag-collision' |
Andy Bavier | 178c47b | 2020-04-01 13:05:43 -0700 | [diff] [blame] | 27 | - 'voltha-patch-test': |
| 28 | pipeline-script: 'voltha-bbsim-tests.groovy' |
Zack Williams | 3bc832a | 2019-08-21 14:45:23 -0700 | [diff] [blame] | 29 | |
| 30 | - job-group: |
| 31 | name: 'post-submit-voltctl-jobs' |
| 32 | jobs: |
| 33 | - 'github-release': |
Zack Williams | 773766d | 2019-12-12 15:43:41 -0700 | [diff] [blame] | 34 | build-node: 'ubuntu16.04-basebuild-2c-4g' |
Zack Williams | 3bc832a | 2019-08-21 14:45:23 -0700 | [diff] [blame] | 35 | dependency-jobs: 'version-tag' |
| 36 | github-organization: 'opencord' |
| 37 | artifact-glob: 'release/*' |