| --- |
| # verification jobs for 'voltha-lib-go' repo |
| |
| - project: |
| name: voltha-lib-go |
| project: '{name}' |
| |
| jobs: |
| - 'verify-voltha-lib-go-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| |
| - job-group: |
| name: 'verify-voltha-lib-go-jobs' |
| jobs: |
| - 'verify-licensed' |
| - 'tag-collision-reject': |
| dependency-jobs: 'verify_voltha-lib-go_licensed' |
| - 'make-unit-test': |
| build-node: 'ubuntu18.04-basebuild-4c-8g' |
| build-timeout: 20 |
| dest-gopath: "github.com/opencord" |
| unit-test-targets: 'lint sca test' |
| unit-test-keep-going: 'false' |
| |
| # [EOF] |