blob: b62dd2b0640b0c2f0f003c7cef33df6d8c212701 [file] [log] [blame]
Zack Williams1c42aa32019-07-24 17:56:14 -07001---
2# verification jobs for 'voltha-system-tests' repo
3
4- project:
5 name: voltha-system-tests
6 project: '{name}'
7
8 jobs:
9 - 'verify-voltha-system-tests-jobs':
Andrea Campanella4792b7f2021-04-23 15:06:42 +020010 build-node: 'ubuntu18.04-basebuild-4c-8g'
Zack Williamsa4159102019-09-05 22:17:25 -070011 branch-regexp: '{all-branches-regexp}'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040012 - 'verify-voltha-system-tests-jobs-master':
13 build-node: 'ubuntu18.04-basebuild-4c-8g'
14 branch-regexp: '^master$'
15 - 'verify-voltha-system-tests-jobs-voltha-2.12':
16 build-node: 'ubuntu18.04-basebuild-4c-8g'
17 name-extension: '-voltha-2.12'
18 override-branch: 'voltha-2.12'
19 branch-regexp: '^voltha-2.12$'
Joey Armstronga516c322023-01-25 17:40:42 -050020 - 'verify-voltha-system-tests-jobs-voltha-2.11':
21 build-node: 'ubuntu18.04-basebuild-4c-8g'
22 name-extension: '-voltha-2.11'
23 override-branch: 'voltha-2.11'
24 branch-regexp: '^voltha-2.11$'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040025# - 'verify-voltha-system-tests-jobs-voltha-2.8':
26# build-node: 'ubuntu18.04-basebuild-4c-8g'
27# name-extension: '-voltha-2.8'
28# override-branch: 'voltha-2.8'
29# branch-regexp: '^voltha-2.8$'
Zack Williams1c42aa32019-07-24 17:56:14 -070030
31- job-group:
32 name: 'verify-voltha-system-tests-jobs'
33 jobs:
34 - 'verify-licensed'
35 - 'tag-collision-reject':
36 dependency-jobs: 'verify_voltha-system-tests_licensed'
37 - 'make-unit-test':
38 dependency-jobs: 'verify_voltha-system-tests_tag-collision'
39 unit-test-targets: 'lint'
40 junit-allow-empty-results: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -080041
42- job-group:
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040043 name: 'verify-voltha-system-tests-jobs-voltha-2.12'
44 jobs:
45 - 'voltha-patch-test':
46 pipeline-script: 'voltha/voltha-2.12/bbsim-tests.groovy'
47
48- job-group:
Joey Armstronga516c322023-01-25 17:40:42 -050049 name: 'verify-voltha-system-tests-jobs-voltha-2.11'
50 jobs:
51 - 'voltha-patch-test':
52 pipeline-script: 'voltha/voltha-2.11/bbsim-tests.groovy'
53
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040054#- job-group:
55# name: 'verify-voltha-system-tests-jobs-voltha-2.8'
56# jobs:
57# - 'voltha-patch-test':
58# pipeline-script: 'voltha/voltha-2.8/bbsim-tests.groovy'
Matteo Scandolo42f6e572021-01-25 15:11:34 -080059
60- job-group:
61 name: 'verify-voltha-system-tests-jobs-master'
62 jobs:
63 - 'voltha-patch-test':
Matteo Scandolocecb0842021-05-04 13:16:47 -070064 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Joey Armstrongaf679da2023-01-31 14:22:41 -050065
66# [EOF]