blob: f85cc9c3e3f3b5925b43bbbf85f3db4ebaa48064 [file] [log] [blame]
---
# verification jobs for 'voltha-onos' repo
- project:
name: voltha-onos
project: '{name}'
jobs:
- 'verify-voltha-onos-jobs':
branch-regexp: '{all-branches-regexp}'
- 'verify-voltha-onos-jobs-voltha-2.7':
name-extension: '-voltha-2.7'
override-branch: 'voltha-2.7'
branch-regexp: '{kind-voltha-regexp}'
- 'verify-voltha-onos-jobs-master':
branch-regexp: '^master$'
- 'publish-voltha-onos-jobs':
branch-regexp: '{all-branches-regexp}'
- job-group:
name: 'verify-voltha-onos-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltha-onos_licensed'
- job-group:
name: 'verify-voltha-onos-jobs-voltha-2.7'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha/voltha-2.7/bbsim-tests.groovy'
- job-group:
name: 'verify-voltha-onos-jobs-master'
jobs:
- 'voltha-patch-test':
extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
# the unit test job will fail on all the branches that are not "master" as the "make test"
# target was not available
- 'make-unit-test':
unit-test-targets: 'test'
junit-allow-empty-results: true
- job-group:
name: 'publish-voltha-onos-jobs'
jobs:
- 'docker-publish':
docker-repo: 'voltha'
dependency-jobs: 'version-tag'