blob: ffcb58139005456c3f7dce9dfc841702b1a3d2fb [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 Vemuri5abcf2b2020-02-05 14:46:28 -080014
Suchitra Vemuri58acd872019-08-28 18:52:35 -070015 jobs:
Suchitra Vemuribc149852019-11-25 14:41:24 -080016 # flex OCP pod with olt/onu - manual test job, voltha master build job
Suchitra Vemuri85308382019-10-22 15:01:48 -070017 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070018 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070019 config-pod: 'flex-ocp-cord'
Suchitra Vemuri85308382019-10-22 15:01:48 -070020 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070021 branch: 'master'
22 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070023 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib490ae62020-03-09 21:51:07 -070024 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070025 profile: '1T4GEM'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070026
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070027 # flex pod1 test job - using voltha branch
28 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070029 build-node: 'qa-testvm-pod'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070030 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070031 profile: '1T4GEM'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070032 branch: 'master'
33 test-repo: 'voltha-system-tests'
34 Jenkinsfile: 'Jenkinsfile-voltha-test'
35
Suchitra Vemurifbc4a742020-01-08 16:55:26 -080036 # onlab pod1 OCP pod with olt/onu - Manual testing BAL3.1 release voltha master build job
Suchitra Vemuri8609a442019-10-22 21:03:27 -070037 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070038 build-node: 'onf-build'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070039 config-pod: 'onlab-pod1'
40 release: 'master'
41 branch: 'master'
42 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070043 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib490ae62020-03-09 21:51:07 -070044 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070045 profile: '1T4GEM'
Suchitra Vemuridb39b392019-08-30 16:58:58 -070046
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070047 # onlab pod1 test job - BAL3.1 tests using voltha branch
Suchitra Vemuridb39b392019-08-30 16:58:58 -070048 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070049 build-node: 'onf-build'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070050 config-pod: 'onlab-pod1'
51 profile: '1T4GEM'
hwchiu14f97852019-10-08 10:51:11 -070052 branch: 'master'
53 test-repo: 'voltha-system-tests'
54 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070055
Suchitra Vemurif8236c12019-10-22 15:51:39 -070056 # flex OCP pod with olt/onu - Default tech profile and timer based job
Suchitra Vemuri23b19792019-09-25 17:41:19 -070057 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -070058 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070059 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070060 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070061 branch: 'master'
62 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070063 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib490ae62020-03-09 21:51:07 -070064 oltDebVersion: 'openolt-2.3.0.deb'
hwchiu14f97852019-10-08 10:51:11 -070065 configurePod: true
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070066 profile: 'Default'
Suchitra Vemuri04b55a72019-10-29 18:17:31 -070067 time: '1'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070068
Suchitra Vemurif8236c12019-10-22 15:51:39 -070069 # flex pod1 test job - uses tech profile on voltha branch
Suchitra Vemurif921cda2019-09-25 22:53:45 -070070 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070071 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070072 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070073 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070074 branch: 'master'
Suchitra Vemuriaf134ff2020-02-19 16:55:38 -080075 power-switch: True
hwchiu14f97852019-10-08 10:51:11 -070076 test-repo: 'voltha-system-tests'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070077 profile: 'Default'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070078
79 # flex OCP pod with olt/onu - uses 1TCONT/4GEMs tech profile on voltha - timer based job
80 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -070081 build-node: 'qa-testvm-pod'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070082 config-pod: 'flex-ocp-cord'
83 release: 'master'
84 branch: 'master'
85 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070086 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib490ae62020-03-09 21:51:07 -070087 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070088 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070089 profile: '1T4GEM'
Suchitra Vemuri428826a2020-01-13 23:10:31 -080090 time: '3'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070091
92 # flex pod1 test job - test job uses 1TCONT/4GEMs tech profile - using voltha branch
93 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070094 build-node: 'qa-testvm-pod'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070095 config-pod: 'flex-ocp-cord'
96 release: 'master'
97 branch: 'master'
Suchitra Vemuriaf134ff2020-02-19 16:55:38 -080098 power-switch: True
Suchitra Vemurif8236c12019-10-22 15:51:39 -070099 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700100 profile: '1T4GEM'
Suchitra Vemurif921cda2019-09-25 22:53:45 -0700101
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800102 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
103 - 'build_voltha_pod_release':
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 Vemuri1560cb82020-03-27 15:34:57 -0700106 release: '2.3'
107 branch: 'voltha-2.3'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800108 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700109 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuric729c2d2020-03-27 16:34:02 -0700110 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800111 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700112 profile: '1T4GEM'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800113 time: '4'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800114
115 # flex pod1 test job - released versions: uses tech profile on voltha branch
116 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700117 build-node: 'qa-testvm-pod'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800118 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700119 release: '2.3'
120 branch: 'voltha-2.3'
Suchitra Vemuri9f99d822020-03-30 12:31:59 -0700121 power-switch: True
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800122 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700123 profile: '1T4GEM'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800124
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700125 # Menlo pod with olt/onu - Default tech profile and timer based job
126 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700127 build-node: 'menlo-demo-pod'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700128 config-pod: 'onf-demo-pod'
129 release: 'master'
130 branch: 'master'
131 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700132 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri5d5b9202020-03-08 20:54:18 -0700133 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700134 configurePod: true
135 profile: 'Default'
136 time: '1'
137
138 # Menlo pod test job - uses tech profile on voltha branch
139 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700140 build-node: 'menlo-demo-pod'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700141 config-pod: 'onf-demo-pod'
142 release: 'master'
143 branch: 'master'
144 test-repo: 'voltha-system-tests'
145 profile: 'Default'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700146
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800147 # Menlo pod with olt/onu - Default tech profile and timer based job
148 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700149 build-node: 'menlo-demo-pod'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800150 config-pod: 'onf-demo-pod'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700151 release: '2.3'
152 branch: 'voltha-2.3'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800153 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700154 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuric729c2d2020-03-27 16:34:02 -0700155 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800156 configurePod: true
157 profile: 'Default'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800158 time: '3'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800159
160 # Menlo pod test job - uses tech profile on voltha branch
161 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700162 build-node: 'menlo-demo-pod'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800163 config-pod: 'onf-demo-pod'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700164 release: '2.3'
165 branch: 'voltha-2.3'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800166 test-repo: 'voltha-system-tests'
167 profile: 'Default'
168
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800169 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
170 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700171 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800172 config-pod: 'onf-demo-pod'
173 release: 'master'
174 branch: 'master'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800175 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700176 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri5d5b9202020-03-08 20:54:18 -0700177 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800178 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700179 profile: '1T4GEM'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800180 time: '4'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800181
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800182 # Menlo pod test job - master test job uses tech profile on voltha branch
183 - 'build_voltha_pod_test':
184 build-node: 'menlo-demo-pod'
185 config-pod: 'onf-demo-pod'
186 release: 'master'
187 branch: 'master'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800188 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700189 profile: '1T4GEM'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800190
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700191 # Menlo pod with olt/onu - master branch, Default tech profile and timer based job
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800192 - 'build_voltha_pod_release':
193 build-node: 'menlo-demo-pod'
194 config-pod: 'onf-demo-pod'
195 release: 'master'
196 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700197 name-extension: '_DT'
198 work-flow: 'DT'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800199 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700200 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri5d5b9202020-03-08 20:54:18 -0700201 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800202 configurePod: true
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700203 profile: '1T8GEM'
Suchitra Vemurib5a4eaf2020-03-20 11:26:19 -0700204 time: '6'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800205
206 # Menlo pod test job - uses tech profile on voltha branch
207 - 'build_voltha_pod_test':
208 build-node: 'menlo-demo-pod'
209 config-pod: 'onf-demo-pod'
210 release: 'master'
211 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700212 name-extension: '_DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800213 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700214 profile: '1T8GEM'
215 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800216
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700217 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700218 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700219 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700220 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700221 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700222 branch: 'master'
223 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700224 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri5d5b9202020-03-08 20:54:18 -0700225 oltDebVersion: 'openolt-2.3.0.deb'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700226 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700227 profile: '1T4GEM'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700228 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700229 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700230 config-pod: 'onf-demo-pod'
231 branch: 'master'
232 test-repo: 'voltha-system-tests'
233 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700234 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700235
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700236 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700237 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700238 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700239 config-pod: 'onf-demo-pod'
240 release: 'master'
241 branch: 'master'
242 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700243 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurif5b2b222020-02-21 14:43:26 -0800244 oltDebVersion: 'openolt_asfvolt16_bal3.2.deb'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700245 configurePod: true
246 profile: 'Default'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700247
hwchiu810c70b2020-01-22 11:20:57 -0800248 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700249 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700250 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700251 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700252 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700253 branch: 'master'
254 test-repo: 'voltha-system-tests'
255 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800256
257 # Infosys pod with olt/onu - Default tech profile and timer based job
258 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700259 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800260 config-pod: 'infosys-pod'
261 release: 'master'
262 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800263 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700264 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800265 oltDebVersion: 'openolt_asfvolt16.deb'
266 configurePod: true
267 profile: 'Default'
Suchitra Vemuridd2ffd42020-03-24 23:03:40 -0700268 time: '7'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800269
270 # infosys test job - uses Default tech profile on voltha branch
271 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700272 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800273 config-pod: 'infosys-pod'
274 release: 'master'
275 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800276 test-repo: 'voltha-system-tests'
277 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800278
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700279 # Infosys pod with olt/onu - voltha-2.3 Default tech profile and timer based job
280 - 'build_voltha_pod_release':
281 build-node: 'infosys-test-pod'
282 config-pod: 'infosys-pod'
283 release: '2.3'
284 branch: 'voltha-2.3'
285 test-repo: 'voltha-system-tests'
286 Jenkinsfile: 'Jenkinsfile-voltha-build'
287 oltDebVersion: 'openolt_asfvolt16.deb'
288 configurePod: true
289 profile: 'Default'
290 time: '10'
291
292 # infosys test job - voltha-2.3 release job, uses Default tech profile on voltha branch
293 - 'build_voltha_pod_test':
294 build-node: 'infosys-test-pod'
295 config-pod: 'infosys-pod'
296 release: '2.3'
297 branch: 'voltha-2.3'
298 test-repo: 'voltha-system-tests'
299 profile: 'Default'
300
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800301
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100302 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800303 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700304 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800305 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100306 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800307 branch: 'master'
308 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700309 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella68f234e2020-03-23 11:44:24 +0100310 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800311 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800312 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700313 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100314 time: '9'
315
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800316
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100317 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800318 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700319 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800320 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100321 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800322 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800323 test-repo: 'voltha-system-tests'
324 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700325 power-switch: True
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700326
327 # Berlin pod with olt/onu - voltha-2.3 Default tech profile and timer based job
328 - 'build_voltha_pod_release':
329 build-node: 'dt-berlin-community-pod'
330 config-pod: 'dt-berlin-pod'
331 release: '2.3'
332 branch: 'voltha-2.3'
333 test-repo: 'voltha-system-tests'
334 Jenkinsfile: 'Jenkinsfile-voltha-build'
335 oltDebVersion: 'openolt-2.3.0.deb'
336 configurePod: true
337 profile: 'Default'
338 with-kind: true
339 time: '11'
340
341
342 # Berlin POD test job - master versions: uses tech profile on voltha branch
343 - 'build_voltha_pod_test':
344 build-node: 'dt-berlin-community-pod'
345 config-pod: 'dt-berlin-pod'
346 release: '2.3'
347 branch: 'voltha-2.3'
348 test-repo: 'voltha-system-tests'
349 profile: 'Default'
350 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200351
352 # Berlin pod with gpon olt/onu - master Default tech profile and timer based job
353 - 'build_voltha_pod_release':
354 build-node: 'dt-berlin-community-pod'
355 config-pod: 'dt-berlin-pod-gpon'
356 release: 'master'
357 branch: 'master'
358 name-extension: '_DT'
359 work-flow: 'DT'
360 test-repo: 'voltha-system-tests'
361 Jenkinsfile: 'Jenkinsfile-voltha-build'
362 oltDebVersion: 'openolt_asgvolt64.deb'
363 configurePod: true
364 profile: '1T8GEM'
365 with-kind: true
366 time: '11'
367
368
369 # Berlin POD test job - master versions: uses tech profile on voltha branch
370 - 'build_voltha_pod_test':
371 build-node: 'dt-berlin-community-pod'
372 config-pod: 'dt-berlin-pod-gpon'
373 name-extension: '_DT'
374 release: 'master'
375 branch: 'master'
376 test-repo: 'voltha-system-tests'
377 profile: '1T8GEM'
378 power-switch: True
379 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'