blob: 1b0191771cbb59e6d8c1fe2dbcd12ac84446fd40 [file] [log] [blame]
---
# verification jobs for 'ofagent-go' repo
- project:
name: ofagent-go
project: '{name}'
jobs:
- 'verify-ofagent-go-jobs':
branch-regexp: '{all-branches-regexp}'
- 'verify-ofagent-jobs-voltha-2.6':
name-extension: '-voltha-2.6'
override-branch: 'voltha-2.6'
branch-regexp: '{kind-voltha-regexp}'
- 'verify-ofagent-jobs-master':
branch-regexp: '^master$'
- 'publish-ofagent-go-jobs':
branch-regexp: '{all-branches-regexp}'
- job-group:
name: 'verify-ofagent-go-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_ofagent-go_licensed'
- 'make-unit-test':
build-node: 'ubuntu16.04-basebuild-4c-8g'
dest-gopath: "github.com/opencord"
unit-test-targets: 'lint sca test'
unit-test-keep-going: 'true'
junit-allow-empty-results: true
- job-group:
name: 'verify-ofagent-jobs-voltha-2.6'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha-bbsim-tests.groovy'
- job-group:
name: 'verify-ofagent-jobs-master'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha/master/bbsim-tests.groovy'
- job-group:
name: 'publish-ofagent-go-jobs'
jobs:
- 'docker-publish':
build-timeout: 30
docker-repo: 'voltha'
dependency-jobs: 'version-tag'
extraEnvironmentVars: BUILD_PROFILED=true