blob: 42a2c6d9be4244f91c3b9b7c2e5173646e75b7c5 [file] [log] [blame]
---
# verification jobs for 'voltha-go' repo
- project:
name: voltha-go
project: '{name}'
jobs:
- 'verify-voltha-go-jobs':
branch-regexp: '{all-branches-regexp}'
- 'publish-voltha-go-jobs':
branch-regexp: '{all-branches-regexp}'
- 'voltha-go-system-tests':
branch-regexp: '{voltha-stablization-branch}'
- job-group:
name: 'verify-voltha-go-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltha-go_licensed'
- 'make-unit-test':
dest-gopath: "github.com/opencord"
name-extension: "-lint"
unit-test-targets: 'lint'
unit-test-keep-going: 'true'
junit-allow-empty-results: true
- 'make-unit-test':
build-node: 'ubuntu16.04-basebuild-2c-4g'
dest-gopath: "github.com/opencord"
name-extension: "-tests"
unit-test-targets: 'test'
unit-test-keep-going: 'true'
- job-group:
name: 'publish-voltha-go-jobs'
jobs:
- 'docker-publish':
build-timeout: 30
docker-repo: 'voltha'
dependency-jobs: 'version-tag'
- job-group:
name: 'voltha-go-system-tests'
jobs:
- 'voltha-patch-test':
pipeline: 'voltha-bbsim-tests.groovy'