blob: 92905bb57a7c5b3d211ba8e13764e5d7908d8259 [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 Vemuri0921c752020-08-31 22:58:50 -0700363 # ONF Menlo Soak POD test job - voltha-master branch
364 # Run tests every two days
365 - 'build_voltha_pod_soak_test':
366 build-node: 'menlo-soak-pod'
367 config-pod: 'onf-soak-pod'
368 profile: 'Default'
369 branch: 'master'
370 release: 'master'
Suchitra Vemuri2a1cda92020-09-01 13:51:29 -0700371 name-extension: '_soak'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700372 test-repo: 'voltha-system-tests'
373 Jenkinsfile: 'Jenkinsfile-voltha-test'
374 time-trigger: "H H */3 * *"
375
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800376 # Infosys pod with olt/onu - Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700377 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700378 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800379 config-pod: 'infosys-pod'
380 release: 'master'
381 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800382 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700383 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800384 configurePod: true
385 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700386 time: '10'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800387
388 # infosys test job - uses Default tech profile on voltha branch
389 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700390 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800391 config-pod: 'infosys-pod'
392 release: 'master'
393 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800394 test-repo: 'voltha-system-tests'
395 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800396
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700397 # Infosys pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700398 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700399 build-node: 'infosys-test-pod'
400 config-pod: 'infosys-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700401 release: '2.4'
402 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700403 test-repo: 'voltha-system-tests'
404 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700405 configurePod: true
406 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700407 time: '12'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700408
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700409 # infosys test job - voltha-2.4 release job, uses Default tech profile on voltha branch
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700410 - 'build_voltha_pod_test':
411 build-node: 'infosys-test-pod'
412 config-pod: 'infosys-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700413 release: '2.4'
414 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700415 test-repo: 'voltha-system-tests'
416 profile: 'Default'
417
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800418
Suchitra Vemurie0451712020-05-06 22:51:23 -0700419 # Infosys pod with olt/onu - Manual BUILD/TEST job
420 - 'build_pod_manual':
421 build-node: 'infosys-test-pod'
422 config-pod: 'infosys-pod'
423 release: 'master'
424 branch: 'master'
425 num-of-openonu: '2'
426 test-repo: 'voltha-system-tests'
427 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0451712020-05-06 22:51:23 -0700428 profile: 'Default'
429 # infosys test job - Manual Job
430 - 'build_pod_test':
431 build-node: 'infosys-test-pod'
432 config-pod: 'infosys-pod'
433 branch: 'master'
434 test-repo: 'voltha-system-tests'
435 profile: 'Default'
436 Jenkinsfile: 'Jenkinsfile-voltha-test'
437
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100438 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700439 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700440 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800441 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100442 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800443 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700444 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200445 num-of-onos: '3'
446 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800447 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700448 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800449 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800450 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700451 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100452 time: '9'
453
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800454
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100455 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800456 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700457 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800458 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100459 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800460 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800461 test-repo: 'voltha-system-tests'
462 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700463 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700464
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700465 # Berlin pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700466 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700467 build-node: 'dt-berlin-community-pod'
468 config-pod: 'dt-berlin-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700469 release: '2.4'
470 branch: 'voltha-2.4'
471 num-of-openonu: '2'
472 num-of-onos: '3'
473 num-of-atomix: '3'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700474 test-repo: 'voltha-system-tests'
475 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700476 configurePod: true
477 profile: 'Default'
478 with-kind: true
479 time: '11'
480
481
482 # Berlin POD test job - master versions: uses tech profile on voltha branch
483 - 'build_voltha_pod_test':
484 build-node: 'dt-berlin-community-pod'
485 config-pod: 'dt-berlin-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700486 release: '2.4'
487 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700488 test-repo: 'voltha-system-tests'
489 profile: 'Default'
490 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200491
Andrea Campanella972d63e2020-05-14 19:59:08 +0200492 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700493 - 'build_voltha_pod_release_timer':
Andrea Campanella625ba352020-04-02 15:32:13 +0200494 build-node: 'dt-berlin-community-pod'
495 config-pod: 'dt-berlin-pod-gpon'
496 release: 'master'
497 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700498 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200499 num-of-onos: '3'
500 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200501 name-extension: '_DT'
502 work-flow: 'DT'
503 test-repo: 'voltha-system-tests'
504 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200505 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200506 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200507 with-kind: true
Andrea Campanellaa97c76b2020-06-23 11:53:50 +0200508 time: '12'
Andrea Campanella625ba352020-04-02 15:32:13 +0200509
510
Andrea Campanella972d63e2020-05-14 19:59:08 +0200511 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200512 - 'build_voltha_pod_test':
513 build-node: 'dt-berlin-community-pod'
514 config-pod: 'dt-berlin-pod-gpon'
515 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200516 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200517 release: 'master'
518 branch: 'master'
519 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200520 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200521 power-switch: True
522 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700523
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700524 # Berlin pod with gpon olt/onu - voltha-2.4 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700525 - 'build_voltha_pod_release_timer':
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700526 build-node: 'dt-berlin-community-pod'
527 config-pod: 'dt-berlin-pod-gpon'
528 release: '2.4'
529 branch: 'voltha-2.4'
530 num-of-openonu: '2'
531 num-of-onos: '3'
532 num-of-atomix: '3'
533 name-extension: '_DT'
534 work-flow: 'DT'
535 test-repo: 'voltha-system-tests'
536 Jenkinsfile: 'Jenkinsfile-voltha-build'
537 configurePod: true
538 profile: '1T8GEM'
539 with-kind: true
540 time: '1'
541
542
543 # Berlin POD test job - voltha-2.4 versions: uses 1T8GEM tech profile on voltha branch
544 - 'build_voltha_pod_test':
545 build-node: 'dt-berlin-community-pod'
546 config-pod: 'dt-berlin-pod-gpon'
547 name-extension: '_DT'
548 work-flow: 'DT'
549 release: '2.4'
550 branch: 'voltha-2.4'
551 test-repo: 'voltha-system-tests'
552 profile: '1T8GEM'
553 power-switch: True
554 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
555
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700556 # Berlin pod with olt/onu - manual test job, voltha master build job
557 - 'build_pod_manual':
558 build-node: 'dt-berlin-community-pod'
559 config-pod: 'dt-berlin-pod-gpon'
560 release: 'master'
561 branch: 'master'
562 num-of-openonu: '2'
563 test-repo: 'voltha-system-tests'
564 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700565 profile: 'Default'
566
567 # Berlin pod1 test job - using voltha branch
568 - 'build_pod_test':
569 build-node: 'dt-berlin-community-pod'
570 config-pod: 'dt-berlin-pod-gpon'
571 profile: 'Default'
572 branch: 'master'
573 test-repo: 'voltha-system-tests'
574 Jenkinsfile: 'Jenkinsfile-voltha-test'