blob: 1ee95471f2a943b05405aca2b1d7866cee685cda [file] [log] [blame]
Kailash8b8de742019-07-30 08:54:51 -07001---
2# voltha 2.0 tests
3
4- project:
5 name: voltha-e2e
6
7 project-name: '{name}'
Zack Williams03ebb272020-03-27 09:42:33 -07008 manualBranch: ''
Suchitra Vemuri456b6b42020-11-10 19:06:22 -08009 olts: 1
Andrea Campanellaf3c32af2020-12-10 12:21:57 +010010 onus: 1
11 pons: 1
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080012 withAlarms: true
13 make-target-failtest: bbsim-failurescenarios
14 make-target-errortest: bbsim-errorscenarios
15 make-target-alarmtest: bbsim-alarms-kind
Suchitra Vemuri0a9c8c62020-12-07 18:24:31 -080016 make-target-multipleolt: bbsim-multiolt-kind
TorstenThieme669258d2021-01-29 09:03:10 +000017 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-test
18 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-test
TorstenThiemea6c21342021-05-05 09:21:59 +000019 make-target-reconciletest: reconcile-openonu-go-adapter-test-att
TorstenThieme45422612021-03-23 10:38:59 +000020 make-target-reconciledttest: reconcile-openonu-go-adapter-test-dt
21 make-target-reconciletttest: reconcile-openonu-go-adapter-test-tt
Kailash8b8de742019-07-30 08:54:51 -070022
23 jobs:
Matteo Scandoloa57b0972021-05-03 14:04:58 -070024 - 'voltha-periodic-test':
Hung-Wei Chiu5ec2edf2020-04-30 14:53:13 -070025 name: 'periodic-voltha-test-bbsim'
Hung-Wei Chiu5ec2edf2020-04-30 14:53:13 -070026 code-branch: 'master'
Hardik Windlass696002d2021-05-07 11:38:28 +000027 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -080028 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -070029 testTargets: |
30 - target: functional-single-kind
31 workflow: att
32 flags: ""
33 teardown: true
34 - target: bbsim-alarms-kind
35 workflow: att
36 flags: ""
37 teardown: false
38 - target: bbsim-failurescenarios
39 workflow: att
40 flags: ""
41 teardown: false
42 - target: bbsim-errorscenarios
43 workflow: att
44 flags: ""
45 teardown: false
46
47 - 'voltha-periodic-test':
48 name: 'periodic-voltha-multiple-olts-test-bbsim'
Suchitra Vemuri456b6b42020-11-10 19:06:22 -080049 code-branch: 'master'
50 olts: 2
Matteo Scandoloa57b0972021-05-03 14:04:58 -070051 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -080052 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -070053 testTargets: |
54 - target: functional-multi-olt
55 workflow: att
56 flags: ""
57 teardown: true
58 - target: bbsim-multiolt-failurescenarios
59 workflow: att
60 flags: ""
61 teardown: false
62 - target: bbsim-multiolt-errorscenarios
63 workflow: att
64 flags: ""
65 teardown: false
66 - target: bbsim-multiolt-kind
67 workflow: att
68 flags: ""
69 teardown: false
Andy Bavierf93f3142020-01-09 16:08:51 -070070
Matteo Scandolo075740f2021-04-22 14:52:29 -070071 - 'voltha-periodic-test-kind-voltha-based':
Hardik Windlass46d61132021-03-30 16:42:07 +053072 name: 'periodic-voltha-multiple-olts-test-bbsim-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -070073 pipeline-script: 'voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy'
Suchitra Vemuri95a73432020-12-16 13:17:48 -080074 build-node: 'qct-pod4-node2'
75 make-target: functional-multi-olt
76 make-target-failtest: bbsim-multiolt-failurescenarios
77 make-target-errortest: bbsim-multiolt-errorscenarios
78 make-target-alarmtest: bbsim-alarms-kind
79 make-target-multipleolt: bbsim-multiolt-kind
80 withAlarms: false
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -070081 code-branch: 'voltha-2.7'
Suchitra Vemuri95a73432020-12-16 13:17:48 -080082 olts: 2
83 onus: 2
84 pons: 2
Suchitra Vemuri5fc1c6a2021-04-13 19:12:38 -070085 time-trigger: "H H * * *"
Suchitra Vemuri95a73432020-12-16 13:17:48 -080086
Matteo Scandoloa57b0972021-05-03 14:04:58 -070087 # openonu Go periodic tests
Suchitra Vemuri95a73432020-12-16 13:17:48 -080088 - 'voltha-periodic-test':
TorstenThieme326e7972021-01-19 14:27:59 +000089 name: 'periodic-voltha-openonu-go-test-bbsim'
TorstenThieme326e7972021-01-19 14:27:59 +000090 code-branch: 'master'
Matteo Scandoloee626e02021-05-05 08:13:16 -070091 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
TorstenThieme326e7972021-01-19 14:27:59 +000092 time-trigger: "H H/12 * * *"
Hardik Windlass696002d2021-05-07 11:38:28 +000093 logLevel: 'DEBUG'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -070094 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +000095 - target: 1t1gem-openonu-go-adapter-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -070096 workflow: att
97 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -070098 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -070099 - target: 1t4gem-openonu-go-adapter-test
100 workflow: att
101 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700102 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700103 - target: 1t8gem-openonu-go-adapter-test
104 workflow: att
105 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700106 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700107 - target: mib-upload-templating-openonu-go-adapter-test
108 workflow: att
109 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700110 teardown: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000111 - target: reconcile-openonu-go-adapter-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700112 workflow: att
113 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700114 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700115 - target: reconcile-openonu-go-adapter-test-dt
116 workflow: dt
117 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700118 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700119 - target: reconcile-openonu-go-adapter-test-tt
120 workflow: tt
121 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700122 teardown: true
TorstenThieme39209882021-05-12 11:22:39 +0000123 - target: openonu-go-adapter-omci-hardening-passed-test
124 workflow: att
125 flags: "--set omci_response_rate=9 --set omci_timeout=1s"
126 teardown: true
127 - target: openonu-go-adapter-omci-hardening-failed-test
128 workflow: att
129 flags: "--set omci_response_rate=7"
130 teardown: true
TorstenThieme326e7972021-01-19 14:27:59 +0000131
132 - 'voltha-periodic-test':
Matteo Scandolo075740f2021-04-22 14:52:29 -0700133 name: 'patchset-voltha-openonu-go-test-bbsim'
Hardik Windlass8c3813b2021-05-07 08:13:37 +0000134 trigger-comment: "voltha test openonu singleolt"
Matteo Scandolo075740f2021-04-22 14:52:29 -0700135 code-branch: '$GERRIT_BRANCH'
Matteo Scandoloee626e02021-05-05 08:13:16 -0700136 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700137 gerrit-project: '$GERRIT_PROJECT'
138 gerritRefspec: '$GERRIT_REFSPEC'
Hardik Windlass696002d2021-05-07 11:38:28 +0000139 logLevel: 'DEBUG'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700140 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000141 - target: 1t1gem-openonu-go-adapter-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700142 workflow: att
143 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700144 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700145 - target: 1t4gem-openonu-go-adapter-test
146 workflow: att
147 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700148 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700149 - target: 1t8gem-openonu-go-adapter-test
150 workflow: att
151 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700152 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700153 - target: mib-upload-templating-openonu-go-adapter-test
154 workflow: att
155 flags: "--set pon=2,onu=2,controlledActivation=only-onu"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700156 teardown: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000157 - target: reconcile-openonu-go-adapter-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700158 workflow: att
159 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700160 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700161 - target: reconcile-openonu-go-adapter-test-dt
162 workflow: dt
163 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700164 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700165 - target: reconcile-openonu-go-adapter-test-tt
166 workflow: tt
167 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700168 teardown: true
TorstenThieme39209882021-05-12 11:22:39 +0000169 - target: openonu-go-adapter-omci-hardening-passed-test
170 workflow: att
171 flags: "--set omci_response_rate=9 --set omci_timeout=1s"
172 teardown: true
173 - target: openonu-go-adapter-omci-hardening-failed-test
174 workflow: att
175 flags: "--set omci_response_rate=7"
176 teardown: true
Matteo Scandolo075740f2021-04-22 14:52:29 -0700177
178 - 'voltha-periodic-test-kind-voltha-based':
Hardik Windlass46d61132021-03-30 16:42:07 +0530179 name: 'periodic-voltha-openonu-go-test-bbsim-2.7'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700180 pipeline-script: 'voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700181 build-node: 'ubuntu18.04-basebuild-8c-15g'
Hardik Windlass46d61132021-03-30 16:42:07 +0530182 make-target: openonu-go-adapter-test
183 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-test
184 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-test
TorstenThieme45422612021-03-23 10:38:59 +0000185 make-target-reconciletest: reconcile-openonu-go-adapter-test
186 make-target-reconciledttest: reconcile-openonu-go-adapter-test-dt
187 make-target-reconciletttest: reconcile-openonu-go-adapter-test-tt
Hardik Windlass46d61132021-03-30 16:42:07 +0530188 withAlarms: false
189 code-branch: 'voltha-2.7'
190 time-trigger: "H H/23 * * *"
191
192 - 'voltha-periodic-test':
TorstenThieme669258d2021-01-29 09:03:10 +0000193 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700194 code-branch: 'master'
Hardik Windlass696002d2021-05-07 11:38:28 +0000195 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700196 olts: 2
Hardik Windlass696002d2021-05-07 11:38:28 +0000197 logLevel: 'DEBUG'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700198 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000199 - target: 1t1gem-openonu-go-adapter-multi-olt-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700200 workflow: att
201 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700202 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700203 - target: 1t4gem-openonu-go-adapter-multi-olt-test
204 workflow: att
205 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700206 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700207 - target: 1t8gem-openonu-go-adapter-multi-olt-test
208 workflow: att
209 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700210 teardown: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000211 - target: reconcile-openonu-go-adapter-multi-olt-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700212 workflow: att
213 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700214 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700215 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
216 workflow: dt
217 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700218 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700219 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
220 workflow: tt
221 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700222 teardown: true
TorstenThieme669258d2021-01-29 09:03:10 +0000223 time-trigger: "H H/12 * * *"
224
225 - 'voltha-periodic-test':
Matteo Scandolo075740f2021-04-22 14:52:29 -0700226 name: 'patchset-voltha-multiple-olts-openonu-go-test-bbsim'
227 trigger-comment: "voltha test openonu multiolt"
228 code-branch: '$GERRIT_BRANCH'
Hardik Windlass696002d2021-05-07 11:38:28 +0000229 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700230 gerrit-project: '$GERRIT_PROJECT'
231 gerritRefspec: '$GERRIT_REFSPEC'
Hardik Windlass696002d2021-05-07 11:38:28 +0000232 logLevel: 'DEBUG'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700233 testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000234 - target: 1t1gem-openonu-go-adapter-multi-olt-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700235 workflow: att
236 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700237 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700238 - target: 1t4gem-openonu-go-adapter-multi-olt-test
239 workflow: att
240 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700241 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700242 - target: 1t8gem-openonu-go-adapter-multi-olt-test
243 workflow: att
244 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700245 teardown: true
TorstenThiemea6c21342021-05-05 09:21:59 +0000246 - target: reconcile-openonu-go-adapter-multi-olt-test-att
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700247 workflow: att
248 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700249 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700250 - target: reconcile-openonu-go-adapter-multi-olt-test-dt
251 workflow: dt
252 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700253 teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700254 - target: reconcile-openonu-go-adapter-multi-olt-test-tt
255 workflow: tt
256 flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700257 teardown: true
Matteo Scandolo075740f2021-04-22 14:52:29 -0700258 olts: 2
Matteo Scandolo075740f2021-04-22 14:52:29 -0700259
TorstenThieme869ba322021-05-05 12:11:42 +0000260 - 'voltha-periodic-test':
261 name: 'periodic-voltha-pm-data-test-bbsim'
262 code-branch: 'master'
TorstenThieme6877ab12021-05-26 13:28:54 +0000263 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
TorstenThieme869ba322021-05-05 12:11:42 +0000264 time-trigger: "H H/23 * * *"
265 logLevel: 'DEBUG'
266 testTargets: |
267 - target: voltha-pm-data-single-kind-att
268 workflow: att
269 flags: ""
270 teardown: true
271 - target: voltha-pm-data-single-kind-dt
272 workflow: dt
273 flags: ""
274 teardown: true
275 - target: voltha-pm-data-single-kind-tt
276 workflow: tt
277 flags: ""
278 teardown: true
279 timeout: 140
280
281 - 'voltha-periodic-test':
282 name: 'patchset-voltha-pm-data-test-bbsim'
283 trigger-comment: "voltha test pm data singleolt"
284 code-branch: '$GERRIT_BRANCH'
TorstenThieme6877ab12021-05-26 13:28:54 +0000285 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
TorstenThieme869ba322021-05-05 12:11:42 +0000286 code-branch: '$GERRIT_BRANCH'
287 gerrit-project: '$GERRIT_PROJECT'
288 gerritRefspec: '$GERRIT_REFSPEC'
289 logLevel: 'DEBUG'
290 testTargets: |
291 - target: voltha-pm-data-single-kind-att
292 workflow: att
293 flags: ""
294 teardown: true
295 - target: voltha-pm-data-single-kind-dt
296 workflow: dt
297 flags: ""
298 teardown: true
299 - target: voltha-pm-data-single-kind-tt
300 workflow: tt
301 flags: ""
302 teardown: true
303 timeout: 140
304
305 - 'voltha-periodic-test':
306 name: 'periodic-voltha-multiple-olts-pm-data-test-bbsim'
307 code-branch: 'master'
TorstenThieme6877ab12021-05-26 13:28:54 +0000308 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2 --set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
TorstenThieme869ba322021-05-05 12:11:42 +0000309 olts: 2
310 timeout: 180
311 logLevel: 'DEBUG'
312 testTargets: |
313 - target: voltha-pm-data-multiolt-kind-att
314 workflow: att
315 flags: ""
316 teardown: true
317 - target: voltha-pm-data-multiolt-kind-dt
318 workflow: dt
319 flags: ""
320 teardown: true
321 - target: voltha-pm-data-multiolt-kind-tt
322 workflow: tt
323 flags: ""
324 teardown: true
325 time-trigger: "H H/23 * * *"
326
327 - 'voltha-periodic-test':
328 name: 'patchset-voltha-multiple-olts-pm-data-test-bbsim'
329 trigger-comment: "voltha test pm data multiolt"
330 code-branch: '$GERRIT_BRANCH'
TorstenThieme6877ab12021-05-26 13:28:54 +0000331 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2 --set kafka.externalAccess.enabled=true,kafka.externalAccess.service.type=NodePort,kafka.externalAccess.service.nodePorts[0]=30201,kafka.externalAccess.service.domain=127.0.0.1'
TorstenThieme869ba322021-05-05 12:11:42 +0000332 gerrit-project: '$GERRIT_PROJECT'
333 gerritRefspec: '$GERRIT_REFSPEC'
334 logLevel: 'DEBUG'
335 testTargets: |
336 - target: voltha-pm-data-multiolt-kind-att
337 workflow: att
338 flags: ""
339 teardown: true
340 - target: voltha-pm-data-multiolt-kind-dt
341 workflow: dt
342 flags: ""
343 teardown: true
344 - target: voltha-pm-data-multiolt-kind-tt
345 workflow: tt
346 flags: ""
347 teardown: true
348 olts: 2
349 timeout: 180
350
Matteo Scandolo075740f2021-04-22 14:52:29 -0700351 - 'voltha-periodic-test-kind-voltha-based':
Hardik Windlass46d61132021-03-30 16:42:07 +0530352 name: 'periodic-voltha-multiple-olts-openonu-go-test-bbsim-2.7'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700353 pipeline-script: 'voltha/voltha-2.7/voltha-openonu-go-test-bbsim.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700354 build-node: 'ubuntu18.04-basebuild-8c-15g'
Hardik Windlass46d61132021-03-30 16:42:07 +0530355 make-target: openonu-go-adapter-multi-olt-test
356 make-target-1t4gemtest: 1t4gem-openonu-go-adapter-multi-olt-test
357 make-target-1t8gemtest: 1t8gem-openonu-go-adapter-multi-olt-test
TorstenThiemea6c21342021-05-05 09:21:59 +0000358 make-target-reconciletest: reconcile-openonu-go-adapter-multi-olt-test
359 make-target-reconciledttest: reconcile-openonu-go-adapter-multi-olt-test-dt
360 make-target-reconciletttest: reconcile-openonu-go-adapter-multi-olt-test-tt
Hardik Windlass46d61132021-03-30 16:42:07 +0530361 withAlarms: false
362 code-branch: 'voltha-2.7'
363 olts: 2
364 onus: 2
365 pons: 2
366 time-trigger: "H H/23 * * *"
367
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700368 - 'voltha-periodic-test':
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100369 name: 'periodic-voltha-test-DMI'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700370 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100371 code-branch: 'master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800372 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700373 testTargets: |
374 - target: bbsim-dmi-hw-management-test
375 workflow: att
376 flags: ""
377 teardown: true
Andrea Campanellaf3c32af2020-12-10 12:21:57 +0100378
Matteo Scandolo075740f2021-04-22 14:52:29 -0700379 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700380 name: 'periodic-voltha-test-DMI-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700381 pipeline-script: 'voltha/voltha-2.7/voltha-DMI-bbsim-tests.groovy'
Andrea Campanellae9739492020-12-17 09:54:04 +0100382 build-node: 'qct-pod4-node2'
383 make-target: bbsim-dmi-hw-management-test
384 withAlarms: false
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700385 code-branch: 'voltha-2.7'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800386 time-trigger: "H H/23 * * *"
Andrea Campanellae9739492020-12-17 09:54:04 +0100387
Matteo Scandolo075740f2021-04-22 14:52:29 -0700388 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700389 name: 'periodic-voltha-test-bbsim-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700390 pipeline-script: 'voltha/voltha-2.7/voltha-nightly-tests-bbsim.groovy'
Andy Bavier10926f12020-03-27 16:53:43 -0700391 build-node: 'qct-pod4-node2'
Andy Bavier10926f12020-03-27 16:53:43 -0700392 make-target: functional-single-kind
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800393 make-target-failtest: bbsim-failurescenarios
394 make-target-errortest: bbsim-errorscenarios
395 make-target-alarmtest: bbsim-alarms-kind
396 withAlarms: true
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700397 code-branch: 'voltha-2.7'
Suchitra Vemuri5fc1c6a2021-04-13 19:12:38 -0700398 time-trigger: "H H * * *"
Andy Bavier10926f12020-03-27 16:53:43 -0700399
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700400 - 'voltha-periodic-test':
Andy Bavier4be37062020-06-29 15:17:26 -0700401 name: 'periodic-voltha-etcd-test'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700402 build-node: 'ubuntu18.04-basebuild-4c-8g'
hwchiuc9189b72019-12-02 15:12:29 -0800403 code-branch: 'master'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700404 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master --set onu=2,pon=2'
hwchiufdc49242019-11-18 16:37:22 -0800405 time-trigger: "H H/12 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700406 testTargets: |
407 - target: sanity-multi-kind
408 workflow: att
409 flags: ""
410 teardown: true
hwchiufdc49242019-11-18 16:37:22 -0800411
Matteo Scandolo075740f2021-04-22 14:52:29 -0700412 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700413 name: 'periodic-voltha-etcd-test-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700414 pipeline-script: 'voltha/voltha-2.7/voltha-system-test-bbsim.groovy'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700415 build-node: 'ubuntu18.04-basebuild-4c-8g'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700416 code-branch: 'voltha-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700417 make-target: sanity-multi-kind
418 onus: 2
419 pons: 2
420 time-trigger: "H H/12 * * *"
421
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700422 - 'voltha-periodic-test':
Andy Bavier3708d072019-12-10 15:22:18 -0700423 name: 'periodic-voltha-sanity-test-multi-runs'
Andy Bavier3708d072019-12-10 15:22:18 -0700424 code-branch: 'master'
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800425 time-trigger: "H H/23 * * *"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700426 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
427 testTargets: |
428 - target: sanity-kind
429 workflow: att
430 flags: ""
431 teardown: true
432 - target: sanity-kind
433 workflow: att
434 flags: ""
435 teardown: false
436 - target: sanity-kind
437 workflow: att
438 flags: ""
439 teardown: false
440 - target: sanity-kind
441 workflow: att
442 flags: ""
443 teardown: false
444 - target: sanity-kind
445 workflow: att
446 flags: ""
447 teardown: false
Andy Bavier10926f12020-03-27 16:53:43 -0700448
Matteo Scandolo075740f2021-04-22 14:52:29 -0700449 - 'voltha-periodic-test-kind-voltha-based':
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700450 name: 'periodic-voltha-sanity-test-multi-runs-2.7'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700451 pipeline-script: 'voltha/voltha-2.7/voltha-go-multi-tests.groovy'
Andy Bavier10926f12020-03-27 16:53:43 -0700452 build-node: 'qct-pod4-node2'
Suchitra Vemuri2b0f4882021-03-22 22:10:43 -0700453 code-branch: 'voltha-2.7'
Andy Bavier10926f12020-03-27 16:53:43 -0700454 make-target: sanity-kind
455 onus: 1
456 pons: 1
457 test-runs: 5
Suchitra Vemuricbb9d842021-02-24 20:29:19 -0800458 time-trigger: "H H/23 * * *"
Andy Bavier10926f12020-03-27 16:53:43 -0700459
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700460 - 'voltha-periodic-test':
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700461 name: 'nightly-voltha-DTflow-sanity-test'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700462 build-node: 'ubuntu18.04-basebuild-4c-8g'
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700463 code-branch: 'master'
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700464 time-trigger: "@daily"
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700465 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
466 testTargets: |
467 - target: sanity-kind-dt
468 workflow: dt
469 flags: ""
470 teardown: true
Hung-Wei Chiuf3f00052020-03-31 11:12:06 -0700471
Matteo Scandolob6d80732021-05-05 14:06:42 -0700472 # ATT Per-patchset Pod builds on Tucson pod (master)
Andy Bavier51ba7e82019-12-17 11:01:01 -0700473 - 'verify_physical_voltha_patchset_auto':
474 name: 'verify_physical_voltha_patchset_auto'
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700475 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolob6d80732021-05-05 14:06:42 -0700476 workflow: 'att'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700477
Matteo Scandolob6d80732021-05-05 14:06:42 -0700478 # ATT Per-patchset Pod builds on Tucson pod (voltha-2.7)
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700479 - 'verify_physical_voltha_patchset_auto':
480 name: 'verify_physical_voltha_patchset_auto_voltha-2.7'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700481 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Girish Gowdrab6015cf2021-03-18 12:55:20 -0700482 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700483 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
484 branch-pattern: voltha-2.7
Matteo Scandolob6d80732021-05-05 14:06:42 -0700485 workflow: 'att'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700486
Matteo Scandolob6d80732021-05-05 14:06:42 -0700487 # ATT Manual Pod builds on Tucson pod (master)
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700488 - 'verify_physical_voltha_patchset_manual':
489 name: 'verify_physical_voltha_patchset_manual'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700490 trigger-string: 'hardware test'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700491 branch-pattern: master
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700492 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolob6d80732021-05-05 14:06:42 -0700493 workflow: 'att'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700494
Matteo Scandolob6d80732021-05-05 14:06:42 -0700495 # ATT Manual Pod builds on Tucson pod (voltha-2.7)
496 - 'verify_physical_voltha_patchset_manual':
497 name: 'verify_physical_voltha_patchset_manual_voltha-2.7'
498 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
499 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
500 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
501 trigger-string: 'hardware test'
502 branch-pattern: voltha-2.7
503 workflow: 'att'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700504
Matteo Scandolob6d80732021-05-05 14:06:42 -0700505 # DT Manual Pod builds on Tucson pod (master)
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700506 - 'verify_physical_voltha_patchset_manual':
507 name: 'verify_physical_voltha_patchset_manual_DT'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700508 workflow: 'dt'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700509 trigger-string: 'DT hardware test'
510 default-test-args: '-i sanityDt -i PowerSwitch -X'
511 branch-pattern: master
Matteo Scandolobb7382d2021-05-05 08:32:35 -0700512 extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700513
Matteo Scandolob6d80732021-05-05 14:06:42 -0700514 # DT Per-patchset Pod builds on Tucson pod (voltha-2.7)
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700515 - 'verify_physical_voltha_patchset_manual':
516 name: 'verify_physical_voltha_patchset_manual_DT_voltha-2.7'
517 workflow: 'dt'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -0700518 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700519 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700520 pipeline-script: 'voltha/voltha-2.7/voltha-physical-build-and-tests.groovy'
Andy Bavierd83bf3a2020-08-13 14:55:07 -0700521 trigger-string: 'DT hardware test'
Girish Gowdraaabad2b2021-01-21 12:24:34 -0800522 default-test-args: '-i sanityDt -i PowerSwitch -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700523 branch-pattern: voltha-2.7
Andy Bavier19c98a22019-11-11 13:57:11 -0700524
Kailash8b8de742019-07-30 08:54:51 -0700525- job-template:
Kailashaad71012019-08-27 10:36:53 -0700526 id: 'voltha-periodic-test'
527 name: '{name}'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700528 pipeline-script: 'voltha/master/periodic-bbsim-tests.groovy'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700529 build-node: 'ubuntu18.04-basebuild-8c-15g'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700530 robot-args: ''
531 gerrit-project: ''
532 gerritRefspec: ''
Matteo Scandolo075740f2021-04-22 14:52:29 -0700533 volthaSystemTestsChange: ''
534 volthaHelmChartsChange: ''
535 extraHelmFlags: ''
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700536 registry: mirror.registry.opennetworking.org
Matteo Scandolo075740f2021-04-22 14:52:29 -0700537 sandbox: true
538 olts: 1
TorstenThieme869ba322021-05-05 12:11:42 +0000539 timeout: 130
Hardik Windlass696002d2021-05-07 11:38:28 +0000540 logLevel: 'INFO'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700541
Matteo Scandolo075740f2021-04-22 14:52:29 -0700542 trigger-comment: vv7CBoQQYYonvaN8xcru
543 time-trigger: 0 0 29 2 *
544
545 description: |
546 <!-- Managed by Jenkins Job Builder -->
547 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
548 E2E Validation for Voltha 2.X
549
550 properties:
551 - cord-infra-properties:
552 build-days-to-keep: '{big-build-days-to-keep}'
553 artifact-num-to-keep: '{big-artifact-num-to-keep}'
554
555 wrappers:
556 - lf-infra-wrappers:
557 build-timeout: '{build-timeout}'
558 jenkins-ssh-credential: '{jenkins-ssh-credential}'
559
560 parameters:
561 - string:
562 name: buildNode
563 default: '{build-node}'
564 description: 'Name of the Jenkins node to run the job on'
565
566 - string:
567 name: extraHelmFlags
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700568 default: '{extraHelmFlags}'
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700569 description: 'Helm flags (passed to each deployment)'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700570
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700571 # test configuration
572 # this is a parameter to drive the test execution, VOLTHA is redeployed each time with
573 # the provided configuration and then the make target is invoked,
574 # example value (has to be valid YAML):
575 # testTargets: |
TorstenThiemea6c21342021-05-05 09:21:59 +0000576 # - target: 1t1gem-openonu-go-adapter-test
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700577 # workflow: att
578 # flags: ""
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700579 # teardown: true
Matteo Scandolo886cb8e2021-05-03 13:37:41 -0700580 - text:
581 name: testTargets
582 default: '{testTargets}'
583 description: 'Test configuration, see the ci-management job definition for more info'
Matteo Scandolo075740f2021-04-22 14:52:29 -0700584
585 - string:
586 name: branch
587 default: '{code-branch}'
588 description: 'Repo manifest branch for code checkout'
589
590 - string:
591 name: gerritProject
592 default: '{gerrit-project}'
593 description: 'Name of the Gerrit project'
594
595 - string:
596 name: gerritRefspec
597 default: ''
598 description: 'PatchSet REFSPEC in Gerrit, example value: "refs/changes/79/18779/13"'
599
600 - string:
601 name: extraRobotArgs
602 default: '{robot-args}'
603 description: 'Arguments to pass to robot'
604
605 - string:
606 name: volthaSystemTestsChange
607 default: '{volthaSystemTestsChange}'
608 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
609
610 - string:
611 name: volthaHelmChartsChange
612 default: '{volthaHelmChartsChange}'
613 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
614
615 - string:
616 name: olts
617 default: '{olts}'
618 description: 'How many BBSim instances to run'
619
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700620 - string:
621 name: registry
622 default: '{registry}'
623 description: 'Which registry to use (amazon vs menlo)'
624
Hardik Windlass696002d2021-05-07 11:38:28 +0000625 - string:
626 name: logLevel
627 default: '{logLevel}'
628 description: 'Log level for all the components'
629
TorstenThieme869ba322021-05-05 12:11:42 +0000630 - string:
631 name: timeout
632 default: '{timeout}'
633 description: 'Timeout of pipeline job [minutes]'
634
Matteo Scandolo075740f2021-04-22 14:52:29 -0700635 project-type: pipeline
636 concurrent: true
637
638 dsl: !include-raw-escape: pipeline/{pipeline-script}
639
640 triggers:
641 # patchset jobs will set this to "0 0 29 2 *" (feb 29th, it's once every 4 years)
642 - timed: |
643 TZ=America/Los_Angeles
644 {time-trigger}
645 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
646 - gerrit:
647 server-name: '{gerrit-server-name}'
648 silent-start: false
649 successful-message: "PASSED openonu-go test"
650 failure-message: "FAILED openonu-go test"
651 unstable-message: "UNSTABLE openonu-go test"
652 trigger-on:
653 - comment-added-contains-event:
654 comment-contains-value: '.*{trigger-comment}.*'
655 projects:
656 - project-compare-type: REG_EXP
657 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter-go|ofagent-go|voltha-onos|bbsim)$'
658 branches:
659 - branch-compare-type: REG_EXP
660 branch-pattern: '{all-branches-regexp}'
661
662- job-template:
663 id: 'voltha-periodic-test-kind-voltha-based'
664 name: '{name}'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700665 pipeline-script: 'voltha/voltha-2.7/voltha-go-tests.groovy'
Andy Bavier3708d072019-12-10 15:22:18 -0700666 test-runs: 1
667 robot-args: ''
Andy Bavierb35171c2020-03-06 15:47:29 -0700668 gerrit-project: ''
Hung-Wei Chiuf284d3f2020-04-08 11:38:13 -0700669 work-flow: ''
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700670 volthaSystemTestsChange: ''
Matteo Scandolo075740f2021-04-22 14:52:29 -0700671 volthaHelmChartsChange: ''
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700672 kindVolthaChange: ''
Andrea Campanella6d562182020-10-06 18:39:30 +0200673 extraHelmFlags: ''
Andy Bavier02b00dc2020-04-28 13:01:12 -0700674 sandbox: true
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800675 olts: 1
Matteo Scandolob36f0892020-11-23 12:19:48 -0800676 withAlarms: false
Andy Bavierb35171c2020-03-06 15:47:29 -0700677
Kailash8b8de742019-07-30 08:54:51 -0700678 description: |
679 <!-- Managed by Jenkins Job Builder -->
680 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
681 E2E Validation for Voltha 2.X
682
683 properties:
684 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800685 build-days-to-keep: '{big-build-days-to-keep}'
686 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Kailash8b8de742019-07-30 08:54:51 -0700687
688 wrappers:
689 - lf-infra-wrappers:
690 build-timeout: '{build-timeout}'
691 jenkins-ssh-credential: '{jenkins-ssh-credential}'
692
693 parameters:
694 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700695 name: buildNode
Andy Bavier833b78e2019-11-22 17:01:31 -0700696 default: '{build-node}'
Kailash8b8de742019-07-30 08:54:51 -0700697 description: 'Name of the Jenkins node to run the job on'
698
699 - string:
Andy Bavierea26c5c2019-09-18 08:09:17 -0700700 name: extraHelmFlags
Andrea Campanellae9517922021-05-06 10:01:44 +0200701 default: '--set onu={onus},pon={pons} {extraHelmFlags}'
Andy Bavierea26c5c2019-09-18 08:09:17 -0700702 description: 'Helm flags to pass to ./voltha up'
703
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800704 - bool:
705 name: withAlarms
Matteo Scandolob36f0892020-11-23 12:19:48 -0800706 default: '{withAlarms}'
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800707 description: "Run alarm based tests when true"
708
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700709 - string:
Andy Bavier218385e2019-11-13 09:51:38 -0700710 name: makeTarget
711 default: '{make-target}'
712 description: 'Makefile target to invoke during test'
Andy Bavierdabe9fc2019-10-24 17:10:48 -0700713
Andy Bavier4c8b3232019-11-22 16:17:47 -0700714 - string:
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800715 name: makeFailtestTarget
716 default: '{make-target-failtest}'
717 description: 'Makefile target to invoke during failure/based test'
718
719 - string:
Suchitra Vemuri0a9c8c62020-12-07 18:24:31 -0800720 name: makeMultiOltTarget
721 default: '{make-target-multipleolt}'
722 description: 'Makefile target to invoke during multiple olt test'
723
724 - string:
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800725 name: makeErrortestTarget
726 default: '{make-target-errortest}'
727 description: 'Makefile target to invoke during error test'
728
729 - string:
730 name: makeAlarmtestTarget
731 default: '{make-target-alarmtest}'
732 description: 'Makefile target to invoke during alarm test'
733
734 - string:
TorstenThieme669258d2021-01-29 09:03:10 +0000735 name: make1t4gemTestTarget
736 default: '{make-target-1t4gemtest}'
737 description: 'Makefile target to invoke during 1t4gem test'
738
739 - string:
740 name: make1t8gemTestTarget
741 default: '{make-target-1t8gemtest}'
742 description: 'Makefile target to invoke during 1t8gem test'
743
744 - string:
TorstenThieme45422612021-03-23 10:38:59 +0000745 name: makeReconcileTestTarget
746 default: '{make-target-reconciletest}'
747 description: 'Makefile target to invoke during reconcile test'
748
749 - string:
750 name: makeReconcileDtTestTarget
751 default: '{make-target-reconciledttest}'
752 description: 'Makefile target to invoke during reconcile dt test'
753
754 - string:
755 name: makeReconcileTtTestTarget
756 default: '{make-target-reconciletttest}'
757 description: 'Makefile target to invoke during reconcile tt test'
758
759 - string:
Andy Bavier4c8b3232019-11-22 16:17:47 -0700760 name: manifestUrl
761 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700762 description: 'Repo manifest URL for code checkout'
Andy Bavier4c8b3232019-11-22 16:17:47 -0700763
764 - string:
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700765 name: branch
Andy Bavier4c8b3232019-11-22 16:17:47 -0700766 default: '{code-branch}'
Andy Bavier6dfaf7e2020-03-30 14:52:59 -0700767 description: 'Repo manifest branch for code checkout'
Andy Bavier4c8b3232019-11-22 16:17:47 -0700768
Andy Bavier3708d072019-12-10 15:22:18 -0700769 - string:
Andy Bavierb35171c2020-03-06 15:47:29 -0700770 name: gerritProject
771 default: '{gerrit-project}'
772 description: 'Name of the Gerrit project'
773
774 - string:
775 name: gerritChangeNumber
776 default: ''
777 description: 'Changeset number in Gerrit'
778
779 - string:
780 name: gerritPatchsetNumber
781 default: ''
782 description: 'PatchSet number in Gerrit'
783
784 - string:
Andy Bavier3708d072019-12-10 15:22:18 -0700785 name: testRuns
786 default: '{test-runs}'
787 description: 'How many times to repeat the tests'
788
789 - string:
790 name: extraRobotArgs
791 default: '{robot-args}'
792 description: 'Arguments to pass to robot'
793
Hung-Wei Chiuf284d3f2020-04-08 11:38:13 -0700794 - string:
795 name: workFlow
796 default: '{work-flow}'
797 description: 'Workflow for testcase'
Andy Bavier3708d072019-12-10 15:22:18 -0700798
pierventref48ebc12020-07-17 16:01:32 +0200799 - string:
800 name: karafHome
801 default: '{karaf-home}'
802 description: 'Karaf home'
803
Matteo Scandolo861a53a2020-09-16 11:39:42 -0700804 - string:
805 name: volthaSystemTestsChange
806 default: '{volthaSystemTestsChange}'
807 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
808
809 - string:
810 name: kindVolthaChange
811 default: '{kindVolthaChange}'
812 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
813
Suchitra Vemuri456b6b42020-11-10 19:06:22 -0800814 - string:
815 name: olts
816 default: '{olts}'
817 description: 'How many BBSim instances to run'
818
Kailash8b8de742019-07-30 08:54:51 -0700819 project-type: pipeline
Andy Bavier358aa0b2019-11-22 11:55:39 -0700820 concurrent: true
Kailash8b8de742019-07-30 08:54:51 -0700821
Zack Williamsb3292082019-10-11 17:15:18 -0700822 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailash6be1aa92019-08-05 18:11:11 -0700823
824 triggers:
hwchiu14f97852019-10-08 10:51:11 -0700825 - timed: |
Kailash6be1aa92019-08-05 18:11:11 -0700826 TZ=America/Los_Angeles
Andy Bavier218385e2019-11-13 09:51:38 -0700827 {time-trigger}
Kailashaad71012019-08-27 10:36:53 -0700828
829- job-template:
830 id: 'voltha-patch-test'
Matteo Scandolo84e5f002020-02-10 11:50:05 -0800831 name: 'verify_{project}_sanity-test{name-extension}'
Hung-Wei Chiuf6cbde22021-04-22 22:15:23 -0700832 build-node: 'ubuntu18.04-basebuild-4c-8g'
Andy Bavier4318f8d2020-04-09 13:50:53 -0700833 override-branch: '$GERRIT_BRANCH'
Andy Bavier02b00dc2020-04-28 13:01:12 -0700834 sandbox: true
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800835 build-timeout: 20
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700836 volthaSystemTestsChange: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800837 volthaHelmChartsChange: ''
Matteo Scandolocecb0842021-05-04 13:16:47 -0700838 extraHelmFlags: ''
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800839 branch-regexp: '{all-branches-regexp}'
Matteo Scandolo42f517b2021-05-07 09:36:53 -0700840 kindVolthaChange: '' # this is only needed to test kind-voltha patches
Kailashaad71012019-08-27 10:36:53 -0700841
842 description: |
843 <!-- Managed by Jenkins Job Builder -->
844 Created by {id} job-template from ci-management/jjb/voltha-e2e.yaml <br /><br />
845 E2E Validation for Voltha 2.X
846
847 properties:
848 - cord-infra-properties:
849 build-days-to-keep: '{build-days-to-keep}'
850 artifact-num-to-keep: '{artifact-num-to-keep}'
851
852 wrappers:
853 - lf-infra-wrappers:
854 build-timeout: '{build-timeout}'
855 jenkins-ssh-credential: '{jenkins-ssh-credential}'
856
857 parameters:
858 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700859 name: buildNode
Andrea Campanella4792b7f2021-04-23 15:06:42 +0200860 default: '{build-node}'
Kailashaad71012019-08-27 10:36:53 -0700861 description: 'Name of the Jenkins node to run the job on'
862
863 - string:
hwchiu14f97852019-10-08 10:51:11 -0700864 name: gerritProject
865 default: '$GERRIT_PROJECT'
866 description: 'Name of the Gerrit project'
Kailashaad71012019-08-27 10:36:53 -0700867
868 - string:
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700869 name: gerritRefspec
870 default: '$GERRIT_REFSPEC'
871 description: 'PatchSet REFSPEC in Gerrit, example value: "refs/changes/79/18779/13"'
Kailashaad71012019-08-27 10:36:53 -0700872
873 - string:
Andy Bavierbedd0392019-10-16 13:58:18 -0700874 name: extraHelmFlags
Matteo Scandolocecb0842021-05-04 13:16:47 -0700875 default: '{extraHelmFlags}'
Matteo Scandoloa57b0972021-05-03 14:04:58 -0700876 description: 'Helm flags to pass to every helm command'
Andy Bavierbedd0392019-10-16 13:58:18 -0700877
Matteo Scandolo9aae4952020-09-14 13:05:53 -0700878 - string:
879 name: volthaSystemTestsChange
880 default: '{volthaSystemTestsChange}'
881 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
882
883 - string:
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800884 name: volthaHelmChartsChange
885 default: '{volthaHelmChartsChange}'
886 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
887
888 - string:
889 name: branch
890 default: '{override-branch}'
891 description: 'Name of the branch to use'
892
Matteo Scandolo42f517b2021-05-07 09:36:53 -0700893 # Used in the 2.7 based pipeline, can be removed after 2.8
894 - string:
895 name: kindVolthaChange
896 default: '{kindVolthaChange}'
897 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1" (only used to test kind-voltha changes in 2.7)'
898
Kailashaad71012019-08-27 10:36:53 -0700899 project-type: pipeline
Kailashb59bc7f2019-09-03 13:13:27 -0700900 concurrent: true
Kailashaad71012019-08-27 10:36:53 -0700901
Zack Williamsb3292082019-10-11 17:15:18 -0700902 dsl: !include-raw-escape: pipeline/{pipeline-script}
Kailashaad71012019-08-27 10:36:53 -0700903
904 triggers:
Andy Bavierb99c3d32020-02-18 11:14:17 -0700905 - gerrit:
906 server-name: '{gerrit-server-name}'
Kailashaad71012019-08-27 10:36:53 -0700907 dependency-jobs: '{dependency-jobs}'
Andy Bavierb99c3d32020-02-18 11:14:17 -0700908 silent-start: true
909 trigger-on:
910 - patchset-created-event:
911 exclude-drafts: true
912 exclude-trivial-rebase: false
913 exclude-no-code-change: true
914 - draft-published-event
915 - comment-added-contains-event:
916 comment-contains-value: '(?i)^.*recheck$'
917 projects:
918 - project-compare-type: REG_EXP
919 project-pattern: '^{project}$'
920 branches:
921 - branch-compare-type: REG_EXP
Matteo Scandolo42f6e572021-01-25 15:11:34 -0800922 branch-pattern: '{branch-regexp}'
Andy Bavierb99c3d32020-02-18 11:14:17 -0700923 file-paths:
924 - compare-type: REG_EXP
925 pattern: '{all-files-regexp}'
Andy Bavierbf68c5e2019-10-25 15:05:28 -0700926
927# POD Per Patchset Pipeline Jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700928# to use these parameters in a job: `<<: *voltha-physical-patchset-parameters`
929- voltha-physical-patchset-parameters: &voltha-physical-patchset-parameters
930 name: voltha-physical-patchset-parameters
Andy Bavier51ba7e82019-12-17 11:01:01 -0700931 parameters:
932 - string:
933 name: buildNode
Zack Williams8ef79812019-10-29 11:09:18 -0700934 default: '{build-node}'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700935 description: 'Pod management node'
936
937 - string:
Zack Williams03ebb272020-03-27 09:42:33 -0700938 name: branch
939 default: '$GERRIT_BRANCH'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700940 description: 'Name of the repo branch to use'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700941
942 - string:
943 name: gerritProject
944 default: '$GERRIT_PROJECT'
945 description: 'Name of the Gerrit project'
946
947 - string:
Matteo Scandolo7a330022021-03-29 14:03:48 -0700948 name: gerritRefspec
949 default: '$GERRIT_REFSPEC'
950 description: 'RefSpec number in Gerrit'
951
952 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700953 name: gerritComment
954 default: '$GERRIT_EVENT_COMMENT_TEXT'
955 description: 'RefSpec number in Gerrit'
956
957 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700958 name: cordRepoUrl
959 default: '{gerrit-server-url}'
960 description: 'The URL of the CORD Project repository'
961
962 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700963 name: configBaseDir
964 default: 'pod-configs'
965 description: 'The directory inside the POD configs repository'
966
967 - string:
968 name: configDeploymentDir
969 default: 'deployment-configs'
970 description: 'The deployment configs folder'
971
972 - string:
973 name: configKubernetesDir
974 default: 'kubernetes-configs'
975 description: 'The kubernetes config folder'
976
977 - string:
978 name: configFileName
979 default: '{config-pod}'
980 description: 'The config file'
981
982 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700983 name: podName
984 default: '{config-pod}'
985
986 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -0700987 name: sadisConfigFile
Matteo Scandolo7a330022021-03-29 14:03:48 -0700988 default: 'voltha-system-tests/tests/data/{config-pod}-sadis.json'
Andy Bavier51ba7e82019-12-17 11:01:01 -0700989 description: 'Path of SADIS config to load'
990
991 - string:
Andy Bavier893d2442020-05-21 12:41:17 -0700992 name: oltDebVersionMaster
993 default: '{oltDebVersionMaster}'
994 description: 'OLT Software version to install for master branch builds'
995
996 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700997 name: oltDebVersionVoltha23
Andy Bavier893d2442020-05-21 12:41:17 -0700998 default: '{oltDebVersionVoltha23}'
999 description: 'OLT Software version to install for voltha-2.3 branch builds'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001000
1001 - string:
Andy Bavier51ba7e82019-12-17 11:01:01 -07001002 name: profile
1003 default: '{profile}'
1004 description: 'Technology Profile pushed to the ETCD'
1005
1006 - string:
1007 name: notificationEmail
1008 default: 'andy@opennetworking.org'
1009 description: ''
1010
1011 - bool:
1012 name: reinstallOlt
1013 default: true
1014 description: "Re-install OLT software"
1015
Zack Williams03ebb272020-03-27 09:42:33 -07001016 - string:
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001017 name: extraRobotArgs
1018 default: '{default-test-args}'
1019 description: 'Arguments to pass to robot'
1020
1021 - string:
1022 name: volthaSystemTestsChange
1023 default: '{volthaSystemTestsChange}'
1024 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
1025
1026 - string:
1027 name: volthaHelmChartsChange
1028 default: '{volthaHelmChartsChange}'
1029 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/79/18779/13"'
1030
1031 - string:
1032 name: workflow
1033 default: '{workflow}'
1034 description: 'Installs and uses the specified work flow on the POD'
1035
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001036 - string:
1037 name: extraHelmFlags
1038 default: '{extraHelmFlags}'
1039 description: 'Helm flags (passed to each helm command)'
1040
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001041 # deprecated parameters, remove after VOLTHA-2.8 is released
1042 - string:
1043 name: deploymentConfigFile
1044 default: 'pod-configs/deployment-configs/{config-pod}.yaml'
1045 description: 'Path of deployment config file'
1046
1047 - string:
1048 name: kindVolthaValuesFile
1049 default: 'pod-configs/kubernetes-configs/voltha/{config-pod}.yml'
1050 description: 'Path of kind-voltha values override file'
1051
1052 - string:
1053 name: manifestUrl
1054 default: '{gerrit-server-url}/{voltha-test-manifest-repo}'
1055 description: 'URL to the repo manifest'
1056
1057 - string:
1058 name: gerritChangeNumber
1059 default: '$GERRIT_CHANGE_NUMBER'
1060 description: 'Changeset number in Gerrit'
1061
1062 - string:
1063 name: gerritPatchsetNumber
1064 default: '$GERRIT_PATCHSET_NUMBER'
1065 description: 'PatchSet number in Gerrit'
1066
1067 - string:
1068 name: localConfigDir
1069 default: null
1070 description: 'If specified, config file paths are relative to this dir; otherwise $WORKSPACE'
1071
1072 - string:
1073 name: configRepo
1074 default: 'pod-configs'
1075 description: 'A repository containing the config files, will be checked out if specified'
1076
1077 - string:
Zack Williams03ebb272020-03-27 09:42:33 -07001078 name: manualBranch
1079 default: '{manualBranch}'
1080 description: "If a non-empty string, build manually as a specific branch, not with a specific patchset"
Andy Bavier51ba7e82019-12-17 11:01:01 -07001081
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001082- job-template:
1083 name: '{name}'
1084 id: verify_physical_voltha_patchset_auto
1085 description: |
1086 <!-- Managed by Jenkins Job Builder -->
1087 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
1088 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
1089 Created by Andy Bavier, andy@opennetworking.org <br />
1090 Copyright (c) 2019 Open Networking Foundation (ONF)
1091 sandbox: true
1092 pipeline-script: 'voltha/master/tucson-build-and-test.groovy'
Matteo Scandolob6d80732021-05-05 14:06:42 -07001093 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001094 branch-pattern: '{all-branches-regexp}'
1095 build-node: 'tucson-pod'
1096 config-pod: 'tucson-pod'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001097 profile: 'Default'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -07001098 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001099 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
1100 volthaSystemTestsChange: ''
1101 volthaHelmChartsChange: ''
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001102 extraHelmFlags: ''
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001103
1104 properties:
1105 - cord-infra-properties:
1106 build-days-to-keep: '{build-days-to-keep}'
1107 artifact-num-to-keep: '{artifact-num-to-keep}'
1108
1109 <<: *voltha-physical-patchset-parameters
Andy Bavier51ba7e82019-12-17 11:01:01 -07001110
1111 project-type: pipeline
1112 concurrent: true
1113
1114 dsl: !include-raw-escape: pipeline/{pipeline-script}
1115
1116 triggers:
1117 - gerrit:
1118 server-name: '{gerrit-server-name}'
1119 dependency-jobs: '{dependency-jobs}'
1120 silent-start: false
1121 successful-message: "PASSED hardware test"
1122 failure-message: "FAILED hardware test"
1123 unstable-message: "UNSTABLE hardware test"
1124 trigger-on:
1125 - comment-added-event:
1126 approval-category: 'Code-Review'
1127 approval-value: '+2'
1128 projects:
1129 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -08001130 project-pattern: '^(voltha-openolt-adapter|voltha-openonu-adapter|voltha-openonu-adapter-go|voltha-go)$'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001131 branches:
Andy Bavier37f6ea92020-04-03 11:13:35 -07001132 - branch-compare-type: REG_EXP
Matteo Scandolo5b998a22021-04-22 09:42:40 -07001133 branch-pattern: '{branch-pattern}'
Andy Bavier51ba7e82019-12-17 11:01:01 -07001134
Andy Bavier51ba7e82019-12-17 11:01:01 -07001135- job-template:
1136 name: '{name}'
1137 id: verify_physical_voltha_patchset_manual
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001138 description: |
1139 <!-- Managed by Jenkins Job Builder -->
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001140 Automated build on POD {config-pod} using {pipeline-script} <br /><br />
Andy Baviere9916452019-11-06 12:32:47 -07001141 Created from job-template {id} from ci-management/jjb/voltha-e2e.yaml <br />
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001142 Created by Andy Bavier, andy@opennetworking.org <br />
1143 Copyright (c) 2019 Open Networking Foundation (ONF)
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001144 sandbox: true
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001145 build-node: 'tucson-pod'
1146 config-pod: 'tucson-pod'
Girish Gowdra1a1f5cc2021-05-04 14:14:37 -07001147 oltDebVersionMaster: 'openolt_asfvolt16-3.4.1-dev-c5dcc7f2b27df1c42868b3a79a5416808511bb1d-40G-NNI.deb'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001148 oltDebVersionVoltha23: 'openolt_asfvolt16-3.3.3-1a5d68b50d8bcc5ba6cb1630d3294c30c37cd2f5-40G-NNI.deb'
1149 pipeline-script: 'voltha/master/tucson-build-and-test.groovy'
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001150 trigger-string: 'hardware test'
Matteo Scandolob6d80732021-05-05 14:06:42 -07001151 default-test-args: '-i sanityORDeleteOLT -i PowerSwitch -X'
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001152 branch-pattern: '{all-branches-regexp}'
1153 volthaSystemTestsChange: ''
1154 volthaHelmChartsChange: ''
Matteo Scandolob6d80732021-05-05 14:06:42 -07001155 profile: 'Default'
Matteo Scandolobb7382d2021-05-05 08:32:35 -07001156 extraHelmFlags: ''
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001157
1158 properties:
1159 - cord-infra-properties:
1160 build-days-to-keep: '{build-days-to-keep}'
1161 artifact-num-to-keep: '{artifact-num-to-keep}'
1162
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001163 <<: *voltha-physical-patchset-parameters
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001164
Andy Bavier8c11d462019-12-17 08:19:34 -07001165
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001166 project-type: pipeline
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001167 concurrent: true
1168
Andy Bavier61c5b2a2019-11-12 12:08:19 -07001169 dsl: !include-raw-escape: pipeline/{pipeline-script}
Andy Bavierbf68c5e2019-10-25 15:05:28 -07001170
Andy Bavier1f465592019-11-06 10:03:56 -07001171 triggers:
1172 - gerrit:
1173 server-name: '{gerrit-server-name}'
1174 dependency-jobs: '{dependency-jobs}'
1175 silent-start: false
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001176 successful-message: "PASSED {trigger-string}"
1177 failure-message: "FAILED {trigger-string}"
1178 unstable-message: "UNSTABLE {trigger-string}"
Andy Bavier1f465592019-11-06 10:03:56 -07001179 trigger-on:
1180 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001181 comment-contains-value: '^{trigger-string}$'
Scott Bakerda31d7b2020-01-08 16:35:52 -08001182 - comment-added-contains-event:
Andy Bavierd83bf3a2020-08-13 14:55:07 -07001183 comment-contains-value: '^{trigger-string} with delay$'
Andy Bavier8c11d462019-12-17 08:19:34 -07001184 projects:
1185 - project-compare-type: REG_EXP
Girish Gowdra7beebea2021-01-31 18:56:45 -08001186 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|voltha-openonu-adapter-go|voltha-api-server|voltha-system-tests|ofagent-py|ofagent-go|voltha-onos|kind-voltha|voltha-helm-charts)$'
Andy Bavier8c11d462019-12-17 08:19:34 -07001187 branches:
Andy Bavierfc3ca142020-03-27 13:44:25 -07001188 - branch-compare-type: REG_EXP
Matteo Scandolo9b644ba2021-04-19 11:21:07 -07001189 branch-pattern: '{branch-pattern}'