blob: 564846aa4207d0472af9389ae2edfb9e9028f804 [file] [log] [blame]
---
# verification jobs for 'voltha-openonu-adapter' repo
# NOTE this component is deprecated, should we keep running the tests?
- project:
name: voltha-openonu-adapter
project: '{name}'
jobs:
- 'verify-voltha-openonu-adapter-jobs':
branch-regexp: '{all-branches-regexp}'
- 'verify-voltha-openonu-adapter-jobs-voltha-2.8':
name-extension: '-voltha-2.8'
override-branch: 'voltha-2.8'
branch-regexp: '{kind-voltha-regexp}'
- 'verify-voltha-openonu-adapter-jobs-master':
branch-regexp: '^master$'
- 'publish-voltha-openonu-adapter-jobs':
branch-regexp: '{all-branches-regexp}'
- job-group:
name: 'verify-voltha-openonu-adapter-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltha-openonu-adapter_licensed'
- 'make-unit-test':
unit-test-targets: 'test'
unit-test-keep-going: 'true'
junit-allow-empty-results: true
build-timeout: 15
- 'make-sca':
unit-test-targets: 'sca'
unit-test-keep-going: 'true'
junit-allow-empty-results: true
build-timeout: 15
- job-group:
name: 'verify-voltha-openonu-adapter-jobs-voltha-2.8'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
- job-group:
name: 'verify-voltha-openonu-adapter-jobs-master'
jobs:
- 'voltha-patch-test':
extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
- job-group:
name: 'publish-voltha-openonu-adapter-jobs'
jobs:
- 'docker-publish':
build-timeout: 30
docker-repo: 'voltha'
dependency-jobs: 'version-tag'