blob: 72e9fcd6a9623000f65a07313ae63dc27d7db49d [file] [log] [blame]
---
# verification jobs for 'voltha-lib-go' repo
- project:
name: voltha-lib-go
project: '{name}'
jobs:
- 'verify-voltha-lib-go-jobs':
branch-regexp: '{all-branches-regexp}'
- job-group:
name: 'verify-voltha-lib-go-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltha-lib-go_licensed'
- 'make-unit-test':
build-node: 'ubuntu18.04-basebuild-4c-8g'
build-timeout: 20
dest-gopath: "github.com/opencord"
unit-test-targets: 'lint sca test'
unit-test-keep-going: 'false'
# [EOF]