blob: 885f3ada6257bb4ef0f26157b4fa8375ddcc81c5 [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 Vemuri5abcf2b2020-02-05 14:46:28 -080019
Suchitra Vemuri58acd872019-08-28 18:52:35 -070020 jobs:
Suchitra Vemuribc149852019-11-25 14:41:24 -080021 # flex OCP pod with olt/onu - manual test job, voltha master build job
Suchitra Vemuri85308382019-10-22 15:01:48 -070022 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070023 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070024 config-pod: 'flex-ocp-cord'
Suchitra Vemuri85308382019-10-22 15:01:48 -070025 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070026 branch: 'master'
Suchitra Vemurie0451712020-05-06 22:51:23 -070027 num-of-openonu: '2'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -070028 num-of-onos: '3'
29 num-of-atomix: '3'
hwchiu14f97852019-10-08 10:51:11 -070030 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070031 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070032 profile: '1T4GEM'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070033
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070034 # flex pod1 test job - using voltha branch
35 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070036 build-node: 'qa-testvm-pod'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070037 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070038 profile: '1T4GEM'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070039 branch: 'master'
40 test-repo: 'voltha-system-tests'
41 Jenkinsfile: 'Jenkinsfile-voltha-test'
42
Suchitra Vemurifbc4a742020-01-08 16:55:26 -080043 # onlab pod1 OCP pod with olt/onu - Manual testing BAL3.1 release voltha master build job
Suchitra Vemuri8609a442019-10-22 21:03:27 -070044 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070045 build-node: 'onf-build'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070046 config-pod: 'onlab-pod1'
47 release: 'master'
48 branch: 'master'
49 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070050 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070051 profile: '1T4GEM'
Suchitra Vemuridb39b392019-08-30 16:58:58 -070052
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070053 # onlab pod1 test job - BAL3.1 tests using voltha branch
Suchitra Vemuridb39b392019-08-30 16:58:58 -070054 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070055 build-node: 'onf-build'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070056 config-pod: 'onlab-pod1'
57 profile: '1T4GEM'
hwchiu14f97852019-10-08 10:51:11 -070058 branch: 'master'
59 test-repo: 'voltha-system-tests'
60 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070061
Suchitra Vemurif8236c12019-10-22 15:51:39 -070062 # flex OCP pod with olt/onu - Default tech profile and timer based job
Suchitra Vemuri23b19792019-09-25 17:41:19 -070063 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -070064 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070065 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070066 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070067 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -070068 num-of-openonu: '2'
Suchitra Vemuri50e62792020-05-06 16:48:28 -070069 num-of-onos: '3'
70 num-of-atomix: '3'
hwchiu14f97852019-10-08 10:51:11 -070071 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070072 Jenkinsfile: 'Jenkinsfile-voltha-build'
hwchiu14f97852019-10-08 10:51:11 -070073 configurePod: true
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070074 profile: 'Default'
Suchitra Vemuri376859a2020-07-08 17:04:44 -070075 time: '4'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070076
Suchitra Vemurif8236c12019-10-22 15:51:39 -070077 # flex pod1 test job - uses tech profile on voltha branch
Suchitra Vemurif921cda2019-09-25 22:53:45 -070078 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070079 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070080 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070081 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070082 branch: 'master'
Suchitra Vemuriaf134ff2020-02-19 16:55:38 -080083 power-switch: True
hwchiu14f97852019-10-08 10:51:11 -070084 test-repo: 'voltha-system-tests'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070085 profile: 'Default'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070086
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -080087 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
88 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -070089 build-node: 'qa-testvm-pod'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -080090 config-pod: 'flex-ocp-cord'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -070091 release: '2.4'
92 branch: 'voltha-2.4'
93 num-of-openonu: '2'
94 num-of-onos: '3'
95 num-of-atomix: '3'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -080096 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070097 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -080098 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070099 profile: '1T4GEM'
Suchitra Vemuric4761eb2020-07-07 16:48:53 -0700100 time: '1'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800101
102 # flex pod1 test job - released versions: uses tech profile on voltha branch
103 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700104 build-node: 'qa-testvm-pod'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800105 config-pod: 'flex-ocp-cord'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700106 release: '2.4'
107 branch: 'voltha-2.4'
Suchitra Vemuri9f99d822020-03-30 12:31:59 -0700108 power-switch: True
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800109 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700110 profile: '1T4GEM'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800111
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700112 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
113 - 'build_voltha_pod_release':
114 build-node: 'qa-testvm-pod'
115 config-pod: 'flex-ocp-cord'
116 release: '2.4'
117 branch: 'voltha-2.4'
118 num-of-openonu: '2'
119 num-of-onos: '3'
120 num-of-atomix: '3'
121 name-extension: '_TT'
122 work-flow: 'TT'
123 test-repo: 'voltha-system-tests'
124 Jenkinsfile: 'Jenkinsfile-voltha-build'
125 configurePod: true
126 profile: 'TP'
127 time: '7'
128
129 # flex pod1 test job - released versions: uses tech profile on voltha branch
130 - 'build_voltha_pod_test':
131 build-node: 'qa-testvm-pod'
132 config-pod: 'flex-ocp-cord'
133 release: '2.4'
134 branch: 'voltha-2.4'
135 name-extension: '_TT'
136 work-flow: 'TT'
137 power-switch: True
138 pipeline-script: 'voltha-tt-physical-functional-tests.groovy'
139 test-repo: 'voltha-system-tests'
140 profile: 'TP'
141
142 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
143 - 'build_voltha_pod_release':
144 build-node: 'qa-testvm-pod'
145 config-pod: 'flex-ocp-cord'
146 release: 'master'
147 branch: 'master'
148 num-of-openonu: '2'
149 num-of-onos: '3'
150 num-of-atomix: '3'
151 name-extension: '_TT'
152 work-flow: 'TT'
153 test-repo: 'voltha-system-tests'
154 Jenkinsfile: 'Jenkinsfile-voltha-build'
155 configurePod: true
156 profile: 'TP'
Suchitra Vemuridb717c72020-07-14 22:38:08 -0700157 time: '9'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700158
159 # flex pod1 test job - released versions: uses tech profile on voltha branch
160 - 'build_voltha_pod_test':
161 build-node: 'qa-testvm-pod'
162 config-pod: 'flex-ocp-cord'
163 release: 'master'
164 branch: 'master'
165 name-extension: '_TT'
166 work-flow: 'TT'
167 power-switch: True
168 pipeline-script: 'voltha-tt-physical-functional-tests.groovy'
169 test-repo: 'voltha-system-tests'
170 profile: 'TP'
171
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800172 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
173 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700174 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800175 config-pod: 'onf-demo-pod'
176 release: 'master'
177 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700178 num-of-openonu: '2'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700179 num-of-onos: '3'
180 num-of-atomix: '3'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800181 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700182 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800183 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700184 profile: '1T4GEM'
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700185 time: '1'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700186 in-band-management: true
Andy Bavier08a76b52020-06-03 12:45:54 -0700187 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700188 reinstall-olt: false
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800189
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800190 # Menlo pod test job - master test job uses tech profile on voltha branch
191 - 'build_voltha_pod_test':
192 build-node: 'menlo-demo-pod'
193 config-pod: 'onf-demo-pod'
194 release: 'master'
195 branch: 'master'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800196 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700197 profile: '1T4GEM'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700198 power-switch: True
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800199
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700200 # Menlo pod with olt/onu - master branch, Default tech profile and timer based job
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800201 - 'build_voltha_pod_release':
202 build-node: 'menlo-demo-pod'
203 config-pod: 'onf-demo-pod'
204 release: 'master'
205 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700206 num-of-openonu: '2'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700207 name-extension: '_DT'
208 work-flow: 'DT'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800209 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700210 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800211 configurePod: true
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700212 profile: '1T8GEM'
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700213 time: '4'
Andy Bavier08a76b52020-06-03 12:45:54 -0700214 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700215 in-band-management: true
216 reinstall-olt: false
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800217
218 # Menlo pod test job - uses tech profile on voltha branch
219 - 'build_voltha_pod_test':
220 build-node: 'menlo-demo-pod'
221 config-pod: 'onf-demo-pod'
222 release: 'master'
223 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700224 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200225 work-flow: 'DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800226 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700227 profile: '1T8GEM'
228 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200229 power-switch: True
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800230
Suchitra Vemurie0963502020-04-11 14:03:54 -0700231
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700232 # Menlo pod with olt/onu - voltha-2.4 branch, Default tech profile and timer based job
Suchitra Vemurie0963502020-04-11 14:03:54 -0700233 - 'build_voltha_pod_release':
234 build-node: 'menlo-demo-pod'
235 config-pod: 'onf-demo-pod'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700236 release: '2.4'
237 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700238 name-extension: '_DT'
239 work-flow: 'DT'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700240 num-of-openonu: '2'
241 num-of-onos: '3'
242 num-of-atomix: '3'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700243 test-repo: 'voltha-system-tests'
244 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700245 configurePod: true
246 profile: '1T8GEM'
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700247 time: '7'
Andy Bavier08a76b52020-06-03 12:45:54 -0700248 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700249 reinstall-olt: false
250 in-band-management: true
Suchitra Vemurie0963502020-04-11 14:03:54 -0700251
252 # Menlo pod test job - uses tech profile on voltha branch
253 - 'build_voltha_pod_test':
254 build-node: 'menlo-demo-pod'
255 config-pod: 'onf-demo-pod'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700256 release: '2.4'
257 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700258 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200259 work-flow: 'DT'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700260 test-repo: 'voltha-system-tests'
261 profile: '1T8GEM'
262 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200263 power-switch: True
Suchitra Vemurie0963502020-04-11 14:03:54 -0700264
Andrea Campanellac3891882020-07-29 14:25:17 +0200265 # Menlo pod with olt/onu - master branch, 1T8GEM tech profile and timer based job
266 - 'build_voltha_pod_release':
267 build-node: 'menlo-demo-pod'
268 config-pod: 'onf-demo-pod'
269 release: 'master'
270 branch: 'master'
271 num-of-openonu: '2'
272 name-extension: '_DT_GPON'
273 work-flow: 'DT'
274 test-repo: 'voltha-system-tests'
275 Jenkinsfile: 'Jenkinsfile-voltha-build'
276 configurePod: true
277 profile: '1T8GEM'
278 time: '22'
279 VolthaEtcdPort: '9999'
280
281 # Menlo pod test job - uses 1T8GEM tech profile on master voltha branch
282 - 'build_voltha_pod_test':
283 build-node: 'menlo-demo-pod'
284 config-pod: 'onf-demo-pod'
285 release: 'master'
286 branch: 'master'
287 name-extension: '_DT_GPON'
288 work-flow: 'DT'
289 test-repo: 'voltha-system-tests'
290 profile: '1T8GEM'
291 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
292
293
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700294 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700295 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700296 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700297 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700298 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700299 branch: 'master'
300 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700301 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700302 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700303 profile: '1T4GEM'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700304 num-of-openonu: '2'
305 num-of-onos: '3'
306 num-of-atomix: '3'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700307 reinstall-olt: false
308 in-band-management: true
Matteo Scandolod1d03322019-10-23 13:24:16 -0700309 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700310 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700311 config-pod: 'onf-demo-pod'
312 branch: 'master'
313 test-repo: 'voltha-system-tests'
314 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700315 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700316
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700317 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700318 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700319 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700320 config-pod: 'onf-demo-pod'
321 release: 'master'
322 branch: 'master'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700323 num-of-openonu: '2'
324 num-of-onos: '3'
325 num-of-atomix: '3'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700326 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700327 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700328 configurePod: true
329 profile: 'Default'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700330 reinstall-olt: false
331 in-band-management: true
Suchitra Vemuri42683152019-10-25 12:54:42 -0700332
hwchiu810c70b2020-01-22 11:20:57 -0800333 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700334 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700335 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700336 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700337 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700338 branch: 'master'
339 test-repo: 'voltha-system-tests'
340 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800341
Matteo Scandolo16672842020-06-02 14:19:33 -0700342 # ONF Menlo Soak POD build job - voltha-master branch
343 - 'build_pod_manual':
344 build-node: 'menlo-soak-pod'
345 config-pod: 'onf-soak-pod'
346 release: 'master'
347 branch: 'master'
348 test-repo: 'voltha-system-tests'
349 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo16672842020-06-02 14:19:33 -0700350 configurePod: true
351 profile: 'Default'
352
353 # ONF Menlo Soak POD test job - voltha-master branch
354 - 'build_pod_test':
355 build-node: 'menlo-soak-pod'
356 config-pod: 'onf-soak-pod'
357 profile: 'Default'
358 branch: 'master'
359 test-repo: 'voltha-system-tests'
360 Jenkinsfile: 'Jenkinsfile-voltha-test'
361
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800362 # Infosys pod with olt/onu - Default tech profile and timer based job
363 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700364 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800365 config-pod: 'infosys-pod'
366 release: 'master'
367 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800368 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700369 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800370 configurePod: true
371 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700372 time: '10'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800373
374 # infosys test job - uses Default tech profile on voltha branch
375 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700376 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800377 config-pod: 'infosys-pod'
378 release: 'master'
379 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800380 test-repo: 'voltha-system-tests'
381 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800382
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700383 # Infosys pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700384 - 'build_voltha_pod_release':
385 build-node: 'infosys-test-pod'
386 config-pod: 'infosys-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700387 release: '2.4'
388 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700389 test-repo: 'voltha-system-tests'
390 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700391 configurePod: true
392 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700393 time: '12'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700394
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700395 # infosys test job - voltha-2.4 release job, uses Default tech profile on voltha branch
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700396 - 'build_voltha_pod_test':
397 build-node: 'infosys-test-pod'
398 config-pod: 'infosys-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700399 release: '2.4'
400 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700401 test-repo: 'voltha-system-tests'
402 profile: 'Default'
403
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800404
Suchitra Vemurie0451712020-05-06 22:51:23 -0700405 # Infosys pod with olt/onu - Manual BUILD/TEST job
406 - 'build_pod_manual':
407 build-node: 'infosys-test-pod'
408 config-pod: 'infosys-pod'
409 release: 'master'
410 branch: 'master'
411 num-of-openonu: '2'
412 test-repo: 'voltha-system-tests'
413 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0451712020-05-06 22:51:23 -0700414 profile: 'Default'
415 # infosys test job - Manual Job
416 - 'build_pod_test':
417 build-node: 'infosys-test-pod'
418 config-pod: 'infosys-pod'
419 branch: 'master'
420 test-repo: 'voltha-system-tests'
421 profile: 'Default'
422 Jenkinsfile: 'Jenkinsfile-voltha-test'
423
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100424 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800425 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700426 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800427 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100428 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800429 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700430 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200431 num-of-onos: '3'
432 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800433 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700434 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800435 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800436 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700437 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100438 time: '9'
439
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800440
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100441 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800442 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700443 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800444 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100445 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800446 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800447 test-repo: 'voltha-system-tests'
448 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700449 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700450
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700451 # Berlin pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700452 - 'build_voltha_pod_release':
453 build-node: 'dt-berlin-community-pod'
454 config-pod: 'dt-berlin-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700455 release: '2.4'
456 branch: 'voltha-2.4'
457 num-of-openonu: '2'
458 num-of-onos: '3'
459 num-of-atomix: '3'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700460 test-repo: 'voltha-system-tests'
461 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700462 configurePod: true
463 profile: 'Default'
464 with-kind: true
465 time: '11'
466
467
468 # Berlin POD test job - master versions: uses tech profile on voltha branch
469 - 'build_voltha_pod_test':
470 build-node: 'dt-berlin-community-pod'
471 config-pod: 'dt-berlin-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700472 release: '2.4'
473 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700474 test-repo: 'voltha-system-tests'
475 profile: 'Default'
476 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200477
Andrea Campanella972d63e2020-05-14 19:59:08 +0200478 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella625ba352020-04-02 15:32:13 +0200479 - 'build_voltha_pod_release':
480 build-node: 'dt-berlin-community-pod'
481 config-pod: 'dt-berlin-pod-gpon'
482 release: 'master'
483 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700484 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200485 num-of-onos: '3'
486 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200487 name-extension: '_DT'
488 work-flow: 'DT'
489 test-repo: 'voltha-system-tests'
490 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200491 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200492 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200493 with-kind: true
Andrea Campanellaa97c76b2020-06-23 11:53:50 +0200494 time: '12'
Andrea Campanella625ba352020-04-02 15:32:13 +0200495
496
Andrea Campanella972d63e2020-05-14 19:59:08 +0200497 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200498 - 'build_voltha_pod_test':
499 build-node: 'dt-berlin-community-pod'
500 config-pod: 'dt-berlin-pod-gpon'
501 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200502 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200503 release: 'master'
504 branch: 'master'
505 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200506 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200507 power-switch: True
508 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700509
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700510 # Berlin pod with gpon olt/onu - voltha-2.4 1T8GEM tech profile and timer based job
511 - 'build_voltha_pod_release':
512 build-node: 'dt-berlin-community-pod'
513 config-pod: 'dt-berlin-pod-gpon'
514 release: '2.4'
515 branch: 'voltha-2.4'
516 num-of-openonu: '2'
517 num-of-onos: '3'
518 num-of-atomix: '3'
519 name-extension: '_DT'
520 work-flow: 'DT'
521 test-repo: 'voltha-system-tests'
522 Jenkinsfile: 'Jenkinsfile-voltha-build'
523 configurePod: true
524 profile: '1T8GEM'
525 with-kind: true
526 time: '1'
527
528
529 # Berlin POD test job - voltha-2.4 versions: uses 1T8GEM tech profile on voltha branch
530 - 'build_voltha_pod_test':
531 build-node: 'dt-berlin-community-pod'
532 config-pod: 'dt-berlin-pod-gpon'
533 name-extension: '_DT'
534 work-flow: 'DT'
535 release: '2.4'
536 branch: 'voltha-2.4'
537 test-repo: 'voltha-system-tests'
538 profile: '1T8GEM'
539 power-switch: True
540 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
541
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700542 # Berlin pod with olt/onu - manual test job, voltha master build job
543 - 'build_pod_manual':
544 build-node: 'dt-berlin-community-pod'
545 config-pod: 'dt-berlin-pod-gpon'
546 release: 'master'
547 branch: 'master'
548 num-of-openonu: '2'
549 test-repo: 'voltha-system-tests'
550 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700551 profile: 'Default'
552
553 # Berlin pod1 test job - using voltha branch
554 - 'build_pod_test':
555 build-node: 'dt-berlin-community-pod'
556 config-pod: 'dt-berlin-pod-gpon'
557 profile: 'Default'
558 branch: 'master'
559 test-repo: 'voltha-system-tests'
560 Jenkinsfile: 'Jenkinsfile-voltha-test'