blob: c7eb57f28688a2b996c06bc9d9e95ff2b2e11c12 [file] [log] [blame]
Zack Williams3475f192018-10-05 10:37:50 -07001---
2# verification jobs for 'voltha-bbsim' repo
3
4- project:
5 name: voltha-bbsim
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-bbsim-jobs':
10 branch-regexp: '{supported-branches-regexp}'
Kailash4b13ec32019-07-01 21:11:02 -070011 - 'publish-voltha-bbsim-jobs':
12 branch-regexp: '{supported-branches-regexp}'
Zack Williams3475f192018-10-05 10:37:50 -070013
14- job-group:
15 name: 'verify-voltha-bbsim-jobs'
16 jobs:
17 - 'verify-licensed'
Zack Williams10b324b2018-10-10 10:46:17 -070018 - 'tag-collision-reject':
Zack Williams3475f192018-10-05 10:37:50 -070019 dependency-jobs: 'verify_voltha-bbsim_licensed'
Zack Williamsd0f1ea32019-08-01 11:22:55 -070020 - 'make-unit-test':
21 dest-gopath: "github.com/opencord"
Kailash4b13ec32019-07-01 21:11:02 -070022
23- job-group:
24 name: 'publish-voltha-bbsim-jobs'
25 jobs:
26 - 'docker-publish':
Zack Williamsb030c652019-07-29 12:44:12 -070027 build-timeout: 30
Kailash4b13ec32019-07-01 21:11:02 -070028 docker-repo: 'voltha'
29 dependency-jobs: 'version-tag'