blob: d2dc9e66e06a148b6e42ff5aa97fd54436ee6e3d [file] [log] [blame]
Suchitra Vemuri58acd872019-08-28 18:52:35 -07001---
2# POD Build Pipeline Jobs for Voltha Releases
3
4- project:
5 name: voltha-release-jobs
6
7 project-name: '{name}'
8
9 build-timeout: '300'
10
Zack Williams21e3d162020-02-07 08:38:16 -070011 with-kind: false
Suchitra Vemuriaf134ff2020-02-19 16:55:38 -080012 power-switch: False
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -070013 work-flow: ''
Andrea Campanella12ea28f2020-05-21 12:05:55 +020014 in-band-management: false
Suchitra Vemuri91896d42020-04-15 16:33:26 -070015 num-of-openonu: '1'
Suchitra Vemuri50e62792020-05-06 16:48:28 -070016 num-of-onos: '1'
17 num-of-atomix: '0'
Suchitra Vemuria0d92052020-07-15 11:36:12 -070018 reinstall-olt: true
Suchitra Vemurie6625222020-09-01 17:12:56 -070019 test-type: ''
Matteo Scandolo3dce2a12020-09-15 14:21:14 -070020 volthaSystemTestsChange: ''
21 kindVolthaChange: ''
22 cordTesterChange: ''
Suchitra Vemuri5abcf2b2020-02-05 14:46:28 -080023
Suchitra Vemuri58acd872019-08-28 18:52:35 -070024 jobs:
Suchitra Vemuribc149852019-11-25 14:41:24 -080025 # flex OCP pod with olt/onu - manual test job, voltha master build job
Suchitra Vemuri85308382019-10-22 15:01:48 -070026 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070027 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070028 config-pod: 'flex-ocp-cord'
Suchitra Vemuri85308382019-10-22 15:01:48 -070029 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070030 branch: 'master'
Suchitra Vemurie0451712020-05-06 22:51:23 -070031 num-of-openonu: '2'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -070032 num-of-onos: '3'
33 num-of-atomix: '3'
hwchiu14f97852019-10-08 10:51:11 -070034 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070035 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070036 profile: '1T4GEM'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070037
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070038 # flex pod1 test job - using voltha branch
39 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070040 build-node: 'qa-testvm-pod'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070041 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070042 profile: '1T4GEM'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070043 branch: 'master'
44 test-repo: 'voltha-system-tests'
45 Jenkinsfile: 'Jenkinsfile-voltha-test'
46
Suchitra Vemurifbc4a742020-01-08 16:55:26 -080047 # onlab pod1 OCP pod with olt/onu - Manual testing BAL3.1 release voltha master build job
Suchitra Vemuri8609a442019-10-22 21:03:27 -070048 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070049 build-node: 'onf-build'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070050 config-pod: 'onlab-pod1'
51 release: 'master'
52 branch: 'master'
53 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070054 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070055 profile: '1T4GEM'
Suchitra Vemuridb39b392019-08-30 16:58:58 -070056
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070057 # onlab pod1 test job - BAL3.1 tests using voltha branch
Suchitra Vemuridb39b392019-08-30 16:58:58 -070058 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070059 build-node: 'onf-build'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070060 config-pod: 'onlab-pod1'
61 profile: '1T4GEM'
hwchiu14f97852019-10-08 10:51:11 -070062 branch: 'master'
63 test-repo: 'voltha-system-tests'
64 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070065
Suchitra Vemurif8236c12019-10-22 15:51:39 -070066 # flex OCP pod with olt/onu - Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -070067 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -070068 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070069 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070070 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070071 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -070072 num-of-openonu: '2'
Suchitra Vemuri50e62792020-05-06 16:48:28 -070073 num-of-onos: '3'
74 num-of-atomix: '3'
hwchiu14f97852019-10-08 10:51:11 -070075 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070076 Jenkinsfile: 'Jenkinsfile-voltha-build'
hwchiu14f97852019-10-08 10:51:11 -070077 configurePod: true
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070078 profile: 'Default'
Suchitra Vemuri376859a2020-07-08 17:04:44 -070079 time: '4'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070080
Suchitra Vemurif8236c12019-10-22 15:51:39 -070081 # flex pod1 test job - uses tech profile on voltha branch
Suchitra Vemurif921cda2019-09-25 22:53:45 -070082 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070083 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070084 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070085 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070086 branch: 'master'
Suchitra Vemuriaf134ff2020-02-19 16:55:38 -080087 power-switch: True
hwchiu14f97852019-10-08 10:51:11 -070088 test-repo: 'voltha-system-tests'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070089 profile: 'Default'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070090
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -080091 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -070092 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -070093 build-node: 'qa-testvm-pod'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -080094 config-pod: 'flex-ocp-cord'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -070095 'disable-job': true
Suchitra Vemuri745a6f32020-07-06 22:43:53 -070096 release: '2.4'
97 branch: 'voltha-2.4'
98 num-of-openonu: '2'
99 num-of-onos: '3'
100 num-of-atomix: '3'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800101 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700102 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800103 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700104 profile: '1T4GEM'
Suchitra Vemuric4761eb2020-07-07 16:48:53 -0700105 time: '1'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800106
107 # flex pod1 test job - released versions: uses tech profile on voltha branch
108 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700109 build-node: 'qa-testvm-pod'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800110 config-pod: 'flex-ocp-cord'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700111 'disable-job': true
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700112 release: '2.4'
113 branch: 'voltha-2.4'
Suchitra Vemuri9f99d822020-03-30 12:31:59 -0700114 power-switch: True
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800115 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700116 profile: '1T4GEM'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800117
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700118 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
119 - 'build_voltha_pod_release_timer':
120 build-node: 'qa-testvm-pod'
121 config-pod: 'flex-ocp-cord'
122 release: '2.5'
123 branch: 'voltha-2.5'
124 num-of-openonu: '2'
125 num-of-onos: '3'
126 num-of-atomix: '3'
127 test-repo: 'voltha-system-tests'
128 Jenkinsfile: 'Jenkinsfile-voltha-build'
129 configurePod: true
130 profile: '1T4GEM'
131 time: '1'
132
133 # flex pod1 test job - released versions: uses tech profile on voltha branch
134 - 'build_voltha_pod_test':
135 build-node: 'qa-testvm-pod'
136 config-pod: 'flex-ocp-cord'
Andrea Campanella68215a02020-09-17 11:55:16 +0200137 'disable-job': false
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700138 release: '2.5'
139 branch: 'voltha-2.5'
140 power-switch: True
141 test-repo: 'voltha-system-tests'
142 profile: '1T4GEM'
143
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700144 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700145 - 'build_voltha_pod_release_timer':
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700146 build-node: 'qa-testvm-pod'
147 config-pod: 'flex-ocp-cord'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700148 'disable-job': true
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700149 release: '2.4'
150 branch: 'voltha-2.4'
151 num-of-openonu: '2'
152 num-of-onos: '3'
153 num-of-atomix: '3'
154 name-extension: '_TT'
155 work-flow: 'TT'
156 test-repo: 'voltha-system-tests'
157 Jenkinsfile: 'Jenkinsfile-voltha-build'
158 configurePod: true
159 profile: 'TP'
Suchitra Vemuri77449472020-08-19 11:54:47 -0700160 time: '22'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700161
162 # flex pod1 test job - released versions: uses tech profile on voltha branch
163 - 'build_voltha_pod_test':
164 build-node: 'qa-testvm-pod'
165 config-pod: 'flex-ocp-cord'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700166 'disable-job': true
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700167 release: '2.4'
168 branch: 'voltha-2.4'
169 name-extension: '_TT'
170 work-flow: 'TT'
171 power-switch: True
172 pipeline-script: 'voltha-tt-physical-functional-tests.groovy'
173 test-repo: 'voltha-system-tests'
174 profile: 'TP'
175
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700176 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
177 - 'build_voltha_pod_release_timer':
178 build-node: 'qa-testvm-pod'
179 config-pod: 'flex-ocp-cord'
180 release: '2.5'
181 branch: 'voltha-2.5'
182 num-of-openonu: '2'
183 num-of-onos: '3'
184 num-of-atomix: '3'
185 name-extension: '_TT'
186 work-flow: 'TT'
187 test-repo: 'voltha-system-tests'
188 Jenkinsfile: 'Jenkinsfile-voltha-build'
189 configurePod: true
190 profile: 'TP'
191 time: '22'
192
193 # flex pod1 test job - released versions: uses tech profile on voltha branch
194 - 'build_voltha_pod_test':
195 build-node: 'qa-testvm-pod'
196 config-pod: 'flex-ocp-cord'
197 release: '2.5'
198 branch: 'voltha-2.5'
199 name-extension: '_TT'
200 work-flow: 'TT'
201 power-switch: True
202 pipeline-script: 'voltha-tt-physical-functional-tests.groovy'
203 test-repo: 'voltha-system-tests'
204 profile: 'TP'
205
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700206 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700207 - 'build_voltha_pod_release_timer':
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700208 build-node: 'qa-testvm-pod'
209 config-pod: 'flex-ocp-cord'
210 release: 'master'
211 branch: 'master'
212 num-of-openonu: '2'
213 num-of-onos: '3'
214 num-of-atomix: '3'
215 name-extension: '_TT'
216 work-flow: 'TT'
217 test-repo: 'voltha-system-tests'
218 Jenkinsfile: 'Jenkinsfile-voltha-build'
219 configurePod: true
220 profile: 'TP'
Suchitra Vemuridb717c72020-07-14 22:38:08 -0700221 time: '9'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700222
223 # flex pod1 test job - released versions: uses tech profile on voltha branch
224 - 'build_voltha_pod_test':
225 build-node: 'qa-testvm-pod'
226 config-pod: 'flex-ocp-cord'
227 release: 'master'
228 branch: 'master'
229 name-extension: '_TT'
230 work-flow: 'TT'
231 power-switch: True
232 pipeline-script: 'voltha-tt-physical-functional-tests.groovy'
233 test-repo: 'voltha-system-tests'
234 profile: 'TP'
235
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700236 # Menlo pod with olt/onu - Default tech profile and timer based job
Suchitra Vemuria6731902020-08-13 16:33:37 -0700237 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700238 build-node: 'menlo-demo-pod'
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700239 config-pod: 'onf-demo-pod-gpon'
240 release: 'master'
241 branch: 'master'
Suchitra Vemuri5bfe5322020-09-17 17:37:34 -0700242 num-of-openonu: '1'
Suchitra Vemuria3ac7182020-09-18 09:44:01 -0700243 num-of-onos: '3'
244 num-of-atomix: '3'
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700245 name-extension: '_DT_GPON'
246 work-flow: 'DT'
247 test-repo: 'voltha-system-tests'
248 Jenkinsfile: 'Jenkinsfile-voltha-build'
249 configurePod: true
250 profile: '1T8GEM'
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700251 time: '22'
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700252 VolthaEtcdPort: '9999'
253
254 # Menlo pod test job - uses tech profile on voltha branch
255 - 'build_voltha_pod_test':
256 build-node: 'menlo-demo-pod'
257 config-pod: 'onf-demo-pod-gpon'
258 release: 'master'
259 branch: 'master'
260 name-extension: '_DT_GPON'
261 work-flow: 'DT'
262 test-repo: 'voltha-system-tests'
263 profile: '1T8GEM'
264 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
265
266 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700267 - 'build_voltha_pod_release_timer':
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700268 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800269 config-pod: 'onf-demo-pod'
270 release: 'master'
271 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700272 num-of-openonu: '2'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700273 num-of-onos: '3'
274 num-of-atomix: '3'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800275 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700276 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800277 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700278 profile: '1T4GEM'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700279 in-band-management: true
Andy Bavier08a76b52020-06-03 12:45:54 -0700280 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700281 reinstall-olt: false
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700282 time: '1'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800283
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800284 # Menlo pod test job - master test job uses tech profile on voltha branch
285 - 'build_voltha_pod_test':
286 build-node: 'menlo-demo-pod'
287 config-pod: 'onf-demo-pod'
288 release: 'master'
289 branch: 'master'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800290 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700291 profile: '1T4GEM'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700292 power-switch: True
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800293
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700294 # Menlo pod with olt/onu - master branch, Default tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700295 - 'build_voltha_pod_release_timer':
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800296 build-node: 'menlo-demo-pod'
297 config-pod: 'onf-demo-pod'
298 release: 'master'
299 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700300 num-of-openonu: '2'
Suchitra Vemuria3ac7182020-09-18 09:44:01 -0700301 num-of-onos: '3'
302 num-of-atomix: '3'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700303 name-extension: '_DT'
304 work-flow: 'DT'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800305 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700306 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800307 configurePod: true
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700308 profile: '1T8GEM'
Andy Bavier08a76b52020-06-03 12:45:54 -0700309 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700310 in-band-management: true
311 reinstall-olt: false
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700312 time: '4'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800313
314 # Menlo pod test job - uses tech profile on voltha branch
315 - 'build_voltha_pod_test':
316 build-node: 'menlo-demo-pod'
317 config-pod: 'onf-demo-pod'
318 release: 'master'
319 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700320 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200321 work-flow: 'DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800322 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700323 profile: '1T8GEM'
324 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200325 power-switch: True
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800326
Suchitra Vemurie0963502020-04-11 14:03:54 -0700327
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700328 # Menlo pod with olt/onu - voltha-2.4 branch, Default tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700329 - 'build_voltha_pod_release_timer':
Suchitra Vemurie0963502020-04-11 14:03:54 -0700330 build-node: 'menlo-demo-pod'
331 config-pod: 'onf-demo-pod'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700332 'disable-job': true
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700333 release: '2.4'
334 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700335 name-extension: '_DT'
336 work-flow: 'DT'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700337 num-of-openonu: '2'
338 num-of-onos: '3'
339 num-of-atomix: '3'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700340 test-repo: 'voltha-system-tests'
341 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700342 configurePod: true
343 profile: '1T8GEM'
Andy Bavier08a76b52020-06-03 12:45:54 -0700344 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700345 reinstall-olt: false
346 in-band-management: true
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700347 time: '7'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700348
349 # Menlo pod test job - uses tech profile on voltha branch
350 - 'build_voltha_pod_test':
351 build-node: 'menlo-demo-pod'
352 config-pod: 'onf-demo-pod'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700353 'disable-job': true
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700354 release: '2.4'
355 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700356 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200357 work-flow: 'DT'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700358 test-repo: 'voltha-system-tests'
359 profile: '1T8GEM'
360 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200361 power-switch: True
Suchitra Vemurie0963502020-04-11 14:03:54 -0700362
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700363 # Menlo pod with olt/onu - voltha-2.5 branch, Default tech profile and timer based job
364 - 'build_voltha_pod_release_timer':
365 build-node: 'menlo-demo-pod'
366 config-pod: 'onf-demo-pod'
367 release: '2.5'
368 branch: 'voltha-2.5'
369 name-extension: '_DT'
370 work-flow: 'DT'
371 num-of-openonu: '2'
372 num-of-onos: '3'
373 num-of-atomix: '3'
374 test-repo: 'voltha-system-tests'
375 Jenkinsfile: 'Jenkinsfile-voltha-build'
376 configurePod: true
377 profile: '1T8GEM'
378 VolthaEtcdPort: '9999'
379 reinstall-olt: false
380 in-band-management: true
381 time: '7'
382
383 # Menlo pod test job - uses tech profile on voltha branch
384 - 'build_voltha_pod_test':
385 build-node: 'menlo-demo-pod'
386 config-pod: 'onf-demo-pod'
387 release: '2.5'
388 branch: 'voltha-2.5'
389 name-extension: '_DT'
390 work-flow: 'DT'
391 test-repo: 'voltha-system-tests'
392 profile: '1T8GEM'
393 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
394 power-switch: True
395
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700396 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700397 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700398 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700399 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700400 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700401 branch: 'master'
402 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700403 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700404 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700405 profile: '1T4GEM'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700406 num-of-openonu: '2'
407 num-of-onos: '3'
408 num-of-atomix: '3'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700409 reinstall-olt: false
410 in-band-management: true
Matteo Scandolod1d03322019-10-23 13:24:16 -0700411 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700412 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700413 config-pod: 'onf-demo-pod'
414 branch: 'master'
415 test-repo: 'voltha-system-tests'
416 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700417 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700418
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700419 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700420 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700421 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700422 config-pod: 'onf-demo-pod'
423 release: 'master'
424 branch: 'master'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700425 num-of-openonu: '2'
426 num-of-onos: '3'
427 num-of-atomix: '3'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700428 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700429 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700430 configurePod: true
431 profile: 'Default'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700432 reinstall-olt: false
433 in-band-management: true
Suchitra Vemuri42683152019-10-25 12:54:42 -0700434
hwchiu810c70b2020-01-22 11:20:57 -0800435 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700436 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700437 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700438 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700439 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700440 branch: 'master'
441 test-repo: 'voltha-system-tests'
442 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800443
Matteo Scandolo16672842020-06-02 14:19:33 -0700444 # ONF Menlo Soak POD build job - voltha-master branch
Matteo Scandolo9973c652020-08-07 15:23:35 -0700445 # FIXME once the soak-pod is back use 'build_voltha_pod_release_timer'
Matteo Scandolo16672842020-06-02 14:19:33 -0700446 - 'build_pod_manual':
447 build-node: 'menlo-soak-pod'
448 config-pod: 'onf-soak-pod'
449 release: 'master'
450 branch: 'master'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700451 profile: '1T8GEM'
Matteo Scandolo16672842020-06-02 14:19:33 -0700452 test-repo: 'voltha-system-tests'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700453 name-extension: '_DT'
454 work-flow: 'DT'
Matteo Scandolo16672842020-06-02 14:19:33 -0700455 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo16672842020-06-02 14:19:33 -0700456 configurePod: true
Matteo Scandolo16672842020-06-02 14:19:33 -0700457
458 # ONF Menlo Soak POD test job - voltha-master branch
Matteo Scandolo9973c652020-08-07 15:23:35 -0700459 # FIXME once the soak-pod is back use 'build_voltha_pod_test'
Matteo Scandolo16672842020-06-02 14:19:33 -0700460 - 'build_pod_test':
461 build-node: 'menlo-soak-pod'
462 config-pod: 'onf-soak-pod'
463 profile: 'Default'
464 branch: 'master'
465 test-repo: 'voltha-system-tests'
466 Jenkinsfile: 'Jenkinsfile-voltha-test'
467
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700468 # ONF Menlo Soak POD test job - voltha-master branch
Suchitra Vemurie6625222020-09-01 17:12:56 -0700469 # Run tests every three days
470 - 'build_voltha_pod_soak_test':
471 build-node: 'menlo-soak-pod'
472 config-pod: 'onf-soak-pod'
473 profile: '1T8GEM'
474 branch: 'master'
475 release: 'master'
476 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700477 name-extension: '_DT_soak_Func'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700478 test-type: 'Functional'
479 test-repo: 'voltha-system-tests'
Suchitra Vemurif4461652020-09-03 21:47:19 -0700480 pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700481 time-trigger: "H H 2 * *"
Suchitra Vemurie6625222020-09-01 17:12:56 -0700482
483 # ONF Menlo Soak POD test job - voltha-master branch
484 # Run tests every three days
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700485 - 'build_voltha_pod_soak_test':
486 build-node: 'menlo-soak-pod'
487 config-pod: 'onf-soak-pod'
Suchitra Vemuri649b02b2020-09-01 18:18:10 -0700488 profile: '1T8GEM'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700489 branch: 'master'
490 release: 'master'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700491 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700492 name-extension: '_DT_soak_Fail'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700493 test-type: 'Failure'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700494 test-repo: 'voltha-system-tests'
Suchitra Vemurif4461652020-09-03 21:47:19 -0700495 pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700496 time-trigger: "H H */2 * *"
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700497
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700498 # ONF Menlo Soak POD test job - voltha-master branch
499 # Run dataplane tests every three days
500 - 'build_voltha_pod_soak_test':
501 build-node: 'menlo-soak-pod'
502 config-pod: 'onf-soak-pod'
503 profile: '1T8GEM'
504 branch: 'master'
505 release: 'master'
506 work-flow: 'DT'
507 name-extension: '_DT_soak_DP'
508 test-type: 'Dataplane'
509 test-repo: 'voltha-system-tests'
510 pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
511 time-trigger: "H H */3 * *"
512
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800513 # Infosys pod with olt/onu - Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700514 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700515 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800516 config-pod: 'infosys-pod'
517 release: 'master'
518 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800519 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700520 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800521 configurePod: true
522 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700523 time: '10'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800524
525 # infosys test job - uses Default tech profile on voltha branch
526 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700527 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800528 config-pod: 'infosys-pod'
529 release: 'master'
530 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800531 test-repo: 'voltha-system-tests'
532 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800533
Suchitra Vemuri2f83a2b2020-09-29 18:45:00 -0700534 # Infosys pod with olt/onu - voltha-2.5 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700535 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700536 build-node: 'infosys-test-pod'
537 config-pod: 'infosys-pod'
Suchitra Vemuri2f83a2b2020-09-29 18:45:00 -0700538 release: '2.5'
539 branch: 'voltha-2.5'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700540 test-repo: 'voltha-system-tests'
541 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700542 configurePod: true
543 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700544 time: '12'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700545
Suchitra Vemuri2f83a2b2020-09-29 18:45:00 -0700546 # infosys test job - voltha-2.5 release job, uses Default tech profile on voltha branch
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700547 - 'build_voltha_pod_test':
548 build-node: 'infosys-test-pod'
549 config-pod: 'infosys-pod'
Suchitra Vemuri2f83a2b2020-09-29 18:45:00 -0700550 release: '2.5'
551 branch: 'voltha-2.5'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700552 test-repo: 'voltha-system-tests'
553 profile: 'Default'
554
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800555
Suchitra Vemurie0451712020-05-06 22:51:23 -0700556 # Infosys pod with olt/onu - Manual BUILD/TEST job
557 - 'build_pod_manual':
558 build-node: 'infosys-test-pod'
559 config-pod: 'infosys-pod'
560 release: 'master'
561 branch: 'master'
562 num-of-openonu: '2'
563 test-repo: 'voltha-system-tests'
564 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0451712020-05-06 22:51:23 -0700565 profile: 'Default'
566 # infosys test job - Manual Job
567 - 'build_pod_test':
568 build-node: 'infosys-test-pod'
569 config-pod: 'infosys-pod'
570 branch: 'master'
571 test-repo: 'voltha-system-tests'
572 profile: 'Default'
573 Jenkinsfile: 'Jenkinsfile-voltha-test'
574
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100575 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700576 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700577 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800578 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100579 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800580 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700581 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200582 num-of-onos: '3'
583 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800584 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700585 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800586 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800587 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700588 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100589 time: '9'
590
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800591
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100592 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800593 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700594 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800595 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100596 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800597 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800598 test-repo: 'voltha-system-tests'
599 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700600 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700601
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700602 # Berlin pod with olt/onu - voltha-2.5 Default tech profile and timer based job
603 - 'build_voltha_pod_release_timer':
604 build-node: 'dt-berlin-community-pod'
605 config-pod: 'dt-berlin-pod'
606 release: '2.5'
607 branch: 'voltha-2.5'
608 num-of-openonu: '2'
609 num-of-onos: '3'
610 num-of-atomix: '3'
611 test-repo: 'voltha-system-tests'
612 Jenkinsfile: 'Jenkinsfile-voltha-build'
613 configurePod: true
614 profile: 'Default'
615 with-kind: true
616 time: '11'
617
618
619 # Berlin POD test job - master versions: uses tech profile on voltha branch
620 - 'build_voltha_pod_test':
621 build-node: 'dt-berlin-community-pod'
622 config-pod: 'dt-berlin-pod'
623 release: '2.5'
624 branch: 'voltha-2.5'
625 test-repo: 'voltha-system-tests'
626 profile: 'Default'
627 power-switch: True
628
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700629 # Berlin pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700630 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700631 build-node: 'dt-berlin-community-pod'
632 config-pod: 'dt-berlin-pod'
Matteo Scandolo38a00b02020-09-15 13:27:06 -0700633 'disable-job': true
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700634 release: '2.4'
635 branch: 'voltha-2.4'
636 num-of-openonu: '2'
637 num-of-onos: '3'
638 num-of-atomix: '3'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700639 test-repo: 'voltha-system-tests'
640 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700641 configurePod: true
642 profile: 'Default'
643 with-kind: true
644 time: '11'
645
646
647 # Berlin POD test job - master versions: uses tech profile on voltha branch
648 - 'build_voltha_pod_test':
649 build-node: 'dt-berlin-community-pod'
650 config-pod: 'dt-berlin-pod'
Matteo Scandolo38a00b02020-09-15 13:27:06 -0700651 'disable-job': true
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700652 release: '2.4'
653 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700654 test-repo: 'voltha-system-tests'
655 profile: 'Default'
656 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200657
Andrea Campanella972d63e2020-05-14 19:59:08 +0200658 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700659 - 'build_voltha_pod_release_timer':
Andrea Campanella625ba352020-04-02 15:32:13 +0200660 build-node: 'dt-berlin-community-pod'
661 config-pod: 'dt-berlin-pod-gpon'
662 release: 'master'
663 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700664 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200665 num-of-onos: '3'
666 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200667 name-extension: '_DT'
668 work-flow: 'DT'
669 test-repo: 'voltha-system-tests'
670 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200671 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200672 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200673 with-kind: true
Andrea Campanellaa97c76b2020-06-23 11:53:50 +0200674 time: '12'
Andrea Campanella625ba352020-04-02 15:32:13 +0200675
676
Andrea Campanella972d63e2020-05-14 19:59:08 +0200677 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200678 - 'build_voltha_pod_test':
679 build-node: 'dt-berlin-community-pod'
680 config-pod: 'dt-berlin-pod-gpon'
681 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200682 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200683 release: 'master'
684 branch: 'master'
685 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200686 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200687 power-switch: True
688 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700689
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700690 # Berlin pod with gpon olt/onu - voltha-2.5 1T8GEM tech profile and timer based job
691 - 'build_voltha_pod_release_timer':
692 build-node: 'dt-berlin-community-pod'
693 config-pod: 'dt-berlin-pod-gpon'
694 release: '2.5'
695 branch: 'voltha-2.5'
696 num-of-openonu: '2'
697 num-of-onos: '3'
698 num-of-atomix: '3'
699 name-extension: '_DT'
700 work-flow: 'DT'
701 test-repo: 'voltha-system-tests'
702 Jenkinsfile: 'Jenkinsfile-voltha-build'
703 configurePod: true
704 profile: '1T8GEM'
705 with-kind: true
Andrea Campanella350c6102020-10-01 09:56:40 +0200706 time: '8'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700707
708
709 # Berlin POD test job - voltha-2.4 versions: uses 1T8GEM tech profile on voltha branch
710 - 'build_voltha_pod_test':
711 build-node: 'dt-berlin-community-pod'
712 config-pod: 'dt-berlin-pod-gpon'
713 name-extension: '_DT'
714 work-flow: 'DT'
715 release: '2.5'
716 branch: 'voltha-2.5'
717 test-repo: 'voltha-system-tests'
718 profile: '1T8GEM'
719 power-switch: True
720 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
721
Andrea Campanella350c6102020-10-01 09:56:40 +0200722 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and openonu go and timer based job
723 - 'build_voltha_pod_release_timer':
724 build-node: 'dt-berlin-community-pod'
725 config-pod: 'dt-berlin-pod-openonugo'
726 'disable-job': true
727 release: 'master'
728 branch: 'master'
729 num-of-onos: '3'
730 num-of-atomix: '3'
731 name-extension: '_DT_openonugo'
732 work-flow: 'DT'
733 test-repo: 'voltha-system-tests'
734 Jenkinsfile: 'Jenkinsfile-voltha-build'
735 configurePod: true
736 profile: '1T8GEM'
737 with-kind: true
738 time: '1'
739
740
741 # Berlin POD test job - master versions, uses 1T8GEM tech profile and openonu go on voltha branch
742 - 'build_voltha_pod_test':
743 build-node: 'dt-berlin-community-pod'
744 config-pod: 'dt-berlin-pod-gpon'
745 'disable-job': true
746 name-extension: '_DT_openonugo'
747 work-flow: 'DT'
748 release: 'master'
749 branch: 'master'
750 test-repo: 'voltha-system-tests'
751 profile: '1T8GEM'
752 power-switch: True
753 pipeline-script: 'voltha-dt-physical-functional-tests-openonu-go.groovy'
754
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700755 # Berlin pod with gpon olt/onu - voltha-2.4 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700756 - 'build_voltha_pod_release_timer':
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700757 build-node: 'dt-berlin-community-pod'
758 config-pod: 'dt-berlin-pod-gpon'
Matteo Scandolo38a00b02020-09-15 13:27:06 -0700759 'disable-job': true
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700760 release: '2.4'
761 branch: 'voltha-2.4'
762 num-of-openonu: '2'
763 num-of-onos: '3'
764 num-of-atomix: '3'
765 name-extension: '_DT'
766 work-flow: 'DT'
767 test-repo: 'voltha-system-tests'
768 Jenkinsfile: 'Jenkinsfile-voltha-build'
769 configurePod: true
770 profile: '1T8GEM'
771 with-kind: true
772 time: '1'
773
774
775 # Berlin POD test job - voltha-2.4 versions: uses 1T8GEM tech profile on voltha branch
776 - 'build_voltha_pod_test':
777 build-node: 'dt-berlin-community-pod'
778 config-pod: 'dt-berlin-pod-gpon'
Matteo Scandolo38a00b02020-09-15 13:27:06 -0700779 'disable-job': true
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700780 name-extension: '_DT'
781 work-flow: 'DT'
782 release: '2.4'
783 branch: 'voltha-2.4'
784 test-repo: 'voltha-system-tests'
785 profile: '1T8GEM'
786 power-switch: True
787 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
788
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700789 # Berlin pod with olt/onu - manual test job, voltha master build job
790 - 'build_pod_manual':
791 build-node: 'dt-berlin-community-pod'
792 config-pod: 'dt-berlin-pod-gpon'
793 release: 'master'
794 branch: 'master'
795 num-of-openonu: '2'
796 test-repo: 'voltha-system-tests'
797 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700798 profile: 'Default'
799
800 # Berlin pod1 test job - using voltha branch
801 - 'build_pod_test':
802 build-node: 'dt-berlin-community-pod'
803 config-pod: 'dt-berlin-pod-gpon'
804 profile: 'Default'
805 branch: 'master'
806 test-repo: 'voltha-system-tests'
807 Jenkinsfile: 'Jenkinsfile-voltha-test'