blob: 43dd60c257ca5579f47ec73cda302e95894d424c [file] [log] [blame]
Suchitra Vemuri58acd872019-08-28 18:52:35 -07001---
2# POD Build Pipeline Jobs for Voltha Releases
Joey Armstrongff93d822023-01-25 19:17:00 -05003# -----------------------------------------------------------------------
4# Disabled, offline -- 'qa-testvm-pod'
5# -----------------------------------------------------------------------
Suchitra Vemuri58acd872019-08-28 18:52:35 -07006- project:
7 name: voltha-release-jobs
8
9 project-name: '{name}'
10
11 build-timeout: '300'
12
Zack Williams21e3d162020-02-07 08:38:16 -070013 with-kind: false
Joey Armstrongca4cb462023-01-12 17:51:05 -050014 power-switch: false
15 power-cycle-olt: false
Hardik Windlass5ec68e82021-03-04 21:51:57 +053016 work-flow: 'ATT'
Andrea Campanella12ea28f2020-05-21 12:05:55 +020017 in-band-management: false
Suchitra Vemuri91896d42020-04-15 16:33:26 -070018 num-of-openonu: '1'
Suchitra Vemuri50e62792020-05-06 16:48:28 -070019 num-of-onos: '1'
20 num-of-atomix: '0'
Suchitra Vemuria0d92052020-07-15 11:36:12 -070021 reinstall-olt: true
Suchitra Vemurie6625222020-09-01 17:12:56 -070022 test-type: ''
Matteo Scandolo3dce2a12020-09-15 14:21:14 -070023 volthaSystemTestsChange: ''
24 kindVolthaChange: ''
25 cordTesterChange: ''
Andrea Campanella0d3110c2021-01-20 12:25:45 +010026 oltAdapterAppLabel: 'adapter-open-olt'
Suchitra Vemuridddc3ac2021-02-11 15:40:43 -080027 num-of-onus: ''
28 num-of-ponports: ''
Suchitra Vemuri5abcf2b2020-02-05 14:46:28 -080029
Suchitra Vemuri58acd872019-08-28 18:52:35 -070030 jobs:
Suchitra Vemuribc149852019-11-25 14:41:24 -080031 # flex OCP pod with olt/onu - manual test job, voltha master build job
Hardik Windlass77221c62021-05-21 06:24:35 +000032 - 'build_voltha_pod_manual':
Joey Armstrongddc65982023-02-02 18:41:35 -050033 disable-job: false
Zack Williams8ef79812019-10-29 11:09:18 -070034 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070035 config-pod: 'flex-ocp-cord'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -070036 num-of-onos: '3'
37 num-of-atomix: '3'
Hardik Windlass77221c62021-05-21 06:24:35 +000038 num-of-kafka: '3'
39 num-of-etcd: '3'
Matteo Scandolod43bb302021-04-20 10:19:29 -070040 VolthaEtcdPort: 9999
Hardik Windlass77221c62021-05-21 06:24:35 +000041 profile: 'TP'
42 name-extension: '_TT'
43 work-flow: 'TT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040044
Hardik Windlass6598b032021-07-02 10:12:01 +000045 - 'build_voltha_pod_test':
Joey Armstrong14c06212023-03-05 09:44:35 -050046 disable-job: true
Hardik Windlass6598b032021-07-02 10:12:01 +000047 build-node: 'qa-testvm-pod'
48 config-pod: 'flex-ocp-cord-multi-uni'
49 release: 'master'
50 branch: 'master'
51 name-extension: '_TT'
52 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -050053 power-switch: true
54 power-cycle-olt: true
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -070055 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
Hardik Windlass6598b032021-07-02 10:12:01 +000056 test-repo: 'voltha-system-tests'
57 profile: 'TP'
58 enableMultiUni: true
59
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040060 # -----------------------------------------------------------------------
Suchitra Vemuri77d7b332020-11-09 14:06:47 -080061 # Berlin pod with olt/onu - master versions timer based job , two OLTs
Hardik Windlassd4f410a2021-02-23 15:05:42 +053062 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -070063 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -070064 config-pod: 'berlin-community-pod-1-multi-olt'
Jan Klaree3249ff2023-09-05 12:10:40 +020065 disable-job: true
Suchitra Vemuri77d7b332020-11-09 14:06:47 -080066 name-extension: '_DT'
67 work-flow: 'DT'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -080068 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +020069 num-of-onos: '3'
70 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +010071 # Update time trigger value while re-enabling the job
72 time: ''
Andrea Campanellaa54bab92020-02-07 15:37:41 +010073
Andrea Campanellaf8adea62020-03-05 20:35:49 +010074 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -080075 - 'build_voltha_pod_test':
Andrea Campanella2af4b902021-11-05 10:40:02 +010076 timeout: 360
Girish Gowdra6b7dab02022-03-30 11:21:44 -070077 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -070078 config-pod: 'berlin-community-pod-1-multi-olt'
Jan Klare11c9b742023-09-06 11:35:24 +020079 disable-job: true
Andrea Campanellaf8adea62020-03-05 20:35:49 +010080 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -080081 branch: 'master'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -080082 name-extension: '_DT'
83 work-flow: 'DT'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -080084 test-repo: 'voltha-system-tests'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -080085 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -050086 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -070087 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -070088
Andrea Campanella972d63e2020-05-14 19:59:08 +020089 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Hardik Windlassd4f410a2021-02-23 15:05:42 +053090 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -070091 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -070092 config-pod: 'berlin-community-pod-1-gpon'
Jan Klaree3249ff2023-09-05 12:10:40 +020093 disable-job: true
Jan Klare11c9b742023-09-06 11:35:24 +020094 name-extension: '_DT'
Andrea Campanella625ba352020-04-02 15:32:13 +020095 work-flow: 'DT'
Andrea Campanella972d63e2020-05-14 19:59:08 +020096 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +020097 num-of-onos: '3'
98 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +010099 # Update time trigger value while re-enabling the job
100 time: ''
Andrea Campanella625ba352020-04-02 15:32:13 +0200101
Andrea Campanella972d63e2020-05-14 19:59:08 +0200102 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200103 - 'build_voltha_pod_test':
Hardik Windlass50ec6d72021-12-16 05:37:04 +0000104 timeout: 330
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700105 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700106 config-pod: 'berlin-community-pod-1-gpon'
Jan Klaree3249ff2023-09-05 12:10:40 +0200107 disable-job: true
Jan Klare11c9b742023-09-06 11:35:24 +0200108 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200109 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200110 release: 'master'
111 branch: 'master'
112 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200113 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500114 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -0700115 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700116
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000117 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400118# - 'build_voltha_pod_release_timer':
119# build-node: 'berlin-community-pod-1'
120# config-pod: 'berlin-community-pod-1-gpon'
121# release: '2.8'
122# branch: 'voltha-2.8'
123# name-extension: '_DT'
124# disable-job: true
125# work-flow: 'DT'
126# profile: '1T8GEM'
127# num-of-onos: '3'
128# num-of-atomix: '3'
129# time: '1'
130# pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700131
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500132 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
133 - 'build_voltha_pod_release_timer':
134 build-node: 'berlin-community-pod-1'
135 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200136 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500137 release: '2.11'
138 branch: 'voltha-2.11'
139 name-extension: '_DT'
140 work-flow: 'DT'
141 profile: '1T8GEM'
142 num-of-onos: '3'
143 num-of-atomix: '3'
144 time: '1'
145 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
146
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400147 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
148 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700149 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700150 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200151 disable-job: true
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400152 release: '2.12'
153 branch: 'voltha-2.12'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700154 name-extension: '_DT'
155 work-flow: 'DT'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700156 profile: '1T8GEM'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400157 num-of-onos: '3'
158 num-of-atomix: '3'
159 time: '1'
160 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
161
162 # -----------------------------------------------------------------------
163 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
164# - 'build_voltha_pod_test':
165# build-node: 'berlin-community-pod-1'
166# config-pod: 'berlin-community-pod-1-gpon'
167# name-extension: '_DT'
168# disable-job: true
169# work-flow: 'DT'
170# release: '2.8'
171# branch: 'voltha-2.8'
172# test-repo: 'voltha-system-tests'
173# profile: '1T8GEM'
174# power-switch: true
175# pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700176
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500177 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
178 - 'build_voltha_pod_test':
179 build-node: 'berlin-community-pod-1'
180 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200181 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500182 name-extension: '_DT'
183 work-flow: 'DT'
184 release: '2.11'
185 branch: 'voltha-2.11'
186 test-repo: 'voltha-system-tests'
187 profile: '1T8GEM'
188 power-switch: true
189 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
190
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400191 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
192 - 'build_voltha_pod_test':
Matteo Scandolo4fb11422022-03-29 14:21:04 -0700193 build-node: 'berlin-community-pod-1'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400194 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200195 disable-job: true
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200196 name-extension: '_DT'
Andrea Campanella350c6102020-10-01 09:56:40 +0200197 work-flow: 'DT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400198 release: '2.12'
199 branch: 'voltha-2.12'
200 test-repo: 'voltha-system-tests'
Andrea Campanella350c6102020-10-01 09:56:40 +0200201 profile: '1T8GEM'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400202 power-switch: true
203 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
204
205 # -----------------------------------------------------------------------
206 # Berlin pod with olt/onu - voltha-2.8 versions timer based job , two OLTs
207# - 'build_voltha_pod_release_timer':
208# build-node: 'berlin-community-pod-1'
209# config-pod: 'berlin-community-pod-1-multi-olt'
210# name-extension: '_DT'
211# disable-job: true
212# work-flow: 'DT'
213# release: '2.8'
214# branch: 'voltha-2.8'
215# profile: '1T8GEM'
216# num-of-onos: '3'
217# num-of-atomix: '3'
218# pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
219# time: '7'
Andrea Campanella350c6102020-10-01 09:56:40 +0200220
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500221 # Berlin pod with olt/onu - voltha-2.11 versions timer based job , two OLTs
222 - 'build_voltha_pod_release_timer':
223 build-node: 'berlin-community-pod-1'
224 config-pod: 'berlin-community-pod-1-multi-olt'
Jan Klare11c9b742023-09-06 11:35:24 +0200225 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500226 name-extension: '_DT'
227 work-flow: 'DT'
228 release: '2.11'
229 branch: 'voltha-2.11'
230 profile: '1T8GEM'
231 num-of-onos: '3'
232 num-of-atomix: '3'
233 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
234 time: '7'
235
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400236 # Berlin pod with olt/onu - voltha-2.12 versions timer based job , two OLTs
237 - 'build_voltha_pod_release_timer':
Matteo Scandolo4fb11422022-03-29 14:21:04 -0700238 build-node: 'berlin-community-pod-1'
239 config-pod: 'berlin-community-pod-1-multi-olt'
Jan Klare11c9b742023-09-06 11:35:24 +0200240 disable-job: true
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200241 name-extension: '_DT'
Andrea Campanella350c6102020-10-01 09:56:40 +0200242 work-flow: 'DT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400243 release: '2.12'
244 branch: 'voltha-2.12'
Andrea Campanella350c6102020-10-01 09:56:40 +0200245 profile: '1T8GEM'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400246 num-of-onos: '3'
247 num-of-atomix: '3'
248 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
249 time: '7'
250
251 # -----------------------------------------------------------------------
252 # Berlin POD test job - voltha-2.8 versions: uses tech profile on voltha branch
253# - 'build_voltha_pod_test':
254# build-node: 'berlin-community-pod-1'
255# config-pod: 'berlin-community-pod-1-multi-olt'
256# release: '2.8'
257# branch: 'voltha-2.8'
258# name-extension: '_DT'
259# disable-job: true
260# work-flow: 'DT'
261# test-repo: 'voltha-system-tests'
262# profile: '1T8GEM'
263# power-switch: true
264# pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200265
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500266 # Berlin POD test job - voltha-2.11 versions: uses tech profile on voltha branch
267 - 'build_voltha_pod_test':
268 build-node: 'berlin-community-pod-1'
269 config-pod: 'berlin-community-pod-1-multi-olt'
Jan Klare11c9b742023-09-06 11:35:24 +0200270 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500271 release: '2.11'
272 branch: 'voltha-2.11'
273 name-extension: '_DT'
274 work-flow: 'DT'
275 test-repo: 'voltha-system-tests'
276 profile: '1T8GEM'
277 power-switch: true
278 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
279
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400280 # Berlin POD test job - voltha-2.12 versions: uses tech profile on voltha branch
281 - 'build_voltha_pod_test':
282 build-node: 'berlin-community-pod-1'
283 config-pod: 'berlin-community-pod-1-multi-olt'
Jan Klare11c9b742023-09-06 11:35:24 +0200284 disable-job: true
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400285 release: '2.12'
286 branch: 'voltha-2.12'
287 name-extension: '_DT'
288 work-flow: 'DT'
289 test-repo: 'voltha-system-tests'
290 profile: '1T8GEM'
291 power-switch: true
292 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
293
294 # -----------------------------------------------------------------------
TorstenThieme0adf6f12023-02-27 13:01:19 +0000295 # Berlin pod with gpon olt/onu - master 1T4GEM tech profile and timer based job
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530296 - 'build_voltha_pod_release_timer':
297 build-node: 'berlin-community-pod-1'
298 config-pod: 'berlin-community-pod-1-gpon-fttb'
Jan Klare11c9b742023-09-06 11:35:24 +0200299 disable-job: true
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530300 withFttb: true
301 name-extension: '_DT'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530302 work-flow: 'DT'
Hardik Windlass7f98e9e2022-05-30 14:36:25 +0530303 profile: '1T4GEM-FTTB'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530304 num-of-onos: '3'
305 num-of-atomix: '3'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530306 time: '13'
307
TorstenThieme0adf6f12023-02-27 13:01:19 +0000308 # Berlin POD test job - master versions: uses 1T4GEM tech profile on voltha branch
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530309 - 'build_voltha_pod_test':
310 timeout: 330
311 build-node: 'berlin-community-pod-1'
312 config-pod: 'berlin-community-pod-1-gpon-fttb'
Jan Klare11c9b742023-09-06 11:35:24 +0200313 disable-job: true
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530314 withFttb: true
315 name-extension: '_DT'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530316 work-flow: 'DT'
317 release: 'master'
318 branch: 'master'
319 test-repo: 'voltha-system-tests'
Hardik Windlass7f98e9e2022-05-30 14:36:25 +0530320 profile: '1T4GEM-FTTB'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500321 power-switch: true
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530322 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
323
TorstenThieme0adf6f12023-02-27 13:01:19 +0000324 # Berlin pod with gpon olt/onu - 2.11 1T4GEM tech profile and timer based job
325 - 'build_voltha_pod_release_timer':
326 build-node: 'berlin-community-pod-1'
327 config-pod: 'berlin-community-pod-1-gpon-fttb'
Jan Klare11c9b742023-09-06 11:35:24 +0200328 disable-job: true
TorstenThieme0adf6f12023-02-27 13:01:19 +0000329 withFttb: true
330 name-extension: '_DT'
TorstenThieme0adf6f12023-02-27 13:01:19 +0000331 work-flow: 'DT'
332 release: '2.11'
333 branch: 'voltha-2.11'
334 profile: '1T4GEM-FTTB'
335 num-of-onos: '3'
336 num-of-atomix: '3'
337 time: '13'
338 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
339
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400340 # Berlin pod with gpon olt/onu - 2.12 1T4GEM tech profile and timer based job
341 - 'build_voltha_pod_release_timer':
342 build-node: 'berlin-community-pod-1'
343 config-pod: 'berlin-community-pod-1-gpon-fttb'
Jan Klare11c9b742023-09-06 11:35:24 +0200344 disable-job: true
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400345 withFttb: true
346 name-extension: '_DT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400347 work-flow: 'DT'
348 release: '2.12'
349 branch: 'voltha-2.12'
350 profile: '1T4GEM-FTTB'
351 num-of-onos: '3'
352 num-of-atomix: '3'
353 time: '13'
354 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
355
356 # -----------------------------------------------------------------------
TorstenThieme0adf6f12023-02-27 13:01:19 +0000357 # Berlin POD test job - 2.11 versions: uses 1T4GEM tech profile on voltha branch
358 - 'build_voltha_pod_test':
359 timeout: 330
360 build-node: 'berlin-community-pod-1'
361 config-pod: 'berlin-community-pod-1-gpon-fttb'
Jan Klare11c9b742023-09-06 11:35:24 +0200362 disable-job: true
TorstenThieme0adf6f12023-02-27 13:01:19 +0000363 withFttb: true
364 name-extension: '_DT'
TorstenThieme0adf6f12023-02-27 13:01:19 +0000365 work-flow: 'DT'
366 release: '2.11'
367 branch: 'voltha-2.11'
368 test-repo: 'voltha-system-tests'
369 profile: '1T4GEM-FTTB'
370 power-switch: true
371 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
372
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400373 # Berlin POD test job - 2.12 versions: uses 1T4GEM tech profile on voltha branch
374 - 'build_voltha_pod_test':
375 timeout: 330
376 build-node: 'berlin-community-pod-1'
377 config-pod: 'berlin-community-pod-1-gpon-fttb'
Jan Klare11c9b742023-09-06 11:35:24 +0200378 disable-job: true
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400379 withFttb: true
380 name-extension: '_DT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400381 work-flow: 'DT'
382 release: '2.12'
383 branch: 'voltha-2.12'
384 test-repo: 'voltha-system-tests'
385 profile: '1T4GEM-FTTB'
386 power-switch: true
387 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
388
TorstenThieme0adf6f12023-02-27 13:01:19 +0000389 # Berlin pod with zyxel gpon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200390 - 'build_voltha_pod_release_timer':
391 build-node: 'berlin-community-pod-2'
392 config-pod: 'berlin-community-pod-2-gpon-zyxel'
Jan Klaree3249ff2023-09-05 12:10:40 +0200393 disable-job: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200394 name-extension: '_DT'
395 work-flow: 'DT'
396 release: 'master'
397 branch: 'master'
398 profile: '1T8GEM'
399 reinstall-olt: true
400 num-of-onos: '3'
401 num-of-atomix: '3'
402 pipeline-script: 'voltha/master/physical-build.groovy'
403 VolthaEtcdPort: 9999
404 waitTimerForOltUp: 360
405 time: '1'
406
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500407 # Berlin POD test job - zyxel gpon master versions: uses tech profile on voltha branch
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200408 - 'build_voltha_pod_test':
409 build-node: 'berlin-community-pod-2'
410 config-pod: 'berlin-community-pod-2-gpon-zyxel'
Jan Klare11c9b742023-09-06 11:35:24 +0200411 disable-job: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200412 release: 'master'
413 branch: 'master'
414 name-extension: '_DT'
415 work-flow: 'DT'
416 test-repo: 'voltha-system-tests'
417 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500418 power-switch: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200419 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
420
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500421 # Berlin pod with zyxel xgspon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200422 - 'build_voltha_pod_release_timer':
423 build-node: 'berlin-community-pod-2'
424 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
Jan Klaree3249ff2023-09-05 12:10:40 +0200425 disable-job: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200426 name-extension: '_DT'
427 work-flow: 'DT'
428 release: 'master'
429 branch: 'master'
430 reinstall-olt: true
431 num-of-onos: '3'
432 num-of-atomix: '3'
433 pipeline-script: 'voltha/master/physical-build.groovy'
434 VolthaEtcdPort: 9999
435 waitTimerForOltUp: 360
Girish Gowdrae20a52b2022-05-19 11:51:31 -0700436 profile: '1T8GEM'
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200437 time: '5'
438
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500439 # Berlin POD test job - zyxel xgsgpon master versions: uses tech profile on voltha branch
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200440 - 'build_voltha_pod_test':
441 build-node: 'berlin-community-pod-2'
442 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
Jan Klare11c9b742023-09-06 11:35:24 +0200443 disable-job: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200444 release: 'master'
445 branch: 'master'
446 name-extension: '_DT'
447 work-flow: 'DT'
448 test-repo: 'voltha-system-tests'
449 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500450 power-switch: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200451 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
452
Joey Armstrong980e37f2023-02-28 18:57:41 -0500453 # TT workflow on Zyxel XGSPON OLT at Berlin pod - build job
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700454 - 'build_voltha_pod_release_timer':
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700455 build-node: 'berlin-community-pod-2'
456 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
Jan Klare11c9b742023-09-06 11:35:24 +0200457 disable-job: true
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700458 release: 'master'
459 branch: 'master'
460 name-extension: '_TT'
461 work-flow: 'TT'
462 profile: 'TP'
463 time: '10'
464 VolthaEtcdPort: 9999
465 num-of-onos: '3'
466 num-of-atomix: '3'
467
Joey Armstrong980e37f2023-02-28 18:57:41 -0500468 # TT workflow on Zyxel XGSPON OLT at Berlin pod - test job
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700469 - 'build_voltha_pod_test':
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700470 build-node: 'berlin-community-pod-2'
471 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
Jan Klare11c9b742023-09-06 11:35:24 +0200472 disable-job: true
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700473 release: 'master'
474 branch: 'master'
475 name-extension: '_TT'
476 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500477 power-switch: true
478 power-cycle-olt: true
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700479 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
480 test-repo: 'voltha-system-tests'
481 profile: 'TP'
482 timeout: 360
483
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500484 # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job
485 - 'build_voltha_pod_release_timer':
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500486 build-node: 'berlin-community-pod-1'
487 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200488 disable-job: true
Joey Armstrong980e37f2023-02-28 18:57:41 -0500489 release: 'master'
490 branch: 'master'
491 name-extension: '_TT'
492 work-flow: 'TT'
493 profile: 'TP'
494 time: '10'
495 VolthaEtcdPort: 9999
496 num-of-onos: '3'
497 num-of-atomix: '3'
498
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500499 # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job
500 - 'build_voltha_pod_test':
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500501 build-node: 'berlin-community-pod-1'
502 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200503 disable-job: true
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500504 release: 'master'
505 branch: 'master'
506 name-extension: '_TT'
507 work-flow: 'TT'
508 power-switch: true
Joey Armstrongdf24f602023-03-02 18:18:21 -0500509 power-cycle-olt: false
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500510 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
511 test-repo: 'voltha-system-tests'
512 profile: 'TP'
513 timeout: 360
514
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400515 # -----------------------------------------------------------------------
Joey Armstrongdf24f602023-03-02 18:18:21 -0500516 # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job
517 - 'build_voltha_pod_release_timer':
Joey Armstrongdf24f602023-03-02 18:18:21 -0500518 build-node: 'berlin-community-pod-1'
519 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200520 disable-job: true
Joey Armstrongdf24f602023-03-02 18:18:21 -0500521 release: 'voltha-2.11'
522 branch: 'voltha-2.11'
523 name-extension: '_TT'
524 work-flow: 'TT'
525 profile: 'TP'
526 time: '10'
527 VolthaEtcdPort: 9999
528 num-of-onos: '3'
529 num-of-atomix: '3'
530
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400531 # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job
532 - 'build_voltha_pod_release_timer':
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400533 build-node: 'berlin-community-pod-1'
534 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200535 disable-job: true
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400536 release: 'voltha-2.12'
537 branch: 'voltha-2.12'
538 name-extension: '_TT'
539 work-flow: 'TT'
540 profile: 'TP'
541 time: '10'
542 VolthaEtcdPort: 9999
543 num-of-onos: '3'
544 num-of-atomix: '3'
545
546 # -----------------------------------------------------------------------
Joey Armstrongdf24f602023-03-02 18:18:21 -0500547 # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job
548 - 'build_voltha_pod_test':
Joey Armstrongdf24f602023-03-02 18:18:21 -0500549 build-node: 'berlin-community-pod-1'
550 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200551 disable-job: true
Joey Armstrongdf24f602023-03-02 18:18:21 -0500552 release: 'voltha-2.11'
553 branch: 'voltha-2.11'
554 name-extension: '_TT'
555 work-flow: 'TT'
556 power-switch: true
557 power-cycle-olt: false
558 pipeline-script: 'voltha/voltha-2.11/voltha-tt-physical-functional-tests.groovy'
559 test-repo: 'voltha-system-tests'
560 profile: 'TP'
561 timeout: 360
562
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400563 # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job
564 - 'build_voltha_pod_test':
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400565 build-node: 'berlin-community-pod-1'
566 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200567 disable-job: true
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400568 release: 'voltha-2.12'
569 branch: 'voltha-2.12'
570 name-extension: '_TT'
571 work-flow: 'TT'
572 power-switch: true
573 power-cycle-olt: false
574 pipeline-script: 'voltha/voltha-2.12/voltha-tt-physical-functional-tests.groovy'
575 test-repo: 'voltha-system-tests'
576 profile: 'TP'
577 timeout: 360
578
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500579 # TT workflow on Zyxel GPON OLT at Berlin pod - build job (playground)
580 - 'build_voltha_pod_release_timer_playground':
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500581 build-node: 'berlin-community-pod-1'
582 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200583 disable-job: true
Joey Armstrongdf24f602023-03-02 18:18:21 -0500584 release: 'master'
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500585 branch: 'master'
586 name-extension: '_TT'
587 work-flow: 'TT'
588 profile: 'TP'
589 time: '10'
590 VolthaEtcdPort: 9999
591 num-of-onos: '3'
592 num-of-atomix: '3'
593
594 # TT workflow on Zyxel XGSPON OLT at Berlin pod - test job (playground)
595 - 'build_voltha_pod_test_playground':
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500596 build-node: 'berlin-community-pod-1'
597 config-pod: 'berlin-community-pod-1-gpon'
Jan Klare11c9b742023-09-06 11:35:24 +0200598 disable-job: true
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500599 release: 'master'
600 branch: 'master'
601 name-extension: '_TT'
602 work-flow: 'TT'
603 power-switch: true
Joey Armstrongdf24f602023-03-02 18:18:21 -0500604 power-cycle-olt: false
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500605 pipeline-script: 'voltha/playground/voltha-tt-physical-functional-tests.groovy'
606 test-repo: 'voltha-system-tests'
607 profile: 'TP'
608 timeout: 360
Joey Armstrong980e37f2023-02-28 18:57:41 -0500609
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400610 # -----------------------------------------------------------------------
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200611 # Berlin pod with adtran gpon olt/onu - 2.8 1T8GEM tech profile and timer based job
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400612# - 'build_voltha_pod_release_timer':
613# build-node: 'berlin-community-pod-1'
614# config-pod: 'berlin-community-pod-1-gpon-adtran'
615# name-extension: '_DT'
616# disable-job: true
617# work-flow: 'DT'
618# release: '2.8'
619# branch: 'voltha-2.8'
620# profile: '1T8GEM'
621# reinstall-olt: false
622# extraHelmFlags: "--set adapter_adtran_olt.kv_store_data_prefix='service/voltha/voltha_volth#a' --set network.netconfUserSecret='' --set adapter_adtran_olt.topics.core_topic=voltha_voltha_rwcore#"
623# num-of-onos: '3'
624# num-of-atomix: '3'
625# pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
626# VolthaEtcdPort: 9999
627# openoltAdapterChart: '/home/community/adtran-21.5-voltha-2.8/voltha-adapter-adtran-olt'
628# oltAdapterReleaseName: 'adtran-olt'
629# waitTimerForOltUp: 420
630# time: '19'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200631
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500632 # Berlin pod with adtran gpon olt/onu - 2.11 1T8GEM tech profile and timer based job
633 - 'build_voltha_pod_release_timer':
634 build-node: 'berlin-community-pod-1'
635 config-pod: 'berlin-community-pod-1-gpon-adtran'
Jan Klare11c9b742023-09-06 11:35:24 +0200636 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500637 name-extension: '_DT'
638 work-flow: 'DT'
639 release: '2.11'
640 branch: 'voltha-2.11'
641 profile: '1T8GEM'
642 reinstall-olt: false
643 extraHelmFlags: "--set adapter_adtran_olt.kv_store_data_prefix='service/voltha/voltha_voltha' --set network.netconfUserSecret='' --set adapter_adtran_olt.topics.core_topic=voltha_voltha_rwcore"
644 num-of-onos: '3'
645 num-of-atomix: '3'
646 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
647 VolthaEtcdPort: 9999
Jan Klare9f937602023-07-12 17:39:31 +0200648 openoltAdapterChart: '/home/community/adtran-23.1-voltha-2.11/voltha-adapter-adtran-olt'
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500649 oltAdapterReleaseName: 'adtran-olt'
650 waitTimerForOltUp: 420
651 time: '19'
652
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400653 # Berlin pod with adtran gpon olt/onu - 2.12 1T8GEM tech profile and timer based job
654 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700655 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700656 config-pod: 'berlin-community-pod-1-gpon-adtran'
Jan Klare11c9b742023-09-06 11:35:24 +0200657 disable-job: true
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200658 name-extension: '_DT'
659 work-flow: 'DT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400660 release: '2.12'
661 branch: 'voltha-2.12'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200662 profile: '1T8GEM'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400663 reinstall-olt: false
664 extraHelmFlags: "--set adapter_adtran_olt.kv_store_data_prefix='service/voltha/voltha_voltha' --set network.netconfUserSecret='' --set adapter_adtran_olt.topics.core_topic=voltha_voltha_rwcore"
665 num-of-onos: '3'
666 num-of-atomix: '3'
667 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
668 VolthaEtcdPort: 9999
Jan Klare9f937602023-07-12 17:39:31 +0200669 openoltAdapterChart: '/home/community/adtran-23.1-voltha-2.12/voltha-adapter-adtran-olt'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400670 oltAdapterReleaseName: 'adtran-olt'
671 waitTimerForOltUp: 420
672 time: '19'
673
674 # -----------------------------------------------------------------------
675 # Berlin POD adtran test job - 2.8 versions: uses 1T8GEM tech profile on voltha branch
676# - 'build_voltha_pod_test':
677# timeout: 390
678# build-node: 'berlin-community-pod-1'
679# config-pod: 'berlin-community-pod-1-gpon-adtran'
680# release: '2.8'
681# branch: 'voltha-2.8'
682# name-extension: '_DT'
683# disable-job: true
684# work-flow: 'DT'
685# test-repo: 'voltha-system-tests'
686# profile: '1T8GEM'
687# power-switch: true
688# pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
689# oltAdapterAppLabel: 'adapter-adtran-olt'
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000690
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500691 # Berlin POD adtran test job - 2.11 versions: uses 1T8GEM tech profile on voltha branch
692 - 'build_voltha_pod_test':
693 timeout: 390
694 build-node: 'berlin-community-pod-1'
695 config-pod: 'berlin-community-pod-1-gpon-adtran'
Jan Klare11c9b742023-09-06 11:35:24 +0200696 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500697 release: '2.11'
698 branch: 'voltha-2.11'
699 name-extension: '_DT'
700 work-flow: 'DT'
701 test-repo: 'voltha-system-tests'
702 profile: '1T8GEM'
703 power-switch: true
704 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
705 oltAdapterAppLabel: 'adapter-adtran-olt'
706
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400707 # Berlin POD adtran test job - 2.12 versions: uses 1T8GEM tech profile on voltha branch
708 - 'build_voltha_pod_test':
709 timeout: 390
710 build-node: 'berlin-community-pod-1'
711 config-pod: 'berlin-community-pod-1-gpon-adtran'
Jan Klare11c9b742023-09-06 11:35:24 +0200712 disable-job: true
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400713 release: '2.12'
714 branch: 'voltha-2.12'
715 name-extension: '_DT'
716 work-flow: 'DT'
717 test-repo: 'voltha-system-tests'
718 profile: '1T8GEM'
719 power-switch: true
720 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
721 oltAdapterAppLabel: 'adapter-adtran-olt'
722
723 # -----------------------------------------------------------------------
TorstenThieme0adf6f12023-02-27 13:01:19 +0000724 # Berlin pod with adtran gpon olt/onu - 1T8GEM tech profile and timer based job
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000725 - 'verify_voltha_pod_dmi_test':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700726 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700727 config-pod: 'berlin-community-pod-1-gpon-adtran'
Jan Klaree3249ff2023-09-05 12:10:40 +0200728 disable-job: true
Jan Klare11c9b742023-09-06 11:35:24 +0200729 name-extension: '_DT'
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000730 work-flow: 'DT'
TorstenThieme0adf6f12023-02-27 13:01:19 +0000731 release: 'master'
732 branch: 'master'
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000733 profile: 'Default'
Hardik Windlass230fca62022-05-04 08:50:35 +0530734 installVolthaInfra: true
735 installVolthaStack: false
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000736 reinstall-olt: false
737 restart-olt: false
738 extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml "
739 dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager'
740 OltDevMgr: 'adtran-olt-device-manager'
741 num-of-onos: '3'
742 num-of-atomix: '3'
743 VolthaEtcdPort: 9999
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000744 waitTimerForOltUp: 420
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530745 time: '16'
Joey Armstrongaf679da2023-01-31 14:22:41 -0500746
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400747 # -----------------------------------------------------------------------
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500748 # Berlin pod with adtran gpon olt/onu - 2.11 1T8GEM tech profile and timer based job
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400749 # -----------------------------------------------------------------------
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500750 - 'verify_voltha_pod_dmi_test':
751 build-node: 'berlin-community-pod-1'
752 config-pod: 'berlin-community-pod-1-gpon-adtran'
Jan Klaree3249ff2023-09-05 12:10:40 +0200753 disable-job: true
Jan Klare11c9b742023-09-06 11:35:24 +0200754 name-extension: '_DT'
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500755 work-flow: 'DT'
756 release: '2.11'
757 branch: 'voltha-2.11'
758 profile: 'Default'
759 installVolthaInfra: true
760 installVolthaStack: false
761 reinstall-olt: false
762 restart-olt: false
763 extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml "
764 dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager'
765 OltDevMgr: 'adtran-olt-device-manager'
766 num-of-onos: '3'
767 num-of-atomix: '3'
768 VolthaEtcdPort: 9999
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500769 waitTimerForOltUp: 420
770 time: '16'
771
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400772 # Berlin pod with adtran gpon olt/onu - 2.12 1T8GEM tech profile and timer based job
773 - 'verify_voltha_pod_dmi_test':
774 build-node: 'berlin-community-pod-1'
775 config-pod: 'berlin-community-pod-1-gpon-adtran'
Jan Klaree3249ff2023-09-05 12:10:40 +0200776 disable-job: true
Jan Klare11c9b742023-09-06 11:35:24 +0200777 name-extension: '_DT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400778 work-flow: 'DT'
779 release: '2.12'
780 branch: 'voltha-2.12'
781 profile: 'Default'
782 installVolthaInfra: true
783 installVolthaStack: false
784 reinstall-olt: false
785 restart-olt: false
786 extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml "
787 dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager'
788 OltDevMgr: 'adtran-olt-device-manager'
789 num-of-onos: '3'
790 num-of-atomix: '3'
791 VolthaEtcdPort: 9999
792 waitTimerForOltUp: 420
793 time: '16'
794
Joey Armstrongaf679da2023-01-31 14:22:41 -0500795# [EOF]