blob: e66be453c609f702e9b389ad596929e9fc73e36b [file] [log] [blame]
Andy Bavier81da7b42020-04-09 13:00:32 -07001---
2# verification jobs for 'kind-voltha' repo
3
4- project:
5 name: kind-voltha
6 project: '{name}'
7
8 jobs:
9 - 'verify-kind-voltha-jobs':
10 branch-regexp: '{all-branches-regexp}'
11
12- job-group:
13 name: 'verify-kind-voltha-jobs'
14 jobs:
Zack Williams88519112020-04-10 07:51:18 -070015 - 'verify-licensed'
16 - 'tag-collision-reject'
17 - 'make-unit-test':
18 unit-test-targets: 'test'
19 junit-allow-empty-results: true
Andy Bavier81da7b42020-04-09 13:00:32 -070020 - 'voltha-patch-test':
21 pipeline-script: 'voltha-bbsim-tests.groovy'
Andy Bavier4318f8d2020-04-09 13:50:53 -070022 - 'voltha-patch-test':
23 pipeline-script: 'voltha-bbsim-tests.groovy'
Matteo Scandolo358bf5c2020-12-14 12:05:57 -100024 name-extension: '-2.6'
25 override-branch: 'voltha-2.6'