blob: a16817d1223815ce7657476507f361b22cf42931 [file] [log] [blame]
Zack Williams2200fd82019-02-05 15:03:27 -07001---
2# verification jobs for 'pyvoltha' repo
3
4- project:
5 name: pyvoltha
6 project: '{name}'
7
8 jobs:
9 - 'verify-pyvoltha-jobs':
Zack Williamsa4159102019-09-05 22:17:25 -070010 branch-regexp: '{all-branches-regexp}'
Zack Williamsfa6beb42019-04-18 07:30:10 -070011 - 'publish-pyvoltha-jobs':
Zack Williamsa4159102019-09-05 22:17:25 -070012 branch-regexp: '{all-branches-regexp}'
Zack Williamsfa6beb42019-04-18 07:30:10 -070013 pypi-index: 'pypi'
Zack Williams2200fd82019-02-05 15:03:27 -070014
15- job-group:
16 name: 'verify-pyvoltha-jobs'
17 jobs:
18 - 'verify-licensed'
19 - 'tag-collision-reject':
20 dependency-jobs: 'verify_pyvoltha_licensed'
Zack Williamsfa6beb42019-04-18 07:30:10 -070021 - 'python-unit-test':
22 dependency-jobs: 'verify_pyvoltha_tag-collision'
23
24- job-group:
25 name: 'publish-pyvoltha-jobs'
26 jobs:
27 - 'pypi-publish':
28 project-regexp: '^{name}$'
29 dependency-jobs: 'version-tag'