blob: b861ca655bc152166167476bf0cc50b53602574c [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandoloca097652020-08-14 09:49:23 -070012 # OpenONU GO Scale
Matteo Scandolob46bc402020-06-11 13:59:44 -070013 - 'voltha-scale-measurements':
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020014 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080015 'disable-job': false
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020016 build-node: 'onf-pod1-head-node'
17 time-trigger: "H H/4 * * *"
18 olts: 2
19 pons: 16
20 onus: 32
21 withFlows: true
22 provisionSubscribers: true
23 workflow: dt
24 withEapol: false
25 withDhcp: false
26 withIgmp: false
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020027 openonuAdapterReplicas: 1
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020028 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070029
Andrea Campanellabdb199e2020-10-27 10:47:16 +010030 - 'voltha-scale-measurements':
Andrea Campanella37e8a452020-11-18 22:27:58 +010031 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo4c4fbdd2020-11-04 13:49:42 -080032 'disable-job': false
Andrea Campanellabdb199e2020-10-27 10:47:16 +010033 build-node: 'onf-pod1-head-node'
34 time-trigger: "H H/4 * * *"
Andrea Campanella37e8a452020-11-18 22:27:58 +010035 olts: 2
Andrea Campanellabdb199e2020-10-27 10:47:16 +010036 pons: 16
37 onus: 32
38 withFlows: true
39 provisionSubscribers: true
40 withEapol: true
41 withDhcp: true
42 withIgmp: false
Andrea Campanellabdb199e2020-10-27 10:47:16 +010043 openonuAdapterReplicas: 1
Andrea Campanella04ca93a2020-11-07 14:57:50 +010044 extraHelmFlags: '--set use_openonu_adapter_go=true,authRetry=true,dhcpRetry=true'
Andrea Campanellabdb199e2020-10-27 10:47:16 +010045
Girish Gowdra0de34422020-11-19 11:58:12 -080046 - 'voltha-scale-measurements':
Andrea Campanella945a21d2020-11-24 11:09:53 +010047 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-tt-subscribers'
Girish Gowdra0de34422020-11-19 11:58:12 -080048 'disable-job': false
49 build-node: 'onf-pod1-head-node'
50 time-trigger: "H H/4 * * *"
Andrea Campanella945a21d2020-11-24 11:09:53 +010051 olts: 2
Girish Gowdra0de34422020-11-19 11:58:12 -080052 pons: 16
53 onus: 32
54 withFlows: true
55 workflow: tt
56 provisionSubscribers: true
57 withEapol: false
58 withDhcp: true
59 withIgmp: false
60 openonuAdapterReplicas: 1
61 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
62 extraHelmFlags: '--set use_openonu_adapter_go=true,dhcpRetry=true,defaults.incremental_evto_update=true'
63
Matteo Scandolo8df57162020-10-06 14:43:53 -070064 # this job will be used to test custom images without disrupting tests on master
65 - 'voltha-scale-measurements':
66 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobe823242020-11-20 13:48:13 -080067 build-node: 'voltha-scale-2'
Andrea Campanella642e5502020-11-19 19:47:02 +010068 pipeline-script: 'voltha-scale-test-etcd-kafka-bitnami.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080069 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080070 # trigger on Feb 29th (a.k.a only trigger it manually)
71 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010072 withMonitoring: true
Matteo Scandoloe6647a02020-11-02 10:27:52 -080073 olts: 2
Matteo Scandolo8df57162020-10-06 14:43:53 -070074 pons: 16
75 onus: 32
76 withFlows: true
77 provisionSubscribers: true
78 withEapol: true
79 withDhcp: true
80 withIgmp: false
Matteo Scandolo0feb5e92020-10-27 19:34:51 -070081 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080082 withPcap: false
Matteo Scandolobe823242020-11-20 13:48:13 -080083 openoltAdapterImg: gcgirish/voltha-openolt-adapter:writeThroughCache
Matteo Scandolo9665d592020-10-23 19:08:14 +000084
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080085 - 'voltha-scale-measurements':
86 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080087 build-node: 'voltha-scale-2'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080088 pipeline-script: 'voltha-scale-multi-stack.groovy'
89 'disable-job': false
90 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080091 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080092 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080093 logLevel: WARN
Matteo Scandoloffe19c92020-11-24 15:25:25 -080094 volthaStacks: 5
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080095 olts: 2
Matteo Scandolof6656562020-11-16 14:45:44 -080096 pons: 16
97 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080098 withFlows: true
99 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -0800100 workflow: dt
101 withEapol: false
102 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800103 withIgmp: false
Matteo Scandolo3111f2b2020-12-02 15:33:26 -0800104 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800105 volthaSystemTestsChange: refs/changes/27/21627/4
106 kindVolthaChange: refs/changes/85/21485/13
Matteo Scandolo3111f2b2020-12-02 15:33:26 -0800107 openonuAdapterReplicas: 1
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800108
Matteo Scandolo8df57162020-10-06 14:43:53 -0700109
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700110 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700111 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700112 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800113 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700114 build-node: 'onf-pod1-head-node'
115 time-trigger: "H H/4 * * *"
116 olts: 1
117 pons: 16
118 onus: 32
119 withFlows: true
120 provisionSubscribers: true
121 withEapol: true
122 withDhcp: true
123 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700124 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700125
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700126 - 'voltha-scale-measurements':
127 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800128 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700129 build-node: 'onf-pod1-head-node'
130 time-trigger: "H H/4 * * *"
131 olts: 1
132 pons: 16
133 onus: 32
134 withFlows: true
135 provisionSubscribers: true
136 workflow: tt
137 withEapol: false
138 withDhcp: true
139 withIgmp: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700140 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700141
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700142 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700143 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800144 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700145 build-node: 'onf-pod1-head-node'
146 time-trigger: "H H/4 * * *"
147 olts: 1
148 pons: 16
149 onus: 32
150 withFlows: true
151 provisionSubscribers: true
152 workflow: dt
153 withEapol: false
154 withDhcp: false
155 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700156 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200157
Matteo Scandolo272aed42020-05-08 15:05:57 -0700158 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700159 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700160 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolof2c8a642020-11-05 08:54:50 -0800161 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700162 build-node: 'onf-pod1-head-node'
163 time-trigger: "H H/4 * * *"
164 olts: 2
165 pons: 16
166 onus: 32
167 withFlows: true
168 provisionSubscribers: true
169 withEapol: true
170 withDhcp: true
171 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700172 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700173
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700174 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700175 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800176 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700177 build-node: 'onf-pod1-head-node'
178 time-trigger: "H H/4 * * *"
179 olts: 2
180 pons: 16
181 onus: 32
182 withFlows: true
183 provisionSubscribers: true
184 workflow: dt
185 withEapol: false
186 withDhcp: false
187 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700188 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo86939302020-10-30 13:32:08 -0700189
190 - 'voltha-scale-measurements':
191 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800192 'disable-job': false
Matteo Scandolo86939302020-10-30 13:32:08 -0700193 build-node: 'onf-pod1-head-node'
194 time-trigger: "H H/4 * * *"
195 olts: 2
196 pons: 16
197 onus: 32
198 withFlows: true
199 provisionSubscribers: true
200 workflow: tt
201 withEapol: false
202 withDhcp: true
203 withIgmp: true
204 openonuAdapterReplicas: 8
205 onosReplicas: 3
206 atomixReplicas: 3
Matteo Scandolo86939302020-10-30 13:32:08 -0700207 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700208
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800209 # multi-stack jobs
210 - 'voltha-scale-measurements':
211 name: 'voltha-scale-measurements-master-5-stacks-2-16-32-att-subscribers'
212 build-node: 'onf-pod1-head-node'
213 pipeline-script: 'voltha-scale-multi-stack.groovy'
214 'disable-job': true
215 time-trigger: "H H/4 * * *"
216 withMonitoring: false
217 logLevel: WARN
218 volthaStacks: 5
219 olts: 2
220 pons: 16
221 onus: 32
222 withFlows: true
223 provisionSubscribers: true
224 workflow: att
225 withEapol: true
226 withDhcp: true
227 withIgmp: false
228 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
229 volthaSystemTestsChange: refs/changes/27/21627/4
230 kindVolthaChange: refs/changes/85/21485/13
231
232 - 'voltha-scale-measurements':
233 name: 'voltha-scale-measurements-master-5-stacks-2-16-32-dt-subscribers'
234 build-node: 'onf-pod1-head-node'
235 pipeline-script: 'voltha-scale-multi-stack.groovy'
236 'disable-job': true
237 time-trigger: "H H/4 * * *"
238 withMonitoring: false
239 logLevel: WARN
240 volthaStacks: 5
241 olts: 2
242 pons: 16
243 onus: 32
244 withFlows: true
245 provisionSubscribers: true
246 workflow: dt
247 withEapol: false
248 withDhcp: false
249 withIgmp: false
250 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
251 volthaSystemTestsChange: refs/changes/27/21627/4
252 kindVolthaChange: refs/changes/85/21485/13
253
254 - 'voltha-scale-measurements':
255 name: 'voltha-scale-measurements-master-5-stacks-2-16-32-tt-subscribers'
256 build-node: 'onf-pod1-head-node'
257 pipeline-script: 'voltha-scale-multi-stack.groovy'
258 'disable-job': true
259 time-trigger: "H H/4 * * *"
260 withMonitoring: false
261 logLevel: WARN
262 volthaStacks: 5
263 olts: 2
264 pons: 16
265 onus: 32
266 withFlows: true
267 provisionSubscribers: true
268 workflow: tt
269 withEapol: false
270 withDhcp: true
271 withIgmp: true
272 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
273 volthaSystemTestsChange: refs/changes/27/21627/4
274 kindVolthaChange: refs/changes/85/21485/13
275
Matteo Scandolo031bd982020-09-16 10:03:47 -0700276 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700277 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700278 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800279 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700280 build-node: 'onf-pod1-head-node'
281 time-trigger: "H H/4 * * *"
282 olts: 1
283 pons: 16
284 onus: 32
285 withFlows: true
286 provisionSubscribers: true
287 withEapol: true
288 withDhcp: true
289 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700290 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700291 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700292 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700293 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700294 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700295 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700296 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200297 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700298
299 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700300 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800301 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700302 build-node: 'onf-pod1-head-node'
303 time-trigger: "H H/4 * * *"
304 olts: 2
305 pons: 16
306 onus: 32
307 withFlows: true
308 provisionSubscribers: true
309 workflow: dt
310 withEapol: false
311 withDhcp: false
312 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700313 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700314 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700315 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700316 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700317 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700318 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700319 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200320 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700321
Matteo Scandolo031bd982020-09-16 10:03:47 -0700322 - 'voltha-scale-measurements':
323 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800324 'disable-job': false
Matteo Scandolo031bd982020-09-16 10:03:47 -0700325 build-node: 'onf-pod1-head-node'
326 time-trigger: "H H/4 * * *"
327 olts: 1
328 pons: 16
329 onus: 32
330 withFlows: true
331 provisionSubscribers: true
332 workflow: tt
333 withEapol: false
334 withDhcp: true
335 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700336 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
337 release: voltha-2.5
338 bbsimImg: ''
339 rwCoreImg: ''
340 ofAgentImg: ''
341 openoltAdapterImg: ''
342 openonuAdapterImg: ''
343 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700344
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700345 # per patchset job
346 - 'voltha-scale-measurements':
347 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000348 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700349 olts: 1
350 pons: 16
351 onus: 32
352 withFlows: true
353 provisionSubscribers: true
354 withEapol: true
355 withDhcp: true
356 withIgmp: false
357 withMonitoring: false
358 trigger-comment: "voltha scale test ATT"
359
360 - 'voltha-scale-measurements':
361 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000362 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700363 olts: 1
364 pons: 16
365 onus: 32
366 withFlows: true
367 provisionSubscribers: true
368 workflow: tt
369 withEapol: false
370 withDhcp: true
371 withIgmp: true
372 withMonitoring: false
373 trigger-comment: "voltha scale test TT"
374
375 - 'voltha-scale-measurements':
376 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000377 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700378 olts: 1
379 pons: 16
380 onus: 32
381 withFlows: true
382 provisionSubscribers: true
383 workflow: dt
384 withEapol: false
385 withDhcp: false
386 withIgmp: false
387 withMonitoring: false
388 trigger-comment: "voltha scale test DT"
389
Matteo Scandolo272aed42020-05-08 15:05:57 -0700390 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700391 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700392 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700393 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700394 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700395
Matteo Scandolodc930192020-08-27 15:56:16 -0700396 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700397 - 'voltha-scale-matrix':
398 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700399 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800400
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700401 # development matrix
402 - 'voltha-scale-matrix':
403 name: 'voltha-scale-matrix-voltha-master'
404 build-node: 'onf-pod1-head-node'
405 onosReplicas: 3
406 atomixReplicas: 3
407 kafkaReplicas: 3
408 etcdReplicas: 3
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800409 openonuAdapterReplicas: 8
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800410 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800411 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700412
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700413# list of parameters for the VOLTHA Jobs,
414# used as anchor so that can be shared across multiple jobs
415# to use in a job: `parameters: *voltha-build-job-parameters`
416- voltha-scale-job-parameters: &voltha-scale-job-parameters
417 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700418 parameters:
419 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800420 name: pipeline-script
421 default: '{pipeline-script}'
422 description: 'The pipeline script to use'
423
424 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700425 name: release
426 default: '{release}'
427 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
428
429 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700430 name: buildNode
431 default: '{build-node}'
432 description: 'Name of the Jenkins node to run the job on'
433
434 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700435 name: dockerRegistry
436 default: '{dockerRegistry}'
437 description: 'Address of the docker registry to use if we are building custom images'
438
439 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700440 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700441 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700442 description: 'Log level for all the components'
443
444 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800445 name: volthaStacks
446 default: '{volthaStacks}'
447 description: 'Number of VOLTHA Stacks to deploy'
448
449 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700450 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700451 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700452 description: 'Number of ONUs to provision'
453
454 - string:
455 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700456 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700457 description: 'Number of PONs to provision'
458
459 - string:
460 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700461 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700462 description: 'How many BBSim instances to run'
463
464 - string:
465 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700466 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700467 description: 'Which workflow are we testing (att, dt, tt)'
468
469 - bool:
470 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700471 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700472 description: 'Wheter to push flows from ONOS'
473
474 - bool:
475 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700476 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700477 description: 'Wheter to provision subscribers durint the tests'
478
479 - bool:
480 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700481 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700482 description: 'Wheter EAPOL is enabled for the test'
483
484 - bool:
485 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700486 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700487 description: 'Wheter DHCP is enabled for the test'
488
489 - bool:
490 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700491 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700492 description: 'Wheter IGMP is enabled for the test'
493
494 - bool:
495 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700496 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700497 description: 'Wheter Link Discovery is enabled for the test'
498
499 - bool:
500 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700501 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700502 description: 'Option to trigger MIB template command'
503
504 - bool:
505 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700506 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700507 description: 'Option to install Prometheus'
508
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700509 - bool:
510 name: withProfiling
511 default: '{withProfiling}'
512 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
513
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700514 - bool:
515 name: withPcap
516 default: '{withPcap}'
517 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
518
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700519 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700520 name: withRadius
521 default: '{withRadius}'
522 description: 'Value to pass to kind-voltha WITH_RADIUS'
523
524 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700525 name: extraHelmFlags
526 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700527 description: 'Any extra helm parameters you want (passed to every helm install command, not available if release != master)'
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700528
Matteo Scandolo272aed42020-05-08 15:05:57 -0700529 - string:
530 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700531 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700532 description: 'How many OpenONU adapter instances to run'
533
534 - string:
535 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700536 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700537 description: 'How many ONOSes instances to run'
538
539 - string:
540 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700541 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700542 description: 'How many Atomix instances to run'
543
544 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700545 name: kafkaReplicas
546 default: '{kafkaReplicas}'
547 description: 'How many Kafka instances to run'
548
549 - string:
550 name: etcdReplicas
551 default: '{etcdReplicas}'
552 description: 'How many ETCD instances to run'
553
554 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700555 name: onosStatInterval
556 default: '{onosStatInterval}'
557 description: 'How often ONOS should poll for ports, flows and meters'
558
559 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700560 name: bbsimImg
561 default: '{bbsimImg}'
562 description: 'Custom image selection for BBSIM (repo:tag)'
563
564 - string:
565 name: bbsimChart
566 default: '{bbsimChart}'
567 description: 'BBSim chart name (or location on file system)'
568
569 - string:
570 name: rwCoreImg
571 default: '{rwCoreImg}'
572 description: 'Custom image selection for VOLTHA (repo:tag)'
573
574 - string:
575 name: ofAgentImg
576 default: '{ofAgentImg}'
577 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
578
579 - string:
580 name: volthaChart
581 default: '{volthaChart}'
582 description: 'VOLTHA chart name (or location on file system)'
583
584 - string:
585 name: openoltAdapterImg
586 default: '{openoltAdapterImg}'
587 description: 'Custom image selection for Openolt Adapter (repo:tag)'
588
589 - string:
590 name: openoltAdapterChart
591 default: '{openoltAdapterChart}'
592 description: 'OpenOLT chart name (or location on file system)'
593
594 - string:
595 name: openonuAdapterImg
596 default: '{openonuAdapterImg}'
597 description: 'Custom image selection for Openonu Adapter (repo:tag)'
598
599 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100600 name: openonuAdapterGoImg
601 default: '{openonuAdapterGoImg}'
602 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
603
604 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700605 name: openonuAdapterChart
606 default: '{openonuAdapterChart}'
607 description: 'OpenONU chart name (or location on file system)'
608
609 - string:
610 name: onosImg
611 default: '{onosImg}'
612 description: 'Custom image selection for Openonu Adapter (repo:tag)'
613
614 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700615 name: onosChart
616 default: '{onosChart}'
617 description: 'ONOS chart name (or location on file system)'
618
619 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700620 name: radiusChart
621 default: '{radiusChart}'
622 description: 'freeradius chart name (or location on file system)'
623
624 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700625 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700626 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700627 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
628
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700629 - string:
630 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700631 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700632 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
633
Matteo Scandoloccc06192020-06-22 10:16:17 -0700634 - bool:
635 name: inMemoryEtcdStorage
636 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700637 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700638
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200639 - string:
640 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700641 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200642 description: 'Karaf home'
643
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700644- job-template:
645 id: 'voltha-scale-measurements'
646 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700647 disabled: '{disable-job}'
648
649 description: |
650 <!-- Managed by Jenkins Job Builder -->
651 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
652 Using pipeline {pipeline-script} <br/><br/>
653 Scale measurements for VOLTHA 2.x
654
655 properties:
656 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800657 build-days-to-keep: '{big-build-days-to-keep}'
658 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700659
660 wrappers:
661 - lf-infra-wrappers:
662 build-timeout: '{build-timeout}'
663 jenkins-ssh-credential: '{jenkins-ssh-credential}'
664
665 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800666 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700667 release: master
668
669 bbsimImg: voltha/bbsim:master
670 rwCoreImg: voltha/voltha-rw-core:master
671 ofAgentImg: voltha/voltha-ofagent-go:master
672 openoltAdapterImg: voltha/voltha-openolt-adapter:master
673 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100674 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700675 onosImg: voltha/voltha-onos:master
676
677 bbsimChart: onf/bbsim
678 volthaChart: onf/voltha
679 openoltAdapterChart: onf/voltha-adapter-openolt
680 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700681 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700682 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700683
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800684 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700685 olts: 2
686 pons: 2
687 onus: 2
688 workflow: att
689 withFlows: false
690 provisionSubscribers: false
691 withEapol: true
692 withDhcp: true
693 withIgmp: false
694 withLLDP: false
695 withMibTemplate: true
696 withMonitoring: true
697 withProfiling: false
698 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700699 withRadius: yes
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700700 openonuAdapterReplicas: 8
701 onosReplicas: 3
702 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700703 kafkaReplicas: 3
704 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700705 extraHelmFlags: ''
706 onosStatInterval: 5
707 volthaSystemTestsChange: ''
708 kindVolthaChange: ''
709 inMemoryEtcdStorage: true
710 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700711 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700712 dockerRegistry: 10.90.0.101:30500
713 trigger-comment: vv7CBoQQYYonvaN8xcru
714 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700715
716 <<: *voltha-scale-job-parameters
717
Matteo Scandolo272aed42020-05-08 15:05:57 -0700718 project-type: pipeline
719 concurrent: false
720
721 dsl: !include-raw-escape: pipeline/{pipeline-script}
722
Matteo Scandoloabb83972020-06-25 16:08:23 -0700723 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700724 # periodic jobs will set this every 4 hours
725 # patchset jobs will set this to "0 0 29 2 *" (feb 29th, it's once every 4 years)
Matteo Scandoloabb83972020-06-25 16:08:23 -0700726 - timed: |
727 TZ=America/Los_Angeles
728 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700729 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
730 # patchset jobs will set this to a meaningful comment
731 - gerrit:
732 server-name: '{gerrit-server-name}'
733 silent-start: false
734 successful-message: "PASSED scale test"
735 failure-message: "FAILED scale test"
736 unstable-message: "UNSTABLE scale test"
737 trigger-on:
738 - comment-added-contains-event:
739 comment-contains-value: '.*{trigger-comment}.*'
740 projects:
741 - project-compare-type: REG_EXP
742 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
743 branches:
744 - branch-compare-type: REG_EXP
745 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700746
747- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700748 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800749 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800750
751 description: |
752 <!-- Managed by Jenkins Job Builder -->
753 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
754 Using pipeline {pipeline-script} <br/><br/>
755 Scale measurements for VOLTHA 2.x
756
757 properties:
758 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800759 build-days-to-keep: '{big-build-days-to-keep}'
760 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800761
762 wrappers:
763 - lf-infra-wrappers:
764 build-timeout: '{build-timeout}'
765 jenkins-ssh-credential: '{jenkins-ssh-credential}'
766
Matteo Scandolo0430f672020-05-07 11:50:26 -0700767 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800768 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700769 release: master
770
Matteo Scandolo0430f672020-05-07 11:50:26 -0700771 bbsimImg: voltha/bbsim:master
772 rwCoreImg: voltha/voltha-rw-core:master
773 ofAgentImg: voltha/voltha-ofagent-go:master
774 openoltAdapterImg: voltha/voltha-openolt-adapter:master
775 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100776 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700777 onosImg: voltha/voltha-onos:master
778
779 bbsimChart: onf/bbsim
780 volthaChart: onf/voltha
781 openoltAdapterChart: onf/voltha-adapter-openolt
782 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700783 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700784 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700785
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800786 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700787 olts: 2
788 pons: 2
789 onus: 2
790 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700791 withFlows: true
792 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700793 withEapol: true
794 withDhcp: true
795 withIgmp: false
796 withLLDP: false
797 withMibTemplate: true
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700798 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700799 withProfiling: false
800 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700801 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700802 openonuAdapterReplicas: 1
803 onosReplicas: 1
804 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700805 kafkaReplicas: 1
806 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700807 extraHelmFlags: ''
808 onosStatInterval: 5
809 volthaSystemTestsChange: ''
810 kindVolthaChange: ''
811 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700812 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700813 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700814 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700815
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700816 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200817
Matteo Scandolo51b76302020-02-05 12:07:23 -0800818 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800819 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800820
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700821 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700822
Matteo Scandolo849db722020-10-21 10:58:41 -0700823 triggers:
824 - gerrit:
825 server-name: '{gerrit-server-name}'
826 silent-start: false
827 successful-message: "PASSED scale test"
828 failure-message: "FAILED scale test"
829 unstable-message: "UNSTABLE scale test"
830 trigger-on:
831 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700832 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700833 projects:
834 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700835 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700836 branches:
837 - branch-compare-type: REG_EXP
838 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700839- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700840 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700841 name: '{name}'
842 pipeline-script: 'voltha-scale-matrix.groovy'
843
844 description: |
845 <!-- Managed by Jenkins Job Builder -->
846 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
847 Using pipeline {pipeline-script} <br/><br/>
848 Scale measurements for VOLTHA 2.x
849
850 properties:
851 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800852 build-days-to-keep: '{big-build-days-to-keep}'
853 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700854
855 wrappers:
856 - lf-infra-wrappers:
857 build-timeout: '{build-timeout}'
858 jenkins-ssh-credential: '{jenkins-ssh-credential}'
859
860 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800861 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700862 release: master
863 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700864 volthaSystemTestsChange: ''
865 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700866 onosReplicas: 1
867 atomixReplicas: 0
868 kafkaReplicas: 1
869 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800870 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800871 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700872
873 project-type: pipeline
874 concurrent: false
875
876 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700877
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700878 parameters:
879 - string:
880 name: release
881 default: '{release}'
882 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
883
884 - string:
885 name: buildNode
886 default: '{build-node}'
887 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700888
889 - string:
890 name: volthaSystemTestsChange
891 default: '{volthaSystemTestsChange}'
892 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
893
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"'
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700898
899 - string:
900 name: onosReplicas
901 default: '{onosReplicas}'
902 description: 'How many ONOSes instances to run'
903
904 - string:
905 name: atomixReplicas
906 default: '{atomixReplicas}'
907 description: 'How many Atomix instances to run'
908
909 - string:
910 name: kafkaReplicas
911 default: '{kafkaReplicas}'
912 description: 'How many Kafka instances to run'
913
914 - string:
915 name: etcdReplicas
916 default: '{etcdReplicas}'
917 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800918
919 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800920 name: openonuAdapterReplicas
921 default: '{openonuAdapterReplicas}'
922 description: 'How many OpenONU adapter instances to run'
923
924 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800925 name: topologies
926 default: '{topologies}'
927 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
928
929 triggers:
930 - timed: |
931 TZ=America/Los_Angeles
932 {time-trigger}