--- | |
# verification jobs for 'kind-voltha' repo | |
- project: | |
name: kind-voltha | |
project: '{name}' | |
jobs: | |
- 'verify-kind-voltha-jobs': | |
branch-regexp: '{all-branches-regexp}' | |
- job-group: | |
name: 'verify-kind-voltha-jobs' | |
jobs: | |
- 'verify-licensed' | |
- 'tag-collision-reject' | |
- 'make-unit-test': | |
unit-test-targets: 'test' | |
junit-allow-empty-results: true | |
- 'voltha-patch-test': | |
pipeline-script: 'voltha/voltha-2.7/voltha-bbsim-tests.groovy' | |
name-extension: '-2.7' | |
override-branch: 'voltha-2.7' |