Zack Williams | e527826 | 2019-05-07 15:23:24 -0700 | [diff] [blame^] | 1 | --- |
| 2 | # verification jobs for 'cordctl' repo |
| 3 | |
| 4 | - project: |
| 5 | name: cordctl |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'verify-cordctl-jobs': |
| 10 | branch-regexp: '{supported-branches-regexp}' |
| 11 | |
| 12 | - job-group: |
| 13 | name: 'verify-cordctl-jobs' |
| 14 | jobs: |
| 15 | - 'verify-licensed' |
| 16 | - 'tag-collision-reject': |
| 17 | dependency-jobs: 'verify_cordctl_licensed' |
| 18 | - 'make-unit-test': |
| 19 | dest-gopath: "github.com/opencord" |
| 20 | unit-test-targets: 'lint test' |
| 21 | unit-test-keep-going: 'true' |
| 22 | dependency-jobs: 'verify_cordctl_tag-collision' |