blob: 2054767765e2c7870bea3d9e208b56e5548ece2f [file] [log] [blame]
---
# verification jobs for 'plyxproto' repo
- project:
name: plyxproto
project: '{name}'
jobs:
- 'verify-plyxproto-jobs':
branch-regexp: '{supported-branches-regexp}'
- 'post-merge-plyxproto-jobs':
branch-regexp: '{supported-branches-regexp}'
pypi-index: 'pypi'
- job-group:
name: 'verify-plyxproto-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_plyxproto_licensed'
- 'python-unit-test':
- job-group:
name: 'post-merge-plyxproto-jobs'
jobs:
- 'pypi-publish':
project-regexp: '^{name}$'
dependency-jobs: 'version-tag_wildcard'
# [EOF]