blob: 6aea1dcab84af6489c658ca3fea90f2bf57bc508 [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':
Eric Ball329967f2025-04-15 17:48:57 -070010 build-node: 'ubuntu22.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':
Eric Ball329967f2025-04-15 17:48:57 -070013 build-node: 'ubuntu22.04-basebuild-4c-8g'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040014 branch-regexp: '^master$'
Eric Balle68ead92024-09-30 14:33:07 -070015 - 'verify-voltha-system-tests-jobs-py312':
16 build-node: 'ubuntu24.04-basebuild-4c-8g'
17 name-extension: '-py312'
18 override-branch: 'python312-update'
19 branch-regexp: '^python312-update$'
Eric Ballc03e6f82025-08-07 15:06:12 -070020 - 'verify-voltha-system-tests-jobs-voltha-2.14':
Eric Ball329967f2025-04-15 17:48:57 -070021 build-node: 'ubuntu22.04-basebuild-4c-8g'
Eric Ballc03e6f82025-08-07 15:06:12 -070022 name-extension: '-voltha-2.14'
23 override-branch: 'voltha-2.14'
24 branch-regexp: '^voltha-2.14$'
Zack Williams1c42aa32019-07-24 17:56:14 -070025
26- job-group:
27 name: 'verify-voltha-system-tests-jobs'
28 jobs:
29 - 'verify-licensed'
Zack Williams1c42aa32019-07-24 17:56:14 -070030 - 'make-unit-test':
31 dependency-jobs: 'verify_voltha-system-tests_tag-collision'
32 unit-test-targets: 'lint'
33 junit-allow-empty-results: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -080034
35- job-group:
Eric Balle68ead92024-09-30 14:33:07 -070036 name: 'verify-voltha-system-tests-jobs-py312'
37 jobs:
38 - 'voltha-patch-test':
39 pipeline-script: 'voltha/bbsim-tests.groovy'
40 pipeline-branch: 'python312-update'
41
42- job-group:
Eric Ballc03e6f82025-08-07 15:06:12 -070043 name: 'verify-voltha-system-tests-jobs-voltha-2.14'
Eric Ball0d5a51a2025-01-22 16:55:16 -080044 jobs:
45 - 'voltha-patch-test':
46 pipeline-script: 'voltha/bbsim-tests.groovy'
Eric Ballc03e6f82025-08-07 15:06:12 -070047 pipeline-branch: 'voltha-2.14'
Joey Armstronga516c322023-01-25 17:40:42 -050048
Matteo Scandolo42f6e572021-01-25 15:11:34 -080049- job-group:
50 name: 'verify-voltha-system-tests-jobs-master'
51 jobs:
52 - 'voltha-patch-test':
Matteo Scandolocecb0842021-05-04 13:16:47 -070053 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Joey Armstrongaf679da2023-01-31 14:22:41 -050054
55# [EOF]