blob: 9aeda20c6372e3c3a726c249a42a98fd4017fa13 [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: ''
Andrea Campanella12ea28f2020-05-21 12:05:55 +020014 in-band-management: false
Suchitra Vemuri91896d42020-04-15 16:33:26 -070015 num-of-openonu: '1'
Suchitra Vemuri50e62792020-05-06 16:48:28 -070016 num-of-onos: '1'
17 num-of-atomix: '0'
Suchitra Vemuria0d92052020-07-15 11:36:12 -070018 reinstall-olt: true
Suchitra Vemurie6625222020-09-01 17:12:56 -070019 test-type: ''
Matteo Scandolo3dce2a12020-09-15 14:21:14 -070020 volthaSystemTestsChange: ''
21 kindVolthaChange: ''
22 cordTesterChange: ''
Andrea Campanella0d3110c2021-01-20 12:25:45 +010023 oltAdapterAppLabel: 'adapter-open-olt'
Suchitra Vemuridddc3ac2021-02-11 15:40:43 -080024 num-of-onus: ''
25 num-of-ponports: ''
Suchitra Vemuri5abcf2b2020-02-05 14:46:28 -080026
Andrea Campanellaf6a6fb32020-12-16 12:14:47 +010027
Suchitra Vemuri58acd872019-08-28 18:52:35 -070028 jobs:
Suchitra Vemuribc149852019-11-25 14:41:24 -080029 # flex OCP pod with olt/onu - manual test job, voltha master build job
Suchitra Vemuri85308382019-10-22 15:01:48 -070030 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070031 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070032 config-pod: 'flex-ocp-cord'
Suchitra Vemuri85308382019-10-22 15:01:48 -070033 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070034 branch: 'master'
Girish Gowdrad862f4f2020-12-13 19:09:45 -080035 num-of-openonu: '1'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -070036 num-of-onos: '3'
37 num-of-atomix: '3'
hwchiu14f97852019-10-08 10:51:11 -070038 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070039 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070040 profile: '1T4GEM'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070041
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070042 # flex pod1 test job - using voltha branch
43 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070044 build-node: 'qa-testvm-pod'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070045 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070046 profile: '1T4GEM'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070047 branch: 'master'
48 test-repo: 'voltha-system-tests'
49 Jenkinsfile: 'Jenkinsfile-voltha-test'
50
Suchitra Vemurifbc4a742020-01-08 16:55:26 -080051 # onlab pod1 OCP pod with olt/onu - Manual testing BAL3.1 release voltha master build job
Suchitra Vemuri8609a442019-10-22 21:03:27 -070052 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -070053 build-node: 'onf-build'
Suchitra Vemuri8609a442019-10-22 21:03:27 -070054 config-pod: 'onlab-pod1'
55 release: 'master'
56 branch: 'master'
57 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070058 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070059 profile: '1T4GEM'
Suchitra Vemuridb39b392019-08-30 16:58:58 -070060
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070061 # onlab pod1 test job - BAL3.1 tests using voltha branch
Suchitra Vemuridb39b392019-08-30 16:58:58 -070062 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070063 build-node: 'onf-build'
Suchitra Vemuri9ab77fa2019-10-23 14:32:20 -070064 config-pod: 'onlab-pod1'
65 profile: '1T4GEM'
hwchiu14f97852019-10-08 10:51:11 -070066 branch: 'master'
67 test-repo: 'voltha-system-tests'
68 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070069
Suchitra Vemurif8236c12019-10-22 15:51:39 -070070 # flex OCP pod with olt/onu - Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -070071 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -070072 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070073 config-pod: 'flex-ocp-cord'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -080074 'disable-job': true
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070075 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070076 branch: 'master'
Girish Gowdrad862f4f2020-12-13 19:09:45 -080077 num-of-openonu: '1'
Suchitra Vemuri50e62792020-05-06 16:48:28 -070078 num-of-onos: '3'
79 num-of-atomix: '3'
hwchiu14f97852019-10-08 10:51:11 -070080 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -070081 Jenkinsfile: 'Jenkinsfile-voltha-build'
hwchiu14f97852019-10-08 10:51:11 -070082 configurePod: true
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070083 profile: 'Default'
Suchitra Vemuri376859a2020-07-08 17:04:44 -070084 time: '4'
Suchitra Vemuri917aa612019-09-23 19:35:31 -070085
Suchitra Vemurif8236c12019-10-22 15:51:39 -070086 # flex pod1 test job - uses tech profile on voltha branch
Suchitra Vemurif921cda2019-09-25 22:53:45 -070087 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -070088 build-node: 'qa-testvm-pod'
hwchiu14f97852019-10-08 10:51:11 -070089 config-pod: 'flex-ocp-cord'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -080090 'disable-job': true
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070091 release: 'master'
hwchiu14f97852019-10-08 10:51:11 -070092 branch: 'master'
Suchitra Vemuriaf134ff2020-02-19 16:55:38 -080093 power-switch: True
hwchiu14f97852019-10-08 10:51:11 -070094 test-repo: 'voltha-system-tests'
Suchitra Vemuri1ee34042019-10-22 13:28:07 -070095 profile: 'Default'
Suchitra Vemurif8236c12019-10-22 15:51:39 -070096
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -080097 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -070098 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -070099 build-node: 'qa-testvm-pod'
Suchitra Vemuri6fb7b872019-11-05 15:20:51 -0800100 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800101 release: '2.6'
102 branch: 'voltha-2.6'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800103 'disable-job': true
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800104 num-of-openonu: '1'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700105 num-of-onos: '3'
106 num-of-atomix: '3'
107 test-repo: 'voltha-system-tests'
108 Jenkinsfile: 'Jenkinsfile-voltha-build'
109 configurePod: true
110 profile: '1T4GEM'
111 time: '1'
112
113 # flex pod1 test job - released versions: uses tech profile on voltha branch
114 - 'build_voltha_pod_test':
115 build-node: 'qa-testvm-pod'
116 config-pod: 'flex-ocp-cord'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800117 'disable-job': true
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800118 release: '2.6'
119 branch: 'voltha-2.6'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700120 power-switch: True
121 test-repo: 'voltha-system-tests'
122 profile: '1T4GEM'
123
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800124
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700125 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700126 - 'build_voltha_pod_release_timer':
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700127 build-node: 'qa-testvm-pod'
128 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800129 release: '2.6'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800130 'disable-job': true
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800131 branch: 'voltha-2.6'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800132 num-of-openonu: '1'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700133 num-of-onos: '3'
134 num-of-atomix: '3'
135 name-extension: '_TT'
136 work-flow: 'TT'
137 test-repo: 'voltha-system-tests'
138 Jenkinsfile: 'Jenkinsfile-voltha-build'
139 configurePod: true
140 profile: 'TP'
Suchitra Vemuri77449472020-08-19 11:54:47 -0700141 time: '22'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700142
143 # flex pod1 test job - released versions: uses tech profile on voltha branch
144 - 'build_voltha_pod_test':
145 build-node: 'qa-testvm-pod'
146 config-pod: 'flex-ocp-cord'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800147 release: '2.6'
148 branch: 'voltha-2.6'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800149 'disable-job': true
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700150 name-extension: '_TT'
151 work-flow: 'TT'
152 power-switch: True
153 pipeline-script: 'voltha-tt-physical-functional-tests.groovy'
154 test-repo: 'voltha-system-tests'
155 profile: 'TP'
156
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700157 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
Matteo Scandolo9973c652020-08-07 15:23:35 -0700158 - 'build_voltha_pod_release_timer':
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700159 build-node: 'qa-testvm-pod'
160 config-pod: 'flex-ocp-cord'
161 release: 'master'
162 branch: 'master'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800163 num-of-openonu: '1'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800164 'disable-job': true
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700165 num-of-onos: '3'
166 num-of-atomix: '3'
167 name-extension: '_TT'
168 work-flow: 'TT'
169 test-repo: 'voltha-system-tests'
170 Jenkinsfile: 'Jenkinsfile-voltha-build'
171 configurePod: true
172 profile: 'TP'
Suchitra Vemuridb717c72020-07-14 22:38:08 -0700173 time: '9'
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700174
175 # flex pod1 test job - released versions: uses tech profile on voltha branch
176 - 'build_voltha_pod_test':
177 build-node: 'qa-testvm-pod'
178 config-pod: 'flex-ocp-cord'
179 release: 'master'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800180 'disable-job': true
Suchitra Vemuri376859a2020-07-08 17:04:44 -0700181 branch: 'master'
182 name-extension: '_TT'
183 work-flow: 'TT'
184 power-switch: True
185 pipeline-script: 'voltha-tt-physical-functional-tests.groovy'
186 test-repo: 'voltha-system-tests'
187 profile: 'TP'
188
Suchitra Vemuricccb0c82020-11-18 11:27:18 -0800189
190 # Flex pod with xgs-pon olt/onu - master 1T4GEM tech profile and openonu go and timer based job
191 - 'build_voltha_pod_release_timer':
192 build-node: 'qa-testvm-pod'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800193 config-pod: 'flex-ocp-cord-openonupy'
194 release: '2.6'
195 branch: 'voltha-2.6'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800196 'disable-job': true
Suchitra Vemuricccb0c82020-11-18 11:27:18 -0800197 num-of-onos: '3'
198 num-of-atomix: '3'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800199 name-extension: '_openonupy'
Suchitra Vemuricccb0c82020-11-18 11:27:18 -0800200 test-repo: 'voltha-system-tests'
201 Jenkinsfile: 'Jenkinsfile-voltha-build'
202 configurePod: true
203 profile: '1T4GEM'
Suchitra Vemuricccb0c82020-11-18 11:27:18 -0800204 time: '18'
205
206
207 # Flex POD test job - master versions, uses 1T4GEM tech profile and openonu go on voltha branch
208 - 'build_voltha_pod_test':
209 build-node: 'qa-testvm-pod'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800210 config-pod: 'flex-ocp-cord-openonupy'
211 name-extension: '_openonupy'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800212 'disable-job': true
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800213 release: '2.6'
214 branch: 'voltha-2.6'
Suchitra Vemuricccb0c82020-11-18 11:27:18 -0800215 test-repo: 'voltha-system-tests'
216 profile: '1T4GEM'
Suchitra Vemuricccb0c82020-11-18 11:27:18 -0800217 power-switch: True
218
Suchitra Vemuri90cb71e2020-12-03 19:13:25 -0800219 # Flex pod with xgs-pon olt/onu - master TT workflow openonu go and timer based job
220 - 'build_voltha_pod_release_timer':
221 build-node: 'qa-testvm-pod'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800222 config-pod: 'flex-ocp-cord-openonupy'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800223 'disable-job': true
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800224 release: '2.6'
225 branch: 'voltha-2.6'
Suchitra Vemuri90cb71e2020-12-03 19:13:25 -0800226 num-of-onos: '3'
227 num-of-atomix: '3'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800228 name-extension: '_TT_openonupy'
Suchitra Vemuri90cb71e2020-12-03 19:13:25 -0800229 work-flow: 'TT'
230 test-repo: 'voltha-system-tests'
231 Jenkinsfile: 'Jenkinsfile-voltha-build'
232 configurePod: true
233 profile: 'TP'
234 time: '14'
235
236
237 # Flex POD test job - master versions, TT workflow and openonu go on voltha branch
238 - 'build_voltha_pod_test':
239 build-node: 'qa-testvm-pod'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800240 config-pod: 'flex-ocp-cord-openonupy'
241 name-extension: '_TT_openonupy'
Suchitra Vemurie2cd1472021-02-16 13:24:47 -0800242 'disable-job': true
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800243 release: '2.6'
244 branch: 'voltha-2.6'
Suchitra Vemuri90cb71e2020-12-03 19:13:25 -0800245 test-repo: 'voltha-system-tests'
246 work-flow: 'TT'
247 pipeline-script: 'voltha-tt-physical-functional-tests.groovy'
248 profile: 'TP'
249 power-switch: True
250
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700251 # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700252 - 'build_voltha_pod_release_timer':
Suchitra Vemuric0104df2020-08-31 14:28:01 -0700253 build-node: 'menlo-demo-pod'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800254 config-pod: 'onf-demo-pod'
255 release: 'master'
256 branch: 'master'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800257 num-of-openonu: '1'
Suchitra Vemuri70d7a662020-05-14 16:57:18 -0700258 num-of-onos: '3'
259 num-of-atomix: '3'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800260 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700261 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800262 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700263 profile: '1T4GEM'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700264 in-band-management: true
Andy Bavier08a76b52020-06-03 12:45:54 -0700265 VolthaEtcdPort: '9999'
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700266 time: '1'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800267
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800268 # Menlo pod test job - master test job uses tech profile on voltha branch
269 - 'build_voltha_pod_test':
270 build-node: 'menlo-demo-pod'
271 config-pod: 'onf-demo-pod'
272 release: 'master'
273 branch: 'master'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800274 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700275 profile: '1T4GEM'
Hung-Wei Chiu5444ec92020-04-22 15:58:17 -0700276 power-switch: True
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800277
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700278 # Menlo pod with olt/onu - master branch, Default tech profile and timer based job
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700279 - 'build_voltha_pod_release_timer':
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800280 build-node: 'menlo-demo-pod'
281 config-pod: 'onf-demo-pod'
282 release: 'master'
283 branch: 'master'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800284 num-of-openonu: '1'
Suchitra Vemuria3ac7182020-09-18 09:44:01 -0700285 num-of-onos: '3'
286 num-of-atomix: '3'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700287 name-extension: '_DT'
288 work-flow: 'DT'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800289 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700290 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800291 configurePod: true
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700292 profile: '1T8GEM'
Andy Bavier08a76b52020-06-03 12:45:54 -0700293 VolthaEtcdPort: '9999'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700294 in-band-management: true
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700295 time: '4'
Suchitra Vemurie6dd15a2020-03-04 18:15:58 -0800296
297 # Menlo pod test job - uses tech profile on voltha branch
298 - 'build_voltha_pod_test':
299 build-node: 'menlo-demo-pod'
300 config-pod: 'onf-demo-pod'
301 release: 'master'
302 branch: 'master'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700303 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200304 work-flow: 'DT'
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800305 test-repo: 'voltha-system-tests'
Suchitra Vemuri8d180ab2020-03-12 17:38:24 -0700306 profile: '1T8GEM'
307 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella9b234332020-04-24 12:22:18 +0200308 power-switch: True
Suchitra Vemurib1961a82019-11-18 20:04:44 -0800309
Suchitra Vemurie0963502020-04-11 14:03:54 -0700310
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700311 # Menlo pod with olt/onu - voltha-2.5 branch, Default tech profile and timer based job
312 - 'build_voltha_pod_release_timer':
313 build-node: 'menlo-demo-pod'
314 config-pod: 'onf-demo-pod'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800315 release: '2.6'
316 branch: 'voltha-2.6'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700317 name-extension: '_DT'
318 work-flow: 'DT'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800319 num-of-openonu: '1'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700320 num-of-onos: '3'
321 num-of-atomix: '3'
322 test-repo: 'voltha-system-tests'
323 Jenkinsfile: 'Jenkinsfile-voltha-build'
324 configurePod: true
325 profile: '1T8GEM'
326 VolthaEtcdPort: '9999'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700327 in-band-management: true
328 time: '7'
329
330 # Menlo pod test job - uses tech profile on voltha branch
331 - 'build_voltha_pod_test':
332 build-node: 'menlo-demo-pod'
333 config-pod: 'onf-demo-pod'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800334 release: '2.6'
335 branch: 'voltha-2.6'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700336 name-extension: '_DT'
337 work-flow: 'DT'
338 test-repo: 'voltha-system-tests'
339 profile: '1T8GEM'
340 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
341 power-switch: True
342
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700343 # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job
Matteo Scandolo404238c2019-10-18 14:52:53 -0700344 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700345 build-node: 'menlo-demo-pod'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700346 config-pod: 'onf-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700347 release: 'master'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700348 branch: 'master'
349 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700350 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo404238c2019-10-18 14:52:53 -0700351 configurePod: true
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700352 profile: '1T4GEM'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800353 num-of-openonu: '1'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700354 num-of-onos: '3'
355 num-of-atomix: '3'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700356 in-band-management: true
Matteo Scandolod1d03322019-10-23 13:24:16 -0700357 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700358 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700359 config-pod: 'onf-demo-pod'
360 branch: 'master'
361 test-repo: 'voltha-system-tests'
362 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700363 profile: '1T4GEM'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700364
Suchitra Vemuri851d6742019-10-31 15:15:24 -0700365 # Menlo DEMO-POD - Default TechProfile - manual build job
Matteo Scandolod1d03322019-10-23 13:24:16 -0700366 - 'build_pod_manual':
Zack Williams8ef79812019-10-29 11:09:18 -0700367 build-node: 'menlo-demo-pod'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700368 config-pod: 'onf-demo-pod'
369 release: 'master'
370 branch: 'master'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800371 num-of-openonu: '1'
Suchitra Vemuri0ec879e2020-08-04 17:26:17 -0700372 num-of-onos: '3'
373 num-of-atomix: '3'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700374 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700375 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo3eb8bc72019-10-23 11:49:29 -0700376 configurePod: true
377 profile: 'Default'
Suchitra Vemuria0d92052020-07-15 11:36:12 -0700378 in-band-management: true
Suchitra Vemuri42683152019-10-25 12:54:42 -0700379
hwchiu810c70b2020-01-22 11:20:57 -0800380 # ONF DEMO OCP test job - voltha-master branch
Matteo Scandolod1d03322019-10-23 13:24:16 -0700381 - 'build_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700382 build-node: 'menlo-demo-pod'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700383 config-pod: 'onf-demo-pod'
Suchitra Vemuri42683152019-10-25 12:54:42 -0700384 profile: 'Default'
Matteo Scandolod1d03322019-10-23 13:24:16 -0700385 branch: 'master'
386 test-repo: 'voltha-system-tests'
387 Jenkinsfile: 'Jenkinsfile-voltha-test'
Suchitra Vemuri34e832d2020-01-10 14:21:15 -0800388
Suchitra Vemuri553a8de2020-11-25 12:18:54 -0800389
Suchitra Vemuri553a8de2020-11-25 12:18:54 -0800390 # Menlo pod with olt/onu - Default tech profile and timer based job
Matteo Scandolo16672842020-06-02 14:19:33 -0700391 # ONF Menlo Soak POD build job - voltha-master branch
Matteo Scandolo9973c652020-08-07 15:23:35 -0700392 # FIXME once the soak-pod is back use 'build_voltha_pod_release_timer'
Matteo Scandolo16672842020-06-02 14:19:33 -0700393 - 'build_pod_manual':
394 build-node: 'menlo-soak-pod'
395 config-pod: 'onf-soak-pod'
396 release: 'master'
Suchitra Vemurib97bfef2021-02-19 13:37:59 -0800397 installBBSim: true
Matteo Scandolo16672842020-06-02 14:19:33 -0700398 branch: 'master'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700399 profile: '1T8GEM'
Matteo Scandolo16672842020-06-02 14:19:33 -0700400 test-repo: 'voltha-system-tests'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700401 name-extension: '_DT'
402 work-flow: 'DT'
Andrea Campanella28ab0112021-02-03 14:11:36 +0100403 reinstall-olt: false
Matteo Scandolo16672842020-06-02 14:19:33 -0700404 Jenkinsfile: 'Jenkinsfile-voltha-build'
Matteo Scandolo16672842020-06-02 14:19:33 -0700405 configurePod: true
Suchitra Vemuridddc3ac2021-02-11 15:40:43 -0800406 num-of-onus: 16
407 num-of-ponports: 8
Matteo Scandolo16672842020-06-02 14:19:33 -0700408
409 # ONF Menlo Soak POD test job - voltha-master branch
Matteo Scandolo9973c652020-08-07 15:23:35 -0700410 # FIXME once the soak-pod is back use 'build_voltha_pod_test'
Matteo Scandolo16672842020-06-02 14:19:33 -0700411 - 'build_pod_test':
412 build-node: 'menlo-soak-pod'
413 config-pod: 'onf-soak-pod'
Suchitra Vemuri553a8de2020-11-25 12:18:54 -0800414 'disable-job': true
Matteo Scandolo16672842020-06-02 14:19:33 -0700415 profile: 'Default'
416 branch: 'master'
417 test-repo: 'voltha-system-tests'
418 Jenkinsfile: 'Jenkinsfile-voltha-test'
419
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700420 # ONF Menlo Soak POD test job - voltha-master branch
Suchitra Vemurie6625222020-09-01 17:12:56 -0700421 # Run tests every three days
422 - 'build_voltha_pod_soak_test':
423 build-node: 'menlo-soak-pod'
424 config-pod: 'onf-soak-pod'
425 profile: '1T8GEM'
426 branch: 'master'
427 release: 'master'
428 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700429 name-extension: '_DT_soak_Func'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700430 test-type: 'Functional'
431 test-repo: 'voltha-system-tests'
Suchitra Vemurif4461652020-09-03 21:47:19 -0700432 pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700433 time-trigger: "H H 2 * *"
Suchitra Vemurie6625222020-09-01 17:12:56 -0700434
435 # ONF Menlo Soak POD test job - voltha-master branch
436 # Run tests every three days
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700437 - 'build_voltha_pod_soak_test':
438 build-node: 'menlo-soak-pod'
439 config-pod: 'onf-soak-pod'
Suchitra Vemuri649b02b2020-09-01 18:18:10 -0700440 profile: '1T8GEM'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700441 branch: 'master'
442 release: 'master'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700443 work-flow: 'DT'
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700444 name-extension: '_DT_soak_Fail'
Suchitra Vemurie6625222020-09-01 17:12:56 -0700445 test-type: 'Failure'
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700446 test-repo: 'voltha-system-tests'
Suchitra Vemurif4461652020-09-03 21:47:19 -0700447 pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
Suchitra Vemuri98d2a6e2020-09-11 12:27:10 -0700448 time-trigger: "H H */2 * *"
Suchitra Vemuri0921c752020-08-31 22:58:50 -0700449
Suchitra Vemuri11f1fe02020-09-11 11:09:23 -0700450 # ONF Menlo Soak POD test job - voltha-master branch
451 # Run dataplane tests every three days
452 - 'build_voltha_pod_soak_test':
453 build-node: 'menlo-soak-pod'
454 config-pod: 'onf-soak-pod'
455 profile: '1T8GEM'
456 branch: 'master'
457 release: 'master'
458 work-flow: 'DT'
459 name-extension: '_DT_soak_DP'
460 test-type: 'Dataplane'
461 test-repo: 'voltha-system-tests'
462 pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
463 time-trigger: "H H */3 * *"
464
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800465 # Berlin pod with olt/onu - master versions timer based job , two OLTs
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530466 - 'build_voltha_pod_release_timer':
Zack Williams8ef79812019-10-29 11:09:18 -0700467 build-node: 'dt-berlin-community-pod'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800468 config-pod: 'dt-berlin-pod-multi-olt'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100469 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800470 branch: 'master'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800471 name-extension: '_DT'
472 work-flow: 'DT'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800473 num-of-openonu: '1'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200474 num-of-onos: '3'
475 num-of-atomix: '3'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800476 test-repo: 'voltha-system-tests'
Suchitra Vemuri1560cb82020-03-27 15:34:57 -0700477 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800478 configurePod: true
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800479 profile: '1T8GEM'
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530480 time: '20'
Andrea Campanellaa54bab92020-02-07 15:37:41 +0100481
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800482
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100483 # Berlin POD test job - master versions: uses tech profile on voltha branch
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800484 - 'build_voltha_pod_test':
Zack Williams8ef79812019-10-29 11:09:18 -0700485 build-node: 'dt-berlin-community-pod'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800486 config-pod: 'dt-berlin-pod-multi-olt'
Andrea Campanellaf8adea62020-03-05 20:35:49 +0100487 release: 'master'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800488 branch: 'master'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800489 name-extension: '_DT'
490 work-flow: 'DT'
Suchitra Vemuribb9736a2020-01-16 23:00:12 -0800491 test-repo: 'voltha-system-tests'
Suchitra Vemuri77d7b332020-11-09 14:06:47 -0800492 profile: '1T8GEM'
Hung-Wei Chiu11d63f32020-03-09 09:32:04 -0700493 power-switch: True
Suchitra Vemuri4b0017a2020-11-10 16:28:55 -0800494 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700495
Andrea Campanella46f3c902020-12-16 09:46:43 +0100496 # Berlin pod with olt/onu - voltha-2.6 timer based job , two OLTs
Hardik Windlass88173c62021-02-19 15:47:24 +0000497 - 'build_voltha_pod_release_timer':
Andrea Campanella46f3c902020-12-16 09:46:43 +0100498 build-node: 'dt-berlin-community-pod'
499 config-pod: 'dt-berlin-pod-multi-olt'
500 release: '2.6'
501 branch: 'voltha-2.6'
502 name-extension: '_DT'
503 work-flow: 'DT'
504 num-of-openonu: '1'
505 num-of-onos: '3'
506 num-of-atomix: '3'
507 test-repo: 'voltha-system-tests'
508 Jenkinsfile: 'Jenkinsfile-voltha-build'
509 configurePod: true
510 profile: '1T8GEM'
Hardik Windlass88173c62021-02-19 15:47:24 +0000511 time: '1'
Andrea Campanella46f3c902020-12-16 09:46:43 +0100512
513
514 # Berlin POD test job - voltha-2.6 versions: two OLTs
515 - 'build_voltha_pod_test':
516 build-node: 'dt-berlin-community-pod'
517 config-pod: 'dt-berlin-pod-multi-olt'
518 release: '2.6'
519 branch: 'voltha-2.6'
520 name-extension: '_DT'
521 work-flow: 'DT'
522 test-repo: 'voltha-system-tests'
523 profile: '1T8GEM'
524 power-switch: True
525 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
526
527 # Berlin pod with olt/onu - voltha-2.6 Default tech profile and timer based job
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530528 - 'build_voltha_pod_release_timer':
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700529 build-node: 'dt-berlin-community-pod'
530 config-pod: 'dt-berlin-pod'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800531 release: '2.6'
532 branch: 'voltha-2.6'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800533 num-of-openonu: '1'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700534 num-of-onos: '3'
535 num-of-atomix: '3'
536 test-repo: 'voltha-system-tests'
537 Jenkinsfile: 'Jenkinsfile-voltha-build'
538 configurePod: true
Andrea Campanella28ab0112021-02-03 14:11:36 +0100539 disable-job: true
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700540 profile: 'Default'
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530541 # Update this value accordingly once the job is enabled
542 time: ''
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700543
544
545 # Berlin POD test job - master versions: uses tech profile on voltha branch
546 - 'build_voltha_pod_test':
547 build-node: 'dt-berlin-community-pod'
548 config-pod: 'dt-berlin-pod'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800549 release: '2.6'
550 branch: 'voltha-2.6'
Suchitra Vemuri2c4e6ac2020-03-30 18:21:01 -0700551 test-repo: 'voltha-system-tests'
552 profile: 'Default'
553 power-switch: True
Andrea Campanella625ba352020-04-02 15:32:13 +0200554
Andrea Campanella972d63e2020-05-14 19:59:08 +0200555 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530556 - 'build_voltha_pod_release_timer':
Andrea Campanella625ba352020-04-02 15:32:13 +0200557 build-node: 'dt-berlin-community-pod'
558 config-pod: 'dt-berlin-pod-gpon'
559 release: 'master'
560 branch: 'master'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800561 num-of-openonu: '1'
Andrea Campanellaa3aa5ca2020-05-22 15:53:07 +0200562 num-of-onos: '3'
563 num-of-atomix: '3'
Andrea Campanella625ba352020-04-02 15:32:13 +0200564 name-extension: '_DT'
565 work-flow: 'DT'
566 test-repo: 'voltha-system-tests'
567 Jenkinsfile: 'Jenkinsfile-voltha-build'
Andrea Campanella625ba352020-04-02 15:32:13 +0200568 configurePod: true
Andrea Campanella972d63e2020-05-14 19:59:08 +0200569 profile: '1T8GEM'
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530570 time: '6'
Andrea Campanella625ba352020-04-02 15:32:13 +0200571
572
Andrea Campanella972d63e2020-05-14 19:59:08 +0200573 # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch
Andrea Campanella625ba352020-04-02 15:32:13 +0200574 - 'build_voltha_pod_test':
575 build-node: 'dt-berlin-community-pod'
576 config-pod: 'dt-berlin-pod-gpon'
577 name-extension: '_DT'
Andrea Campanellad924ce22020-04-20 16:40:41 +0200578 work-flow: 'DT'
Andrea Campanella625ba352020-04-02 15:32:13 +0200579 release: 'master'
580 branch: 'master'
581 test-repo: 'voltha-system-tests'
Andrea Campanella972d63e2020-05-14 19:59:08 +0200582 profile: '1T8GEM'
Andrea Campanella625ba352020-04-02 15:32:13 +0200583 power-switch: True
584 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700585
Andrea Campanellaf6a6fb32020-12-16 12:14:47 +0100586 # Berlin pod with adtran gpon olt/onu - master 1T8GEM tech profile and timer based job
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530587 - 'build_voltha_pod_release_timer':
Andrea Campanellaf6a6fb32020-12-16 12:14:47 +0100588 build-node: 'dt-berlin-community-pod'
589 config-pod: 'dt-berlin-pod-gpon-adtran'
Andrea Campanella88703d32021-01-12 15:58:54 +0100590 release: '2.6'
591 branch: 'voltha-2.6'
Andrea Campanellaf6a6fb32020-12-16 12:14:47 +0100592 num-of-openonu: '1'
593 num-of-onos: '3'
594 num-of-atomix: '3'
595 name-extension: '_DT'
596 work-flow: 'DT'
597 test-repo: 'voltha-system-tests'
598 Jenkinsfile: 'Jenkinsfile-voltha-build'
599 configurePod: true
600 profile: '1T8GEM'
601 reinstall-olt: false
Andrea Campanellafe00cda2021-01-29 14:20:12 +0100602 openoltAdapterChart: '/home/community/adtran-2021-01-29/voltha-adapter-adtran-olt'
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530603 time: '11'
Andrea Campanellaf6a6fb32020-12-16 12:14:47 +0100604
605
606 # Berlin POD adtran test job - master versions: uses 1T8GEM tech profile on voltha branch
607 - 'build_voltha_pod_test':
608 build-node: 'dt-berlin-community-pod'
609 config-pod: 'dt-berlin-pod-gpon-adtran'
610 name-extension: '_DT'
611 work-flow: 'DT'
Andrea Campanella88703d32021-01-12 15:58:54 +0100612 release: '2.6'
613 branch: 'voltha-2.6'
Andrea Campanellaf6a6fb32020-12-16 12:14:47 +0100614 test-repo: 'voltha-system-tests'
615 profile: '1T8GEM'
Andrea Campanelladb022912021-02-24 12:05:23 +0100616 power-switch: True
Andrea Campanella0d3110c2021-01-20 12:25:45 +0100617 oltAdapterAppLabel: 'adapter-adtran-olt'
Andrea Campanellaf6a6fb32020-12-16 12:14:47 +0100618 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
619
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700620 # Berlin pod with gpon olt/onu - voltha-2.5 1T8GEM tech profile and timer based job
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530621 - 'build_voltha_pod_release_timer':
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700622 build-node: 'dt-berlin-community-pod'
623 config-pod: 'dt-berlin-pod-gpon'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800624 release: '2.6'
625 branch: 'voltha-2.6'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800626 num-of-openonu: '1'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700627 num-of-onos: '3'
628 num-of-atomix: '3'
629 name-extension: '_DT'
630 work-flow: 'DT'
631 test-repo: 'voltha-system-tests'
632 Jenkinsfile: 'Jenkinsfile-voltha-build'
633 configurePod: true
634 profile: '1T8GEM'
Hardik Windlassd4f410a2021-02-23 15:05:42 +0530635 time: '16'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700636
637
Andrea Campanella88da16d2020-10-20 15:11:48 +0200638 # Berlin POD test job - voltha-2.5 versions: uses 1T8GEM tech profile on voltha branch
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700639 - 'build_voltha_pod_test':
640 build-node: 'dt-berlin-community-pod'
641 config-pod: 'dt-berlin-pod-gpon'
642 name-extension: '_DT'
643 work-flow: 'DT'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800644 release: '2.6'
645 branch: 'voltha-2.6'
Suchitra Vemuri26fe2432020-09-14 19:51:32 -0700646 test-repo: 'voltha-system-tests'
647 profile: '1T8GEM'
648 power-switch: True
649 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
650
Andrea Campanella350c6102020-10-01 09:56:40 +0200651 # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and openonu go and timer based job
652 - 'build_voltha_pod_release_timer':
653 build-node: 'dt-berlin-community-pod'
654 config-pod: 'dt-berlin-pod-openonugo'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800655 'disable-job': true
Andrea Campanella350c6102020-10-01 09:56:40 +0200656 release: 'master'
657 branch: 'master'
658 num-of-onos: '3'
659 num-of-atomix: '3'
660 name-extension: '_DT_openonugo'
661 work-flow: 'DT'
662 test-repo: 'voltha-system-tests'
663 Jenkinsfile: 'Jenkinsfile-voltha-build'
664 configurePod: true
665 profile: '1T8GEM'
Suchitra Vemurieaed1932020-11-04 13:41:46 -0800666 time: '9'
Andrea Campanella350c6102020-10-01 09:56:40 +0200667
668
669 # Berlin POD test job - master versions, uses 1T8GEM tech profile and openonu go on voltha branch
670 - 'build_voltha_pod_test':
671 build-node: 'dt-berlin-community-pod'
Andrea Campanellac4e6f3f2020-10-02 11:34:42 +0200672 config-pod: 'dt-berlin-pod-openonugo'
Suchitra Vemuri1d3e0212020-12-10 16:36:00 -0800673 'disable-job': true
Andrea Campanella350c6102020-10-01 09:56:40 +0200674 name-extension: '_DT_openonugo'
675 work-flow: 'DT'
676 release: 'master'
677 branch: 'master'
678 test-repo: 'voltha-system-tests'
679 profile: '1T8GEM'
680 power-switch: True
Andrea Campanellaee548692020-11-12 09:40:06 +0100681 pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
Andrea Campanella350c6102020-10-01 09:56:40 +0200682
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700683 # Berlin pod with olt/onu - manual test job, voltha master build job
684 - 'build_pod_manual':
685 build-node: 'dt-berlin-community-pod'
686 config-pod: 'dt-berlin-pod-gpon'
687 release: 'master'
688 branch: 'master'
Girish Gowdrad862f4f2020-12-13 19:09:45 -0800689 num-of-openonu: '1'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700690 test-repo: 'voltha-system-tests'
691 Jenkinsfile: 'Jenkinsfile-voltha-build'
Suchitra Vemuridaed5252020-05-28 12:36:15 -0700692 profile: 'Default'
693
694 # Berlin pod1 test job - using voltha branch
695 - 'build_pod_test':
696 build-node: 'dt-berlin-community-pod'
697 config-pod: 'dt-berlin-pod-gpon'
698 profile: 'Default'
699 branch: 'master'
700 test-repo: 'voltha-system-tests'
701 Jenkinsfile: 'Jenkinsfile-voltha-test'