blob: ddbbfe7dd1e3dc3e0c93e8b9a7ef71ee4dd29ee7 [file] [log] [blame]
Zack Williams310f3442018-09-18 21:45:26 -07001---
2# verification jobs for 'voltha-go' repo
3
4- project:
5 name: voltha-go
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-go-jobs':
10 branch-regexp: '{supported-branches-regexp}'
11
12- job-group:
13 name: 'verify-voltha-go-jobs'
14 jobs:
15 - 'verify-licensed'
Zack Williams54cd2a72019-05-10 08:52:18 -070016 - 'tag-collision-reject':
17 dependency-jobs: 'verify_voltha-go_licensed'
Zack Williamscee76d22019-04-29 13:08:20 -070018 - 'make-unit-test':
19 dest-gopath: "github.com/opencord"
20 name-extension: "-lint"
21 unit-test-targets: 'lint'
22 unit-test-keep-going: 'true'
Zack Williams15a7c452019-04-30 22:37:14 -070023 junit-allow-empty-results: true
Zack Williamscee76d22019-04-29 13:08:20 -070024 - 'make-unit-test':
Zack Williams15a7c452019-04-30 22:37:14 -070025 build-node: 'ubuntu16.04-basebuild-2c-4g'
Zack Williamscee76d22019-04-29 13:08:20 -070026 dest-gopath: "github.com/opencord"
27 name-extension: "-tests"
28 unit-test-targets: 'test'
29 unit-test-keep-going: 'true'