blob: 8d13859d46a3cdd63839584ede3096e4730af1f2 [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}$'
28 dependency-jobs: 'version-tag'