blob: 9a8cc3563c51e777c14a863b86dfe02649fdad0a [file] [log] [blame]
---
# verification jobs for 'voltha-system-tests' repo
- project:
name: voltha-system-tests
project: '{name}'
jobs:
- 'verify-voltha-system-tests-jobs':
build-node: 'ubuntu18.04-basebuild-4c-8g'
branch-regexp: '{all-branches-regexp}'
- 'verify-voltha-system-tests-jobs-voltha-2.8':
build-node: 'ubuntu18.04-basebuild-4c-8g'
name-extension: '-voltha-2.8'
override-branch: 'voltha-2.8'
branch-regexp: '^voltha-2.8$'
- 'verify-voltha-system-tests-jobs-voltha-2.9':
build-node: 'ubuntu18.04-basebuild-4c-8g'
name-extension: '-voltha-2.9'
override-branch: 'voltha-2.9'
branch-regexp: '^voltha-2.9$'
- 'verify-voltha-system-tests-jobs-voltha-2.10':
build-node: 'ubuntu18.04-basebuild-4c-8g'
name-extension: '-voltha-2.10'
override-branch: 'voltha-2.10'
branch-regexp: '^voltha-2.10$'
- 'verify-voltha-system-tests-jobs-master':
build-node: 'ubuntu18.04-basebuild-4c-8g'
branch-regexp: '^master$'
- job-group:
name: 'verify-voltha-system-tests-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltha-system-tests_licensed'
- 'make-unit-test':
dependency-jobs: 'verify_voltha-system-tests_tag-collision'
unit-test-targets: 'lint'
junit-allow-empty-results: true
- job-group:
name: 'verify-voltha-system-tests-jobs-voltha-2.8'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
- job-group:
name: 'verify-voltha-system-tests-jobs-voltha-2.9'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha/voltha-2.9/bbsim-tests.groovy'
- job-group:
name: 'verify-voltha-system-tests-jobs-voltha-2.10'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha/voltha-2.10/bbsim-tests.groovy'
- job-group:
name: 'verify-voltha-system-tests-jobs-master'
jobs:
- 'voltha-patch-test':
extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'