blob: e36d2bd045a2716524fd803a8fae57cf757106e7 [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':
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -070019 build-node: 'ubuntu18.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'
Joey Armstrongaf679da2023-01-31 14:22:41 -050024
25# [EOF]