blob: d1344cb837aa02cb6d3910e9591716c6a61c8613 [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 Vemuri6fb7b872019-11-05 15:20:51 -0800121 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700122 profile: '1T4GEM'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800123
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700124 # Menlo pod with olt/onu - Default tech profile and timer based job
125 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700126 build-node: 'menlo-demo-pod'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700127 config-pod: 'onf-demo-pod'
128 release: 'master'
129 branch: 'master'
130 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700131 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri5d5b9202020-03-08 20:54:18 -0700132 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700133 configurePod: true
134 profile: 'Default'
135 time: '1'
136
137 # Menlo pod test job - uses tech profile on voltha branch
138 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700139 build-node: 'menlo-demo-pod'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700140 config-pod: 'onf-demo-pod'
141 release: 'master'
142 branch: 'master'
143 test-repo: 'voltha-system-tests'
144 profile: 'Default'
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700145
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800146 # Menlo pod with olt/onu - Default tech profile and timer based job
147 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700148 build-node: 'menlo-demo-pod'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800149 config-pod: 'onf-demo-pod'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700150 release: '2.3'
151 branch: 'voltha-2.3'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800152 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700153 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuric729c2d2020-03-27 16:34:02 -0700154 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800155 configurePod: true
156 profile: 'Default'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800157 time: '3'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800158
159 # Menlo pod test job - uses tech profile on voltha branch
160 - 'build_voltha_pod_test':
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 Vemuri1560cb82020-03-27 15:34:57 -0700163 release: '2.3'
164 branch: 'voltha-2.3'
Suchitra Vemuriff6e59d2019-12-15 16:14:40 -0800165 test-repo: 'voltha-system-tests'
166 profile: 'Default'
167
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800168 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
169 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700170 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800171 config-pod: 'onf-demo-pod'
172 release: 'master'
173 branch: 'master'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800174 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700175 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri5d5b9202020-03-08 20:54:18 -0700176 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800177 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700178 profile: '1T4GEM'
Suchitra Vemuri428826a2020-01-13 23:10:31 -0800179 time: '4'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800180
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800181 # Menlo pod test job - master test job uses tech profile on voltha branch
182 - 'build_voltha_pod_test':
183 build-node: 'menlo-demo-pod'
184 config-pod: 'onf-demo-pod'
185 release: 'master'
186 branch: 'master'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800187 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700188 profile: '1T4GEM'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800189
190 # Menlo pod with olt/onu - Uses GO Version - Default tech profile and timer based job
191 - 'build_voltha_pod_release':
192 build-node: 'menlo-demo-pod'
193 config-pod: 'onf-demo-pod'
194 release: 'master'
195 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700196 name-extension: '_DT'
197 work-flow: 'DT'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800198 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700199 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri5d5b9202020-03-08 20:54:18 -0700200 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800201 configurePod: true
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700202 profile: '1T8GEM'
Suchitra Vemurib5a4eaf2020-03-20 11:26:19 -0700203 time: '6'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800204
205 # Menlo pod test job - uses tech profile on voltha branch
206 - 'build_voltha_pod_test':
207 build-node: 'menlo-demo-pod'
208 config-pod: 'onf-demo-pod'
209 release: 'master'
210 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700211 name-extension: '_DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800212 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700213 profile: '1T8GEM'
214 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800215
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700216 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700217 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700218 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700219 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700220 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700221 branch: 'master'
222 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700223 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri5d5b9202020-03-08 20:54:18 -0700224 oltDebVersion: 'openolt-2.3.0.deb'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700225 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700226 profile: '1T4GEM'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700227 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700228 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700229 config-pod: 'onf-demo-pod'
230 branch: 'master'
231 test-repo: 'voltha-system-tests'
232 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700233 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700234
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700235 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700236 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700237 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700238 config-pod: 'onf-demo-pod'
239 release: 'master'
240 branch: 'master'
241 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700242 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurif5b2b222020-02-21 14:43:26 -0800243 oltDebVersion: 'openolt_asfvolt16_bal3.2.deb'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700244 configurePod: true
245 profile: 'Default'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700246
hwchiu810c70b2020-01-22 11:20:57 -0800247 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700248 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700249 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700250 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700251 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700252 branch: 'master'
253 test-repo: 'voltha-system-tests'
254 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800255
256 # Infosys pod with olt/onu - Default tech profile and timer based job
257 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700258 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800259 config-pod: 'infosys-pod'
260 release: 'master'
261 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800262 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700263 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800264 oltDebVersion: 'openolt_asfvolt16.deb'
265 configurePod: true
266 profile: 'Default'
Suchitra Vemuridd2ffd42020-03-24 23:03:40 -0700267 time: '7'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800268
269 # infosys test job - uses Default tech profile on voltha branch
270 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700271 build-node: 'infosys-test-pod'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800272 config-pod: 'infosys-pod'
273 release: 'master'
274 branch: 'master'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800275 test-repo: 'voltha-system-tests'
276 profile: 'Default'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800277
278
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100279 # Berlin pod with olt/onu - master versions Default tech profile and timer based job
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800280 - 'build_voltha_pod_release':
Zack Williams8ef79812019-10-29 11:09:18 -0700281 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800282 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100283 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800284 branch: 'master'
285 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700286 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella68f234e2020-03-23 11:44:24 +0100287 oltDebVersion: 'openolt-2.3.0.deb'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800288 configurePod: true
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800289 profile: 'Default'
Zack Williams21e3d162020-02-07 08:38:16 -0700290 with-kind: true
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100291 time: '9'
292
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800293
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100294 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800295 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700296 build-node: 'dt-berlin-community-pod'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800297 config-pod: 'dt-berlin-pod'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100298 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800299 branch: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800300 test-repo: 'voltha-system-tests'
301 profile: 'Default'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700302 power-switch: True