blob: 3df5aeb56779738c98a89c63e733e43a79e4de9b [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 Vemuri91896d42020-04-15 16:33:26 -0700327 num-of-openonu: '2'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700328 num-of-onos: '3'
329 num-of-atomix: '3'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800330 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700331 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800332 configurePod: true
333 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700334 time: '10'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800335
336 # infosys test job - uses Default tech profile on voltha branch
337 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700338 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800339 config-pod: 'infosys-pod'
340 release: 'master'
341 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800342 test-repo: 'voltha-system-tests'
343 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800344
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700345 # Infosys pod with olt/onu - voltha-2.3 Default tech profile and timer based job
346 - 'build_voltha_pod_release':
347 build-node: 'infosys-test-pod'
348 config-pod: 'infosys-pod'
349 release: '2.3'
350 branch: 'voltha-2.3'
351 test-repo: 'voltha-system-tests'
352 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700353 configurePod: true
354 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700355 time: '12'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700356
357 # infosys test job - voltha-2.3 release job, uses Default tech profile on voltha branch
358 - 'build_voltha_pod_test':
359 build-node: 'infosys-test-pod'
360 config-pod: 'infosys-pod'
361 release: '2.3'
362 branch: 'voltha-2.3'
363 test-repo: 'voltha-system-tests'
364 profile: 'Default'
365
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800366
Suchitra Vemurie0451712020-05-06 22:51:23 -0700367 # Infosys pod with olt/onu - Manual BUILD/TEST job
368 - 'build_pod_manual':
369 build-node: 'infosys-test-pod'
370 config-pod: 'infosys-pod'
371 release: 'master'
372 branch: 'master'
373 num-of-openonu: '2'
374 test-repo: 'voltha-system-tests'
375 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0451712020-05-06 22:51:23 -0700376 profile: 'Default'
377 # infosys test job - Manual Job
378 - 'build_pod_test':
379 build-node: 'infosys-test-pod'
380 config-pod: 'infosys-pod'
381 branch: 'master'
382 test-repo: 'voltha-system-tests'
383 profile: 'Default'
384 Jenkinsfile: 'Jenkinsfile-voltha-test'
385
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100386 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800387 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700388 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800389 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100390 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800391 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700392 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200393 num-of-onos: '3'
394 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800395 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700396 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800397 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800398 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700399 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100400 time: '9'
401
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800402
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100403 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800404 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700405 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800406 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100407 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800408 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800409 test-repo: 'voltha-system-tests'
410 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700411 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700412
413 # Berlin pod with olt/onu - voltha-2.3 Default tech profile and timer based job
414 - 'build_voltha_pod_release':
415 build-node: 'dt-berlin-community-pod'
416 config-pod: 'dt-berlin-pod'
417 release: '2.3'
418 branch: 'voltha-2.3'
419 test-repo: 'voltha-system-tests'
420 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700421 configurePod: true
422 profile: 'Default'
423 with-kind: true
424 time: '11'
425
426
427 # Berlin POD test job - master versions: uses tech profile on voltha branch
428 - 'build_voltha_pod_test':
429 build-node: 'dt-berlin-community-pod'
430 config-pod: 'dt-berlin-pod'
431 release: '2.3'
432 branch: 'voltha-2.3'
433 test-repo: 'voltha-system-tests'
434 profile: 'Default'
435 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200436
Andrea Campanella972d63e2020-05-14 19:59:08 +0200437 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella625ba352020-04-02 15:32:13 +0200438 - 'build_voltha_pod_release':
439 build-node: 'dt-berlin-community-pod'
440 config-pod: 'dt-berlin-pod-gpon'
441 release: 'master'
442 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700443 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200444 num-of-onos: '3'
445 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200446 name-extension: '_DT'
447 work-flow: 'DT'
448 test-repo: 'voltha-system-tests'
449 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200450 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200451 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200452 with-kind: true
453 time: '11'
454
455
Andrea Campanella972d63e2020-05-14 19:59:08 +0200456 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200457 - 'build_voltha_pod_test':
458 build-node: 'dt-berlin-community-pod'
459 config-pod: 'dt-berlin-pod-gpon'
460 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200461 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200462 release: 'master'
463 branch: 'master'
464 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200465 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200466 power-switch: True
467 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700468
469 # Berlin pod with olt/onu - manual test job, voltha master build job
470 - 'build_pod_manual':
471 build-node: 'dt-berlin-community-pod'
472 config-pod: 'dt-berlin-pod-gpon'
473 release: 'master'
474 branch: 'master'
475 num-of-openonu: '2'
476 test-repo: 'voltha-system-tests'
477 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700478 profile: 'Default'
479
480 # Berlin pod1 test job - using voltha branch
481 - 'build_pod_test':
482 build-node: 'dt-berlin-community-pod'
483 config-pod: 'dt-berlin-pod-gpon'
484 profile: 'Default'
485 branch: 'master'
486 test-repo: 'voltha-system-tests'
487 Jenkinsfile: 'Jenkinsfile-voltha-test'