blob: 41ee4e9ba1435c9929511e2df765b94c2d1f8931 [file] [log] [blame]
Joey Armstrong074a9b92023-06-26 15:18:19 -04001---
2# POD Build Pipeline Jobs for Voltha Releases
3
4- project:
5 name: voltha-certification-jobs-2.12
6
7 project-name: '{name}'
8
9 build-timeout: '300'
10
11 with-kind: false
12 power-switch: false
13 power-cycle-olt: false
14 work-flow: 'ATT'
15 in-band-management: false
16 num-of-openonu: 1
17 num-of-onos: 1
18 num-of-atomix: 1
19 num-of-kafka: 1
20 num-of-etcd: 1
21 reinstall-olt: true
22 test-type: ''
23 volthaSystemTestsChange: ''
24 kindVolthaChange: ''
25 cordTesterChange: ''
26 oltAdapterAppLabel: 'adapter-open-olt'
27 num-of-onus: ''
28 num-of-ponports: ''
29
30 jobs:
31
Joey Armstrongcb896602023-07-21 16:38:42 -040032 # -----------------------------------------------------------------------
33 # Certification (Radisys) POD test job - master versions: uses 1T8GEM tech profile on voltha branch
34 # -----------------------------------------------------------------------
35 - 'build_voltha_pod_test':
36 build-node: 'menlo-certification-pod-1'
37 config-pod: 'menlo-certification-pod-radisys-1600g'
38 disable-job: true # menlo-certification-pod-1: offline
39 release: '2.12'
40 branch: 'voltha-2.12'
41 name-extension: '_DT'
42 work-flow: 'DT'
43 test-repo: 'voltha-system-tests'
44 profile: '1T8GEM'
45 power-switch: true
46 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
47
Joey Armstrong074a9b92023-06-26 15:18:19 -040048 # Certification (Radisys) pod with olt/onu - 2.12 version timer based job
49 - 'build_voltha_pod_release_timer':
50 build-node: 'menlo-certification-pod-3'
51 config-pod: 'menlo-certification-pod-radisys-3200g'
Joey Armstrong6c0b8552023-06-28 17:41:48 -040052 disable-job: true
Joey Armstrong074a9b92023-06-26 15:18:19 -040053 reinstall-olt: true
54 release: '2.12'
55 branch: 'voltha-2.12'
56 name-extension: '_DT'
57 work-flow: 'DT'
58 profile: '1T8GEM'
59 time: '9'
60 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
61 extraHelmFlags: "--set onos-classic.image.tag=master"
62
Joey Armstrongcb896602023-07-21 16:38:42 -040063 # -----------------------------------------------------------------------
64 # Certification (Radisys) pod with olt/onu - 2.11 version timer based job
65 # -----------------------------------------------------------------------
66 - 'build_voltha_pod_release_timer':
67 build-node: 'menlo-certification-pod-1'
68 config-pod: 'menlo-certification-pod-radisys-1600g'
69 disable-job: true # menlo-certification-pod-1: offline
70 reinstall-olt: true
71 release: '2.12'
72 branch: 'voltha-2.12'
73 name-extension: '_DT'
74 work-flow: 'DT'
75 profile: '1T8GEM'
76 time: '13'
77 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
78 extraHelmFlags: "--set onos-classic.image.tag=master"
79
Joey Armstrong074a9b92023-06-26 15:18:19 -040080# [EOF]