blob: 673838b9f0e9684b66278d73964c14301621d06a [file] [log] [blame]
---
# verification jobs for 'omec-cni' repo
- project:
name: omec-cni
project: '{name}'
jobs:
- 'verify-omec-cni-jobs':
branch-regexp: '{supported-branches-regexp}'
- 'publish-omec-cni-jobs'
- job-group:
name: 'verify-omec-cni-jobs'
jobs:
- 'verify-licensed'
- 'tag-collision-reject':
dependency-jobs: 'verify_omec-cni_licensed'
- 'make-unit-test':
build-timeout: 30
junit-allow-empty-results: true
- job-group:
name: 'publish-omec-cni-jobs'
jobs:
- 'docker-publish':
build-timeout: 30
docker-repo: 'omecproject'
dependency-jobs: 'version-tag_wildcard'
# [EOF]