blob: d7fca71ed0fed5aa07449e8217c75a02df853a0a [file] [log] [blame]
---
# verification jobs for 'voltctl' repo
- project:
name: voltctl
project: '{name}'
dest-gopath: "github.com/opencord"
jobs:
- 'verify-voltctl-jobs':
branch-regexp: '{supported-branches-regexp}'
- 'post-submit-voltctl-jobs':
branch-regexp: '{supported-branches-regexp}'
- job-group:
name: 'verify-voltctl-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltctl_licensed'
- 'make-unit-test':
build-node: 'ubuntu16.04-basebuild-2c-4g'
unit-test-targets: 'lint sca test'
unit-test-keep-going: 'true'
dependency-jobs: 'verify_voltctl_tag-collision'
- 'voltha-patch-test':
pipeline-script: 'voltha/master/bbsim-tests.groovy'
- job-group:
name: 'post-submit-voltctl-jobs'
jobs:
- 'github-release':
build-node: 'ubuntu16.04-basebuild-2c-4g'
dependency-jobs: 'version-tag'
github-organization: 'opencord'
artifact-glob: 'release/*'