blob: f64ee70bc496c18898f2e010fc719e3ecdb1d03c [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'
Zack Williamsb7b74492021-09-27 09:47:44 -070019 - 'make-unit-test':
20 junit-allow-empty-results: true
21
Andrea Campanella9efa1662021-10-05 09:41:46 +020022- job-group:
23 name: 'publish-grpc-robot-jobs'
24 jobs:
25 - 'pypi-publish':
26 project-regexp: '^{name}$'
Matteo Scandolo02108aa2022-06-30 17:31:22 -070027 dependency-jobs: 'version-tag_wildcard'
Joey Armstrongaf679da2023-01-31 14:22:41 -050028
29# [EOF]