Zack Williams | 1c42aa3 | 2019-07-24 17:56:14 -0700 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'voltha-system-tests' repo |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-system-tests |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'verify-voltha-system-tests-jobs': |
Zack Williams | a415910 | 2019-09-05 22:17:25 -0700 | [diff] [blame] | 10 | branch-regexp: '{all-branches-regexp}' |
Zack Williams | 1c42aa3 | 2019-07-24 17:56:14 -0700 | [diff] [blame] | 11 | |
| 12 | - job-group: |
| 13 | name: 'verify-voltha-system-tests-jobs' |
| 14 | jobs: |
| 15 | - 'verify-licensed' |
| 16 | - 'tag-collision-reject': |
| 17 | dependency-jobs: 'verify_voltha-system-tests_licensed' |
| 18 | - 'make-unit-test': |
| 19 | dependency-jobs: 'verify_voltha-system-tests_tag-collision' |
| 20 | unit-test-targets: 'lint' |
| 21 | junit-allow-empty-results: true |
| 22 | |