blob: 90f0379f174da922203f9880524a1e88bc4d75be [file] [log] [blame]
---
# verification jobs for 'voltha-openolt-adapter' repo
- project:
name: voltha-openolt-adapter
project: '{name}'
jobs:
- 'verify-voltha-openolt-adapter-jobs':
branch-regexp: '{all-branches-regexp}'
- 'verify-voltha-openolt-adapter-jobs-voltha-2.7':
name-extension: '-voltha-2.7'
override-branch: 'voltha-2.7'
branch-regexp: '{kind-voltha-regexp}'
- 'verify-voltha-openolt-adapter-jobs-master':
branch-regexp: '^master$'
- 'publish-voltha-openolt-adapter-jobs':
branch-regexp: '{all-branches-regexp}'
- job-group:
name: 'verify-voltha-openolt-adapter-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltha-openolt-adapter_licensed'
- 'make-unit-test':
dest-gopath: "github.com/opencord"
name-extension: "-lint"
unit-test-targets: 'lint sca'
unit-test-keep-going: 'true'
junit-allow-empty-results: true
build-node: 'ubuntu18.04-basebuild-4c-8g'
- 'make-unit-test':
dest-gopath: "github.com/opencord"
name-extension: "-tests"
unit-test-targets: 'test'
unit-test-keep-going: 'true'
junit-allow-empty-results: true
build-node: 'ubuntu18.04-basebuild-2c-4g'
- job-group:
name: 'verify-voltha-openolt-adapter-jobs-voltha-2.7'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha/voltha-2.7/bbsim-tests.groovy'
- job-group:
name: 'verify-voltha-openolt-adapter-jobs-master'
jobs:
- 'voltha-patch-test':
pipeline-script: 'voltha/master/bbsim-tests.groovy'
- job-group:
name: 'publish-voltha-openolt-adapter-jobs'
jobs:
- 'docker-publish':
build-timeout: 30
docker-repo: 'voltha'
dependency-jobs: 'version-tag'
extraEnvironmentVars: BUILD_PROFILED=true