blob: 9f1672d73c170898c57d34bc41aa5846585e1e5c [file] [log] [blame]
---
# verification jobs for 'voltha-onos' repo
- project:
name: voltha-onos
project: '{name}'
jobs:
- 'verify-voltha-onos-jobs-common':
branch-regexp: '{all-branches-regexp}'
- 'verify-voltha-onos-jobs-master':
branch-regexp: 'master'
- 'verify-voltha-onos-jobs-branches':
branch-regexp: '^(onos-1.13.10|onos-2.2)$'
name-extension: '-branches'
- 'publish-voltha-onos-jobs':
branch-regexp: '{all-branches-regexp}'
- job-group:
name: 'verify-voltha-onos-jobs-common'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltha-onos_licensed'
- 'make-unit-test':
unit-test-targets: 'build'
junit-allow-empty-results: true
- job-group:
name: 'verify-voltha-onos-jobs-master'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha-bbsim-tests.groovy'
- job-group:
name: 'verify-voltha-onos-jobs-branches'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha-bbsim-tests.groovy'
onos-version: '1.13.10'
- job-group:
name: 'publish-voltha-onos-jobs'
jobs:
- 'docker-publish':
docker-repo: 'voltha'
dependency-jobs: 'version-tag'