blob: f34bb198f1c7c031e93bd57f24fa6c10c067b74e [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 Vemurib1961a82019-11-18 20:04:44 -0800172 # Menlo pod with olt/onu - 1T4GEM 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 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 Vemuria0d92052020-07-15 11:36:12 -0700185 in-band-management: true
Andy Bavier08a76b52020-06-03 12:45:54 -0700186 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700187 reinstall-olt: false
Suchitra Vemuria6731902020-08-13 16:33:37 -0700188 time: '22'
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
Matteo Scandolo9973c652020-08-07 15:23:35 -0700201 - 'build_voltha_pod_release_dependent':
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800202 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'
Andy Bavier08a76b52020-06-03 12:45:54 -0700213 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700214 in-band-management: true
215 reinstall-olt: false
Matteo Scandolo16090cd2020-08-12 15:42:42 -0700216 trigger-after: build_onf-demo-pod_1T4GEM_voltha_master_test
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
Matteo Scandolo9973c652020-08-07 15:23:35 -0700233 - 'build_voltha_pod_release_dependent':
Suchitra Vemurie0963502020-04-11 14:03:54 -0700234 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'
Andy Bavier08a76b52020-06-03 12:45:54 -0700247 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700248 reinstall-olt: false
249 in-band-management: true
Matteo Scandolo16090cd2020-08-12 15:42:42 -0700250 trigger-after: build_onf-demo-pod_1T8GEM_DT_voltha_master_test
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
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700265 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700266 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700267 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700268 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700269 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700270 branch: 'master'
271 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700272 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700273 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700274 profile: '1T4GEM'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700275 num-of-openonu: '2'
276 num-of-onos: '3'
277 num-of-atomix: '3'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700278 reinstall-olt: false
279 in-band-management: true
Matteo Scandolod1d03322019-10-23 13:24:16 -0700280 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700281 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700282 config-pod: 'onf-demo-pod'
283 branch: 'master'
284 test-repo: 'voltha-system-tests'
285 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700286 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700287
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700288 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700289 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700290 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700291 config-pod: 'onf-demo-pod'
292 release: 'master'
293 branch: 'master'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700294 num-of-openonu: '2'
295 num-of-onos: '3'
296 num-of-atomix: '3'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700297 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700298 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700299 configurePod: true
300 profile: 'Default'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700301 reinstall-olt: false
302 in-band-management: true
Suchitra Vemuri42683152019-10-25 12:54:42 -0700303
hwchiu810c70b2020-01-22 11:20:57 -0800304 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700305 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700306 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700307 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700308 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700309 branch: 'master'
310 test-repo: 'voltha-system-tests'
311 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800312
Matteo Scandolo16672842020-06-02 14:19:33 -0700313 # ONF Menlo Soak POD build job - voltha-master branch
Matteo Scandolo9973c652020-08-07 15:23:35 -0700314 # FIXME once the soak-pod is back use 'build_voltha_pod_release_timer'
Matteo Scandolo16672842020-06-02 14:19:33 -0700315 - 'build_pod_manual':
316 build-node: 'menlo-soak-pod'
317 config-pod: 'onf-soak-pod'
318 release: 'master'
319 branch: 'master'
320 test-repo: 'voltha-system-tests'
321 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo16672842020-06-02 14:19:33 -0700322 configurePod: true
323 profile: 'Default'
324
325 # ONF Menlo Soak POD test job - voltha-master branch
Matteo Scandolo9973c652020-08-07 15:23:35 -0700326 # FIXME once the soak-pod is back use 'build_voltha_pod_test'
Matteo Scandolo16672842020-06-02 14:19:33 -0700327 - 'build_pod_test':
328 build-node: 'menlo-soak-pod'
329 config-pod: 'onf-soak-pod'
330 profile: 'Default'
331 branch: 'master'
332 test-repo: 'voltha-system-tests'
333 Jenkinsfile: 'Jenkinsfile-voltha-test'
334
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800335 # Infosys pod with olt/onu - Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700336 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700337 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800338 config-pod: 'infosys-pod'
339 release: 'master'
340 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800341 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700342 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800343 configurePod: true
344 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700345 time: '10'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800346
347 # infosys test job - uses Default tech profile on voltha branch
348 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700349 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800350 config-pod: 'infosys-pod'
351 release: 'master'
352 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800353 test-repo: 'voltha-system-tests'
354 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800355
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700356 # Infosys pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700357 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700358 build-node: 'infosys-test-pod'
359 config-pod: 'infosys-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700360 release: '2.4'
361 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700362 test-repo: 'voltha-system-tests'
363 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700364 configurePod: true
365 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700366 time: '12'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700367
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700368 # infosys test job - voltha-2.4 release job, uses Default tech profile on voltha branch
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700369 - 'build_voltha_pod_test':
370 build-node: 'infosys-test-pod'
371 config-pod: 'infosys-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700372 release: '2.4'
373 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700374 test-repo: 'voltha-system-tests'
375 profile: 'Default'
376
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800377
Suchitra Vemurie0451712020-05-06 22:51:23 -0700378 # Infosys pod with olt/onu - Manual BUILD/TEST job
379 - 'build_pod_manual':
380 build-node: 'infosys-test-pod'
381 config-pod: 'infosys-pod'
382 release: 'master'
383 branch: 'master'
384 num-of-openonu: '2'
385 test-repo: 'voltha-system-tests'
386 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0451712020-05-06 22:51:23 -0700387 profile: 'Default'
388 # infosys test job - Manual Job
389 - 'build_pod_test':
390 build-node: 'infosys-test-pod'
391 config-pod: 'infosys-pod'
392 branch: 'master'
393 test-repo: 'voltha-system-tests'
394 profile: 'Default'
395 Jenkinsfile: 'Jenkinsfile-voltha-test'
396
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100397 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700398 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700399 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800400 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100401 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800402 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700403 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200404 num-of-onos: '3'
405 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800406 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700407 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800408 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800409 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700410 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100411 time: '9'
412
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800413
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100414 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800415 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700416 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800417 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100418 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800419 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800420 test-repo: 'voltha-system-tests'
421 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700422 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700423
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700424 # Berlin pod with olt/onu - voltha-2.4 Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700425 - 'build_voltha_pod_release_timer':
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700426 build-node: 'dt-berlin-community-pod'
427 config-pod: 'dt-berlin-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700428 release: '2.4'
429 branch: 'voltha-2.4'
430 num-of-openonu: '2'
431 num-of-onos: '3'
432 num-of-atomix: '3'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700433 test-repo: 'voltha-system-tests'
434 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700435 configurePod: true
436 profile: 'Default'
437 with-kind: true
438 time: '11'
439
440
441 # Berlin POD test job - master versions: uses tech profile on voltha branch
442 - 'build_voltha_pod_test':
443 build-node: 'dt-berlin-community-pod'
444 config-pod: 'dt-berlin-pod'
Suchitra Vemuri65a80e42020-07-07 22:17:19 -0700445 release: '2.4'
446 branch: 'voltha-2.4'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700447 test-repo: 'voltha-system-tests'
448 profile: 'Default'
449 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200450
Andrea Campanella972d63e2020-05-14 19:59:08 +0200451 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700452 - 'build_voltha_pod_release_timer':
Andrea Campanella625ba352020-04-02 15:32:13 +0200453 build-node: 'dt-berlin-community-pod'
454 config-pod: 'dt-berlin-pod-gpon'
455 release: 'master'
456 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700457 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200458 num-of-onos: '3'
459 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200460 name-extension: '_DT'
461 work-flow: 'DT'
462 test-repo: 'voltha-system-tests'
463 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200464 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200465 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200466 with-kind: true
Andrea Campanellaa97c76b2020-06-23 11:53:50 +0200467 time: '12'
Andrea Campanella625ba352020-04-02 15:32:13 +0200468
469
Andrea Campanella972d63e2020-05-14 19:59:08 +0200470 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200471 - 'build_voltha_pod_test':
472 build-node: 'dt-berlin-community-pod'
473 config-pod: 'dt-berlin-pod-gpon'
474 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200475 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200476 release: 'master'
477 branch: 'master'
478 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200479 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200480 power-switch: True
481 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700482
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700483 # Berlin pod with gpon olt/onu - voltha-2.4 1T8GEM tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700484 - 'build_voltha_pod_release_timer':
Suchitra Vemuri9adf2ce2020-07-08 23:09:18 -0700485 build-node: 'dt-berlin-community-pod'
486 config-pod: 'dt-berlin-pod-gpon'
487 release: '2.4'
488 branch: 'voltha-2.4'
489 num-of-openonu: '2'
490 num-of-onos: '3'
491 num-of-atomix: '3'
492 name-extension: '_DT'
493 work-flow: 'DT'
494 test-repo: 'voltha-system-tests'
495 Jenkinsfile: 'Jenkinsfile-voltha-build'
496 configurePod: true
497 profile: '1T8GEM'
498 with-kind: true
499 time: '1'
500
501
502 # Berlin POD test job - voltha-2.4 versions: uses 1T8GEM tech profile on voltha branch
503 - 'build_voltha_pod_test':
504 build-node: 'dt-berlin-community-pod'
505 config-pod: 'dt-berlin-pod-gpon'
506 name-extension: '_DT'
507 work-flow: 'DT'
508 release: '2.4'
509 branch: 'voltha-2.4'
510 test-repo: 'voltha-system-tests'
511 profile: '1T8GEM'
512 power-switch: True
513 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
514
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700515 # Berlin pod with olt/onu - manual test job, voltha master build job
516 - 'build_pod_manual':
517 build-node: 'dt-berlin-community-pod'
518 config-pod: 'dt-berlin-pod-gpon'
519 release: 'master'
520 branch: 'master'
521 num-of-openonu: '2'
522 test-repo: 'voltha-system-tests'
523 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700524 profile: 'Default'
525
526 # Berlin pod1 test job - using voltha branch
527 - 'build_pod_test':
528 build-node: 'dt-berlin-community-pod'
529 config-pod: 'dt-berlin-pod-gpon'
530 profile: 'Default'
531 branch: 'master'
532 test-repo: 'voltha-system-tests'
533 Jenkinsfile: 'Jenkinsfile-voltha-test'