blob: 432405a92f90c0f035aa63bb9e665c32e31826a4 [file] [log] [blame]
Zack Williams2200fd82019-02-05 15:03:27 -07001---
2# verification jobs for 'voltha-openolt-adapter' repo
3
4- project:
5 name: voltha-openolt-adapter
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-openolt-adapter-jobs':
10 branch-regexp: '{supported-branches-regexp}'
11
12- job-group:
13 name: 'verify-voltha-openolt-adapter-jobs'
14 jobs:
15 - 'verify-licensed'
16 - 'tag-collision-reject':
17 dependency-jobs: 'verify_voltha-openolt-adapter_licensed'
Zack Williamse5278262019-05-07 15:23:24 -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'
23 junit-allow-empty-results: true
24 - 'make-unit-test':
25 build-node: 'ubuntu16.04-basebuild-2c-4g'
26 dest-gopath: "github.com/opencord"
27 name-extension: "-tests"
28 unit-test-targets: 'test'
29 unit-test-keep-going: 'true'
Zack Williams2eebd022019-05-10 10:07:29 -070030 junit-allow-empty-results: true
Zack Williamse5278262019-05-07 15:23:24 -070031