blob: 676bc97e33fd68de8e7ec85876e422359fabe488 [file] [log] [blame]
Zack Williams7693b2d2019-05-14 21:49:14 -07001---
2# verification jobs for 'voltha-onos' repo
3
4- project:
5 name: voltha-onos
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-onos-jobs':
10 branch-regexp: '{supported-branches-regexp}'
11 - 'publish-voltha-onos-jobs':
12 branch-regexp: '{supported-branches-regexp}'
13
14- job-group:
15 name: 'verify-voltha-onos-jobs'
16 jobs:
17 - 'verify-licensed'
18 - 'tag-collision-reject':
19 dependency-jobs: 'verify_voltha-onos_licensed'
20 - 'make-unit-test':
21 unit-test-targets: 'build'
22 junit-allow-empty-results: true
23
24- job-group:
25 name: 'publish-voltha-onos-jobs'
26 jobs:
27 - 'docker-publish':
28 docker-repo: 'voltha'
29 dependency-jobs: 'version-tag'