blob: 8d13859d46a3cdd63839584ede3096e4730af1f2 [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'