blob: 995c4776a41c86aab58be2f423583758da63243a [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 Armstrongff93d822023-01-25 19:17:00 -050033 disable-job: true
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'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070044
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 Armstrongff93d822023-01-25 19:17:00 -050047 disable-job: true
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 Armstrongff93d822023-01-25 19:17:00 -050061 disable-job: true
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'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070069
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 Armstrongff93d822023-01-25 19:17:00 -050072 disable-job: true
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
Hardik Windlass6d9a82e2021-07-08 16:23:21 +000082 # flex OCP pod with olt/onu - 1T4GEM tech profile and timer based job
83 - 'build_voltha_pod_release_timer':
Joey Armstrongff93d822023-01-25 19:17:00 -050084 disable-job: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -070085 build-node: 'qa-testvm-pod'
86 config-pod: 'flex-ocp-cord'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +000087 release: '2.8'
88 branch: 'voltha-2.8'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -070089 profile: '1T4GEM'
90 time: '1'
Matteo Scandolod43bb302021-04-20 10:19:29 -070091 VolthaEtcdPort: 9999
Hardik Windlass6d9a82e2021-07-08 16:23:21 +000092 num-of-onos: '3'
93 num-of-atomix: '3'
94 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -070095
96 # flex pod1 test job - released versions: uses tech profile on voltha branch
97 - 'build_voltha_pod_test':
Joey Armstrongff93d822023-01-25 19:17:00 -050098 disable-job: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -070099 build-node: 'qa-testvm-pod'
100 config-pod: 'flex-ocp-cord'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000101 release: '2.8'
102 branch: 'voltha-2.8'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500103 power-switch: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700104 test-repo: 'voltha-system-tests'
105 profile: '1T4GEM'
106
Joey Armstrongca4cb462023-01-12 17:51:05 -0500107 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700108 - 'build_voltha_pod_release_timer':
Joey Armstrongff93d822023-01-25 19:17:00 -0500109 disable-job: true
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700110 build-node: 'qa-testvm-pod'
111 config-pod: 'flex-ocp-cord'
112 release: 'master'
113 branch: 'master'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700114 name-extension: '_TT'
115 work-flow: 'TT'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700116 profile: 'TP'
Hardik Windlass6598b032021-07-02 10:12:01 +0000117 time: '10'
Matteo Scandolod43bb302021-04-20 10:19:29 -0700118 VolthaEtcdPort: 9999
119 num-of-onos: '3'
120 num-of-atomix: '3'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700121
122 # flex pod1 test job - released versions: uses tech profile on voltha branch
123 - 'build_voltha_pod_test':
Joey Armstrongff93d822023-01-25 19:17:00 -0500124 disable-job: true
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700125 build-node: 'qa-testvm-pod'
126 config-pod: 'flex-ocp-cord'
127 release: 'master'
128 branch: 'master'
129 name-extension: '_TT'
130 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500131 power-switch: true
132 power-cycle-olt: true
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700133 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700134 test-repo: 'voltha-system-tests'
135 profile: 'TP'
Hardik Windlassd4fc1792021-11-10 11:44:18 +0000136 timeout: 360
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700137
Joey Armstrongca4cb462023-01-12 17:51:05 -0500138 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Hardik Windlass6598b032021-07-02 10:12:01 +0000139 - 'build_voltha_pod_release_timer':
Joey Armstrongff93d822023-01-25 19:17:00 -0500140 disable-job: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000141 build-node: 'qa-testvm-pod'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000142 config-pod: 'flex-ocp-cord'
143 release: '2.8'
144 branch: 'voltha-2.8'
145 name-extension: '_TT'
146 work-flow: 'TT'
147 profile: 'TP'
148 time: '20'
149 VolthaEtcdPort: 9999
150 num-of-onos: '3'
151 num-of-atomix: '3'
152 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
153
154 # flex pod1 test job - released versions: uses tech profile on voltha branch
155 - 'build_voltha_pod_test':
Joey Armstrongff93d822023-01-25 19:17:00 -0500156 disable-job: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000157 build-node: 'qa-testvm-pod'
158 config-pod: 'flex-ocp-cord'
159 release: '2.8'
160 branch: 'voltha-2.8'
161 name-extension: '_TT'
162 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500163 power-switch: true
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700164 pipeline-script: 'voltha/voltha-2.8/voltha-tt-physical-functional-tests.groovy'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000165 test-repo: 'voltha-system-tests'
166 profile: 'TP'
167
Joey Armstrongca4cb462023-01-12 17:51:05 -0500168 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000169 - 'build_voltha_pod_release_timer':
Joey Armstrongff93d822023-01-25 19:17:00 -0500170 disable-job: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000171 build-node: 'qa-testvm-pod'
Hardik Windlass6598b032021-07-02 10:12:01 +0000172 config-pod: 'flex-ocp-cord-multi-uni'
173 release: 'master'
174 branch: 'master'
175 name-extension: '_TT'
176 work-flow: 'TT'
177 profile: 'TP'
Hardik Windlassa1ff58f2021-10-29 07:42:53 +0000178 time: '16'
Hardik Windlass6598b032021-07-02 10:12:01 +0000179 VolthaEtcdPort: 9999
180 num-of-onos: '3'
181 num-of-atomix: '3'
182 reinstall-olt: true
183 enableMultiUni: true
184 uniPortMask: '0x0003'
185
186 # flex pod1 test job - released versions: uses tech profile on voltha branch
187 - 'build_voltha_pod_test':
Joey Armstrongff93d822023-01-25 19:17:00 -0500188 disable-job: true
Hardik Windlass6598b032021-07-02 10:12:01 +0000189 build-node: 'qa-testvm-pod'
190 config-pod: 'flex-ocp-cord-multi-uni'
191 release: 'master'
192 branch: 'master'
193 name-extension: '_TT'
194 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500195 power-switch: true
196 power-cycle-olt: true
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700197 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
Hardik Windlass6598b032021-07-02 10:12:01 +0000198 test-repo: 'voltha-system-tests'
199 profile: 'TP'
200 enableMultiUni: true
201
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700202 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700203 - 'build_voltha_pod_release_timer':
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700204 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800205 config-pod: 'onf-demo-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700206 disable-job: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700207 profile: '1T4GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200208 num-of-onos: '3'
209 num-of-atomix: '3'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700210 in-band-management: true
Andrea Campanellaecefbc82021-08-27 11:06:31 +0200211 waitTimerForOltUp: 540
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700212 VolthaEtcdPort: 9999
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700213 time: '1'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800214
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800215 # Menlo pod test job - master test job uses tech profile on voltha branch
216 - 'build_voltha_pod_test':
Hardik Windlass9ed73662021-09-02 11:06:21 +0000217 timeout: 300
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800218 build-node: 'menlo-demo-pod'
219 config-pod: 'onf-demo-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700220 disable-job: true
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800221 release: 'master'
222 branch: 'master'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800223 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700224 profile: '1T4GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500225 power-switch: true
226 power-cycle-olt: true
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800227
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700228 # Menlo pod with olt/onu - master branch, Default tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700229 - 'build_voltha_pod_release_timer':
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800230 build-node: 'menlo-demo-pod'
231 config-pod: 'onf-demo-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700232 disable-job: true
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700233 name-extension: '_DT'
234 work-flow: 'DT'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700235 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200236 num-of-onos: '3'
237 num-of-atomix: '3'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700238 VolthaEtcdPort: 9999
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700239 in-band-management: true
Andrea Campanellaecefbc82021-08-27 11:06:31 +0200240 waitTimerForOltUp: 540
Hardik Windlassd4fc1792021-11-10 11:44:18 +0000241 time: '6'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800242
243 # Menlo pod test job - uses tech profile on voltha branch
244 - 'build_voltha_pod_test':
Hardik Windlass50ec6d72021-12-16 05:37:04 +0000245 timeout: 330
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800246 build-node: 'menlo-demo-pod'
247 config-pod: 'onf-demo-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700248 disable-job: true
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800249 release: 'master'
250 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700251 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200252 work-flow: 'DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800253 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700254 profile: '1T8GEM'
Matteo Scandolo67842812021-07-13 16:52:13 -0700255 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500256 power-switch: true
257 power-cycle-olt: true
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800258
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700259 # Menlo pod with olt/onu - released branch, Default tech profile and timer based job
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000260 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700261 build-node: 'menlo-demo-pod'
262 config-pod: 'onf-demo-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700263 disable-job: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000264 release: '2.8'
265 branch: 'voltha-2.8'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700266 name-extension: '_DT'
267 work-flow: 'DT'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000268 profile: '1T8GEM'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700269 num-of-onos: '3'
270 num-of-atomix: '3'
Matteo Scandolod43bb302021-04-20 10:19:29 -0700271 VolthaEtcdPort: 9999
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700272 in-band-management: true
Hardik Windlassd4fc1792021-11-10 11:44:18 +0000273 time: '11'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000274 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700275
276 # Menlo pod test job - uses tech profile on voltha branch
277 - 'build_voltha_pod_test':
Hardik Windlass9ed73662021-09-02 11:06:21 +0000278 timeout: 300
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700279 build-node: 'menlo-demo-pod'
280 config-pod: 'onf-demo-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700281 disable-job: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000282 release: '2.8'
283 branch: 'voltha-2.8'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700284 name-extension: '_DT'
285 work-flow: 'DT'
286 test-repo: 'voltha-system-tests'
287 profile: '1T8GEM'
Matteo Scandolo67842812021-07-13 16:52:13 -0700288 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500289 power-switch: true
Hardik Windlass868475f2021-12-16 16:47:39 +0000290
Matteo Scandolo16672842020-06-02 14:19:33 -0700291 # ONF Menlo Soak POD build job - voltha-master branch
Hardik Windlassc7379022021-05-12 13:52:24 +0530292 - 'build_voltha_pod_manual':
Matteo Scandolo16672842020-06-02 14:19:33 -0700293 build-node: 'menlo-soak-pod'
294 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700295 disable-job: false
Hardik Windlass908533a2021-05-24 16:35:58 +0000296 bbsimReplicas: 1
Suchitra Vemurie6625222020-09-01 17:12:56 -0700297 profile: '1T8GEM'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700298 name-extension: '_DT'
299 work-flow: 'DT'
Hardik Windlassef2e99b2021-05-17 13:36:20 +0530300 reinstall-olt: true
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000301 num-of-onus: 32
302 num-of-ponports: 16
Hardik Windlass44619f52021-05-20 09:36:12 +0530303 logLevel: 'WARN'
Matteo Scandolo16672842020-06-02 14:19:33 -0700304
305 # ONF Menlo Soak POD test job - voltha-master branch
Hardik Windlass77221c62021-05-21 06:24:35 +0000306 # Run tests manually triggering the job
307 - 'build_voltha_pod_manual_test':
Suchitra Vemurie6625222020-09-01 17:12:56 -0700308 build-node: 'menlo-soak-pod'
309 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700310 disable-job: false
Suchitra Vemurie6625222020-09-01 17:12:56 -0700311 profile: '1T8GEM'
312 branch: 'master'
313 release: 'master'
314 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700315 name-extension: '_DT_soak_Func'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700316 test-type: 'Functional'
317 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700318 pipeline-script: 'voltha/master/voltha-physical-soak-dt-tests.groovy'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700319
320 # ONF Menlo Soak POD test job - voltha-master branch
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000321 # Run failure/recovery tests every Wednesday
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700322 - 'build_voltha_pod_soak_test':
323 build-node: 'menlo-soak-pod'
324 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700325 disable-job: false
Suchitra Vemuri649b02b2020-09-01 18:18:10 -0700326 profile: '1T8GEM'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700327 branch: 'master'
328 release: 'master'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700329 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700330 name-extension: '_DT_soak_Fail'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700331 test-type: 'Failure'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700332 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700333 pipeline-script: 'voltha/master/voltha-physical-soak-dt-tests.groovy'
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000334 time-trigger: "H H * * 3"
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700335
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700336 # ONF Menlo Soak POD test job - voltha-master branch
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000337 # Run dataplane tests every Saturday
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700338 - 'build_voltha_pod_soak_test':
339 build-node: 'menlo-soak-pod'
340 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700341 disable-job: false
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700342 profile: '1T8GEM'
343 branch: 'master'
344 release: 'master'
345 work-flow: 'DT'
346 name-extension: '_DT_soak_DP'
347 test-type: 'Dataplane'
348 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700349 pipeline-script: 'voltha/master/voltha-physical-soak-dt-tests.groovy'
Hardik Windlass8cce00c2021-05-17 10:06:29 +0000350 time-trigger: "H H * * 6"
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700351
Hardik Windlassf5321572021-07-14 11:28:46 +0000352 # ONF Menlo Soak POD build job - voltha-2.8 branch
353 - 'build_voltha_pod_manual':
354 build-node: 'menlo-soak-pod'
355 config-pod: 'onf-soak-pod'
Hardik Windlassdd81dd82021-09-27 08:43:44 +0000356 disable-job: true
Hardik Windlassf5321572021-07-14 11:28:46 +0000357 branch: 'voltha-2.8'
358 release: '2.8'
359 bbsimReplicas: 1
360 profile: '1T8GEM'
361 name-extension: '_DT'
362 work-flow: 'DT'
363 reinstall-olt: true
364 num-of-onus: 32
365 num-of-ponports: 16
366 logLevel: 'WARN'
367 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
368
369 # ONF Menlo Soak POD test job - voltha-2.8 branch
370 # Run tests manually triggering the job
371 - 'build_voltha_pod_manual_test':
372 build-node: 'menlo-soak-pod'
373 config-pod: 'onf-soak-pod'
Hardik Windlassdd81dd82021-09-27 08:43:44 +0000374 disable-job: true
Hardik Windlassf5321572021-07-14 11:28:46 +0000375 profile: '1T8GEM'
376 branch: 'voltha-2.8'
377 release: '2.8'
378 work-flow: 'DT'
379 name-extension: '_DT_soak_Func'
380 test-type: 'Functional'
381 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700382 pipeline-script: 'voltha/voltha-2.8/voltha-physical-soak-dt-tests.groovy'
Hardik Windlassf5321572021-07-14 11:28:46 +0000383
384 # ONF Menlo Soak POD test job - voltha-2.8 branch
385 # Run failure/recovery tests every Wednesday
386 - 'build_voltha_pod_soak_test':
387 build-node: 'menlo-soak-pod'
388 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700389 disable-job: true
Hardik Windlassf5321572021-07-14 11:28:46 +0000390 profile: '1T8GEM'
391 branch: 'voltha-2.8'
392 release: '2.8'
393 work-flow: 'DT'
394 name-extension: '_DT_soak_Fail'
395 test-type: 'Failure'
396 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700397 pipeline-script: 'voltha/voltha-2.8/voltha-physical-soak-dt-tests.groovy'
Hardik Windlassf5321572021-07-14 11:28:46 +0000398 time-trigger: "H H * * 3"
399
400 # ONF Menlo Soak POD test job - voltha-2.8 branch
401 # Run dataplane tests every Saturday
402 - 'build_voltha_pod_soak_test':
403 build-node: 'menlo-soak-pod'
404 config-pod: 'onf-soak-pod'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700405 disable-job: true
Hardik Windlassf5321572021-07-14 11:28:46 +0000406 profile: '1T8GEM'
407 branch: 'voltha-2.8'
408 release: '2.8'
409 work-flow: 'DT'
410 name-extension: '_DT_soak_DP'
411 test-type: 'Dataplane'
412 test-repo: 'voltha-system-tests'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700413 pipeline-script: 'voltha/voltha-2.8/voltha-physical-soak-dt-tests.groovy'
Hardik Windlassf5321572021-07-14 11:28:46 +0000414 time-trigger: "H H * * 6"
415
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800416 # Berlin pod with olt/onu - master versions timer based job , two OLTs
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530417 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700418 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700419 config-pod: 'berlin-community-pod-1-multi-olt'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700420 disable-job: true
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800421 name-extension: '_DT'
422 work-flow: 'DT'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800423 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200424 num-of-onos: '3'
425 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +0100426 # Update time trigger value while re-enabling the job
427 time: ''
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100428
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100429 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800430 - 'build_voltha_pod_test':
Andrea Campanella2af4b902021-11-05 10:40:02 +0100431 timeout: 360
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700432 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700433 config-pod: 'berlin-community-pod-1-multi-olt'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100434 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800435 branch: 'master'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700436 disable-job: true
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800437 name-extension: '_DT'
438 work-flow: 'DT'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800439 test-repo: 'voltha-system-tests'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800440 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500441 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -0700442 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700443
Andrea Campanella972d63e2020-05-14 19:59:08 +0200444 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530445 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700446 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700447 config-pod: 'berlin-community-pod-1-gpon'
Andrea Campanella625ba352020-04-02 15:32:13 +0200448 name-extension: '_DT'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700449 disable-job: true
Andrea Campanella625ba352020-04-02 15:32:13 +0200450 work-flow: 'DT'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200451 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200452 num-of-onos: '3'
453 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +0100454 # Update time trigger value while re-enabling the job
455 time: ''
Andrea Campanella625ba352020-04-02 15:32:13 +0200456
Andrea Campanella972d63e2020-05-14 19:59:08 +0200457 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200458 - 'build_voltha_pod_test':
Hardik Windlass50ec6d72021-12-16 05:37:04 +0000459 timeout: 330
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700460 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700461 config-pod: 'berlin-community-pod-1-gpon'
Andrea Campanella625ba352020-04-02 15:32:13 +0200462 name-extension: '_DT'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700463 disable-job: true
Andrea Campanellad924ce22020-04-20 16:40:41 +0200464 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200465 release: 'master'
466 branch: 'master'
467 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200468 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500469 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -0700470 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700471
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000472 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
473 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700474 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700475 config-pod: 'berlin-community-pod-1-gpon'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000476 release: '2.8'
477 branch: 'voltha-2.8'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700478 name-extension: '_DT'
479 work-flow: 'DT'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700480 profile: '1T8GEM'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000481 num-of-onos: '3'
482 num-of-atomix: '3'
Andrea Campanella925efab2022-01-03 13:48:30 +0100483 time: '1'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000484 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700485
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000486 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700487 - 'build_voltha_pod_test':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700488 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700489 config-pod: 'berlin-community-pod-1-gpon'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700490 name-extension: '_DT'
491 work-flow: 'DT'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000492 release: '2.8'
493 branch: 'voltha-2.8'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700494 test-repo: 'voltha-system-tests'
495 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500496 power-switch: true
Matteo Scandolo67842812021-07-13 16:52:13 -0700497 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700498
Andrea Campanellac551d582021-09-22 15:34:02 +0200499 # Berlin pod with olt/onu - voltha-2.8 versions timer based job , two OLTs
Andrea Campanella350c6102020-10-01 09:56:40 +0200500 - 'build_voltha_pod_release_timer':
Matteo Scandolo4fb11422022-03-29 14:21:04 -0700501 build-node: 'berlin-community-pod-1'
502 config-pod: 'berlin-community-pod-1-multi-olt'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200503 name-extension: '_DT'
Andrea Campanella350c6102020-10-01 09:56:40 +0200504 work-flow: 'DT'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200505 release: '2.8'
506 branch: 'voltha-2.8'
Andrea Campanella350c6102020-10-01 09:56:40 +0200507 profile: '1T8GEM'
Andrea Campanella8aefd032021-06-03 13:52:38 +0200508 num-of-onos: '3'
509 num-of-atomix: '3'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200510 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530511 time: '7'
Andrea Campanella350c6102020-10-01 09:56:40 +0200512
Andrea Campanellac551d582021-09-22 15:34:02 +0200513 # Berlin POD test job - voltha-2.8 versions: uses tech profile on voltha branch
Andrea Campanella350c6102020-10-01 09:56:40 +0200514 - 'build_voltha_pod_test':
Matteo Scandolo4fb11422022-03-29 14:21:04 -0700515 build-node: 'berlin-community-pod-1'
516 config-pod: 'berlin-community-pod-1-multi-olt'
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200517 release: '2.8'
518 branch: 'voltha-2.8'
519 name-extension: '_DT'
Andrea Campanella350c6102020-10-01 09:56:40 +0200520 work-flow: 'DT'
Andrea Campanella350c6102020-10-01 09:56:40 +0200521 test-repo: 'voltha-system-tests'
522 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500523 power-switch: true
Andrea Campanella746e2dd2021-07-27 13:39:08 +0200524 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200525
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530526 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
527 - 'build_voltha_pod_release_timer':
528 build-node: 'berlin-community-pod-1'
529 config-pod: 'berlin-community-pod-1-gpon-fttb'
530 withFttb: true
531 name-extension: '_DT'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700532 disable-job: false
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530533 work-flow: 'DT'
Hardik Windlass7f98e9e2022-05-30 14:36:25 +0530534 profile: '1T4GEM-FTTB'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530535 num-of-onos: '3'
536 num-of-atomix: '3'
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530537 time: '13'
538
539 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
540 - 'build_voltha_pod_test':
541 timeout: 330
542 build-node: 'berlin-community-pod-1'
543 config-pod: 'berlin-community-pod-1-gpon-fttb'
544 withFttb: true
545 name-extension: '_DT'
Girish Gowdraaf2f4e52022-06-24 11:18:17 -0700546 disable-job: false
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530547 work-flow: 'DT'
548 release: 'master'
549 branch: 'master'
550 test-repo: 'voltha-system-tests'
Hardik Windlass7f98e9e2022-05-30 14:36:25 +0530551 profile: '1T4GEM-FTTB'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500552 power-switch: true
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530553 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
554
Joey Armstrongca4cb462023-01-12 17:51:05 -0500555 # Berlin pod with zyxel gpon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200556 - 'build_voltha_pod_release_timer':
557 build-node: 'berlin-community-pod-2'
558 config-pod: 'berlin-community-pod-2-gpon-zyxel'
Girish Gowdra9b20acc2022-05-20 16:22:25 -0700559 disable-job: false
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200560 name-extension: '_DT'
561 work-flow: 'DT'
562 release: 'master'
563 branch: 'master'
564 profile: '1T8GEM'
565 reinstall-olt: true
566 num-of-onos: '3'
567 num-of-atomix: '3'
568 pipeline-script: 'voltha/master/physical-build.groovy'
569 VolthaEtcdPort: 9999
570 waitTimerForOltUp: 360
571 time: '1'
572
Joey Armstrongca4cb462023-01-12 17:51:05 -0500573 # Berlin POD test job - zyxel gpon master versions: uses tech profile on voltha branch
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200574 - 'build_voltha_pod_test':
575 build-node: 'berlin-community-pod-2'
576 config-pod: 'berlin-community-pod-2-gpon-zyxel'
577 release: 'master'
578 branch: 'master'
579 name-extension: '_DT'
580 work-flow: 'DT'
581 test-repo: 'voltha-system-tests'
582 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500583 power-switch: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200584 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
585
Joey Armstrongca4cb462023-01-12 17:51:05 -0500586 # Berlin pod with zyxel xgspon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200587 - 'build_voltha_pod_release_timer':
588 build-node: 'berlin-community-pod-2'
589 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
Girish Gowdra9b20acc2022-05-20 16:22:25 -0700590 disable-job: false
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200591 name-extension: '_DT'
592 work-flow: 'DT'
593 release: 'master'
594 branch: 'master'
595 reinstall-olt: true
596 num-of-onos: '3'
597 num-of-atomix: '3'
598 pipeline-script: 'voltha/master/physical-build.groovy'
599 VolthaEtcdPort: 9999
600 waitTimerForOltUp: 360
Girish Gowdrae20a52b2022-05-19 11:51:31 -0700601 profile: '1T8GEM'
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200602 time: '5'
603
Joey Armstrongca4cb462023-01-12 17:51:05 -0500604 # Berlin POD test job - zyxel xgsgpon master versions: uses tech profile on voltha branch
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200605 - 'build_voltha_pod_test':
606 build-node: 'berlin-community-pod-2'
607 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
608 release: 'master'
609 branch: 'master'
610 name-extension: '_DT'
611 work-flow: 'DT'
612 test-repo: 'voltha-system-tests'
613 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500614 power-switch: true
Andrea Campanella4b7ab782022-05-10 23:32:50 +0200615 pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
616
Joey Armstrongca4cb462023-01-12 17:51:05 -0500617 # TT workflow on Zyxel XGSPON OLT at Berlin pod - build job
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700618 - 'build_voltha_pod_release_timer':
619 disable-job: false
620 build-node: 'berlin-community-pod-2'
621 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
622 release: 'master'
623 branch: 'master'
624 name-extension: '_TT'
625 work-flow: 'TT'
626 profile: 'TP'
627 time: '10'
628 VolthaEtcdPort: 9999
629 num-of-onos: '3'
630 num-of-atomix: '3'
631
Joey Armstrongca4cb462023-01-12 17:51:05 -0500632 # TT workflow on Zyxel XGSPON OLT at Berlin pod - test job
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700633 - 'build_voltha_pod_test':
634 disable-job: false
635 build-node: 'berlin-community-pod-2'
636 config-pod: 'berlin-community-pod-2-xgspon-zyxel'
637 release: 'master'
638 branch: 'master'
639 name-extension: '_TT'
640 work-flow: 'TT'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500641 power-switch: true
642 power-cycle-olt: true
Girish Gowdra7bd05cc2022-09-18 21:37:15 -0700643 pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
644 test-repo: 'voltha-system-tests'
645 profile: 'TP'
646 timeout: 360
647
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200648 # Berlin pod with adtran gpon olt/onu - 2.8 1T8GEM tech profile and timer based job
649 - 'build_voltha_pod_release_timer':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700650 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700651 config-pod: 'berlin-community-pod-1-gpon-adtran'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200652 name-extension: '_DT'
653 work-flow: 'DT'
654 release: '2.8'
655 branch: 'voltha-2.8'
656 profile: '1T8GEM'
Andrea Campanellabc8d8822021-08-25 12:33:54 +0200657 reinstall-olt: false
Andrea Campanella86630c42022-01-03 10:13:04 +0100658 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 +0200659 num-of-onos: '3'
660 num-of-atomix: '3'
661 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
662 VolthaEtcdPort: 9999
Andrea Campanella41ae1b12021-09-21 11:29:43 +0200663 openoltAdapterChart: '/home/community/adtran-21.5-voltha-2.8/voltha-adapter-adtran-olt'
Andrea Campanella20361592021-08-26 18:45:28 +0200664 oltAdapterReleaseName: 'adtran-olt'
Andrea Campanellaecefbc82021-08-27 11:06:31 +0200665 waitTimerForOltUp: 420
Hardik Windlass5dbe6eb2021-12-17 11:13:26 +0000666 time: '19'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200667
668 # Berlin POD adtran test job - 2.8 versions: uses 1T8GEM tech profile on voltha branch
669 - 'build_voltha_pod_test':
Hardik Windlass9ed73662021-09-02 11:06:21 +0000670 timeout: 390
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700671 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700672 config-pod: 'berlin-community-pod-1-gpon-adtran'
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200673 release: '2.8'
674 branch: 'voltha-2.8'
675 name-extension: '_DT'
676 work-flow: 'DT'
677 test-repo: 'voltha-system-tests'
678 profile: '1T8GEM'
Joey Armstrongca4cb462023-01-12 17:51:05 -0500679 power-switch: true
Andrea Campanella29fff7f2021-08-23 14:49:29 +0200680 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
681 oltAdapterAppLabel: 'adapter-adtran-olt'
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000682
683 # Berlin pod with adtran gpon olt/onu - 2.8 1T8GEM tech profile and timer based job
684 - 'verify_voltha_pod_dmi_test':
Girish Gowdra6b7dab02022-03-30 11:21:44 -0700685 build-node: 'berlin-community-pod-1'
Matteo Scandolo868a3bc2022-03-31 16:45:19 -0700686 config-pod: 'berlin-community-pod-1-gpon-adtran'
Hardik Windlassace19e52022-02-10 09:36:21 +0000687 name-extension: '_DT'
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000688 work-flow: 'DT'
689 release: 'master'
690 branch: 'master'
691 profile: 'Default'
Hardik Windlass230fca62022-05-04 08:50:35 +0530692 installVolthaInfra: true
693 installVolthaStack: false
Hardik Windlass36d5bdb2022-02-09 10:13:13 +0000694 reinstall-olt: false
695 restart-olt: false
696 extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml "
697 dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager'
698 OltDevMgr: 'adtran-olt-device-manager'
699 num-of-onos: '3'
700 num-of-atomix: '3'
701 VolthaEtcdPort: 9999
702 openoltAdapterChart: '/home/community/adtran-21.5-voltha-2.8/voltha-adapter-adtran-olt'
703 oltAdapterReleaseName: 'adtran-olt'
704 waitTimerForOltUp: 420
Hardik Windlassc97ceae2022-05-13 10:12:55 +0530705 time: '16'
Joey Armstrongaf679da2023-01-31 14:22:41 -0500706
707# [EOF]