blob: ada8bd045849ba7e1d586f99b67df6673b88c12f [file] [log] [blame]
---
# verification jobs for 'voltha-protos' repo
- project:
name: voltha-protos
project: '{name}'
jobs:
- 'verify-voltha-protos-jobs':
branch-regexp: '{supported-branches-regexp}'
- 'post-merge-voltha-protos-jobs':
branch-regexp: '{supported-branches-regexp}'
pypi-index: 'pypi'
- job-group:
name: 'verify-voltha-protos-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_voltha-protos_licensed'
# - 'verify-sonarqube':
# dependency-jobs: 'verify_voltha-protos_tag-collision'
- 'python-unit-test':
dependency-jobs: 'verify_voltha-protos_tag-collision'
# dependency-jobs: 'verify_voltha-protos_sonarqube'
- job-group:
name: 'post-merge-voltha-protos-jobs'
jobs:
- 'pypi-publish':
project-regexp: '^{name}$'
dependency-jobs: 'version-tag'