blob: 04c6c00544563191c11997c11f541d3cffe92293 [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}'
Zack Williamsaeca32c2019-05-17 15:50:44 -070011 - 'publish-voltha-openolt-adapter-jobs':
12 branch-regexp: '{supported-branches-regexp}'
Zack Williams2200fd82019-02-05 15:03:27 -070013
14- job-group:
15 name: 'verify-voltha-openolt-adapter-jobs'
16 jobs:
17 - 'verify-licensed'
18 - 'tag-collision-reject':
19 dependency-jobs: 'verify_voltha-openolt-adapter_licensed'
Zack Williamse5278262019-05-07 15:23:24 -070020 - 'make-unit-test':
21 dest-gopath: "github.com/opencord"
22 name-extension: "-lint"
23 unit-test-targets: 'lint'
24 unit-test-keep-going: 'true'
25 junit-allow-empty-results: true
26 - 'make-unit-test':
Zack Williamse5278262019-05-07 15:23:24 -070027 dest-gopath: "github.com/opencord"
28 name-extension: "-tests"
29 unit-test-targets: 'test'
30 unit-test-keep-going: 'true'
Zack Williams2eebd022019-05-10 10:07:29 -070031 junit-allow-empty-results: true
Zack Williamse5278262019-05-07 15:23:24 -070032
Zack Williamsaeca32c2019-05-17 15:50:44 -070033- job-group:
34 name: 'publish-voltha-openolt-adapter-jobs'
35 jobs:
36 - 'docker-publish':
37 docker-repo: 'voltha'
38 dependency-jobs: 'version-tag'