blob: 8f0840968a50b49aa065cb33b9b55d5cf3ef26b8 [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'
# [EOF]