blob: cff22501305002bcb5bc2fd726d484b41f92281c [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: ''
Suchitra Vemuri91896d42020-04-15 16:33:26 -070014 num-of-openonu: '1'
Suchitra Vemuri50e62792020-05-06 16:48:28 -070015 num-of-onos: '1'
16 num-of-atomix: '0'
Suchitra Vemuri5abcf2b2020-02-05 14:46:28 -080017
Suchitra Vemuri58acd872019-08-28 18:52:35 -070018 jobs:
Suchitra Vemuribc149852019-11-25 14:41:24 -080019 # flex OCP pod with olt/onu - manual test job, voltha master build job
Suchitra Vemuri85308382019-10-22 15:01:48 -070020 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070021 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070022 config-pod: 'flex-ocp-cord'
Suchitra Vemuri85308382019-10-22 15:01:48 -070023 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070024 branch: 'master'
Suchitra Vemurie0451712020-05-06 22:51:23 -070025 num-of-openonu: '2'
hwchiu14f97852019-10-08 10:51:11 -070026 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070027 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070028 profile: '1T4GEM'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070029
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070030 # flex pod1 test job - using voltha branch
31 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070032 build-node: 'qa-testvm-pod'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070033 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070034 profile: '1T4GEM'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070035 branch: 'master'
36 test-repo: 'voltha-system-tests'
37 Jenkinsfile: 'Jenkinsfile-voltha-test'
38
Suchitra Vemurifbc4a742020-01-08 16:55:26 -080039 # onlab pod1 OCP pod with olt/onu - Manual testing BAL3.1 release voltha master build job
Suchitra Vemuri8609a442019-10-22 21:03:27 -070040 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070041 build-node: 'onf-build'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070042 config-pod: 'onlab-pod1'
43 release: 'master'
44 branch: 'master'
45 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070046 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070047 profile: '1T4GEM'
Suchitra Vemuridb39b392019-08-30 16:58:58 -070048
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070049 # onlab pod1 test job - BAL3.1 tests using voltha branch
Suchitra Vemuridb39b392019-08-30 16:58:58 -070050 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070051 build-node: 'onf-build'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070052 config-pod: 'onlab-pod1'
53 profile: '1T4GEM'
hwchiu14f97852019-10-08 10:51:11 -070054 branch: 'master'
55 test-repo: 'voltha-system-tests'
56 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070057
Suchitra Vemurif8236c12019-10-22 15:51:39 -070058 # flex OCP pod with olt/onu - Default tech profile and timer based job
Suchitra Vemuri23b19792019-09-25 17:41:19 -070059 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -070060 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070061 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070062 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070063 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -070064 num-of-openonu: '2'
Suchitra Vemuri50e62792020-05-06 16:48:28 -070065 num-of-onos: '3'
66 num-of-atomix: '3'
hwchiu14f97852019-10-08 10:51:11 -070067 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070068 Jenkinsfile: 'Jenkinsfile-voltha-build'
hwchiu14f97852019-10-08 10:51:11 -070069 configurePod: true
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070070 profile: 'Default'
Suchitra Vemuri04b55a72019-10-29 18:17:31 -070071 time: '1'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070072
Suchitra Vemurif8236c12019-10-22 15:51:39 -070073 # flex pod1 test job - uses tech profile on voltha branch
Suchitra Vemurif921cda2019-09-25 22:53:45 -070074 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070075 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070076 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070077 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070078 branch: 'master'
Suchitra Vemuriaf134ff2020-02-19 16:55:38 -080079 power-switch: True
hwchiu14f97852019-10-08 10:51:11 -070080 test-repo: 'voltha-system-tests'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070081 profile: 'Default'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070082
83 # flex OCP pod with olt/onu - uses 1TCONT/4GEMs tech profile on voltha - timer based job
84 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -070085 build-node: 'qa-testvm-pod'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070086 config-pod: 'flex-ocp-cord'
87 release: 'master'
88 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -070089 num-of-openonu: '2'
Suchitra Vemuriee4ec212020-05-06 18:44:17 -070090 num-of-onos: '3'
91 num-of-atomix: '3'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070092 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070093 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070094 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070095 profile: '1T4GEM'
Suchitra Vemuri428826a2020-01-13 23:10:31 -080096 time: '3'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070097
98 # flex pod1 test job - test job uses 1TCONT/4GEMs tech profile - using voltha branch
99 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700100 build-node: 'qa-testvm-pod'
Suchitra Vemurif8236c12019-10-22 15:51:39 -0700101 config-pod: 'flex-ocp-cord'
102 release: 'master'
103 branch: 'master'
Suchitra Vemuriaf134ff2020-02-19 16:55:38 -0800104 power-switch: True
Suchitra Vemurif8236c12019-10-22 15:51:39 -0700105 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700106 profile: '1T4GEM'
Suchitra Vemurif921cda2019-09-25 22:53:45 -0700107
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800108 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
109 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700110 build-node: 'qa-testvm-pod'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800111 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700112 release: '2.3'
113 branch: 'voltha-2.3'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800114 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700115 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800116 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700117 profile: '1T4GEM'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800118 time: '4'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800119
120 # flex pod1 test job - released versions: uses tech profile on voltha branch
121 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700122 build-node: 'qa-testvm-pod'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800123 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700124 release: '2.3'
125 branch: 'voltha-2.3'
Suchitra Vemuri9f99d822020-03-30 12:31:59 -0700126 power-switch: True
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800127 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700128 profile: '1T4GEM'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800129
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700130 # Menlo pod with olt/onu - Default tech profile and timer based job
131 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700132 build-node: 'menlo-demo-pod'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700133 config-pod: 'onf-demo-pod'
134 release: 'master'
135 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700136 num-of-openonu: '2'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700137 num-of-onos: '3'
138 num-of-atomix: '3'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700139 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700140 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700141 configurePod: true
142 profile: 'Default'
143 time: '1'
Andy Bavier08a76b52020-06-03 12:45:54 -0700144 VolthaEtcdPort: '9999'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700145
146 # Menlo pod test job - uses tech profile on voltha branch
147 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700148 build-node: 'menlo-demo-pod'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700149 config-pod: 'onf-demo-pod'
150 release: 'master'
151 branch: 'master'
152 test-repo: 'voltha-system-tests'
153 profile: 'Default'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700154 power-switch: True
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700155
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800156 # Menlo pod with olt/onu - Default tech profile and timer based job
157 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700158 build-node: 'menlo-demo-pod'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800159 config-pod: 'onf-demo-pod'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700160 release: '2.3'
161 branch: 'voltha-2.3'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800162 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700163 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800164 configurePod: true
165 profile: 'Default'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800166 time: '3'
Andy Bavier08a76b52020-06-03 12:45:54 -0700167 VolthaEtcdPort: '9999'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800168
169 # Menlo pod test job - uses tech profile on voltha branch
170 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700171 build-node: 'menlo-demo-pod'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800172 config-pod: 'onf-demo-pod'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700173 release: '2.3'
174 branch: 'voltha-2.3'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800175 test-repo: 'voltha-system-tests'
176 profile: 'Default'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700177 power-switch: True
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800178
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800179 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
180 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700181 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800182 config-pod: 'onf-demo-pod'
183 release: 'master'
184 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700185 num-of-openonu: '2'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700186 num-of-onos: '3'
187 num-of-atomix: '3'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800188 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700189 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800190 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700191 profile: '1T4GEM'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800192 time: '4'
Andy Bavier08a76b52020-06-03 12:45:54 -0700193 VolthaEtcdPort: '9999'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800194
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800195 # Menlo pod test job - master test job uses tech profile on voltha branch
196 - 'build_voltha_pod_test':
197 build-node: 'menlo-demo-pod'
198 config-pod: 'onf-demo-pod'
199 release: 'master'
200 branch: 'master'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800201 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700202 profile: '1T4GEM'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700203 power-switch: True
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800204
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700205 # Menlo pod with olt/onu - master branch, Default tech profile and timer based job
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800206 - 'build_voltha_pod_release':
207 build-node: 'menlo-demo-pod'
208 config-pod: 'onf-demo-pod'
209 release: 'master'
210 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700211 num-of-openonu: '2'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700212 name-extension: '_DT'
213 work-flow: 'DT'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800214 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700215 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800216 configurePod: true
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700217 profile: '1T8GEM'
Suchitra Vemurib5a4eaf2020-03-20 11:26:19 -0700218 time: '6'
Andy Bavier08a76b52020-06-03 12:45:54 -0700219 VolthaEtcdPort: '9999'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800220
221 # Menlo pod test job - uses tech profile on voltha branch
222 - 'build_voltha_pod_test':
223 build-node: 'menlo-demo-pod'
224 config-pod: 'onf-demo-pod'
225 release: 'master'
226 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700227 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200228 work-flow: 'DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800229 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700230 profile: '1T8GEM'
231 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200232 power-switch: True
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800233
Suchitra Vemurie0963502020-04-11 14:03:54 -0700234
235 # Menlo pod with olt/onu - voltha-2.3 branch, Default tech profile and timer based job
236 - 'build_voltha_pod_release':
237 build-node: 'menlo-demo-pod'
238 config-pod: 'onf-demo-pod'
239 release: '2.3'
240 branch: 'voltha-2.3'
241 name-extension: '_DT'
242 work-flow: 'DT'
243 test-repo: 'voltha-system-tests'
244 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700245 configurePod: true
246 profile: '1T8GEM'
Suchitra Vemuriec017e12020-06-10 11:17:16 -0700247 time: '8'
Andy Bavier08a76b52020-06-03 12:45:54 -0700248 VolthaEtcdPort: '9999'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700249
250 # Menlo pod test job - uses tech profile on voltha branch
251 - 'build_voltha_pod_test':
252 build-node: 'menlo-demo-pod'
253 config-pod: 'onf-demo-pod'
254 release: '2.3'
255 branch: 'voltha-2.3'
256 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200257 work-flow: 'DT'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700258 test-repo: 'voltha-system-tests'
259 profile: '1T8GEM'
260 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200261 power-switch: True
Suchitra Vemurie0963502020-04-11 14:03:54 -0700262
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700263 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700264 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700265 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700266 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700267 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700268 branch: 'master'
269 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700270 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700271 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700272 profile: '1T4GEM'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700273 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700274 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700275 config-pod: 'onf-demo-pod'
276 branch: 'master'
277 test-repo: 'voltha-system-tests'
278 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700279 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700280
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700281 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700282 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700283 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700284 config-pod: 'onf-demo-pod'
285 release: 'master'
286 branch: 'master'
287 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700288 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700289 configurePod: true
290 profile: 'Default'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700291
hwchiu810c70b2020-01-22 11:20:57 -0800292 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700293 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700294 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700295 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700296 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700297 branch: 'master'
298 test-repo: 'voltha-system-tests'
299 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800300
Matteo Scandolo16672842020-06-02 14:19:33 -0700301 # ONF Menlo Soak POD build job - voltha-master branch
302 - 'build_pod_manual':
303 build-node: 'menlo-soak-pod'
304 config-pod: 'onf-soak-pod'
305 release: 'master'
306 branch: 'master'
307 test-repo: 'voltha-system-tests'
308 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo16672842020-06-02 14:19:33 -0700309 configurePod: true
310 profile: 'Default'
311
312 # ONF Menlo Soak POD test job - voltha-master branch
313 - 'build_pod_test':
314 build-node: 'menlo-soak-pod'
315 config-pod: 'onf-soak-pod'
316 profile: 'Default'
317 branch: 'master'
318 test-repo: 'voltha-system-tests'
319 Jenkinsfile: 'Jenkinsfile-voltha-test'
320
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800321 # Infosys pod with olt/onu - Default tech profile and timer based job
322 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700323 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800324 config-pod: 'infosys-pod'
325 release: 'master'
326 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800327 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700328 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800329 configurePod: true
330 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700331 time: '10'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800332
333 # infosys test job - uses Default tech profile on voltha branch
334 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700335 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800336 config-pod: 'infosys-pod'
337 release: 'master'
338 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800339 test-repo: 'voltha-system-tests'
340 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800341
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700342 # Infosys pod with olt/onu - voltha-2.3 Default tech profile and timer based job
343 - 'build_voltha_pod_release':
344 build-node: 'infosys-test-pod'
345 config-pod: 'infosys-pod'
346 release: '2.3'
347 branch: 'voltha-2.3'
348 test-repo: 'voltha-system-tests'
349 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700350 configurePod: true
351 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700352 time: '12'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700353
354 # infosys test job - voltha-2.3 release job, uses Default tech profile on voltha branch
355 - 'build_voltha_pod_test':
356 build-node: 'infosys-test-pod'
357 config-pod: 'infosys-pod'
358 release: '2.3'
359 branch: 'voltha-2.3'
360 test-repo: 'voltha-system-tests'
361 profile: 'Default'
362
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800363
Suchitra Vemurie0451712020-05-06 22:51:23 -0700364 # Infosys pod with olt/onu - Manual BUILD/TEST job
365 - 'build_pod_manual':
366 build-node: 'infosys-test-pod'
367 config-pod: 'infosys-pod'
368 release: 'master'
369 branch: 'master'
370 num-of-openonu: '2'
371 test-repo: 'voltha-system-tests'
372 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0451712020-05-06 22:51:23 -0700373 profile: 'Default'
374 # infosys test job - Manual Job
375 - 'build_pod_test':
376 build-node: 'infosys-test-pod'
377 config-pod: 'infosys-pod'
378 branch: 'master'
379 test-repo: 'voltha-system-tests'
380 profile: 'Default'
381 Jenkinsfile: 'Jenkinsfile-voltha-test'
382
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100383 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800384 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700385 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800386 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100387 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800388 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700389 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200390 num-of-onos: '3'
391 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800392 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700393 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800394 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800395 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700396 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100397 time: '9'
398
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800399
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100400 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800401 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700402 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800403 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100404 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800405 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800406 test-repo: 'voltha-system-tests'
407 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700408 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700409
410 # Berlin pod with olt/onu - voltha-2.3 Default tech profile and timer based job
411 - 'build_voltha_pod_release':
412 build-node: 'dt-berlin-community-pod'
413 config-pod: 'dt-berlin-pod'
414 release: '2.3'
415 branch: 'voltha-2.3'
416 test-repo: 'voltha-system-tests'
417 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700418 configurePod: true
419 profile: 'Default'
420 with-kind: true
421 time: '11'
422
423
424 # Berlin POD test job - master versions: uses tech profile on voltha branch
425 - 'build_voltha_pod_test':
426 build-node: 'dt-berlin-community-pod'
427 config-pod: 'dt-berlin-pod'
428 release: '2.3'
429 branch: 'voltha-2.3'
430 test-repo: 'voltha-system-tests'
431 profile: 'Default'
432 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200433
Andrea Campanella972d63e2020-05-14 19:59:08 +0200434 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella625ba352020-04-02 15:32:13 +0200435 - 'build_voltha_pod_release':
436 build-node: 'dt-berlin-community-pod'
437 config-pod: 'dt-berlin-pod-gpon'
438 release: 'master'
439 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700440 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200441 num-of-onos: '3'
442 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200443 name-extension: '_DT'
444 work-flow: 'DT'
445 test-repo: 'voltha-system-tests'
446 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200447 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200448 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200449 with-kind: true
Andrea Campanellaa97c76b2020-06-23 11:53:50 +0200450 time: '12'
Andrea Campanella625ba352020-04-02 15:32:13 +0200451
452
Andrea Campanella972d63e2020-05-14 19:59:08 +0200453 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200454 - 'build_voltha_pod_test':
455 build-node: 'dt-berlin-community-pod'
456 config-pod: 'dt-berlin-pod-gpon'
457 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200458 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200459 release: 'master'
460 branch: 'master'
461 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200462 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200463 power-switch: True
464 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700465
466 # Berlin pod with olt/onu - manual test job, voltha master build job
467 - 'build_pod_manual':
468 build-node: 'dt-berlin-community-pod'
469 config-pod: 'dt-berlin-pod-gpon'
470 release: 'master'
471 branch: 'master'
472 num-of-openonu: '2'
473 test-repo: 'voltha-system-tests'
474 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700475 profile: 'Default'
476
477 # Berlin pod1 test job - using voltha branch
478 - 'build_pod_test':
479 build-node: 'dt-berlin-community-pod'
480 config-pod: 'dt-berlin-pod-gpon'
481 profile: 'Default'
482 branch: 'master'
483 test-repo: 'voltha-system-tests'
484 Jenkinsfile: 'Jenkinsfile-voltha-test'