blob: fee00c3e89cfed18bcfa4a7d0500171b11696dc8 [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"
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'
Andy Bavierb99c3d32020-02-18 11:14:17 -070024 - 'voltha-patch-test':
25 pipeline-script: 'voltha-bbsim-tests.groovy'
26 skip-vote: true