blob: 8f0840968a50b49aa065cb33b9b55d5cf3ef26b8 [file] [log] [blame]
Zack Williamsb7b74492021-09-27 09:47:44 -07001---
2# verification jobs for 'grpc-robot' repo
3
4- project:
5 name: grpc-robot
6 project: '{name}'
7
8 jobs:
9 - 'verify-grpc-robot-jobs':
10 branch-regexp: '{supported-branches-regexp}'
Andrea Campanella9efa1662021-10-05 09:41:46 +020011 - 'publish-grpc-robot-jobs':
12 branch-regexp: '{supported-branches-regexp}'
13 pypi-index: 'pypi'
Zack Williamsb7b74492021-09-27 09:47:44 -070014
15- job-group:
16 name: 'verify-grpc-robot-jobs'
17 jobs:
18 - 'verify-licensed'
19 - 'tag-collision-reject'
20 - 'make-unit-test':
21 junit-allow-empty-results: true
22
Andrea Campanella9efa1662021-10-05 09:41:46 +020023- job-group:
24 name: 'publish-grpc-robot-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]