blob: 2054767765e2c7870bea3d9e208b56e5548ece2f [file] [log] [blame]
Zack Williams7c4fdf82019-02-13 10:56:13 -07001---
2# verification jobs for 'plyxproto' repo
3
4- project:
5 name: plyxproto
6 project: '{name}'
7
8 jobs:
9 - 'verify-plyxproto-jobs':
10 branch-regexp: '{supported-branches-regexp}'
Zack Williams5d8f2532019-02-14 12:20:51 -070011 - 'post-merge-plyxproto-jobs':
12 branch-regexp: '{supported-branches-regexp}'
13 pypi-index: 'pypi'
Zack Williams7c4fdf82019-02-13 10:56:13 -070014
15- job-group:
16 name: 'verify-plyxproto-jobs'
17 jobs:
18 - 'verify-licensed'
19 - 'tag-collision-reject':
20 dependency-jobs: 'verify_plyxproto_licensed'
21 - 'python-unit-test':
Zack Williams5d8f2532019-02-14 12:20:51 -070022
23- job-group:
24 name: 'post-merge-plyxproto-jobs'
25 jobs:
26 - 'pypi-publish':
27 project-regexp: '^{name}$'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070028 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050029
30# [EOF]