blob: 8b8c70f0d1ccce34b1918fed323a7cd9c0ca4bab [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 Armstrong198f7602023-06-21 15:03:59 -040044# ZZ
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 Vemurif8236c12019-10-22 15:51:39 -070059 # flex OCP pod with olt/onu - Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -070060 - 'build_voltha_pod_release_timer':
Joey Armstrongddc65982023-02-02 18:41:35 -050061 disable-job: false
Zack Williams8ef79812019-10-29 11:09:18 -070062 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070063 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070064 profile: 'Default'
Hardik Windlass6598b032021-07-02 10:12:01 +000065 time: '5'
Matteo Scandolod43bb302021-04-20 10:19:29 -070066 VolthaEtcdPort: 9999
67 num-of-onos: '3'
68 num-of-atomix: '3'
Joey Armstrong198f7602023-06-21 15:03:59 -040069# ZZ
Suchitra Vemurif8236c12019-10-22 15:51:39 -070070 # flex pod1 test job - uses tech profile on voltha branch
Suchitra Vemurif921cda2019-09-25 22:53:45 -070071 - 'build_voltha_pod_test':
Joey Armstrongddc65982023-02-02 18:41:35 -050072 disable-job: false
Zack Williams8ef79812019-10-29 11:09:18 -070073 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070074 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070075 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070076 branch: 'master'
Joey Armstrongca4cb462023-01-12 17:51:05 -050077 power-switch: true
78 power-cycle-olt: true
hwchiu14f97852019-10-08 10:51:11 -070079 test-repo: 'voltha-system-tests'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070080 profile: 'Default'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070081
Joey Armstrongdeb61032023-03-03 15:05:24 -050082 # [VOL-4939] - flex OCP pod with olt/onu - 1T4GEM tech profile and timer based job
Joey Armstrong198f7602023-06-21 15:03:59 -040083# - 'build_voltha_pod_release_timer':
84# disable-job: true
85# build-node: 'qa-testvm-pod'
86# config-pod: 'flex-ocp-cord'
87# release: '2.11'
88# branch: 'voltha-2.11'
89# profile: '1T4GEM'
90# time: '1'
91# VolthaEtcdPort: 9999
92# num-of-onos: '3'
93# num-of-atomix: '3'
94# pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
Joey Armstrong35a8f8f2023-01-30 14:05:29 -050095
Joey Armstrong198f7602023-06-21 15:03:59 -040096 ## ZZ
Joey Armstrongdeb61032023-03-03 15:05:24 -050097 # [VOL-4939] - flex OCP pod with olt/onu - 1T4GEM tech profile and timer based job
Joey Armstrong198f7602023-06-21 15:03:59 -040098# - 'build_voltha_pod_release_timer':
99# disable-job: true
100# build-node: 'qa-testvm-pod'
101# config-pod: 'flex-ocp-cord'
102# release: '2.8'
103# branch: 'voltha-2.8'
104# profile: '1T4GEM'
105# time: '1'
106# VolthaEtcdPort: 9999
107# num-of-onos: '3'
108# num-of-atomix: '3'
109# pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700110
111 # flex pod1 test job - released versions: uses tech profile on voltha branch
112 - 'build_voltha_pod_test':
Joey Armstrongff93d822023-01-25 19:17:00 -0500113 disable-job: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700114 build-node: 'qa-testvm-pod'
115 config-pod: 'flex-ocp-cord'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000116 release: '2.8'
117 branch: 'voltha-2.8'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500118 power-switch: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700119 test-repo: 'voltha-system-tests'
120 profile: '1T4GEM'
121
Joey Armstrongdeb61032023-03-03 15:05:24 -0500122 # [VOL-4939] - flex pod1 test job - released versions: uses tech profile on voltha branch
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500123 - 'build_voltha_pod_test':
Joey Armstrongdeb61032023-03-03 15:05:24 -0500124 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500125 build-node: 'qa-testvm-pod'
126 config-pod: 'flex-ocp-cord'
127 release: '2.11'
128 branch: 'voltha-2.11'
129 power-switch: true
130 test-repo: 'voltha-system-tests'
131 profile: '1T4GEM'
132
133 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700134 - 'build_voltha_pod_release_timer':
Joey Armstrongddc65982023-02-02 18:41:35 -0500135 disable-job: false
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700136 build-node: 'qa-testvm-pod'
137 config-pod: 'flex-ocp-cord'
138 release: 'master'
139 branch: 'master'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700140 name-extension: '_TT'
141 work-flow: 'TT'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700142 profile: 'TP'
Hardik Windlass6598b032021-07-02 10:12:01 +0000143 time: '10'
Matteo Scandolod43bb302021-04-20 10:19:29 -0700144 VolthaEtcdPort: 9999
145 num-of-onos: '3'
146 num-of-atomix: '3'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700147
148 # flex pod1 test job - released versions: uses tech profile on voltha branch
149 - 'build_voltha_pod_test':
Joey Armstrongddc65982023-02-02 18:41:35 -0500150 disable-job: false
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700151 build-node: 'qa-testvm-pod'
152 config-pod: 'flex-ocp-cord'
153 release: 'master'
154 branch: 'master'
155 name-extension: '_TT'
156 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500157 power-switch: true
158 power-cycle-olt: true
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700159 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700160 test-repo: 'voltha-system-tests'
161 profile: 'TP'
Hardik Windlassd4fc1792021-11-10 11:44:18 +0000162 timeout: 360
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700163
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500164 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Hardik Windlass6598b032021-07-02 10:12:01 +0000165 - 'build_voltha_pod_release_timer':
Joey Armstrongff93d822023-01-25 19:17:00 -0500166 disable-job: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000167 build-node: 'qa-testvm-pod'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000168 config-pod: 'flex-ocp-cord'
169 release: '2.8'
170 branch: 'voltha-2.8'
171 name-extension: '_TT'
172 work-flow: 'TT'
173 profile: 'TP'
174 time: '20'
175 VolthaEtcdPort: 9999
176 num-of-onos: '3'
177 num-of-atomix: '3'
178 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
179
Joey Armstrongdeb61032023-03-03 15:05:24 -0500180 # [VOL-4939] - flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500181 - 'build_voltha_pod_release_timer':
Joey Armstrongdeb61032023-03-03 15:05:24 -0500182 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500183 build-node: 'qa-testvm-pod'
184 config-pod: 'flex-ocp-cord'
185 release: '2.11'
186 branch: 'voltha-2.11'
187 name-extension: '_TT'
188 work-flow: 'TT'
189 profile: 'TP'
190 time: '20'
191 VolthaEtcdPort: 9999
192 num-of-onos: '3'
193 num-of-atomix: '3'
194 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
195
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000196 # flex pod1 test job - released versions: uses tech profile on voltha branch
197 - 'build_voltha_pod_test':
Joey Armstrongff93d822023-01-25 19:17:00 -0500198 disable-job: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000199 build-node: 'qa-testvm-pod'
200 config-pod: 'flex-ocp-cord'
201 release: '2.8'
202 branch: 'voltha-2.8'
203 name-extension: '_TT'
204 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500205 power-switch: true
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700206 pipeline-script: 'voltha/voltha-2.8/voltha-tt-physical-functional-tests.groovy'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000207 test-repo: 'voltha-system-tests'
208 profile: 'TP'
209
Joey Armstrongdeb61032023-03-03 15:05:24 -0500210 # [VOL-4939] - flex pod1 test job - released versions: uses tech profile on voltha branch
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500211 - 'build_voltha_pod_test':
Joey Armstrongdeb61032023-03-03 15:05:24 -0500212 disable-job: true
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500213 build-node: 'qa-testvm-pod'
214 config-pod: 'flex-ocp-cord'
215 release: '2.11'
216 branch: 'voltha-2.11'
217 name-extension: '_TT'
218 work-flow: 'TT'
219 power-switch: true
220 pipeline-script: 'voltha/voltha-2.11/voltha-tt-physical-functional-tests.groovy'
221 test-repo: 'voltha-system-tests'
222 profile: 'TP'
223
Joey Armstrong14c06212023-03-05 09:44:35 -0500224 # [CORD-4941] - flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000225 - 'build_voltha_pod_release_timer':
Joey Armstrong14c06212023-03-05 09:44:35 -0500226 disable-job: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000227 build-node: 'qa-testvm-pod'
Hardik Windlass6598b032021-07-02 10:12:01 +0000228 config-pod: 'flex-ocp-cord-multi-uni'
229 release: 'master'
230 branch: 'master'
231 name-extension: '_TT'
232 work-flow: 'TT'
233 profile: 'TP'
Hardik Windlassa1ff58f2021-10-29 07:42:53 +0000234 time: '16'
Hardik Windlass6598b032021-07-02 10:12:01 +0000235 VolthaEtcdPort: 9999
236 num-of-onos: '3'
237 num-of-atomix: '3'
238 reinstall-olt: true
239 enableMultiUni: true
240 uniPortMask: '0x0003'
241
Joey Armstrong14c06212023-03-05 09:44:35 -0500242 # [CORD-4941] - flex pod1 test job - released versions: uses tech profile on voltha branch
Hardik Windlass6598b032021-07-02 10:12:01 +0000243 - 'build_voltha_pod_test':
Joey Armstrong14c06212023-03-05 09:44:35 -0500244 disable-job: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000245 build-node: 'qa-testvm-pod'
246 config-pod: 'flex-ocp-cord-multi-uni'
247 release: 'master'
248 branch: 'master'
249 name-extension: '_TT'
250 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500251 power-switch: true
252 power-cycle-olt: true
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700253 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
Hardik Windlass6598b032021-07-02 10:12:01 +0000254 test-repo: 'voltha-system-tests'
255 profile: 'TP'
256 enableMultiUni: true
257
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700258 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700259 - 'build_voltha_pod_release_timer':
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700260 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800261 config-pod: 'onf-demo-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500262 disable-job: false
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700263 profile: '1T4GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200264 num-of-onos: '3'
265 num-of-atomix: '3'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700266 in-band-management: true
Andrea Campanellaecefbc82021-08-27 11:06:31 +0200267 waitTimerForOltUp: 540
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700268 VolthaEtcdPort: 9999
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700269 time: '1'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800270
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800271 # Menlo pod test job - master test job uses tech profile on voltha branch
272 - 'build_voltha_pod_test':
Hardik Windlass9ed73662021-09-02 11:06:21 +0000273 timeout: 300
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800274 build-node: 'menlo-demo-pod'
275 config-pod: 'onf-demo-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500276 disable-job: false
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800277 release: 'master'
278 branch: 'master'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800279 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700280 profile: '1T4GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500281 power-switch: true
282 power-cycle-olt: true
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800283
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700284 # Menlo pod with olt/onu - master branch, Default tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700285 - 'build_voltha_pod_release_timer':
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800286 build-node: 'menlo-demo-pod'
287 config-pod: 'onf-demo-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500288 disable-job: false
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700289 name-extension: '_DT'
290 work-flow: 'DT'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700291 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200292 num-of-onos: '3'
293 num-of-atomix: '3'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700294 VolthaEtcdPort: 9999
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700295 in-band-management: true
Andrea Campanellaecefbc82021-08-27 11:06:31 +0200296 waitTimerForOltUp: 540
Hardik Windlassd4fc1792021-11-10 11:44:18 +0000297 time: '6'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800298
299 # Menlo pod test job - uses tech profile on voltha branch
300 - 'build_voltha_pod_test':
Hardik Windlass50ec6d72021-12-16 05:37:04 +0000301 timeout: 330
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800302 build-node: 'menlo-demo-pod'
303 config-pod: 'onf-demo-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500304 disable-job: false
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800305 release: 'master'
306 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700307 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200308 work-flow: 'DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800309 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700310 profile: '1T8GEM'
Matteo Scandolo67842812021-07-13 16:52:13 -0700311 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500312 power-switch: true
313 power-cycle-olt: true
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800314
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700315 # Menlo pod with olt/onu - released branch, Default tech profile and timer based job
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000316 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700317 build-node: 'menlo-demo-pod'
318 config-pod: 'onf-demo-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700319 disable-job: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000320 release: '2.8'
321 branch: 'voltha-2.8'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700322 name-extension: '_DT'
323 work-flow: 'DT'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000324 profile: '1T8GEM'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700325 num-of-onos: '3'
326 num-of-atomix: '3'
Matteo Scandolod43bb302021-04-20 10:19:29 -0700327 VolthaEtcdPort: 9999
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700328 in-band-management: true
Hardik Windlassd4fc1792021-11-10 11:44:18 +0000329 time: '11'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000330 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700331
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500332 # Menlo pod with olt/onu - released branch, Default tech profile and timer based job
333 - 'build_voltha_pod_release_timer':
334 build-node: 'menlo-demo-pod'
335 config-pod: 'onf-demo-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500336 disable-job: false
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500337 release: '2.11'
338 branch: 'voltha-2.11'
339 name-extension: '_DT'
340 work-flow: 'DT'
341 profile: '1T8GEM'
342 num-of-onos: '3'
343 num-of-atomix: '3'
344 VolthaEtcdPort: 9999
345 in-band-management: true
346 time: '11'
347 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
348
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700349 # Menlo pod test job - uses tech profile on voltha branch
350 - 'build_voltha_pod_test':
Hardik Windlass9ed73662021-09-02 11:06:21 +0000351 timeout: 300
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700352 build-node: 'menlo-demo-pod'
353 config-pod: 'onf-demo-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700354 disable-job: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000355 release: '2.8'
356 branch: 'voltha-2.8'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700357 name-extension: '_DT'
358 work-flow: 'DT'
359 test-repo: 'voltha-system-tests'
360 profile: '1T8GEM'
Matteo Scandolo67842812021-07-13 16:52:13 -0700361 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500362 power-switch: true
Hardik Windlass868475f2021-12-16 16:47:39 +0000363
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500364 # Menlo pod test job - uses tech profile on voltha branch
365 - 'build_voltha_pod_test':
366 timeout: 300
367 build-node: 'menlo-demo-pod'
368 config-pod: 'onf-demo-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500369 disable-job: false
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500370 release: '2.11'
371 branch: 'voltha-2.11'
372 name-extension: '_DT'
373 work-flow: 'DT'
374 test-repo: 'voltha-system-tests'
375 profile: '1T8GEM'
376 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
377 power-switch: true
378
Matteo Scandolo16672842020-06-02 14:19:33 -0700379 # ONF Menlo Soak POD build job - voltha-master branch
Hardik Windlassc7379022021-05-12 13:52:24 +0530380 - 'build_voltha_pod_manual':
Matteo Scandolo16672842020-06-02 14:19:33 -0700381 build-node: 'menlo-soak-pod'
382 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700383 disable-job: false
Hardik Windlass908533a2021-05-24 16:35:58 +0000384 bbsimReplicas: 1
Suchitra Vemurie6625222020-09-01 17:12:56 -0700385 profile: '1T8GEM'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700386 name-extension: '_DT'
387 work-flow: 'DT'
Hardik Windlassef2e99b2021-05-17 13:36:20 +0530388 reinstall-olt: true
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000389 num-of-onus: 32
390 num-of-ponports: 16
Hardik Windlass44619f52021-05-20 09:36:12 +0530391 logLevel: 'WARN'
Matteo Scandolo16672842020-06-02 14:19:33 -0700392
393 # ONF Menlo Soak POD test job - voltha-master branch
Hardik Windlass77221c62021-05-21 06:24:35 +0000394 # Run tests manually triggering the job
395 - 'build_voltha_pod_manual_test':
Suchitra Vemurie6625222020-09-01 17:12:56 -0700396 build-node: 'menlo-soak-pod'
397 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700398 disable-job: false
Suchitra Vemurie6625222020-09-01 17:12:56 -0700399 profile: '1T8GEM'
400 branch: 'master'
401 release: 'master'
402 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700403 name-extension: '_DT_soak_Func'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700404 test-type: 'Functional'
405 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700406 pipeline-script: 'voltha/master/voltha-physical-soak-dt-tests.groovy'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700407
408 # ONF Menlo Soak POD test job - voltha-master branch
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000409 # Run failure/recovery tests every Wednesday
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700410 - 'build_voltha_pod_soak_test':
411 build-node: 'menlo-soak-pod'
412 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700413 disable-job: false
Suchitra Vemuri649b02b2020-09-01 18:18:10 -0700414 profile: '1T8GEM'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700415 branch: 'master'
416 release: 'master'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700417 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700418 name-extension: '_DT_soak_Fail'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700419 test-type: 'Failure'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700420 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700421 pipeline-script: 'voltha/master/voltha-physical-soak-dt-tests.groovy'
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000422 time-trigger: "H H * * 3"
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700423
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700424 # ONF Menlo Soak POD test job - voltha-master branch
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000425 # Run dataplane tests every Saturday
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700426 - 'build_voltha_pod_soak_test':
427 build-node: 'menlo-soak-pod'
428 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700429 disable-job: false
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700430 profile: '1T8GEM'
431 branch: 'master'
432 release: 'master'
433 work-flow: 'DT'
434 name-extension: '_DT_soak_DP'
435 test-type: 'Dataplane'
436 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700437 pipeline-script: 'voltha/master/voltha-physical-soak-dt-tests.groovy'
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000438 time-trigger: "H H * * 6"
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700439
Hardik Windlassf5321572021-07-14 11:28:46 +0000440 # ONF Menlo Soak POD build job - voltha-2.8 branch
441 - 'build_voltha_pod_manual':
442 build-node: 'menlo-soak-pod'
443 config-pod: 'onf-soak-pod'
Hardik Windlassdd81dd82021-09-27 08:43:44 +0000444 disable-job: true
Hardik Windlassf5321572021-07-14 11:28:46 +0000445 branch: 'voltha-2.8'
446 release: '2.8'
447 bbsimReplicas: 1
448 profile: '1T8GEM'
449 name-extension: '_DT'
450 work-flow: 'DT'
451 reinstall-olt: true
452 num-of-onus: 32
453 num-of-ponports: 16
454 logLevel: 'WARN'
455 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
456
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500457 # ONF Menlo Soak POD build job - voltha-2.11 branch
458 - 'build_voltha_pod_manual':
459 build-node: 'menlo-soak-pod'
460 config-pod: 'onf-soak-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500461 disable-job: false
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500462 branch: 'voltha-2.11'
463 release: '2.11'
464 bbsimReplicas: 1
465 profile: '1T8GEM'
466 name-extension: '_DT'
467 work-flow: 'DT'
468 reinstall-olt: true
469 num-of-onus: 32
470 num-of-ponports: 16
471 logLevel: 'WARN'
472 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
473
Hardik Windlassf5321572021-07-14 11:28:46 +0000474 # ONF Menlo Soak POD test job - voltha-2.8 branch
475 # Run tests manually triggering the job
476 - 'build_voltha_pod_manual_test':
477 build-node: 'menlo-soak-pod'
478 config-pod: 'onf-soak-pod'
Hardik Windlassdd81dd82021-09-27 08:43:44 +0000479 disable-job: true
Hardik Windlassf5321572021-07-14 11:28:46 +0000480 profile: '1T8GEM'
481 branch: 'voltha-2.8'
482 release: '2.8'
483 work-flow: 'DT'
484 name-extension: '_DT_soak_Func'
485 test-type: 'Functional'
486 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700487 pipeline-script: 'voltha/voltha-2.8/voltha-physical-soak-dt-tests.groovy'
Hardik Windlassf5321572021-07-14 11:28:46 +0000488
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500489 # ONF Menlo Soak POD test job - voltha-2.11 branch
490 # Run tests manually triggering the job
491 - 'build_voltha_pod_manual_test':
492 build-node: 'menlo-soak-pod'
493 config-pod: 'onf-soak-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500494 disable-job: false
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500495 profile: '1T8GEM'
496 branch: 'voltha-2.11'
497 release: '2.11'
498 work-flow: 'DT'
499 name-extension: '_DT_soak_Func'
500 test-type: 'Functional'
501 test-repo: 'voltha-system-tests'
502 pipeline-script: 'voltha/voltha-2.11/voltha-physical-soak-dt-tests.groovy'
503
Hardik Windlassf5321572021-07-14 11:28:46 +0000504 # ONF Menlo Soak POD test job - voltha-2.8 branch
505 # Run failure/recovery tests every Wednesday
506 - 'build_voltha_pod_soak_test':
507 build-node: 'menlo-soak-pod'
508 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700509 disable-job: true
Hardik Windlassf5321572021-07-14 11:28:46 +0000510 profile: '1T8GEM'
511 branch: 'voltha-2.8'
512 release: '2.8'
513 work-flow: 'DT'
514 name-extension: '_DT_soak_Fail'
515 test-type: 'Failure'
516 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700517 pipeline-script: 'voltha/voltha-2.8/voltha-physical-soak-dt-tests.groovy'
Hardik Windlassf5321572021-07-14 11:28:46 +0000518 time-trigger: "H H * * 3"
519
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500520 # ONF Menlo Soak POD test job - voltha-2.11 branch
521 # Run failure/recovery tests every Wednesday
522 - 'build_voltha_pod_soak_test':
523 build-node: 'menlo-soak-pod'
524 config-pod: 'onf-soak-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500525 disable-job: false
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500526 profile: '1T8GEM'
527 branch: 'voltha-2.11'
528 release: '2.11'
529 work-flow: 'DT'
530 name-extension: '_DT_soak_Fail'
531 test-type: 'Failure'
532 test-repo: 'voltha-system-tests'
533 pipeline-script: 'voltha/voltha-2.11/voltha-physical-soak-dt-tests.groovy'
534 time-trigger: "H H * * 3"
535
Hardik Windlassf5321572021-07-14 11:28:46 +0000536 # ONF Menlo Soak POD test job - voltha-2.8 branch
537 # Run dataplane tests every Saturday
538 - 'build_voltha_pod_soak_test':
539 build-node: 'menlo-soak-pod'
540 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700541 disable-job: true
Hardik Windlassf5321572021-07-14 11:28:46 +0000542 profile: '1T8GEM'
543 branch: 'voltha-2.8'
544 release: '2.8'
545 work-flow: 'DT'
546 name-extension: '_DT_soak_DP'
547 test-type: 'Dataplane'
548 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700549 pipeline-script: 'voltha/voltha-2.8/voltha-physical-soak-dt-tests.groovy'
Hardik Windlassf5321572021-07-14 11:28:46 +0000550 time-trigger: "H H * * 6"
551
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500552 # ONF Menlo Soak POD test job - voltha-2.11 branch
553 # Run dataplane tests every Saturday
554 - 'build_voltha_pod_soak_test':
555 build-node: 'menlo-soak-pod'
556 config-pod: 'onf-soak-pod'
Joey Armstrongddc65982023-02-02 18:41:35 -0500557 disable-job: false
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500558 profile: '1T8GEM'
559 branch: 'voltha-2.11'
560 release: '2.11'
561 work-flow: 'DT'
562 name-extension: '_DT_soak_DP'
563 test-type: 'Dataplane'
564 test-repo: 'voltha-system-tests'
565 pipeline-script: 'voltha/voltha-2.11/voltha-physical-soak-dt-tests.groovy'
566 time-trigger: "H H * * 6"
567
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800568 # Berlin pod with olt/onu - master versions timer based job , two OLTs
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530569 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700570 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700571 config-pod: 'berlin-community-pod-1-multi-olt'
Joey Armstrongddc65982023-02-02 18:41:35 -0500572 disable-job: false
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800573 name-extension: '_DT'
574 work-flow: 'DT'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800575 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200576 num-of-onos: '3'
577 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +0100578 # Update time trigger value while re-enabling the job
579 time: ''
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100580
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100581 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800582 - 'build_voltha_pod_test':
Andrea Campanella2af4b902021-11-05 10:40:02 +0100583 timeout: 360
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700584 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700585 config-pod: 'berlin-community-pod-1-multi-olt'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100586 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800587 branch: 'master'
Joey Armstrongddc65982023-02-02 18:41:35 -0500588 disable-job: false
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800589 name-extension: '_DT'
590 work-flow: 'DT'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800591 test-repo: 'voltha-system-tests'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800592 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500593 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -0700594 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700595
Andrea Campanella972d63e2020-05-14 19:59:08 +0200596 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530597 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700598 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700599 config-pod: 'berlin-community-pod-1-gpon'
Andrea Campanella625ba352020-04-02 15:32:13 +0200600 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -0500601 disable-job: false
Andrea Campanella625ba352020-04-02 15:32:13 +0200602 work-flow: 'DT'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200603 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200604 num-of-onos: '3'
605 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +0100606 # Update time trigger value while re-enabling the job
607 time: ''
Andrea Campanella625ba352020-04-02 15:32:13 +0200608
Andrea Campanella972d63e2020-05-14 19:59:08 +0200609 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200610 - 'build_voltha_pod_test':
Hardik Windlass50ec6d72021-12-16 05:37:04 +0000611 timeout: 330
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700612 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700613 config-pod: 'berlin-community-pod-1-gpon'
Andrea Campanella625ba352020-04-02 15:32:13 +0200614 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -0500615 disable-job: false
Andrea Campanellad924ce22020-04-20 16:40:41 +0200616 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200617 release: 'master'
618 branch: 'master'
619 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200620 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500621 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -0700622 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700623
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000624 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
625 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700626 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700627 config-pod: 'berlin-community-pod-1-gpon'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000628 release: '2.8'
629 branch: 'voltha-2.8'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700630 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -0500631 disable-job: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700632 work-flow: 'DT'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700633 profile: '1T8GEM'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000634 num-of-onos: '3'
635 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +0100636 time: '1'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000637 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700638
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500639 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
640 - 'build_voltha_pod_release_timer':
641 build-node: 'berlin-community-pod-1'
642 config-pod: 'berlin-community-pod-1-gpon'
643 release: '2.11'
644 branch: 'voltha-2.11'
645 name-extension: '_DT'
646 work-flow: 'DT'
647 profile: '1T8GEM'
648 num-of-onos: '3'
649 num-of-atomix: '3'
650 time: '1'
651 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
652
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000653 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700654 - 'build_voltha_pod_test':
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'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700657 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -0500658 disable-job: true
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700659 work-flow: 'DT'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000660 release: '2.8'
661 branch: 'voltha-2.8'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700662 test-repo: 'voltha-system-tests'
663 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500664 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -0700665 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700666
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500667 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
668 - 'build_voltha_pod_test':
669 build-node: 'berlin-community-pod-1'
670 config-pod: 'berlin-community-pod-1-gpon'
671 name-extension: '_DT'
672 work-flow: 'DT'
673 release: '2.11'
674 branch: 'voltha-2.11'
675 test-repo: 'voltha-system-tests'
676 profile: '1T8GEM'
677 power-switch: true
678 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
679
Andrea Campanellac551d582021-09-22 15:34:02 +0200680 # Berlin pod with olt/onu - voltha-2.8 versions timer based job , two OLTs
Andrea Campanella350c6102020-10-01 09:56:40 +0200681 - 'build_voltha_pod_release_timer':
Matteo Scandolo4fb11422022-03-29 14:21:04 -0700682 build-node: 'berlin-community-pod-1'
683 config-pod: 'berlin-community-pod-1-multi-olt'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200684 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -0500685 disable-job: true
Andrea Campanella350c6102020-10-01 09:56:40 +0200686 work-flow: 'DT'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200687 release: '2.8'
688 branch: 'voltha-2.8'
Andrea Campanella350c6102020-10-01 09:56:40 +0200689 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200690 num-of-onos: '3'
691 num-of-atomix: '3'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200692 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530693 time: '7'
Andrea Campanella350c6102020-10-01 09:56:40 +0200694
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500695 # Berlin pod with olt/onu - voltha-2.11 versions timer based job , two OLTs
696 - 'build_voltha_pod_release_timer':
697 build-node: 'berlin-community-pod-1'
698 config-pod: 'berlin-community-pod-1-multi-olt'
699 name-extension: '_DT'
700 work-flow: 'DT'
701 release: '2.11'
702 branch: 'voltha-2.11'
703 profile: '1T8GEM'
704 num-of-onos: '3'
705 num-of-atomix: '3'
706 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
707 time: '7'
708
Andrea Campanellac551d582021-09-22 15:34:02 +0200709 # Berlin POD test job - voltha-2.8 versions: uses tech profile on voltha branch
Andrea Campanella350c6102020-10-01 09:56:40 +0200710 - 'build_voltha_pod_test':
Matteo Scandolo4fb11422022-03-29 14:21:04 -0700711 build-node: 'berlin-community-pod-1'
712 config-pod: 'berlin-community-pod-1-multi-olt'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200713 release: '2.8'
714 branch: 'voltha-2.8'
715 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -0500716 disable-job: true
Andrea Campanella350c6102020-10-01 09:56:40 +0200717 work-flow: 'DT'
Andrea Campanella350c6102020-10-01 09:56:40 +0200718 test-repo: 'voltha-system-tests'
719 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500720 power-switch: true
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200721 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200722
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500723 # Berlin POD test job - voltha-2.11 versions: uses tech profile on voltha branch
724 - 'build_voltha_pod_test':
725 build-node: 'berlin-community-pod-1'
726 config-pod: 'berlin-community-pod-1-multi-olt'
727 release: '2.11'
728 branch: 'voltha-2.11'
729 name-extension: '_DT'
730 work-flow: 'DT'
731 test-repo: 'voltha-system-tests'
732 profile: '1T8GEM'
733 power-switch: true
734 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
735
TorstenThieme0adf6f12023-02-27 13:01:19 +0000736 # Berlin pod with gpon olt/onu - master 1T4GEM tech profile and timer based job
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530737 - 'build_voltha_pod_release_timer':
738 build-node: 'berlin-community-pod-1'
739 config-pod: 'berlin-community-pod-1-gpon-fttb'
740 withFttb: true
741 name-extension: '_DT'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700742 disable-job: false
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530743 work-flow: 'DT'
Hardik Windlass7f98e9e2022-05-30 14:36:25 +0530744 profile: '1T4GEM-FTTB'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530745 num-of-onos: '3'
746 num-of-atomix: '3'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530747 time: '13'
748
TorstenThieme0adf6f12023-02-27 13:01:19 +0000749 # Berlin POD test job - master versions: uses 1T4GEM tech profile on voltha branch
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530750 - 'build_voltha_pod_test':
751 timeout: 330
752 build-node: 'berlin-community-pod-1'
753 config-pod: 'berlin-community-pod-1-gpon-fttb'
754 withFttb: true
755 name-extension: '_DT'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700756 disable-job: false
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530757 work-flow: 'DT'
758 release: 'master'
759 branch: 'master'
760 test-repo: 'voltha-system-tests'
Hardik Windlass7f98e9e2022-05-30 14:36:25 +0530761 profile: '1T4GEM-FTTB'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500762 power-switch: true
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530763 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
764
TorstenThieme0adf6f12023-02-27 13:01:19 +0000765 # Berlin pod with gpon olt/onu - 2.11 1T4GEM tech profile and timer based job
766 - 'build_voltha_pod_release_timer':
767 build-node: 'berlin-community-pod-1'
768 config-pod: 'berlin-community-pod-1-gpon-fttb'
769 withFttb: true
770 name-extension: '_DT'
771 disable-job: false
772 work-flow: 'DT'
773 release: '2.11'
774 branch: 'voltha-2.11'
775 profile: '1T4GEM-FTTB'
776 num-of-onos: '3'
777 num-of-atomix: '3'
778 time: '13'
779 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
780
781 # Berlin POD test job - 2.11 versions: uses 1T4GEM tech profile on voltha branch
782 - 'build_voltha_pod_test':
783 timeout: 330
784 build-node: 'berlin-community-pod-1'
785 config-pod: 'berlin-community-pod-1-gpon-fttb'
786 withFttb: true
787 name-extension: '_DT'
788 disable-job: false
789 work-flow: 'DT'
790 release: '2.11'
791 branch: 'voltha-2.11'
792 test-repo: 'voltha-system-tests'
793 profile: '1T4GEM-FTTB'
794 power-switch: true
795 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
796
797 # Berlin pod with zyxel gpon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200798 - 'build_voltha_pod_release_timer':
799 build-node: 'berlin-community-pod-2'
800 config-pod: 'berlin-community-pod-2-gpon-zyxel'
Girish Gowdra9b20acc2022-05-20 16:22:25 -0700801 disable-job: false
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200802 name-extension: '_DT'
803 work-flow: 'DT'
804 release: 'master'
805 branch: 'master'
806 profile: '1T8GEM'
807 reinstall-olt: true
808 num-of-onos: '3'
809 num-of-atomix: '3'
810 pipeline-script: 'voltha/master/physical-build.groovy'
811 VolthaEtcdPort: 9999
812 waitTimerForOltUp: 360
813 time: '1'
814
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500815 # Berlin POD test job - zyxel gpon master versions: uses tech profile on voltha branch
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200816 - 'build_voltha_pod_test':
817 build-node: 'berlin-community-pod-2'
818 config-pod: 'berlin-community-pod-2-gpon-zyxel'
819 release: 'master'
820 branch: 'master'
821 name-extension: '_DT'
822 work-flow: 'DT'
823 test-repo: 'voltha-system-tests'
824 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500825 power-switch: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200826 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
827
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500828 # Berlin pod with zyxel xgspon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200829 - 'build_voltha_pod_release_timer':
830 build-node: 'berlin-community-pod-2'
831 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
Girish Gowdra9b20acc2022-05-20 16:22:25 -0700832 disable-job: false
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200833 name-extension: '_DT'
834 work-flow: 'DT'
835 release: 'master'
836 branch: 'master'
837 reinstall-olt: true
838 num-of-onos: '3'
839 num-of-atomix: '3'
840 pipeline-script: 'voltha/master/physical-build.groovy'
841 VolthaEtcdPort: 9999
842 waitTimerForOltUp: 360
Girish Gowdrae20a52b2022-05-19 11:51:31 -0700843 profile: '1T8GEM'
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200844 time: '5'
845
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500846 # Berlin POD test job - zyxel xgsgpon master versions: uses tech profile on voltha branch
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200847 - 'build_voltha_pod_test':
848 build-node: 'berlin-community-pod-2'
849 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
850 release: 'master'
851 branch: 'master'
852 name-extension: '_DT'
853 work-flow: 'DT'
854 test-repo: 'voltha-system-tests'
855 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500856 power-switch: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200857 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
858
Joey Armstrong980e37f2023-02-28 18:57:41 -0500859 # TT workflow on Zyxel XGSPON OLT at Berlin pod - build job
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700860 - 'build_voltha_pod_release_timer':
861 disable-job: false
862 build-node: 'berlin-community-pod-2'
863 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
864 release: 'master'
865 branch: 'master'
866 name-extension: '_TT'
867 work-flow: 'TT'
868 profile: 'TP'
869 time: '10'
870 VolthaEtcdPort: 9999
871 num-of-onos: '3'
872 num-of-atomix: '3'
873
Joey Armstrong980e37f2023-02-28 18:57:41 -0500874 # TT workflow on Zyxel XGSPON OLT at Berlin pod - test job
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700875 - 'build_voltha_pod_test':
876 disable-job: false
877 build-node: 'berlin-community-pod-2'
878 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
879 release: 'master'
880 branch: 'master'
881 name-extension: '_TT'
882 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500883 power-switch: true
884 power-cycle-olt: true
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700885 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
886 test-repo: 'voltha-system-tests'
887 profile: 'TP'
888 timeout: 360
889
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500890 # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job
891 - 'build_voltha_pod_release_timer':
Joey Armstrong980e37f2023-02-28 18:57:41 -0500892 disable-job: false
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500893 build-node: 'berlin-community-pod-1'
894 config-pod: 'berlin-community-pod-1-gpon'
Joey Armstrong980e37f2023-02-28 18:57:41 -0500895 release: 'master'
896 branch: 'master'
897 name-extension: '_TT'
898 work-flow: 'TT'
899 profile: 'TP'
900 time: '10'
901 VolthaEtcdPort: 9999
902 num-of-onos: '3'
903 num-of-atomix: '3'
904
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500905 # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job
906 - 'build_voltha_pod_test':
907 disable-job: false
908 build-node: 'berlin-community-pod-1'
909 config-pod: 'berlin-community-pod-1-gpon'
910 release: 'master'
911 branch: 'master'
912 name-extension: '_TT'
913 work-flow: 'TT'
914 power-switch: true
Joey Armstrongdf24f602023-03-02 18:18:21 -0500915 power-cycle-olt: false
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500916 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
917 test-repo: 'voltha-system-tests'
918 profile: 'TP'
919 timeout: 360
920
Joey Armstrongdf24f602023-03-02 18:18:21 -0500921 # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job
922 - 'build_voltha_pod_release_timer':
923 disable-job: false
924 build-node: 'berlin-community-pod-1'
925 config-pod: 'berlin-community-pod-1-gpon'
926 release: 'voltha-2.11'
927 branch: 'voltha-2.11'
928 name-extension: '_TT'
929 work-flow: 'TT'
930 profile: 'TP'
931 time: '10'
932 VolthaEtcdPort: 9999
933 num-of-onos: '3'
934 num-of-atomix: '3'
935
936 # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job
937 - 'build_voltha_pod_test':
938 disable-job: false
939 build-node: 'berlin-community-pod-1'
940 config-pod: 'berlin-community-pod-1-gpon'
941 release: 'voltha-2.11'
942 branch: 'voltha-2.11'
943 name-extension: '_TT'
944 work-flow: 'TT'
945 power-switch: true
946 power-cycle-olt: false
947 pipeline-script: 'voltha/voltha-2.11/voltha-tt-physical-functional-tests.groovy'
948 test-repo: 'voltha-system-tests'
949 profile: 'TP'
950 timeout: 360
951
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500952 # TT workflow on Zyxel GPON OLT at Berlin pod - build job (playground)
953 - 'build_voltha_pod_release_timer_playground':
954 disable-job: false
955 build-node: 'berlin-community-pod-1'
956 config-pod: 'berlin-community-pod-1-gpon'
Joey Armstrongdf24f602023-03-02 18:18:21 -0500957 release: 'master'
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500958 branch: 'master'
959 name-extension: '_TT'
960 work-flow: 'TT'
961 profile: 'TP'
962 time: '10'
963 VolthaEtcdPort: 9999
964 num-of-onos: '3'
965 num-of-atomix: '3'
966
967 # TT workflow on Zyxel XGSPON OLT at Berlin pod - test job (playground)
968 - 'build_voltha_pod_test_playground':
969 disable-job: false
970 build-node: 'berlin-community-pod-1'
971 config-pod: 'berlin-community-pod-1-gpon'
972 release: 'master'
973 branch: 'master'
974 name-extension: '_TT'
975 work-flow: 'TT'
976 power-switch: true
Joey Armstrongdf24f602023-03-02 18:18:21 -0500977 power-cycle-olt: false
Joey Armstrong9fbc0da2023-03-01 15:37:38 -0500978 pipeline-script: 'voltha/playground/voltha-tt-physical-functional-tests.groovy'
979 test-repo: 'voltha-system-tests'
980 profile: 'TP'
981 timeout: 360
Joey Armstrong980e37f2023-02-28 18:57:41 -0500982
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200983 # Berlin pod with adtran gpon olt/onu - 2.8 1T8GEM tech profile and timer based job
984 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700985 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700986 config-pod: 'berlin-community-pod-1-gpon-adtran'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200987 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -0500988 disable-job: true
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200989 work-flow: 'DT'
990 release: '2.8'
991 branch: 'voltha-2.8'
992 profile: '1T8GEM'
Andrea Campanellabc8d8822021-08-25 12:33:54 +0200993 reinstall-olt: false
Andrea Campanella86630c42022-01-03 10:13:04 +0100994 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"
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200995 num-of-onos: '3'
996 num-of-atomix: '3'
997 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
998 VolthaEtcdPort: 9999
Andrea Campanella41ae1b12021-09-21 11:29:43 +0200999 openoltAdapterChart: '/home/community/adtran-21.5-voltha-2.8/voltha-adapter-adtran-olt'
Andrea Campanella20361592021-08-26 18:45:28 +02001000 oltAdapterReleaseName: 'adtran-olt'
Andrea Campanellaecefbc82021-08-27 11:06:31 +02001001 waitTimerForOltUp: 420
Hardik Windlass5dbe6eb2021-12-17 11:13:26 +00001002 time: '19'
Andrea Campanella29fff7f2021-08-23 14:49:29 +02001003
Joey Armstrong35a8f8f2023-01-30 14:05:29 -05001004 # Berlin pod with adtran gpon olt/onu - 2.11 1T8GEM tech profile and timer based job
1005 - 'build_voltha_pod_release_timer':
1006 build-node: 'berlin-community-pod-1'
1007 config-pod: 'berlin-community-pod-1-gpon-adtran'
1008 name-extension: '_DT'
1009 work-flow: 'DT'
1010 release: '2.11'
1011 branch: 'voltha-2.11'
1012 profile: '1T8GEM'
1013 reinstall-olt: false
1014 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"
1015 num-of-onos: '3'
1016 num-of-atomix: '3'
1017 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
1018 VolthaEtcdPort: 9999
1019 openoltAdapterChart: '/home/community/adtran-21.5-voltha-2.11/voltha-adapter-adtran-olt'
1020 oltAdapterReleaseName: 'adtran-olt'
1021 waitTimerForOltUp: 420
1022 time: '19'
1023
Andrea Campanella29fff7f2021-08-23 14:49:29 +02001024 # Berlin POD adtran test job - 2.8 versions: uses 1T8GEM tech profile on voltha branch
1025 - 'build_voltha_pod_test':
Hardik Windlass9ed73662021-09-02 11:06:21 +00001026 timeout: 390
Girish Gowdra6b7dab02022-03-30 11:21:44 -07001027 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -07001028 config-pod: 'berlin-community-pod-1-gpon-adtran'
Andrea Campanella29fff7f2021-08-23 14:49:29 +02001029 release: '2.8'
1030 branch: 'voltha-2.8'
1031 name-extension: '_DT'
Joey Armstrongddc65982023-02-02 18:41:35 -05001032 disable-job: true
Andrea Campanella29fff7f2021-08-23 14:49:29 +02001033 work-flow: 'DT'
1034 test-repo: 'voltha-system-tests'
1035 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -05001036 power-switch: true
Andrea Campanella29fff7f2021-08-23 14:49:29 +02001037 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
1038 oltAdapterAppLabel: 'adapter-adtran-olt'
Hardik Windlass36d5bdb2022-02-09 10:13:13 +00001039
Joey Armstrong35a8f8f2023-01-30 14:05:29 -05001040 # Berlin POD adtran test job - 2.11 versions: uses 1T8GEM tech profile on voltha branch
1041 - 'build_voltha_pod_test':
1042 timeout: 390
1043 build-node: 'berlin-community-pod-1'
1044 config-pod: 'berlin-community-pod-1-gpon-adtran'
1045 release: '2.11'
1046 branch: 'voltha-2.11'
1047 name-extension: '_DT'
1048 work-flow: 'DT'
1049 test-repo: 'voltha-system-tests'
1050 profile: '1T8GEM'
1051 power-switch: true
1052 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
1053 oltAdapterAppLabel: 'adapter-adtran-olt'
1054
TorstenThieme0adf6f12023-02-27 13:01:19 +00001055 # Berlin pod with adtran gpon olt/onu - 1T8GEM tech profile and timer based job
Hardik Windlass36d5bdb2022-02-09 10:13:13 +00001056 - 'verify_voltha_pod_dmi_test':
Girish Gowdra6b7dab02022-03-30 11:21:44 -07001057 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -07001058 config-pod: 'berlin-community-pod-1-gpon-adtran'
Hardik Windlassace19e52022-02-10 09:36:21 +00001059 name-extension: '_DT'
TorstenThiemeb8e30f82023-03-03 07:51:46 +00001060 disable-job: false
Hardik Windlass36d5bdb2022-02-09 10:13:13 +00001061 work-flow: 'DT'
TorstenThieme0adf6f12023-02-27 13:01:19 +00001062 release: 'master'
1063 branch: 'master'
Hardik Windlass36d5bdb2022-02-09 10:13:13 +00001064 profile: 'Default'
Hardik Windlass230fca62022-05-04 08:50:35 +05301065 installVolthaInfra: true
1066 installVolthaStack: false
Hardik Windlass36d5bdb2022-02-09 10:13:13 +00001067 reinstall-olt: false
1068 restart-olt: false
1069 extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml "
1070 dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager'
1071 OltDevMgr: 'adtran-olt-device-manager'
1072 num-of-onos: '3'
1073 num-of-atomix: '3'
1074 VolthaEtcdPort: 9999
Hardik Windlass36d5bdb2022-02-09 10:13:13 +00001075 waitTimerForOltUp: 420
Hardik Windlassc97ceae2022-05-13 10:12:55 +05301076 time: '16'
Joey Armstrongaf679da2023-01-31 14:22:41 -05001077
Joey Armstrong35a8f8f2023-01-30 14:05:29 -05001078 # Berlin pod with adtran gpon olt/onu - 2.11 1T8GEM tech profile and timer based job
1079 - 'verify_voltha_pod_dmi_test':
1080 build-node: 'berlin-community-pod-1'
1081 config-pod: 'berlin-community-pod-1-gpon-adtran'
1082 name-extension: '_DT'
TorstenThiemeb8e30f82023-03-03 07:51:46 +00001083 disable-job: false
Joey Armstrong35a8f8f2023-01-30 14:05:29 -05001084 work-flow: 'DT'
1085 release: '2.11'
1086 branch: 'voltha-2.11'
1087 profile: 'Default'
1088 installVolthaInfra: true
1089 installVolthaStack: false
1090 reinstall-olt: false
1091 restart-olt: false
1092 extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml "
1093 dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager'
1094 OltDevMgr: 'adtran-olt-device-manager'
1095 num-of-onos: '3'
1096 num-of-atomix: '3'
1097 VolthaEtcdPort: 9999
Joey Armstrong35a8f8f2023-01-30 14:05:29 -05001098 waitTimerForOltUp: 420
1099 time: '16'
1100
Joey Armstrongaf679da2023-01-31 14:22:41 -05001101# [EOF]