Zack Williams | b7b7449 | 2021-09-27 09:47:44 -0700 | [diff] [blame] | 1 | --- |
| 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 Campanella | 9efa166 | 2021-10-05 09:41:46 +0200 | [diff] [blame] | 11 | - 'publish-grpc-robot-jobs': |
| 12 | branch-regexp: '{supported-branches-regexp}' |
| 13 | pypi-index: 'pypi' |
Zack Williams | b7b7449 | 2021-09-27 09:47:44 -0700 | [diff] [blame] | 14 | |
| 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 Campanella | 9efa166 | 2021-10-05 09:41:46 +0200 | [diff] [blame] | 23 | - job-group: |
| 24 | name: 'publish-grpc-robot-jobs' |
| 25 | jobs: |
| 26 | - 'pypi-publish': |
| 27 | project-regexp: '^{name}$' |
Matteo Scandolo | 02108aa | 2022-06-30 17:31:22 -0700 | [diff] [blame] | 28 | dependency-jobs: 'version-tag_wildcard' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 29 | |
| 30 | # [EOF] |