blob: 0630b30f0b4b9d7b88acfe47bdc7f62e2eb62266 [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 Vemuri745a6f32020-07-06 22:43:53 -0700112 release: '2.4'
113 branch: 'voltha-2.4'
114 num-of-openonu: '2'
115 num-of-onos: '3'
116 num-of-atomix: '3'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800117 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700118 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800119 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700120 profile: '1T4GEM'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800121 time: '4'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800122
123 # flex pod1 test job - released versions: uses tech profile on voltha branch
124 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700125 build-node: 'qa-testvm-pod'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800126 config-pod: 'flex-ocp-cord'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700127 release: '2.4'
128 branch: 'voltha-2.4'
Suchitra Vemuri9f99d822020-03-30 12:31:59 -0700129 power-switch: True
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800130 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700131 profile: '1T4GEM'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800132
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700133 # Menlo pod with olt/onu - Default tech profile and timer based job
134 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700135 build-node: 'menlo-demo-pod'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700136 config-pod: 'onf-demo-pod'
137 release: 'master'
138 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700139 num-of-openonu: '2'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700140 num-of-onos: '3'
141 num-of-atomix: '3'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700142 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700143 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700144 configurePod: true
145 profile: 'Default'
146 time: '1'
Andy Bavier08a76b52020-06-03 12:45:54 -0700147 VolthaEtcdPort: '9999'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700148
149 # Menlo pod test job - uses tech profile on voltha branch
150 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700151 build-node: 'menlo-demo-pod'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700152 config-pod: 'onf-demo-pod'
153 release: 'master'
154 branch: 'master'
155 test-repo: 'voltha-system-tests'
156 profile: 'Default'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700157 power-switch: True
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700158
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800159 # Menlo pod with olt/onu - Default tech profile and timer based job
160 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700161 build-node: 'menlo-demo-pod'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800162 config-pod: 'onf-demo-pod'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700163 release: '2.4'
164 branch: 'voltha-2.4'
165 num-of-openonu: '2'
166 num-of-onos: '3'
167 num-of-atomix: '3'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800168 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700169 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800170 configurePod: true
171 profile: 'Default'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800172 time: '3'
Andy Bavier08a76b52020-06-03 12:45:54 -0700173 VolthaEtcdPort: '9999'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800174
175 # Menlo pod test job - uses tech profile on voltha branch
176 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700177 build-node: 'menlo-demo-pod'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800178 config-pod: 'onf-demo-pod'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700179 release: '2.4'
180 branch: 'voltha-2.4'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800181 test-repo: 'voltha-system-tests'
182 profile: 'Default'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700183 power-switch: True
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800184
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800185 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
186 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700187 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800188 config-pod: 'onf-demo-pod'
189 release: 'master'
190 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700191 num-of-openonu: '2'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700192 num-of-onos: '3'
193 num-of-atomix: '3'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800194 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700195 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800196 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700197 profile: '1T4GEM'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800198 time: '4'
Andy Bavier08a76b52020-06-03 12:45:54 -0700199 VolthaEtcdPort: '9999'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800200
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800201 # Menlo pod test job - master test job uses tech profile on voltha branch
202 - 'build_voltha_pod_test':
203 build-node: 'menlo-demo-pod'
204 config-pod: 'onf-demo-pod'
205 release: 'master'
206 branch: 'master'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800207 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700208 profile: '1T4GEM'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700209 power-switch: True
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800210
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700211 # Menlo pod with olt/onu - master branch, Default tech profile and timer based job
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800212 - 'build_voltha_pod_release':
213 build-node: 'menlo-demo-pod'
214 config-pod: 'onf-demo-pod'
215 release: 'master'
216 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700217 num-of-openonu: '2'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700218 name-extension: '_DT'
219 work-flow: 'DT'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800220 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700221 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800222 configurePod: true
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700223 profile: '1T8GEM'
Suchitra Vemurib5a4eaf2020-03-20 11:26:19 -0700224 time: '6'
Andy Bavier08a76b52020-06-03 12:45:54 -0700225 VolthaEtcdPort: '9999'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800226
227 # Menlo pod test job - uses tech profile on voltha branch
228 - 'build_voltha_pod_test':
229 build-node: 'menlo-demo-pod'
230 config-pod: 'onf-demo-pod'
231 release: 'master'
232 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700233 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200234 work-flow: 'DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800235 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700236 profile: '1T8GEM'
237 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200238 power-switch: True
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800239
Suchitra Vemurie0963502020-04-11 14:03:54 -0700240
241 # Menlo pod with olt/onu - voltha-2.3 branch, Default tech profile and timer based job
242 - 'build_voltha_pod_release':
243 build-node: 'menlo-demo-pod'
244 config-pod: 'onf-demo-pod'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700245 release: '2.4'
246 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700247 name-extension: '_DT'
248 work-flow: 'DT'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700249 num-of-openonu: '2'
250 num-of-onos: '3'
251 num-of-atomix: '3'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700252 test-repo: 'voltha-system-tests'
253 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700254 configurePod: true
255 profile: '1T8GEM'
Suchitra Vemuriec017e12020-06-10 11:17:16 -0700256 time: '8'
Andy Bavier08a76b52020-06-03 12:45:54 -0700257 VolthaEtcdPort: '9999'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700258
259 # Menlo pod test job - uses tech profile on voltha branch
260 - 'build_voltha_pod_test':
261 build-node: 'menlo-demo-pod'
262 config-pod: 'onf-demo-pod'
Suchitra Vemuri745a6f32020-07-06 22:43:53 -0700263 release: '2.4'
264 branch: 'voltha-2.4'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700265 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200266 work-flow: 'DT'
Suchitra Vemurie0963502020-04-11 14:03:54 -0700267 test-repo: 'voltha-system-tests'
268 profile: '1T8GEM'
269 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200270 power-switch: True
Suchitra Vemurie0963502020-04-11 14:03:54 -0700271
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700272 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700273 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700274 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700275 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700276 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700277 branch: 'master'
278 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700279 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700280 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700281 profile: '1T4GEM'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700282 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700283 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700284 config-pod: 'onf-demo-pod'
285 branch: 'master'
286 test-repo: 'voltha-system-tests'
287 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700288 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700289
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700290 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700291 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700292 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700293 config-pod: 'onf-demo-pod'
294 release: 'master'
295 branch: 'master'
296 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700297 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700298 configurePod: true
299 profile: 'Default'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700300
hwchiu810c70b2020-01-22 11:20:57 -0800301 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700302 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700303 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700304 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700305 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700306 branch: 'master'
307 test-repo: 'voltha-system-tests'
308 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800309
Matteo Scandolo16672842020-06-02 14:19:33 -0700310 # ONF Menlo Soak POD build job - voltha-master branch
311 - 'build_pod_manual':
312 build-node: 'menlo-soak-pod'
313 config-pod: 'onf-soak-pod'
314 release: 'master'
315 branch: 'master'
316 test-repo: 'voltha-system-tests'
317 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo16672842020-06-02 14:19:33 -0700318 configurePod: true
319 profile: 'Default'
320
321 # ONF Menlo Soak POD test job - voltha-master branch
322 - 'build_pod_test':
323 build-node: 'menlo-soak-pod'
324 config-pod: 'onf-soak-pod'
325 profile: 'Default'
326 branch: 'master'
327 test-repo: 'voltha-system-tests'
328 Jenkinsfile: 'Jenkinsfile-voltha-test'
329
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800330 # Infosys pod with olt/onu - Default tech profile and timer based job
331 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700332 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800333 config-pod: 'infosys-pod'
334 release: 'master'
335 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800336 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700337 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800338 configurePod: true
339 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700340 time: '10'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800341
342 # infosys test job - uses Default tech profile on voltha branch
343 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700344 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800345 config-pod: 'infosys-pod'
346 release: 'master'
347 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800348 test-repo: 'voltha-system-tests'
349 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800350
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700351 # Infosys pod with olt/onu - voltha-2.3 Default tech profile and timer based job
352 - 'build_voltha_pod_release':
353 build-node: 'infosys-test-pod'
354 config-pod: 'infosys-pod'
355 release: '2.3'
356 branch: 'voltha-2.3'
357 test-repo: 'voltha-system-tests'
358 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700359 configurePod: true
360 profile: 'Default'
Suchitra Vemuri27a6ec72020-04-03 20:41:32 -0700361 time: '12'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700362
363 # infosys test job - voltha-2.3 release job, uses Default tech profile on voltha branch
364 - 'build_voltha_pod_test':
365 build-node: 'infosys-test-pod'
366 config-pod: 'infosys-pod'
367 release: '2.3'
368 branch: 'voltha-2.3'
369 test-repo: 'voltha-system-tests'
370 profile: 'Default'
371
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800372
Suchitra Vemurie0451712020-05-06 22:51:23 -0700373 # Infosys pod with olt/onu - Manual BUILD/TEST job
374 - 'build_pod_manual':
375 build-node: 'infosys-test-pod'
376 config-pod: 'infosys-pod'
377 release: 'master'
378 branch: 'master'
379 num-of-openonu: '2'
380 test-repo: 'voltha-system-tests'
381 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie0451712020-05-06 22:51:23 -0700382 profile: 'Default'
383 # infosys test job - Manual Job
384 - 'build_pod_test':
385 build-node: 'infosys-test-pod'
386 config-pod: 'infosys-pod'
387 branch: 'master'
388 test-repo: 'voltha-system-tests'
389 profile: 'Default'
390 Jenkinsfile: 'Jenkinsfile-voltha-test'
391
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100392 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800393 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700394 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800395 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100396 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800397 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700398 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200399 num-of-onos: '3'
400 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800401 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700402 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800403 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800404 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700405 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100406 time: '9'
407
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800408
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100409 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800410 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700411 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800412 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100413 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800414 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800415 test-repo: 'voltha-system-tests'
416 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700417 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700418
419 # Berlin pod with olt/onu - voltha-2.3 Default tech profile and timer based job
420 - 'build_voltha_pod_release':
421 build-node: 'dt-berlin-community-pod'
422 config-pod: 'dt-berlin-pod'
423 release: '2.3'
424 branch: 'voltha-2.3'
425 test-repo: 'voltha-system-tests'
426 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700427 configurePod: true
428 profile: 'Default'
429 with-kind: true
430 time: '11'
431
432
433 # Berlin POD test job - master versions: uses tech profile on voltha branch
434 - 'build_voltha_pod_test':
435 build-node: 'dt-berlin-community-pod'
436 config-pod: 'dt-berlin-pod'
437 release: '2.3'
438 branch: 'voltha-2.3'
439 test-repo: 'voltha-system-tests'
440 profile: 'Default'
441 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200442
Andrea Campanella972d63e2020-05-14 19:59:08 +0200443 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Andrea Campanella625ba352020-04-02 15:32:13 +0200444 - 'build_voltha_pod_release':
445 build-node: 'dt-berlin-community-pod'
446 config-pod: 'dt-berlin-pod-gpon'
447 release: 'master'
448 branch: 'master'
Suchitra Vemuri91896d42020-04-15 16:33:26 -0700449 num-of-openonu: '2'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200450 num-of-onos: '3'
451 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200452 name-extension: '_DT'
453 work-flow: 'DT'
454 test-repo: 'voltha-system-tests'
455 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200456 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200457 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200458 with-kind: true
Andrea Campanellaa97c76b2020-06-23 11:53:50 +0200459 time: '12'
Andrea Campanella625ba352020-04-02 15:32:13 +0200460
461
Andrea Campanella972d63e2020-05-14 19:59:08 +0200462 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200463 - 'build_voltha_pod_test':
464 build-node: 'dt-berlin-community-pod'
465 config-pod: 'dt-berlin-pod-gpon'
466 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200467 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200468 release: 'master'
469 branch: 'master'
470 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200471 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200472 power-switch: True
473 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700474
475 # Berlin pod with olt/onu - manual test job, voltha master build job
476 - 'build_pod_manual':
477 build-node: 'dt-berlin-community-pod'
478 config-pod: 'dt-berlin-pod-gpon'
479 release: 'master'
480 branch: 'master'
481 num-of-openonu: '2'
482 test-repo: 'voltha-system-tests'
483 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700484 profile: 'Default'
485
486 # Berlin pod1 test job - using voltha branch
487 - 'build_pod_test':
488 build-node: 'dt-berlin-community-pod'
489 config-pod: 'dt-berlin-pod-gpon'
490 profile: 'Default'
491 branch: 'master'
492 test-repo: 'voltha-system-tests'
493 Jenkinsfile: 'Jenkinsfile-voltha-test'