Zack Williams | fdf8a19 | 2019-10-09 15:57:42 -0700 | [diff] [blame] | 1 | --- |
| 2 | # verification jobs for 'voltha-lib-go' repo |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-lib-go |
| 6 | project: '{name}' |
| 7 | |
| 8 | jobs: |
| 9 | - 'verify-voltha-lib-go-jobs': |
| 10 | branch-regexp: '{all-branches-regexp}' |
| 11 | |
| 12 | - job-group: |
| 13 | name: 'verify-voltha-lib-go-jobs' |
| 14 | jobs: |
| 15 | - 'verify-licensed' |
| 16 | - 'tag-collision-reject': |
| 17 | dependency-jobs: 'verify_voltha-lib-go_licensed' |
| 18 | - 'make-unit-test': |
| 19 | build-node: 'ubuntu16.04-basebuild-2c-4g' |
| 20 | build-timeout: 20 |
| 21 | dest-gopath: "github.com/opencord" |
Zack Williams | ddaf98e | 2020-02-19 09:58:51 -0700 | [diff] [blame] | 22 | unit-test-targets: 'lint sca test' |
Zack Williams | fdf8a19 | 2019-10-09 15:57:42 -0700 | [diff] [blame] | 23 | unit-test-keep-going: 'true' |
Andy Bavier | b99c3d3 | 2020-02-18 11:14:17 -0700 | [diff] [blame] | 24 | - 'voltha-patch-test': |
| 25 | pipeline-script: 'voltha-bbsim-tests.groovy' |
| 26 | skip-vote: true |