blob: 448cb7ed2eea8e95b985f36aa7cb17624b525938 [file] [log] [blame]
Zack Williamsfdf8a192019-10-09 15:57:42 -07001---
2# verification jobs for 'voltha-lib-go' repo
3
4- project:
5 name: voltha-lib-go
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-lib-go-jobs':
10 branch-regexp: '{all-branches-regexp}'
11
12- job-group:
13 name: 'verify-voltha-lib-go-jobs'
14 jobs:
15 - 'verify-licensed'
16 - 'tag-collision-reject':
17 dependency-jobs: 'verify_voltha-lib-go_licensed'
18 - 'make-unit-test':
19 build-node: 'ubuntu16.04-basebuild-2c-4g'
20 build-timeout: 20
21 dest-gopath: "github.com/opencord"
22 unit-test-targets: 'lint test'
23 unit-test-keep-going: 'true'