blob: 836dccb9e5ee08e71aec5a7c135acef300000201 [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
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070045 # flex pod1 test job - using voltha branch
Hardik Windlass77221c62021-05-21 06:24:35 +000046 - 'build_voltha_pod_manual_test':
Joey Armstrongddc65982023-02-02 18:41:35 -050047 disable-job: false
Zack Williams8ef79812019-10-29 11:09:18 -070048 build-node: 'qa-testvm-pod'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070049 config-pod: 'flex-ocp-cord'
Hardik Windlass77221c62021-05-21 06:24:35 +000050 profile: 'TP'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070051 branch: 'master'
Hardik Windlass77221c62021-05-21 06:24:35 +000052 release: 'master'
53 work-flow: 'TT'
54 name-extension: '_TT'
55 test-type: ''
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070056 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -070057 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070058
Suchitra Vemuri376859a2020-07-08 17:04:44 -070059 # flex pod1 test job - released versions: uses tech profile on voltha branch
60 - 'build_voltha_pod_test':
Joey Armstrongddc65982023-02-02 18:41:35 -050061 disable-job: false
Suchitra Vemuri376859a2020-07-08 17:04:44 -070062 build-node: 'qa-testvm-pod'
63 config-pod: 'flex-ocp-cord'
64 release: 'master'
65 branch: 'master'
66 name-extension: '_TT'
67 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -050068 power-switch: true
69 power-cycle-olt: true
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -070070 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
Suchitra Vemuri376859a2020-07-08 17:04:44 -070071 test-repo: 'voltha-system-tests'
72 profile: 'TP'
Hardik Windlassd4fc1792021-11-10 11:44:18 +000073 timeout: 360
Suchitra Vemuri376859a2020-07-08 17:04:44 -070074
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040075 # -----------------------------------------------------------------------
Hardik Windlass6d9a82e2021-07-08 16:23:21 +000076 # flex pod1 test job - released versions: uses tech profile on voltha branch
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040077 # -----------------------------------------------------------------------
78# - 'build_voltha_pod_test':
79# disable-job: true
80# build-node: 'qa-testvm-pod'
81# config-pod: 'flex-ocp-cord'
82# release: '2.8'
83# branch: 'voltha-2.8'
84# name-extension: '_TT'
85# work-flow: 'TT'
86# power-switch: true
87# pipeline-script: 'voltha/voltha-2.8/voltha-tt-physical-functional-tests.groovy'
88# test-repo: 'voltha-system-tests'
89# profile: 'TP'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +000090
Joey Armstrongdeb61032023-03-03 15:05:24 -050091 # [VOL-4939] - flex pod1 test job - released versions: uses tech profile on voltha branch
Joey Armstrong35a8f8f2023-01-30 14:05:29 -050092 - 'build_voltha_pod_test':
Joey Armstrongdeb61032023-03-03 15:05:24 -050093 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -050094 build-node: 'qa-testvm-pod'
95 config-pod: 'flex-ocp-cord'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -040096 release: '2.12'
97 branch: 'voltha-2.12'
98 name-extension: '_TT'
99 work-flow: 'TT'
100 power-switch: true
101 pipeline-script: 'voltha/voltha-2.12/voltha-tt-physical-functional-tests.groovy'
102 test-repo: 'voltha-system-tests'
103 profile: 'TP'
104
Joey Armstrong14c06212023-03-05 09:44:35 -0500105 # [CORD-4941] - flex pod1 test job - released versions: uses tech profile on voltha branch
Hardik Windlass6598b032021-07-02 10:12:01 +0000106 - 'build_voltha_pod_test':
Joey Armstrong14c06212023-03-05 09:44:35 -0500107 disable-job: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000108 build-node: 'qa-testvm-pod'
109 config-pod: 'flex-ocp-cord-multi-uni'
110 release: 'master'
111 branch: 'master'
112 name-extension: '_TT'
113 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500114 power-switch: true
115 power-cycle-olt: true
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700116 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
Hardik Windlass6598b032021-07-02 10:12:01 +0000117 test-repo: 'voltha-system-tests'
118 profile: 'TP'
119 enableMultiUni: true
120
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400121 # -----------------------------------------------------------------------
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800122 # Berlin pod with olt/onu - master versions timer based job , two OLTs
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530123 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700124 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700125 config-pod: 'berlin-community-pod-1-multi-olt'
Joey Armstrongddc65982023-02-02 18:41:35 -0500126 disable-job: false
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800127 name-extension: '_DT'
128 work-flow: 'DT'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800129 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200130 num-of-onos: '3'
131 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +0100132 # Update time trigger value while re-enabling the job
133 time: ''
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100134
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100135 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800136 - 'build_voltha_pod_test':
Andrea Campanella2af4b902021-11-05 10:40:02 +0100137 timeout: 360
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700138 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700139 config-pod: 'berlin-community-pod-1-multi-olt'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100140 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800141 branch: 'master'
Joey Armstrongddc65982023-02-02 18:41:35 -0500142 disable-job: false
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800143 name-extension: '_DT'
144 work-flow: 'DT'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800145 test-repo: 'voltha-system-tests'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800146 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500147 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -0700148 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700149
Andrea Campanella972d63e2020-05-14 19:59:08 +0200150 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530151 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700152 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700153 config-pod: 'berlin-community-pod-1-gpon'
Andrea Campanella625ba352020-04-02 15:32:13 +0200154 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -0500155 disable-job: false
Andrea Campanella625ba352020-04-02 15:32:13 +0200156 work-flow: 'DT'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200157 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200158 num-of-onos: '3'
159 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +0100160 # Update time trigger value while re-enabling the job
161 time: ''
Andrea Campanella625ba352020-04-02 15:32:13 +0200162
Andrea Campanella972d63e2020-05-14 19:59:08 +0200163 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200164 - 'build_voltha_pod_test':
Hardik Windlass50ec6d72021-12-16 05:37:04 +0000165 timeout: 330
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700166 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700167 config-pod: 'berlin-community-pod-1-gpon'
Andrea Campanella625ba352020-04-02 15:32:13 +0200168 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -0500169 disable-job: false
Andrea Campanellad924ce22020-04-20 16:40:41 +0200170 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200171 release: 'master'
172 branch: 'master'
173 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200174 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500175 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -0700176 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700177
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000178 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400179# - 'build_voltha_pod_release_timer':
180# build-node: 'berlin-community-pod-1'
181# config-pod: 'berlin-community-pod-1-gpon'
182# release: '2.8'
183# branch: 'voltha-2.8'
184# name-extension: '_DT'
185# disable-job: true
186# work-flow: 'DT'
187# profile: '1T8GEM'
188# num-of-onos: '3'
189# num-of-atomix: '3'
190# time: '1'
191# pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700192
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500193 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
194 - 'build_voltha_pod_release_timer':
195 build-node: 'berlin-community-pod-1'
196 config-pod: 'berlin-community-pod-1-gpon'
197 release: '2.11'
198 branch: 'voltha-2.11'
199 name-extension: '_DT'
200 work-flow: 'DT'
201 profile: '1T8GEM'
202 num-of-onos: '3'
203 num-of-atomix: '3'
204 time: '1'
205 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
206
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400207 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
208 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700209 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700210 config-pod: 'berlin-community-pod-1-gpon'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400211 release: '2.12'
212 branch: 'voltha-2.12'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700213 name-extension: '_DT'
214 work-flow: 'DT'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700215 profile: '1T8GEM'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400216 num-of-onos: '3'
217 num-of-atomix: '3'
218 time: '1'
219 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
220
221 # -----------------------------------------------------------------------
222 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
223# - 'build_voltha_pod_test':
224# build-node: 'berlin-community-pod-1'
225# config-pod: 'berlin-community-pod-1-gpon'
226# name-extension: '_DT'
227# disable-job: true
228# work-flow: 'DT'
229# release: '2.8'
230# branch: 'voltha-2.8'
231# test-repo: 'voltha-system-tests'
232# profile: '1T8GEM'
233# power-switch: true
234# pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700235
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500236 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
237 - 'build_voltha_pod_test':
238 build-node: 'berlin-community-pod-1'
239 config-pod: 'berlin-community-pod-1-gpon'
240 name-extension: '_DT'
241 work-flow: 'DT'
242 release: '2.11'
243 branch: 'voltha-2.11'
244 test-repo: 'voltha-system-tests'
245 profile: '1T8GEM'
246 power-switch: true
247 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
248
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400249 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
250 - 'build_voltha_pod_test':
Matteo Scandolo4fb11422022-03-29 14:21:04 -0700251 build-node: 'berlin-community-pod-1'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400252 config-pod: 'berlin-community-pod-1-gpon'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200253 name-extension: '_DT'
Andrea Campanella350c6102020-10-01 09:56:40 +0200254 work-flow: 'DT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400255 release: '2.12'
256 branch: 'voltha-2.12'
257 test-repo: 'voltha-system-tests'
Andrea Campanella350c6102020-10-01 09:56:40 +0200258 profile: '1T8GEM'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400259 power-switch: true
260 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
261
262 # -----------------------------------------------------------------------
263 # Berlin pod with olt/onu - voltha-2.8 versions timer based job , two OLTs
264# - 'build_voltha_pod_release_timer':
265# build-node: 'berlin-community-pod-1'
266# config-pod: 'berlin-community-pod-1-multi-olt'
267# name-extension: '_DT'
268# disable-job: true
269# work-flow: 'DT'
270# release: '2.8'
271# branch: 'voltha-2.8'
272# profile: '1T8GEM'
273# num-of-onos: '3'
274# num-of-atomix: '3'
275# pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
276# time: '7'
Andrea Campanella350c6102020-10-01 09:56:40 +0200277
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500278 # Berlin pod with olt/onu - voltha-2.11 versions timer based job , two OLTs
279 - 'build_voltha_pod_release_timer':
280 build-node: 'berlin-community-pod-1'
281 config-pod: 'berlin-community-pod-1-multi-olt'
282 name-extension: '_DT'
283 work-flow: 'DT'
284 release: '2.11'
285 branch: 'voltha-2.11'
286 profile: '1T8GEM'
287 num-of-onos: '3'
288 num-of-atomix: '3'
289 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
290 time: '7'
291
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400292 # Berlin pod with olt/onu - voltha-2.12 versions timer based job , two OLTs
293 - 'build_voltha_pod_release_timer':
Matteo Scandolo4fb11422022-03-29 14:21:04 -0700294 build-node: 'berlin-community-pod-1'
295 config-pod: 'berlin-community-pod-1-multi-olt'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200296 name-extension: '_DT'
Andrea Campanella350c6102020-10-01 09:56:40 +0200297 work-flow: 'DT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400298 release: '2.12'
299 branch: 'voltha-2.12'
Andrea Campanella350c6102020-10-01 09:56:40 +0200300 profile: '1T8GEM'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400301 num-of-onos: '3'
302 num-of-atomix: '3'
303 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
304 time: '7'
305
306 # -----------------------------------------------------------------------
307 # Berlin POD test job - voltha-2.8 versions: uses tech profile on voltha branch
308# - 'build_voltha_pod_test':
309# build-node: 'berlin-community-pod-1'
310# config-pod: 'berlin-community-pod-1-multi-olt'
311# release: '2.8'
312# branch: 'voltha-2.8'
313# name-extension: '_DT'
314# disable-job: true
315# work-flow: 'DT'
316# test-repo: 'voltha-system-tests'
317# profile: '1T8GEM'
318# power-switch: true
319# pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200320
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500321 # Berlin POD test job - voltha-2.11 versions: uses tech profile on voltha branch
322 - 'build_voltha_pod_test':
323 build-node: 'berlin-community-pod-1'
324 config-pod: 'berlin-community-pod-1-multi-olt'
325 release: '2.11'
326 branch: 'voltha-2.11'
327 name-extension: '_DT'
328 work-flow: 'DT'
329 test-repo: 'voltha-system-tests'
330 profile: '1T8GEM'
331 power-switch: true
332 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
333
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400334 # Berlin POD test job - voltha-2.12 versions: uses tech profile on voltha branch
335 - 'build_voltha_pod_test':
336 build-node: 'berlin-community-pod-1'
337 config-pod: 'berlin-community-pod-1-multi-olt'
338 release: '2.12'
339 branch: 'voltha-2.12'
340 name-extension: '_DT'
341 work-flow: 'DT'
342 test-repo: 'voltha-system-tests'
343 profile: '1T8GEM'
344 power-switch: true
345 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
346
347 # -----------------------------------------------------------------------
TorstenThieme0adf6f12023-02-27 13:01:19 +0000348 # Berlin pod with gpon olt/onu - master 1T4GEM tech profile and timer based job
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530349 - 'build_voltha_pod_release_timer':
350 build-node: 'berlin-community-pod-1'
351 config-pod: 'berlin-community-pod-1-gpon-fttb'
352 withFttb: true
353 name-extension: '_DT'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700354 disable-job: false
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530355 work-flow: 'DT'
Hardik Windlass7f98e9e2022-05-30 14:36:25 +0530356 profile: '1T4GEM-FTTB'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530357 num-of-onos: '3'
358 num-of-atomix: '3'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530359 time: '13'
360
TorstenThieme0adf6f12023-02-27 13:01:19 +0000361 # Berlin POD test job - master versions: uses 1T4GEM tech profile on voltha branch
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530362 - 'build_voltha_pod_test':
363 timeout: 330
364 build-node: 'berlin-community-pod-1'
365 config-pod: 'berlin-community-pod-1-gpon-fttb'
366 withFttb: true
367 name-extension: '_DT'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700368 disable-job: false
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530369 work-flow: 'DT'
370 release: 'master'
371 branch: 'master'
372 test-repo: 'voltha-system-tests'
Hardik Windlass7f98e9e2022-05-30 14:36:25 +0530373 profile: '1T4GEM-FTTB'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500374 power-switch: true
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530375 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
376
TorstenThieme0adf6f12023-02-27 13:01:19 +0000377 # Berlin pod with gpon olt/onu - 2.11 1T4GEM tech profile and timer based job
378 - 'build_voltha_pod_release_timer':
379 build-node: 'berlin-community-pod-1'
380 config-pod: 'berlin-community-pod-1-gpon-fttb'
381 withFttb: true
382 name-extension: '_DT'
383 disable-job: false
384 work-flow: 'DT'
385 release: '2.11'
386 branch: 'voltha-2.11'
387 profile: '1T4GEM-FTTB'
388 num-of-onos: '3'
389 num-of-atomix: '3'
390 time: '13'
391 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
392
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400393 # Berlin pod with gpon olt/onu - 2.12 1T4GEM tech profile and timer based job
394 - 'build_voltha_pod_release_timer':
395 build-node: 'berlin-community-pod-1'
396 config-pod: 'berlin-community-pod-1-gpon-fttb'
397 withFttb: true
398 name-extension: '_DT'
399 disable-job: false
400 work-flow: 'DT'
401 release: '2.12'
402 branch: 'voltha-2.12'
403 profile: '1T4GEM-FTTB'
404 num-of-onos: '3'
405 num-of-atomix: '3'
406 time: '13'
407 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
408
409 # -----------------------------------------------------------------------
TorstenThieme0adf6f12023-02-27 13:01:19 +0000410 # Berlin POD test job - 2.11 versions: uses 1T4GEM tech profile on voltha branch
411 - 'build_voltha_pod_test':
412 timeout: 330
413 build-node: 'berlin-community-pod-1'
414 config-pod: 'berlin-community-pod-1-gpon-fttb'
415 withFttb: true
416 name-extension: '_DT'
417 disable-job: false
418 work-flow: 'DT'
419 release: '2.11'
420 branch: 'voltha-2.11'
421 test-repo: 'voltha-system-tests'
422 profile: '1T4GEM-FTTB'
423 power-switch: true
424 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
425
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400426 # Berlin POD test job - 2.12 versions: uses 1T4GEM tech profile on voltha branch
427 - 'build_voltha_pod_test':
428 timeout: 330
429 build-node: 'berlin-community-pod-1'
430 config-pod: 'berlin-community-pod-1-gpon-fttb'
431 withFttb: true
432 name-extension: '_DT'
433 disable-job: false
434 work-flow: 'DT'
435 release: '2.12'
436 branch: 'voltha-2.12'
437 test-repo: 'voltha-system-tests'
438 profile: '1T4GEM-FTTB'
439 power-switch: true
440 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
441
TorstenThieme0adf6f12023-02-27 13:01:19 +0000442 # Berlin pod with zyxel gpon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200443 - 'build_voltha_pod_release_timer':
444 build-node: 'berlin-community-pod-2'
445 config-pod: 'berlin-community-pod-2-gpon-zyxel'
Girish Gowdra9b20acc2022-05-20 16:22:25 -0700446 disable-job: false
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200447 name-extension: '_DT'
448 work-flow: 'DT'
449 release: 'master'
450 branch: 'master'
451 profile: '1T8GEM'
452 reinstall-olt: true
453 num-of-onos: '3'
454 num-of-atomix: '3'
455 pipeline-script: 'voltha/master/physical-build.groovy'
456 VolthaEtcdPort: 9999
457 waitTimerForOltUp: 360
458 time: '1'
459
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500460 # Berlin POD test job - zyxel gpon master versions: uses tech profile on voltha branch
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200461 - 'build_voltha_pod_test':
462 build-node: 'berlin-community-pod-2'
463 config-pod: 'berlin-community-pod-2-gpon-zyxel'
464 release: 'master'
465 branch: 'master'
466 name-extension: '_DT'
467 work-flow: 'DT'
468 test-repo: 'voltha-system-tests'
469 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500470 power-switch: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200471 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
472
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500473 # Berlin pod with zyxel xgspon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200474 - 'build_voltha_pod_release_timer':
475 build-node: 'berlin-community-pod-2'
476 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
Girish Gowdra9b20acc2022-05-20 16:22:25 -0700477 disable-job: false
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200478 name-extension: '_DT'
479 work-flow: 'DT'
480 release: 'master'
481 branch: 'master'
482 reinstall-olt: true
483 num-of-onos: '3'
484 num-of-atomix: '3'
485 pipeline-script: 'voltha/master/physical-build.groovy'
486 VolthaEtcdPort: 9999
487 waitTimerForOltUp: 360
Girish Gowdrae20a52b2022-05-19 11:51:31 -0700488 profile: '1T8GEM'
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200489 time: '5'
490
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500491 # Berlin POD test job - zyxel xgsgpon master versions: uses tech profile on voltha branch
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200492 - 'build_voltha_pod_test':
493 build-node: 'berlin-community-pod-2'
494 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
495 release: 'master'
496 branch: 'master'
497 name-extension: '_DT'
498 work-flow: 'DT'
499 test-repo: 'voltha-system-tests'
500 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500501 power-switch: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200502 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
503
Joey Armstrong980e37f2023-02-28 18:57:41 -0500504 # TT workflow on Zyxel XGSPON OLT at Berlin pod - build job
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700505 - 'build_voltha_pod_release_timer':
506 disable-job: false
507 build-node: 'berlin-community-pod-2'
508 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
509 release: 'master'
510 branch: 'master'
511 name-extension: '_TT'
512 work-flow: 'TT'
513 profile: 'TP'
514 time: '10'
515 VolthaEtcdPort: 9999
516 num-of-onos: '3'
517 num-of-atomix: '3'
518
Joey Armstrong980e37f2023-02-28 18:57:41 -0500519 # TT workflow on Zyxel XGSPON OLT at Berlin pod - test job
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700520 - 'build_voltha_pod_test':
521 disable-job: false
522 build-node: 'berlin-community-pod-2'
523 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
524 release: 'master'
525 branch: 'master'
526 name-extension: '_TT'
527 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500528 power-switch: true
529 power-cycle-olt: true
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700530 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
531 test-repo: 'voltha-system-tests'
532 profile: 'TP'
533 timeout: 360
534
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500535 # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job
536 - 'build_voltha_pod_release_timer':
Joey Armstrong980e37f2023-02-28 18:57:41 -0500537 disable-job: false
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500538 build-node: 'berlin-community-pod-1'
539 config-pod: 'berlin-community-pod-1-gpon'
Joey Armstrong980e37f2023-02-28 18:57:41 -0500540 release: 'master'
541 branch: 'master'
542 name-extension: '_TT'
543 work-flow: 'TT'
544 profile: 'TP'
545 time: '10'
546 VolthaEtcdPort: 9999
547 num-of-onos: '3'
548 num-of-atomix: '3'
549
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500550 # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job
551 - 'build_voltha_pod_test':
552 disable-job: false
553 build-node: 'berlin-community-pod-1'
554 config-pod: 'berlin-community-pod-1-gpon'
555 release: 'master'
556 branch: 'master'
557 name-extension: '_TT'
558 work-flow: 'TT'
559 power-switch: true
Joey Armstrongdf24f602023-03-02 18:18:21 -0500560 power-cycle-olt: false
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500561 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
562 test-repo: 'voltha-system-tests'
563 profile: 'TP'
564 timeout: 360
565
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400566 # -----------------------------------------------------------------------
Joey Armstrongdf24f602023-03-02 18:18:21 -0500567 # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job
568 - 'build_voltha_pod_release_timer':
569 disable-job: false
570 build-node: 'berlin-community-pod-1'
571 config-pod: 'berlin-community-pod-1-gpon'
572 release: 'voltha-2.11'
573 branch: 'voltha-2.11'
574 name-extension: '_TT'
575 work-flow: 'TT'
576 profile: 'TP'
577 time: '10'
578 VolthaEtcdPort: 9999
579 num-of-onos: '3'
580 num-of-atomix: '3'
581
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400582 # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job
583 - 'build_voltha_pod_release_timer':
584 disable-job: false
585 build-node: 'berlin-community-pod-1'
586 config-pod: 'berlin-community-pod-1-gpon'
587 release: 'voltha-2.12'
588 branch: 'voltha-2.12'
589 name-extension: '_TT'
590 work-flow: 'TT'
591 profile: 'TP'
592 time: '10'
593 VolthaEtcdPort: 9999
594 num-of-onos: '3'
595 num-of-atomix: '3'
596
597 # -----------------------------------------------------------------------
Joey Armstrongdf24f602023-03-02 18:18:21 -0500598 # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job
599 - 'build_voltha_pod_test':
600 disable-job: false
601 build-node: 'berlin-community-pod-1'
602 config-pod: 'berlin-community-pod-1-gpon'
603 release: 'voltha-2.11'
604 branch: 'voltha-2.11'
605 name-extension: '_TT'
606 work-flow: 'TT'
607 power-switch: true
608 power-cycle-olt: false
609 pipeline-script: 'voltha/voltha-2.11/voltha-tt-physical-functional-tests.groovy'
610 test-repo: 'voltha-system-tests'
611 profile: 'TP'
612 timeout: 360
613
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400614 # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job
615 - 'build_voltha_pod_test':
616 disable-job: false
617 build-node: 'berlin-community-pod-1'
618 config-pod: 'berlin-community-pod-1-gpon'
619 release: 'voltha-2.12'
620 branch: 'voltha-2.12'
621 name-extension: '_TT'
622 work-flow: 'TT'
623 power-switch: true
624 power-cycle-olt: false
625 pipeline-script: 'voltha/voltha-2.12/voltha-tt-physical-functional-tests.groovy'
626 test-repo: 'voltha-system-tests'
627 profile: 'TP'
628 timeout: 360
629
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500630 # TT workflow on Zyxel GPON OLT at Berlin pod - build job (playground)
631 - 'build_voltha_pod_release_timer_playground':
632 disable-job: false
633 build-node: 'berlin-community-pod-1'
634 config-pod: 'berlin-community-pod-1-gpon'
Joey Armstrongdf24f602023-03-02 18:18:21 -0500635 release: 'master'
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500636 branch: 'master'
637 name-extension: '_TT'
638 work-flow: 'TT'
639 profile: 'TP'
640 time: '10'
641 VolthaEtcdPort: 9999
642 num-of-onos: '3'
643 num-of-atomix: '3'
644
645 # TT workflow on Zyxel XGSPON OLT at Berlin pod - test job (playground)
646 - 'build_voltha_pod_test_playground':
647 disable-job: false
648 build-node: 'berlin-community-pod-1'
649 config-pod: 'berlin-community-pod-1-gpon'
650 release: 'master'
651 branch: 'master'
652 name-extension: '_TT'
653 work-flow: 'TT'
654 power-switch: true
Joey Armstrongdf24f602023-03-02 18:18:21 -0500655 power-cycle-olt: false
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500656 pipeline-script: 'voltha/playground/voltha-tt-physical-functional-tests.groovy'
657 test-repo: 'voltha-system-tests'
658 profile: 'TP'
659 timeout: 360
Joey Armstrong980e37f2023-02-28 18:57:41 -0500660
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400661 # -----------------------------------------------------------------------
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200662 # Berlin pod with adtran gpon olt/onu - 2.8 1T8GEM tech profile and timer based job
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400663# - 'build_voltha_pod_release_timer':
664# build-node: 'berlin-community-pod-1'
665# config-pod: 'berlin-community-pod-1-gpon-adtran'
666# name-extension: '_DT'
667# disable-job: true
668# work-flow: 'DT'
669# release: '2.8'
670# branch: 'voltha-2.8'
671# profile: '1T8GEM'
672# reinstall-olt: false
673# 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#"
674# num-of-onos: '3'
675# num-of-atomix: '3'
676# pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
677# VolthaEtcdPort: 9999
678# openoltAdapterChart: '/home/community/adtran-21.5-voltha-2.8/voltha-adapter-adtran-olt'
679# oltAdapterReleaseName: 'adtran-olt'
680# waitTimerForOltUp: 420
681# time: '19'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200682
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500683 # Berlin pod with adtran gpon olt/onu - 2.11 1T8GEM tech profile and timer based job
684 - 'build_voltha_pod_release_timer':
685 build-node: 'berlin-community-pod-1'
686 config-pod: 'berlin-community-pod-1-gpon-adtran'
687 name-extension: '_DT'
688 work-flow: 'DT'
689 release: '2.11'
690 branch: 'voltha-2.11'
691 profile: '1T8GEM'
692 reinstall-olt: false
693 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"
694 num-of-onos: '3'
695 num-of-atomix: '3'
696 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
697 VolthaEtcdPort: 9999
Jan Klare9f937602023-07-12 17:39:31 +0200698 openoltAdapterChart: '/home/community/adtran-23.1-voltha-2.11/voltha-adapter-adtran-olt'
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500699 oltAdapterReleaseName: 'adtran-olt'
700 waitTimerForOltUp: 420
701 time: '19'
702
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400703 # Berlin pod with adtran gpon olt/onu - 2.12 1T8GEM tech profile and timer based job
704 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700705 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700706 config-pod: 'berlin-community-pod-1-gpon-adtran'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200707 name-extension: '_DT'
708 work-flow: 'DT'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400709 release: '2.12'
710 branch: 'voltha-2.12'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200711 profile: '1T8GEM'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400712 reinstall-olt: false
713 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"
714 num-of-onos: '3'
715 num-of-atomix: '3'
716 pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
717 VolthaEtcdPort: 9999
Jan Klare9f937602023-07-12 17:39:31 +0200718 openoltAdapterChart: '/home/community/adtran-23.1-voltha-2.12/voltha-adapter-adtran-olt'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400719 oltAdapterReleaseName: 'adtran-olt'
720 waitTimerForOltUp: 420
721 time: '19'
722
723 # -----------------------------------------------------------------------
724 # Berlin POD adtran test job - 2.8 versions: uses 1T8GEM tech profile on voltha branch
725# - 'build_voltha_pod_test':
726# timeout: 390
727# build-node: 'berlin-community-pod-1'
728# config-pod: 'berlin-community-pod-1-gpon-adtran'
729# release: '2.8'
730# branch: 'voltha-2.8'
731# name-extension: '_DT'
732# disable-job: true
733# work-flow: 'DT'
734# test-repo: 'voltha-system-tests'
735# profile: '1T8GEM'
736# power-switch: true
737# pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
738# oltAdapterAppLabel: 'adapter-adtran-olt'
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000739
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500740 # Berlin POD adtran test job - 2.11 versions: uses 1T8GEM tech profile on voltha branch
741 - 'build_voltha_pod_test':
742 timeout: 390
743 build-node: 'berlin-community-pod-1'
744 config-pod: 'berlin-community-pod-1-gpon-adtran'
745 release: '2.11'
746 branch: 'voltha-2.11'
747 name-extension: '_DT'
748 work-flow: 'DT'
749 test-repo: 'voltha-system-tests'
750 profile: '1T8GEM'
751 power-switch: true
752 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
753 oltAdapterAppLabel: 'adapter-adtran-olt'
754
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400755 # Berlin POD adtran test job - 2.12 versions: uses 1T8GEM tech profile on voltha branch
756 - 'build_voltha_pod_test':
757 timeout: 390
758 build-node: 'berlin-community-pod-1'
759 config-pod: 'berlin-community-pod-1-gpon-adtran'
760 release: '2.12'
761 branch: 'voltha-2.12'
762 name-extension: '_DT'
763 work-flow: 'DT'
764 test-repo: 'voltha-system-tests'
765 profile: '1T8GEM'
766 power-switch: true
767 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
768 oltAdapterAppLabel: 'adapter-adtran-olt'
769
770 # -----------------------------------------------------------------------
TorstenThieme0adf6f12023-02-27 13:01:19 +0000771 # Berlin pod with adtran gpon olt/onu - 1T8GEM tech profile and timer based job
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000772 - 'verify_voltha_pod_dmi_test':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700773 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700774 config-pod: 'berlin-community-pod-1-gpon-adtran'
Hardik Windlassace19e52022-02-10 09:36:21 +0000775 name-extension: '_DT'
TorstenThiemeb8e30f82023-03-03 07:51:46 +0000776 disable-job: false
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000777 work-flow: 'DT'
TorstenThieme0adf6f12023-02-27 13:01:19 +0000778 release: 'master'
779 branch: 'master'
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000780 profile: 'Default'
Hardik Windlass230fca62022-05-04 08:50:35 +0530781 installVolthaInfra: true
782 installVolthaStack: false
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000783 reinstall-olt: false
784 restart-olt: false
785 extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml "
786 dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager'
787 OltDevMgr: 'adtran-olt-device-manager'
788 num-of-onos: '3'
789 num-of-atomix: '3'
790 VolthaEtcdPort: 9999
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000791 waitTimerForOltUp: 420
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530792 time: '16'
Joey Armstrongaf679da2023-01-31 14:22:41 -0500793
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400794 # -----------------------------------------------------------------------
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500795 # Berlin pod with adtran gpon olt/onu - 2.11 1T8GEM tech profile and timer based job
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400796 # -----------------------------------------------------------------------
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500797 - 'verify_voltha_pod_dmi_test':
798 build-node: 'berlin-community-pod-1'
799 config-pod: 'berlin-community-pod-1-gpon-adtran'
800 name-extension: '_DT'
TorstenThiemeb8e30f82023-03-03 07:51:46 +0000801 disable-job: false
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500802 work-flow: 'DT'
803 release: '2.11'
804 branch: 'voltha-2.11'
805 profile: 'Default'
806 installVolthaInfra: true
807 installVolthaStack: false
808 reinstall-olt: false
809 restart-olt: false
810 extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml "
811 dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager'
812 OltDevMgr: 'adtran-olt-device-manager'
813 num-of-onos: '3'
814 num-of-atomix: '3'
815 VolthaEtcdPort: 9999
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500816 waitTimerForOltUp: 420
817 time: '16'
818
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400819 # Berlin pod with adtran gpon olt/onu - 2.12 1T8GEM tech profile and timer based job
820 - 'verify_voltha_pod_dmi_test':
821 build-node: 'berlin-community-pod-1'
822 config-pod: 'berlin-community-pod-1-gpon-adtran'
823 name-extension: '_DT'
824 disable-job: false
825 work-flow: 'DT'
826 release: '2.12'
827 branch: 'voltha-2.12'
828 profile: 'Default'
829 installVolthaInfra: true
830 installVolthaStack: false
831 reinstall-olt: false
832 restart-olt: false
833 extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml "
834 dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager'
835 OltDevMgr: 'adtran-olt-device-manager'
836 num-of-onos: '3'
837 num-of-atomix: '3'
838 VolthaEtcdPort: 9999
839 waitTimerForOltUp: 420
840 time: '16'
841
Joey Armstrongaf679da2023-01-31 14:22:41 -0500842# [EOF]