| # verification jobs for 'voltha-go' repo |
| - 'verify-voltha-go-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| - 'publish-voltha-go-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| name: 'verify-voltha-go-jobs' |
| - 'tag-collision-reject': |
| dependency-jobs: 'verify_voltha-go_licensed' |
| dest-gopath: "github.com/opencord" |
| unit-test-targets: 'lint' |
| unit-test-keep-going: 'true' |
| junit-allow-empty-results: true |
| build-node: 'ubuntu16.04-basebuild-2c-4g' |
| dest-gopath: "github.com/opencord" |
| unit-test-targets: 'test' |
| unit-test-keep-going: 'true' |
| name: 'publish-voltha-go-jobs' |
| dependency-jobs: 'version-tag' |