blob: f90f16f757c753a74ab778746c8336148fb94285 [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
Matteo Scandolo42f6e572021-01-25 15:11:34 -080020 # Remove kind-voltha test on master once we are not depending on it anymore
Andy Bavier81da7b42020-04-09 13:00:32 -070021 - 'voltha-patch-test':
22 pipeline-script: 'voltha-bbsim-tests.groovy'
Andy Bavier4318f8d2020-04-09 13:50:53 -070023 - 'voltha-patch-test':
24 pipeline-script: 'voltha-bbsim-tests.groovy'
Andrea Campanelladb8eac22021-03-30 14:27:16 +020025 name-extension: '-2.7'
26 override-branch: 'voltha-2.7'