Zack Williams | 2200fd8 | 2019-02-05 15:03:27 -0700 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'voltha-openolt-adapter' repo |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-openolt-adapter |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'verify-voltha-openolt-adapter-jobs': |
| 10 | branch-regexp: '{supported-branches-regexp}' |
| 11 | |
| 12 | - job-group: |
| 13 | name: 'verify-voltha-openolt-adapter-jobs' |
| 14 | jobs: |
| 15 | - 'verify-licensed' |
| 16 | - 'tag-collision-reject': |
| 17 | dependency-jobs: 'verify_voltha-openolt-adapter_licensed' |
Zack Williams | e527826 | 2019-05-07 15:23:24 -0700 | [diff] [blame] | 18 | - 'make-unit-test': |
| 19 | dest-gopath: "github.com/opencord" |
| 20 | name-extension: "-lint" |
| 21 | unit-test-targets: 'lint' |
| 22 | unit-test-keep-going: 'true' |
| 23 | junit-allow-empty-results: true |
| 24 | - 'make-unit-test': |
| 25 | build-node: 'ubuntu16.04-basebuild-2c-4g' |
| 26 | dest-gopath: "github.com/opencord" |
| 27 | name-extension: "-tests" |
| 28 | unit-test-targets: 'test' |
| 29 | unit-test-keep-going: 'true' |
Zack Williams | 2eebd02 | 2019-05-10 10:07:29 -0700 | [diff] [blame] | 30 | junit-allow-empty-results: true |
Zack Williams | e527826 | 2019-05-07 15:23:24 -0700 | [diff] [blame] | 31 | |