blob: 0acdbe788dbc0a3b8e15849484d9f2e63f3cab15 [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':
Zack Williams7127e922019-08-20 17:42:56 -070010 branch-regexp: '{all-branches-regexp}'
Zack Williamsaeca32c2019-05-17 15:50:44 -070011 - 'publish-voltha-openolt-adapter-jobs':
Zack Williams7127e922019-08-20 17:42:56 -070012 branch-regexp: '{all-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"
Scott Baker74f07222019-08-20 16:49:16 -070023 unit-test-targets: 'lint'
Zack Williamse5278262019-05-07 15:23:24 -070024 unit-test-keep-going: 'true'
25 junit-allow-empty-results: true
Zack Williams4ca00902019-07-09 08:33:20 -070026 build-node: 'ubuntu16.04-basebuild-1c-2g'
Zack Williamse5278262019-05-07 15:23:24 -070027 - 'make-unit-test':
Zack Williamse5278262019-05-07 15:23:24 -070028 dest-gopath: "github.com/opencord"
29 name-extension: "-tests"
30 unit-test-targets: 'test'
31 unit-test-keep-going: 'true'
Zack Williams2eebd022019-05-10 10:07:29 -070032 junit-allow-empty-results: true
Zack Williamse5278262019-05-07 15:23:24 -070033
Zack Williamsaeca32c2019-05-17 15:50:44 -070034- job-group:
35 name: 'publish-voltha-openolt-adapter-jobs'
36 jobs:
37 - 'docker-publish':
Zack Williamsb030c652019-07-29 12:44:12 -070038 build-timeout: 30
Zack Williamsaeca32c2019-05-17 15:50:44 -070039 docker-repo: 'voltha'
40 dependency-jobs: 'version-tag'