blob: ac6c8abfddf682f8a7eb9f2388c7d001d4c7d4b5 [file] [log] [blame]
---
# verification jobs for 'grpc-robot' repo
- project:
name: grpc-robot
project: '{name}'
jobs:
- 'verify-grpc-robot-jobs':
branch-regexp: '{supported-branches-regexp}'
- 'publish-grpc-robot-jobs':
branch-regexp: '{supported-branches-regexp}'
pypi-index: 'pypi'
- job-group:
name: 'verify-grpc-robot-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject'
- 'make-unit-test':
junit-allow-empty-results: true
- job-group:
name: 'publish-grpc-robot-jobs'
jobs:
- 'pypi-publish':
project-regexp: '^{name}$'
dependency-jobs: 'version-tag_wildcard'