blob: 1036adc19b53b9dd6ab91e997c7ed0e6fdc31054 [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 Vemuria53d44c2020-10-23 22:20:44 -0700239 'disable-job': true
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700240 config-pod: 'onf-demo-pod-gpon'
241 release: 'master'
242 branch: 'master'
Suchitra Vemuri5bfe5322020-09-17 17:37:34 -0700243 num-of-openonu: '1'
Suchitra Vemuria3ac7182020-09-18 09:44:01 -0700244 num-of-onos: '3'
245 num-of-atomix: '3'
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700246 name-extension: '_DT_GPON'
247 work-flow: 'DT'
248 test-repo: 'voltha-system-tests'
249 Jenkinsfile: 'Jenkinsfile-voltha-build'
250 configurePod: true
251 profile: '1T8GEM'
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700252 time: '22'
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700253 VolthaEtcdPort: '9999'
254
255 # Menlo pod test job - uses tech profile on voltha branch
256 - 'build_voltha_pod_test':
257 build-node: 'menlo-demo-pod'
258 config-pod: 'onf-demo-pod-gpon'
259 release: 'master'
260 branch: 'master'
261 name-extension: '_DT_GPON'
262 work-flow: 'DT'
263 test-repo: 'voltha-system-tests'
264 profile: '1T8GEM'
265 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
266
267 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700268 - 'build_voltha_pod_release_timer':
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700269 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800270 config-pod: 'onf-demo-pod'
271 release: 'master'
272 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700273 num-of-openonu: '2'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700274 num-of-onos: '3'
275 num-of-atomix: '3'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800276 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700277 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800278 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700279 profile: '1T4GEM'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700280 in-band-management: true
Andy Bavier08a76b52020-06-03 12:45:54 -0700281 VolthaEtcdPort: '9999'
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
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700311 time: '4'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800312
313 # Menlo pod test job - uses tech profile on voltha branch
314 - 'build_voltha_pod_test':
315 build-node: 'menlo-demo-pod'
316 config-pod: 'onf-demo-pod'
317 release: 'master'
318 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700319 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200320 work-flow: 'DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800321 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700322 profile: '1T8GEM'
323 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200324 power-switch: True
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800325
Suchitra Vemurie0963502020-04-11 14:03:54 -0700326
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700327 # Menlo pod with olt/onu - voltha-2.4 branch, Default tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700328 - 'build_voltha_pod_release_timer':
Suchitra Vemurie0963502020-04-11 14:03:54 -0700329 build-node: 'menlo-demo-pod'
330 config-pod: 'onf-demo-pod'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700331 'disable-job': true
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700332 release: '2.4'
333 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700334 name-extension: '_DT'
335 work-flow: 'DT'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700336 num-of-openonu: '2'
337 num-of-onos: '3'
338 num-of-atomix: '3'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700339 test-repo: 'voltha-system-tests'
340 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700341 configurePod: true
342 profile: '1T8GEM'
Andy Bavier08a76b52020-06-03 12:45:54 -0700343 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700344 in-band-management: true
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700345 time: '7'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700346
347 # Menlo pod test job - uses tech profile on voltha branch
348 - 'build_voltha_pod_test':
349 build-node: 'menlo-demo-pod'
350 config-pod: 'onf-demo-pod'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700351 'disable-job': true
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700352 release: '2.4'
353 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700354 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200355 work-flow: 'DT'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700356 test-repo: 'voltha-system-tests'
357 profile: '1T8GEM'
358 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200359 power-switch: True
Suchitra Vemurie0963502020-04-11 14:03:54 -0700360
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700361 # Menlo pod with olt/onu - voltha-2.5 branch, Default tech profile and timer based job
362 - 'build_voltha_pod_release_timer':
363 build-node: 'menlo-demo-pod'
364 config-pod: 'onf-demo-pod'
365 release: '2.5'
366 branch: 'voltha-2.5'
367 name-extension: '_DT'
368 work-flow: 'DT'
369 num-of-openonu: '2'
370 num-of-onos: '3'
371 num-of-atomix: '3'
372 test-repo: 'voltha-system-tests'
373 Jenkinsfile: 'Jenkinsfile-voltha-build'
374 configurePod: true
375 profile: '1T8GEM'
376 VolthaEtcdPort: '9999'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700377 in-band-management: true
378 time: '7'
379
380 # Menlo pod test job - uses tech profile on voltha branch
381 - 'build_voltha_pod_test':
382 build-node: 'menlo-demo-pod'
383 config-pod: 'onf-demo-pod'
384 release: '2.5'
385 branch: 'voltha-2.5'
386 name-extension: '_DT'
387 work-flow: 'DT'
388 test-repo: 'voltha-system-tests'
389 profile: '1T8GEM'
390 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
391 power-switch: True
392
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700393 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700394 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700395 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700396 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700397 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700398 branch: 'master'
399 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700400 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700401 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700402 profile: '1T4GEM'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700403 num-of-openonu: '2'
404 num-of-onos: '3'
405 num-of-atomix: '3'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700406 in-band-management: true
Matteo Scandolod1d03322019-10-23 13:24:16 -0700407 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700408 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700409 config-pod: 'onf-demo-pod'
410 branch: 'master'
411 test-repo: 'voltha-system-tests'
412 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700413 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700414
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700415 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700416 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700417 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700418 config-pod: 'onf-demo-pod'
419 release: 'master'
420 branch: 'master'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700421 num-of-openonu: '2'
422 num-of-onos: '3'
423 num-of-atomix: '3'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700424 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700425 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700426 configurePod: true
427 profile: 'Default'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700428 in-band-management: true
Suchitra Vemuri42683152019-10-25 12:54:42 -0700429
hwchiu810c70b2020-01-22 11:20:57 -0800430 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700431 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700432 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700433 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700434 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700435 branch: 'master'
436 test-repo: 'voltha-system-tests'
437 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800438
Matteo Scandolo16672842020-06-02 14:19:33 -0700439 # ONF Menlo Soak POD build job - voltha-master branch
Matteo Scandolo9973c652020-08-07 15:23:35 -0700440 # FIXME once the soak-pod is back use 'build_voltha_pod_release_timer'
Matteo Scandolo16672842020-06-02 14:19:33 -0700441 - 'build_pod_manual':
442 build-node: 'menlo-soak-pod'
443 config-pod: 'onf-soak-pod'
444 release: 'master'
445 branch: 'master'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700446 profile: '1T8GEM'
Matteo Scandolo16672842020-06-02 14:19:33 -0700447 test-repo: 'voltha-system-tests'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700448 name-extension: '_DT'
449 work-flow: 'DT'
Matteo Scandolo16672842020-06-02 14:19:33 -0700450 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo16672842020-06-02 14:19:33 -0700451 configurePod: true
Matteo Scandolo16672842020-06-02 14:19:33 -0700452
453 # ONF Menlo Soak POD test job - voltha-master branch
Matteo Scandolo9973c652020-08-07 15:23:35 -0700454 # FIXME once the soak-pod is back use 'build_voltha_pod_test'
Matteo Scandolo16672842020-06-02 14:19:33 -0700455 - 'build_pod_test':
456 build-node: 'menlo-soak-pod'
457 config-pod: 'onf-soak-pod'
458 profile: 'Default'
459 branch: 'master'
460 test-repo: 'voltha-system-tests'
461 Jenkinsfile: 'Jenkinsfile-voltha-test'
462
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700463 # ONF Menlo Soak POD test job - voltha-master branch
Suchitra Vemurie6625222020-09-01 17:12:56 -0700464 # Run tests every three days
465 - 'build_voltha_pod_soak_test':
466 build-node: 'menlo-soak-pod'
467 config-pod: 'onf-soak-pod'
468 profile: '1T8GEM'
469 branch: 'master'
470 release: 'master'
471 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700472 name-extension: '_DT_soak_Func'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700473 test-type: 'Functional'
474 test-repo: 'voltha-system-tests'
Suchitra Vemurif4461652020-09-03 21:47:19 -0700475 pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700476 time-trigger: "H H 2 * *"
Suchitra Vemurie6625222020-09-01 17:12:56 -0700477
478 # ONF Menlo Soak POD test job - voltha-master branch
479 # Run tests every three days
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700480 - 'build_voltha_pod_soak_test':
481 build-node: 'menlo-soak-pod'
482 config-pod: 'onf-soak-pod'
Suchitra Vemuri649b02b2020-09-01 18:18:10 -0700483 profile: '1T8GEM'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700484 branch: 'master'
485 release: 'master'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700486 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700487 name-extension: '_DT_soak_Fail'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700488 test-type: 'Failure'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700489 test-repo: 'voltha-system-tests'
Suchitra Vemurif4461652020-09-03 21:47:19 -0700490 pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700491 time-trigger: "H H */2 * *"
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700492
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700493 # ONF Menlo Soak POD test job - voltha-master branch
494 # Run dataplane tests every three days
495 - 'build_voltha_pod_soak_test':
496 build-node: 'menlo-soak-pod'
497 config-pod: 'onf-soak-pod'
498 profile: '1T8GEM'
499 branch: 'master'
500 release: 'master'
501 work-flow: 'DT'
502 name-extension: '_DT_soak_DP'
503 test-type: 'Dataplane'
504 test-repo: 'voltha-system-tests'
505 pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
506 time-trigger: "H H */3 * *"
507
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800508 # Infosys pod with olt/onu - Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700509 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700510 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800511 config-pod: 'infosys-pod'
512 release: 'master'
513 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800514 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700515 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800516 configurePod: true
517 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700518 time: '10'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800519
520 # infosys test job - uses Default tech profile on voltha branch
521 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700522 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800523 config-pod: 'infosys-pod'
524 release: 'master'
525 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800526 test-repo: 'voltha-system-tests'
527 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800528
Suchitra Vemuri2f83a2b2020-09-29 18:45:00 -0700529 # Infosys pod with olt/onu - voltha-2.5 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700530 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700531 build-node: 'infosys-test-pod'
532 config-pod: 'infosys-pod'
Suchitra Vemuri2f83a2b2020-09-29 18:45:00 -0700533 release: '2.5'
534 branch: 'voltha-2.5'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700535 test-repo: 'voltha-system-tests'
536 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700537 configurePod: true
538 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700539 time: '12'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700540
Suchitra Vemuri2f83a2b2020-09-29 18:45:00 -0700541 # infosys test job - voltha-2.5 release job, uses Default tech profile on voltha branch
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700542 - 'build_voltha_pod_test':
543 build-node: 'infosys-test-pod'
544 config-pod: 'infosys-pod'
Suchitra Vemuri2f83a2b2020-09-29 18:45:00 -0700545 release: '2.5'
546 branch: 'voltha-2.5'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700547 test-repo: 'voltha-system-tests'
548 profile: 'Default'
549
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800550
Suchitra Vemurie0451712020-05-06 22:51:23 -0700551 # Infosys pod with olt/onu - Manual BUILD/TEST job
552 - 'build_pod_manual':
553 build-node: 'infosys-test-pod'
554 config-pod: 'infosys-pod'
555 release: 'master'
556 branch: 'master'
557 num-of-openonu: '2'
558 test-repo: 'voltha-system-tests'
559 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0451712020-05-06 22:51:23 -0700560 profile: 'Default'
561 # infosys test job - Manual Job
562 - 'build_pod_test':
563 build-node: 'infosys-test-pod'
564 config-pod: 'infosys-pod'
565 branch: 'master'
566 test-repo: 'voltha-system-tests'
567 profile: 'Default'
568 Jenkinsfile: 'Jenkinsfile-voltha-test'
569
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100570 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700571 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700572 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800573 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100574 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800575 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700576 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200577 num-of-onos: '3'
578 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800579 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700580 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800581 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800582 profile: 'Default'
Suchitra Vemurieaed1932020-11-04 13:41:46 -0800583 time: '13'
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100584
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800585
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100586 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800587 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700588 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800589 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100590 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800591 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800592 test-repo: 'voltha-system-tests'
593 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700594 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700595
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700596 # Berlin pod with olt/onu - voltha-2.5 Default tech profile and timer based job
597 - 'build_voltha_pod_release_timer':
598 build-node: 'dt-berlin-community-pod'
599 config-pod: 'dt-berlin-pod'
Andrea Campanella4d297392020-10-09 12:05:43 +0200600 'disable-job': true
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700601 release: '2.5'
602 branch: 'voltha-2.5'
603 num-of-openonu: '2'
604 num-of-onos: '3'
605 num-of-atomix: '3'
606 test-repo: 'voltha-system-tests'
607 Jenkinsfile: 'Jenkinsfile-voltha-build'
608 configurePod: true
609 profile: 'Default'
Suchitra Vemurieaed1932020-11-04 13:41:46 -0800610 time: '17'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700611
612
613 # Berlin POD test job - master versions: uses tech profile on voltha branch
614 - 'build_voltha_pod_test':
615 build-node: 'dt-berlin-community-pod'
616 config-pod: 'dt-berlin-pod'
Andrea Campanella4d297392020-10-09 12:05:43 +0200617 'disable-job': true
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700618 release: '2.5'
619 branch: 'voltha-2.5'
620 test-repo: 'voltha-system-tests'
621 profile: 'Default'
622 power-switch: True
623
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700624 # Berlin pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700625 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700626 build-node: 'dt-berlin-community-pod'
627 config-pod: 'dt-berlin-pod'
Matteo Scandolo38a00b02020-09-15 13:27:06 -0700628 'disable-job': true
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700629 release: '2.4'
630 branch: 'voltha-2.4'
631 num-of-openonu: '2'
632 num-of-onos: '3'
633 num-of-atomix: '3'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700634 test-repo: 'voltha-system-tests'
635 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700636 configurePod: true
637 profile: 'Default'
Suchitra Vemurieaed1932020-11-04 13:41:46 -0800638 time: '21'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700639
640
641 # Berlin POD test job - master versions: uses tech profile on voltha branch
642 - 'build_voltha_pod_test':
643 build-node: 'dt-berlin-community-pod'
644 config-pod: 'dt-berlin-pod'
Matteo Scandolo38a00b02020-09-15 13:27:06 -0700645 'disable-job': true
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700646 release: '2.4'
647 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700648 test-repo: 'voltha-system-tests'
649 profile: 'Default'
650 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200651
Andrea Campanella972d63e2020-05-14 19:59:08 +0200652 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700653 - 'build_voltha_pod_release_timer':
Andrea Campanella625ba352020-04-02 15:32:13 +0200654 build-node: 'dt-berlin-community-pod'
655 config-pod: 'dt-berlin-pod-gpon'
656 release: 'master'
657 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700658 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200659 num-of-onos: '3'
660 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200661 name-extension: '_DT'
662 work-flow: 'DT'
663 test-repo: 'voltha-system-tests'
664 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200665 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200666 profile: '1T8GEM'
Suchitra Vemurieaed1932020-11-04 13:41:46 -0800667 time: '1'
Andrea Campanella625ba352020-04-02 15:32:13 +0200668
669
Andrea Campanella972d63e2020-05-14 19:59:08 +0200670 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200671 - 'build_voltha_pod_test':
672 build-node: 'dt-berlin-community-pod'
673 config-pod: 'dt-berlin-pod-gpon'
674 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200675 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200676 release: 'master'
677 branch: 'master'
678 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200679 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200680 power-switch: True
681 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700682
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700683 # Berlin pod with gpon olt/onu - voltha-2.5 1T8GEM tech profile and timer based job
684 - 'build_voltha_pod_release_timer':
685 build-node: 'dt-berlin-community-pod'
686 config-pod: 'dt-berlin-pod-gpon'
687 release: '2.5'
688 branch: 'voltha-2.5'
689 num-of-openonu: '2'
690 num-of-onos: '3'
691 num-of-atomix: '3'
692 name-extension: '_DT'
693 work-flow: 'DT'
694 test-repo: 'voltha-system-tests'
695 Jenkinsfile: 'Jenkinsfile-voltha-build'
696 configurePod: true
697 profile: '1T8GEM'
Suchitra Vemurieaed1932020-11-04 13:41:46 -0800698 time: '5'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700699
700
Andrea Campanella88da16d2020-10-20 15:11:48 +0200701 # Berlin POD test job - voltha-2.5 versions: uses 1T8GEM tech profile on voltha branch
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700702 - 'build_voltha_pod_test':
703 build-node: 'dt-berlin-community-pod'
704 config-pod: 'dt-berlin-pod-gpon'
705 name-extension: '_DT'
706 work-flow: 'DT'
707 release: '2.5'
708 branch: 'voltha-2.5'
709 test-repo: 'voltha-system-tests'
710 profile: '1T8GEM'
711 power-switch: True
712 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
713
Andrea Campanella350c6102020-10-01 09:56:40 +0200714 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and openonu go and timer based job
715 - 'build_voltha_pod_release_timer':
716 build-node: 'dt-berlin-community-pod'
717 config-pod: 'dt-berlin-pod-openonugo'
Andrea Campanella350c6102020-10-01 09:56:40 +0200718 release: 'master'
719 branch: 'master'
720 num-of-onos: '3'
721 num-of-atomix: '3'
722 name-extension: '_DT_openonugo'
723 work-flow: 'DT'
724 test-repo: 'voltha-system-tests'
725 Jenkinsfile: 'Jenkinsfile-voltha-build'
726 configurePod: true
727 profile: '1T8GEM'
Suchitra Vemurieaed1932020-11-04 13:41:46 -0800728 time: '9'
Andrea Campanella350c6102020-10-01 09:56:40 +0200729
730
731 # Berlin POD test job - master versions, uses 1T8GEM tech profile and openonu go on voltha branch
732 - 'build_voltha_pod_test':
733 build-node: 'dt-berlin-community-pod'
Andrea Campanellac4e6f3f2020-10-02 11:34:42 +0200734 config-pod: 'dt-berlin-pod-openonugo'
Andrea Campanella350c6102020-10-01 09:56:40 +0200735 name-extension: '_DT_openonugo'
736 work-flow: 'DT'
737 release: 'master'
738 branch: 'master'
739 test-repo: 'voltha-system-tests'
740 profile: '1T8GEM'
741 power-switch: True
742 pipeline-script: 'voltha-dt-physical-functional-tests-openonu-go.groovy'
743
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700744 # Berlin pod with gpon olt/onu - voltha-2.4 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700745 - 'build_voltha_pod_release_timer':
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700746 build-node: 'dt-berlin-community-pod'
747 config-pod: 'dt-berlin-pod-gpon'
Matteo Scandolo38a00b02020-09-15 13:27:06 -0700748 'disable-job': true
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700749 release: '2.4'
750 branch: 'voltha-2.4'
751 num-of-openonu: '2'
752 num-of-onos: '3'
753 num-of-atomix: '3'
754 name-extension: '_DT'
755 work-flow: 'DT'
756 test-repo: 'voltha-system-tests'
757 Jenkinsfile: 'Jenkinsfile-voltha-build'
758 configurePod: true
759 profile: '1T8GEM'
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700760 time: '1'
761
762
763 # Berlin POD test job - voltha-2.4 versions: uses 1T8GEM tech profile on voltha branch
764 - 'build_voltha_pod_test':
765 build-node: 'dt-berlin-community-pod'
766 config-pod: 'dt-berlin-pod-gpon'
Matteo Scandolo38a00b02020-09-15 13:27:06 -0700767 'disable-job': true
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700768 name-extension: '_DT'
769 work-flow: 'DT'
770 release: '2.4'
771 branch: 'voltha-2.4'
772 test-repo: 'voltha-system-tests'
773 profile: '1T8GEM'
774 power-switch: True
775 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
776
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700777 # Berlin pod with olt/onu - manual test job, voltha master build job
778 - 'build_pod_manual':
779 build-node: 'dt-berlin-community-pod'
780 config-pod: 'dt-berlin-pod-gpon'
781 release: 'master'
782 branch: 'master'
783 num-of-openonu: '2'
784 test-repo: 'voltha-system-tests'
785 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700786 profile: 'Default'
787
788 # Berlin pod1 test job - using voltha branch
789 - 'build_pod_test':
790 build-node: 'dt-berlin-community-pod'
791 config-pod: 'dt-berlin-pod-gpon'
792 profile: 'Default'
793 branch: 'master'
794 test-repo: 'voltha-system-tests'
795 Jenkinsfile: 'Jenkinsfile-voltha-test'