blob: d03b6d42810372a77d249834e301a0a331ffc09c [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':
Matteo Scandolo32e63282021-03-23 10:50:58 -070019 build-node: 'ubuntu16.04-basebuild-4c-8g'
Zack Williamsfdf8a192019-10-09 15:57:42 -070020 build-timeout: 20
21 dest-gopath: "github.com/opencord"
Zack Williamsddaf98e2020-02-19 09:58:51 -070022 unit-test-targets: 'lint sca test'
Zack Williamsfdf8a192019-10-09 15:57:42 -070023 unit-test-keep-going: 'true'