blob: c71e73d9cefabeba9b39f380767aa0d83312ae2f [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
Matteo Scandolo9973c652020-08-07 15:23:35 -070063 - 'build_voltha_pod_release_timer':
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
Matteo Scandolo9973c652020-08-07 15:23:35 -070088 - 'build_voltha_pod_release_timer':
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
Matteo Scandolo9973c652020-08-07 15:23:35 -0700113 - 'build_voltha_pod_release_timer':
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700114 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'
Suchitra Vemuri77449472020-08-19 11:54:47 -0700127 time: '22'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700128
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
Matteo Scandolo9973c652020-08-07 15:23:35 -0700143 - 'build_voltha_pod_release_timer':
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700144 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 Vemuric0104df2020-08-31 14:28:01 -0700172 # Menlo pod with olt/onu - Default tech profile and timer based job
Suchitra Vemuria6731902020-08-13 16:33:37 -0700173 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700174 build-node: 'menlo-demo-pod'
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700175 config-pod: 'onf-demo-pod-gpon'
176 release: 'master'
177 branch: 'master'
178 num-of-openonu: '2'
179 name-extension: '_DT_GPON'
180 work-flow: 'DT'
181 test-repo: 'voltha-system-tests'
182 Jenkinsfile: 'Jenkinsfile-voltha-build'
183 configurePod: true
184 profile: '1T8GEM'
185 time: '22'
186 VolthaEtcdPort: '9999'
187
188 # Menlo pod test job - uses tech profile on voltha branch
189 - 'build_voltha_pod_test':
190 build-node: 'menlo-demo-pod'
191 config-pod: 'onf-demo-pod-gpon'
192 release: 'master'
193 branch: 'master'
194 name-extension: '_DT_GPON'
195 work-flow: 'DT'
196 test-repo: 'voltha-system-tests'
197 profile: '1T8GEM'
198 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
199
200 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
201 - 'build_voltha_pod_release_dependent':
202 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800203 config-pod: 'onf-demo-pod'
204 release: 'master'
205 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700206 num-of-openonu: '2'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700207 num-of-onos: '3'
208 num-of-atomix: '3'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800209 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700210 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800211 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700212 profile: '1T4GEM'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700213 in-band-management: true
Andy Bavier08a76b52020-06-03 12:45:54 -0700214 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700215 reinstall-olt: false
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700216 trigger-after: build_onf-demo-pod_1T8GEM_voltha_DT_GPON_master_test
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800217
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800218 # Menlo pod test job - master 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 Vemurie6dd15a2020-03-04 18:15:58 -0800224 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700225 profile: '1T4GEM'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700226 power-switch: True
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800227
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700228 # Menlo pod with olt/onu - master branch, Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700229 - 'build_voltha_pod_release_dependent':
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800230 build-node: 'menlo-demo-pod'
231 config-pod: 'onf-demo-pod'
232 release: 'master'
233 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700234 num-of-openonu: '2'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700235 name-extension: '_DT'
236 work-flow: 'DT'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800237 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700238 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800239 configurePod: true
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700240 profile: '1T8GEM'
Andy Bavier08a76b52020-06-03 12:45:54 -0700241 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700242 in-band-management: true
243 reinstall-olt: false
Matteo Scandolo16090cd2020-08-12 15:42:42 -0700244 trigger-after: build_onf-demo-pod_1T4GEM_voltha_master_test
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800245
246 # Menlo pod test job - uses tech profile on voltha branch
247 - 'build_voltha_pod_test':
248 build-node: 'menlo-demo-pod'
249 config-pod: 'onf-demo-pod'
250 release: 'master'
251 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700252 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200253 work-flow: 'DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800254 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700255 profile: '1T8GEM'
256 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200257 power-switch: True
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800258
Suchitra Vemurie0963502020-04-11 14:03:54 -0700259
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700260 # Menlo pod with olt/onu - voltha-2.4 branch, Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700261 - 'build_voltha_pod_release_dependent':
Suchitra Vemurie0963502020-04-11 14:03:54 -0700262 build-node: 'menlo-demo-pod'
263 config-pod: 'onf-demo-pod'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700264 release: '2.4'
265 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700266 name-extension: '_DT'
267 work-flow: 'DT'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700268 num-of-openonu: '2'
269 num-of-onos: '3'
270 num-of-atomix: '3'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700271 test-repo: 'voltha-system-tests'
272 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700273 configurePod: true
274 profile: '1T8GEM'
Andy Bavier08a76b52020-06-03 12:45:54 -0700275 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700276 reinstall-olt: false
277 in-band-management: true
Matteo Scandolo16090cd2020-08-12 15:42:42 -0700278 trigger-after: build_onf-demo-pod_1T8GEM_DT_voltha_master_test
Suchitra Vemurie0963502020-04-11 14:03:54 -0700279
280 # Menlo pod test job - uses tech profile on voltha branch
281 - 'build_voltha_pod_test':
282 build-node: 'menlo-demo-pod'
283 config-pod: 'onf-demo-pod'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700284 release: '2.4'
285 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700286 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200287 work-flow: 'DT'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700288 test-repo: 'voltha-system-tests'
289 profile: '1T8GEM'
290 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200291 power-switch: True
Suchitra Vemurie0963502020-04-11 14:03:54 -0700292
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700293 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700294 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700295 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700296 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700297 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700298 branch: 'master'
299 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700300 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700301 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700302 profile: '1T4GEM'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700303 num-of-openonu: '2'
304 num-of-onos: '3'
305 num-of-atomix: '3'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700306 reinstall-olt: false
307 in-band-management: true
Matteo Scandolod1d03322019-10-23 13:24:16 -0700308 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700309 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700310 config-pod: 'onf-demo-pod'
311 branch: 'master'
312 test-repo: 'voltha-system-tests'
313 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700314 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700315
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700316 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700317 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700318 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700319 config-pod: 'onf-demo-pod'
320 release: 'master'
321 branch: 'master'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700322 num-of-openonu: '2'
323 num-of-onos: '3'
324 num-of-atomix: '3'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700325 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700326 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700327 configurePod: true
328 profile: 'Default'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700329 reinstall-olt: false
330 in-band-management: true
Suchitra Vemuri42683152019-10-25 12:54:42 -0700331
hwchiu810c70b2020-01-22 11:20:57 -0800332 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700333 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700334 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700335 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700336 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700337 branch: 'master'
338 test-repo: 'voltha-system-tests'
339 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800340
Matteo Scandolo16672842020-06-02 14:19:33 -0700341 # ONF Menlo Soak POD build job - voltha-master branch
Matteo Scandolo9973c652020-08-07 15:23:35 -0700342 # FIXME once the soak-pod is back use 'build_voltha_pod_release_timer'
Matteo Scandolo16672842020-06-02 14:19:33 -0700343 - '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
Matteo Scandolo9973c652020-08-07 15:23:35 -0700354 # FIXME once the soak-pod is back use 'build_voltha_pod_test'
Matteo Scandolo16672842020-06-02 14:19:33 -0700355 - 'build_pod_test':
356 build-node: 'menlo-soak-pod'
357 config-pod: 'onf-soak-pod'
358 profile: 'Default'
359 branch: 'master'
360 test-repo: 'voltha-system-tests'
361 Jenkinsfile: 'Jenkinsfile-voltha-test'
362
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800363 # Infosys pod with olt/onu - Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700364 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700365 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800366 config-pod: 'infosys-pod'
367 release: 'master'
368 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800369 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700370 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800371 configurePod: true
372 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700373 time: '10'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800374
375 # infosys test job - uses Default tech profile on voltha branch
376 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700377 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800378 config-pod: 'infosys-pod'
379 release: 'master'
380 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800381 test-repo: 'voltha-system-tests'
382 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800383
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700384 # Infosys pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700385 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700386 build-node: 'infosys-test-pod'
387 config-pod: 'infosys-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700388 release: '2.4'
389 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700390 test-repo: 'voltha-system-tests'
391 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700392 configurePod: true
393 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700394 time: '12'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700395
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700396 # infosys test job - voltha-2.4 release job, uses Default tech profile on voltha branch
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700397 - 'build_voltha_pod_test':
398 build-node: 'infosys-test-pod'
399 config-pod: 'infosys-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700400 release: '2.4'
401 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700402 test-repo: 'voltha-system-tests'
403 profile: 'Default'
404
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800405
Suchitra Vemurie0451712020-05-06 22:51:23 -0700406 # Infosys pod with olt/onu - Manual BUILD/TEST job
407 - 'build_pod_manual':
408 build-node: 'infosys-test-pod'
409 config-pod: 'infosys-pod'
410 release: 'master'
411 branch: 'master'
412 num-of-openonu: '2'
413 test-repo: 'voltha-system-tests'
414 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0451712020-05-06 22:51:23 -0700415 profile: 'Default'
416 # infosys test job - Manual Job
417 - 'build_pod_test':
418 build-node: 'infosys-test-pod'
419 config-pod: 'infosys-pod'
420 branch: 'master'
421 test-repo: 'voltha-system-tests'
422 profile: 'Default'
423 Jenkinsfile: 'Jenkinsfile-voltha-test'
424
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100425 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700426 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700427 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800428 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100429 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800430 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700431 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200432 num-of-onos: '3'
433 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800434 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700435 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800436 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800437 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700438 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100439 time: '9'
440
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800441
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100442 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800443 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700444 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800445 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100446 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800447 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800448 test-repo: 'voltha-system-tests'
449 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700450 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700451
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700452 # Berlin pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700453 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700454 build-node: 'dt-berlin-community-pod'
455 config-pod: 'dt-berlin-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700456 release: '2.4'
457 branch: 'voltha-2.4'
458 num-of-openonu: '2'
459 num-of-onos: '3'
460 num-of-atomix: '3'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700461 test-repo: 'voltha-system-tests'
462 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700463 configurePod: true
464 profile: 'Default'
465 with-kind: true
466 time: '11'
467
468
469 # Berlin POD test job - master versions: uses tech profile on voltha branch
470 - 'build_voltha_pod_test':
471 build-node: 'dt-berlin-community-pod'
472 config-pod: 'dt-berlin-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700473 release: '2.4'
474 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700475 test-repo: 'voltha-system-tests'
476 profile: 'Default'
477 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200478
Andrea Campanella972d63e2020-05-14 19:59:08 +0200479 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700480 - 'build_voltha_pod_release_timer':
Andrea Campanella625ba352020-04-02 15:32:13 +0200481 build-node: 'dt-berlin-community-pod'
482 config-pod: 'dt-berlin-pod-gpon'
483 release: 'master'
484 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700485 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200486 num-of-onos: '3'
487 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200488 name-extension: '_DT'
489 work-flow: 'DT'
490 test-repo: 'voltha-system-tests'
491 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200492 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200493 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200494 with-kind: true
Andrea Campanellaa97c76b2020-06-23 11:53:50 +0200495 time: '12'
Andrea Campanella625ba352020-04-02 15:32:13 +0200496
497
Andrea Campanella972d63e2020-05-14 19:59:08 +0200498 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200499 - 'build_voltha_pod_test':
500 build-node: 'dt-berlin-community-pod'
501 config-pod: 'dt-berlin-pod-gpon'
502 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200503 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200504 release: 'master'
505 branch: 'master'
506 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200507 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200508 power-switch: True
509 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700510
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700511 # Berlin pod with gpon olt/onu - voltha-2.4 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700512 - 'build_voltha_pod_release_timer':
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700513 build-node: 'dt-berlin-community-pod'
514 config-pod: 'dt-berlin-pod-gpon'
515 release: '2.4'
516 branch: 'voltha-2.4'
517 num-of-openonu: '2'
518 num-of-onos: '3'
519 num-of-atomix: '3'
520 name-extension: '_DT'
521 work-flow: 'DT'
522 test-repo: 'voltha-system-tests'
523 Jenkinsfile: 'Jenkinsfile-voltha-build'
524 configurePod: true
525 profile: '1T8GEM'
526 with-kind: true
527 time: '1'
528
529
530 # Berlin POD test job - voltha-2.4 versions: uses 1T8GEM tech profile on voltha branch
531 - 'build_voltha_pod_test':
532 build-node: 'dt-berlin-community-pod'
533 config-pod: 'dt-berlin-pod-gpon'
534 name-extension: '_DT'
535 work-flow: 'DT'
536 release: '2.4'
537 branch: 'voltha-2.4'
538 test-repo: 'voltha-system-tests'
539 profile: '1T8GEM'
540 power-switch: True
541 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
542
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700543 # Berlin pod with olt/onu - manual test job, voltha master build job
544 - 'build_pod_manual':
545 build-node: 'dt-berlin-community-pod'
546 config-pod: 'dt-berlin-pod-gpon'
547 release: 'master'
548 branch: 'master'
549 num-of-openonu: '2'
550 test-repo: 'voltha-system-tests'
551 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700552 profile: 'Default'
553
554 # Berlin pod1 test job - using voltha branch
555 - 'build_pod_test':
556 build-node: 'dt-berlin-community-pod'
557 config-pod: 'dt-berlin-pod-gpon'
558 profile: 'Default'
559 branch: 'master'
560 test-repo: 'voltha-system-tests'
561 Jenkinsfile: 'Jenkinsfile-voltha-test'