| # verification jobs for 'ofagent-go' repo |
| - 'verify-ofagent-go-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| - 'publish-ofagent-go-jobs': |
| branch-regexp: '{all-branches-regexp}' |
| name: 'verify-ofagent-go-jobs' |
| - 'tag-collision-reject': |
| dependency-jobs: 'verify_ofagent-go_licensed' |
| build-node: 'ubuntu16.04-basebuild-1c-2g' |
| dest-gopath: "github.com/opencord" |
| unit-test-targets: 'lint sca test' |
| unit-test-keep-going: 'true' |
| junit-allow-empty-results: true |
| pipeline-script: 'voltha-bbsim-tests.groovy' |
| name: 'publish-ofagent-go-jobs' |
| dependency-jobs: 'version-tag' |
| extraEnvironmentVars: BUILD_PROFILED=true |