blob: b750532be8648a2d6912d668c82076343b49e67c [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 Armstrongcb896602023-07-21 16:38:42 -040048 # -----------------------------------------------------------------------
49 # Certification (Radisys) pod with olt/onu - 2.11 version timer based job
50 # -----------------------------------------------------------------------
51 - 'build_voltha_pod_release_timer':
52 build-node: 'menlo-certification-pod-1'
53 config-pod: 'menlo-certification-pod-radisys-1600g'
54 disable-job: true # menlo-certification-pod-1: offline
55 reinstall-olt: true
56 release: '2.12'
57 branch: 'voltha-2.12'
58 name-extension: '_DT'
59 work-flow: 'DT'
60 profile: '1T8GEM'
61 time: '13'
62 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
63 extraHelmFlags: "--set onos-classic.image.tag=master"
Joey Armstronged345862023-08-23 12:24:20 -040064
65 # -----------------------------------------------------------------------
66 # Certification (Radisys) POD test job
67 # md5sum(master): e8cb3eba849b788944cee1fe58e4091b
68 # -----------------------------------------------------------------------
69 - 'build_voltha_pod_test':
70 timeout: 330
71 disable-job: true # menlo-certification-pod-3 is offline
72 build-node: 'menlo-certification-pod-3'
73 config-pod: 'menlo-certification-pod-radisys-3200g'
74 release: '2.12'
75 branch: 'voltha-2.12'
76 name-extension: '_DT'
77 work-flow: 'DT'
78 test-repo: 'voltha-system-tests'
79 profile: '1T8GEM'
80 power-switch: true
81 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
82
Joey Armstrongf6476252023-08-24 14:38:48 -040083 # Certification (Radisys) pod with olt/onu - 2.12 version timer based job
84 # Duplicate(?) of -- md5sum(master): 2ea4de8fab54538915bcf95ab08c8430
85# - 'build_voltha_pod_release_timer':
86# build-node: 'menlo-certification-pod-3'
87# config-pod: 'menlo-certification-pod-radisys-3200g'
88# disable-job: true
89# reinstall-olt: true
90# release: '2.12'
91# branch: 'voltha-2.12'
92# name-extension: '_DT'
93# work-flow: 'DT'
94# profile: '1T8GEM'
95# time: '9'
96# pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
97# extraHelmFlags: "--set onos-classic.image.tag=master"
98
99 # -----------------------------------------------------------------------
100 # Certification (Radisys) pod with olt/onu - master versions timer based job
101 # md5sum(master): 2ea4de8fab54538915bcf95ab08c8430
102 # -----------------------------------------------------------------------
103 - 'build_voltha_pod_release_timer':
104 build-node: 'menlo-certification-pod-3'
105 config-pod: 'menlo-certification-pod-radisys-3200g'
106 disable-job: true # Reason: menlo-certification-pod-3 is offline
107 release: '2.12'
108 branch: 'voltha-2.12'
109 reinstall-olt: true
110 name-extension: '_DT'
111 work-flow: 'DT'
112 profile: '1T8GEM'
113 time: '1'
114 extraHelmFlags: "--set onos-classic.image.tag=master --set voltha.global.rw_core.rpc_timeout=30s --set voltha.global.rw_core.internal_timeout=30s"
115
Joey Armstrong074a9b92023-06-26 15:18:19 -0400116# [EOF]