blob: 37714cd3d0cc693e20331f533c276541fd2f98bc [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 Scandolof6fe0092020-12-10 09:43:04 -080012 # OpenONU PY Scale
Matteo Scandolob46bc402020-06-11 13:59:44 -070013 - 'voltha-scale-measurements':
Andrea Campanella27b5a662020-12-18 18:49:26 +010014 name: 'voltha-openonu-py-scale-measurements-2.6-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
Andrea Campanella27b5a662020-12-18 18:49:26 +010024 release: voltha-2.6
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020025 withEapol: false
26 withDhcp: false
27 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080028 openonuAdapterReplicas: 8
29 extraHelmFlags: '--set use_openonu_adapter_go=false'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070030
Andrea Campanellabdb199e2020-10-27 10:47:16 +010031 - 'voltha-scale-measurements':
Andrea Campanella27b5a662020-12-18 18:49:26 +010032 name: 'voltha-openonu-py-scale-measurements-2.6-2-16-32-att-subscribers'
Matteo Scandolo4c4fbdd2020-11-04 13:49:42 -080033 'disable-job': false
Andrea Campanellabdb199e2020-10-27 10:47:16 +010034 build-node: 'onf-pod1-head-node'
35 time-trigger: "H H/4 * * *"
Andrea Campanella37e8a452020-11-18 22:27:58 +010036 olts: 2
Andrea Campanellabdb199e2020-10-27 10:47:16 +010037 pons: 16
38 onus: 32
39 withFlows: true
40 provisionSubscribers: true
Andrea Campanella27b5a662020-12-18 18:49:26 +010041 release: voltha-2.6
Andrea Campanellabdb199e2020-10-27 10:47:16 +010042 withEapol: true
43 withDhcp: true
44 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080045 openonuAdapterReplicas: 8
46 extraHelmFlags: '--set use_openonu_adapter_go=false,authRetry=true,dhcpRetry=true'
Andrea Campanellabdb199e2020-10-27 10:47:16 +010047
Girish Gowdra0de34422020-11-19 11:58:12 -080048 - 'voltha-scale-measurements':
Andrea Campanella27b5a662020-12-18 18:49:26 +010049 name: 'voltha-openonu-py-scale-measurements-2.6-2-16-32-tt-subscribers'
Girish Gowdra0de34422020-11-19 11:58:12 -080050 'disable-job': false
51 build-node: 'onf-pod1-head-node'
52 time-trigger: "H H/4 * * *"
Andrea Campanella945a21d2020-11-24 11:09:53 +010053 olts: 2
Girish Gowdra0de34422020-11-19 11:58:12 -080054 pons: 16
55 onus: 32
56 withFlows: true
57 workflow: tt
58 provisionSubscribers: true
Andrea Campanella27b5a662020-12-18 18:49:26 +010059 release: voltha-2.6
Girish Gowdra0de34422020-11-19 11:58:12 -080060 withEapol: false
61 withDhcp: true
62 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080063 openonuAdapterReplicas: 8
64 extraHelmFlags: '--set use_openonu_adapter_go=false,dhcpRetry=true,defaults.incremental_evto_update=true'
Girish Gowdra0de34422020-11-19 11:58:12 -080065
Matteo Scandolo8df57162020-10-06 14:43:53 -070066 # this job will be used to test custom images without disrupting tests on master
67 - 'voltha-scale-measurements':
68 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobe823242020-11-20 13:48:13 -080069 build-node: 'voltha-scale-2'
Andrea Campanella642e5502020-11-19 19:47:02 +010070 pipeline-script: 'voltha-scale-test-etcd-kafka-bitnami.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080071 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080072 # trigger on Feb 29th (a.k.a only trigger it manually)
73 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010074 withMonitoring: true
Matteo Scandoloe6647a02020-11-02 10:27:52 -080075 olts: 2
Matteo Scandolo8df57162020-10-06 14:43:53 -070076 pons: 16
77 onus: 32
78 withFlows: true
79 provisionSubscribers: true
80 withEapol: true
81 withDhcp: true
82 withIgmp: false
Matteo Scandolo0feb5e92020-10-27 19:34:51 -070083 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080084 withPcap: false
Matteo Scandolobe823242020-11-20 13:48:13 -080085 openoltAdapterImg: gcgirish/voltha-openolt-adapter:writeThroughCache
Matteo Scandolo9665d592020-10-23 19:08:14 +000086
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080087 - 'voltha-scale-measurements':
88 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080089 build-node: 'voltha-scale-2'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080090 pipeline-script: 'voltha-scale-multi-stack.groovy'
91 'disable-job': false
92 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080093 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080094 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080095 logLevel: WARN
Matteo Scandolo128ee7a2020-12-03 14:16:54 -080096 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080097 olts: 2
Matteo Scandolof6656562020-11-16 14:45:44 -080098 pons: 16
99 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800100 withFlows: true
101 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -0800102 workflow: dt
103 withEapol: false
104 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800105 withIgmp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800106
Matteo Scandolo8df57162020-10-06 14:43:53 -0700107
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700108 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700109 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700110 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800111 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700112 build-node: 'onf-pod1-head-node'
113 time-trigger: "H H/4 * * *"
114 olts: 1
115 pons: 16
116 onus: 32
117 withFlows: true
118 provisionSubscribers: true
119 withEapol: true
120 withDhcp: true
121 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700122 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700123
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700124 - 'voltha-scale-measurements':
125 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800126 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700127 build-node: 'onf-pod1-head-node'
128 time-trigger: "H H/4 * * *"
129 olts: 1
130 pons: 16
131 onus: 32
132 withFlows: true
133 provisionSubscribers: true
134 workflow: tt
135 withEapol: false
136 withDhcp: true
137 withIgmp: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700138 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700139
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700140 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700141 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800142 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700143 build-node: 'onf-pod1-head-node'
144 time-trigger: "H H/4 * * *"
145 olts: 1
146 pons: 16
147 onus: 32
148 withFlows: true
149 provisionSubscribers: true
150 workflow: dt
151 withEapol: false
152 withDhcp: false
153 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700154 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200155
Matteo Scandolo272aed42020-05-08 15:05:57 -0700156 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700157 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700158 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolof2c8a642020-11-05 08:54:50 -0800159 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700160 build-node: 'onf-pod1-head-node'
161 time-trigger: "H H/4 * * *"
162 olts: 2
163 pons: 16
164 onus: 32
165 withFlows: true
166 provisionSubscribers: true
167 withEapol: true
168 withDhcp: true
169 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700170 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700171
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700172 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700173 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800174 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700175 build-node: 'onf-pod1-head-node'
176 time-trigger: "H H/4 * * *"
177 olts: 2
178 pons: 16
179 onus: 32
180 withFlows: true
181 provisionSubscribers: true
182 workflow: dt
183 withEapol: false
184 withDhcp: false
185 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700186 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo86939302020-10-30 13:32:08 -0700187
188 - 'voltha-scale-measurements':
189 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800190 'disable-job': false
Matteo Scandolo86939302020-10-30 13:32:08 -0700191 build-node: 'onf-pod1-head-node'
192 time-trigger: "H H/4 * * *"
193 olts: 2
194 pons: 16
195 onus: 32
196 withFlows: true
197 provisionSubscribers: true
198 workflow: tt
199 withEapol: false
200 withDhcp: true
201 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700202 onosReplicas: 3
203 atomixReplicas: 3
Matteo Scandolo86939302020-10-30 13:32:08 -0700204 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700205
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800206 # multi-stack jobs
207 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800208 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
209 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800210 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800211 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800212 time-trigger: "H H/4 * * *"
213 withMonitoring: false
214 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800215 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800216 olts: 2
217 pons: 16
218 onus: 32
219 withFlows: true
220 provisionSubscribers: true
221 workflow: att
222 withEapol: true
223 withDhcp: true
224 withIgmp: false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800225
226 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800227 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
228 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800229 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800230 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800231 time-trigger: "H H/4 * * *"
232 withMonitoring: false
233 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800234 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800235 olts: 2
236 pons: 16
237 onus: 32
238 withFlows: true
239 provisionSubscribers: true
240 workflow: dt
241 withEapol: false
242 withDhcp: false
243 withIgmp: false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800244
245 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800246 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
247 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800248 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800249 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800250 time-trigger: "H H/4 * * *"
251 withMonitoring: false
252 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800253 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800254 olts: 2
255 pons: 16
256 onus: 32
257 withFlows: true
258 provisionSubscribers: true
259 workflow: tt
260 withEapol: false
261 withDhcp: true
262 withIgmp: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800263
Matteo Scandolo17321b82020-12-11 10:05:10 -0800264 # voltha-2.6 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700265 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800266 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800267 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700268 build-node: 'onf-pod1-head-node'
269 time-trigger: "H H/4 * * *"
270 olts: 1
271 pons: 16
272 onus: 32
273 withFlows: true
274 provisionSubscribers: true
275 withEapol: true
276 withDhcp: true
277 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700278 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800279 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700280 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700281 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700282 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700283 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700284 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200285 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700286
287 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800288 name: 'voltha-scale-measurements-voltha-2.6-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800289 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700290 build-node: 'onf-pod1-head-node'
291 time-trigger: "H H/4 * * *"
292 olts: 2
293 pons: 16
294 onus: 32
295 withFlows: true
296 provisionSubscribers: true
297 workflow: dt
298 withEapol: false
299 withDhcp: false
300 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700301 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800302 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700303 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700304 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700305 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700306 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700307 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200308 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700309
Matteo Scandolo031bd982020-09-16 10:03:47 -0700310 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800311 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800312 'disable-job': false
Matteo Scandolo031bd982020-09-16 10:03:47 -0700313 build-node: 'onf-pod1-head-node'
314 time-trigger: "H H/4 * * *"
315 olts: 1
316 pons: 16
317 onus: 32
318 withFlows: true
319 provisionSubscribers: true
320 workflow: tt
321 withEapol: false
322 withDhcp: true
323 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700324 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800325 release: voltha-2.6
Matteo Scandolo031bd982020-09-16 10:03:47 -0700326 bbsimImg: ''
327 rwCoreImg: ''
328 ofAgentImg: ''
329 openoltAdapterImg: ''
330 openonuAdapterImg: ''
331 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700332
Andrea Campanella27b5a662020-12-18 18:49:26 +0100333 # 2.6 multi-stack jobs
334 - 'voltha-scale-measurements':
335 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-att-subscribers'
336 build-node: 'voltha-scale-2'
337 pipeline-script: 'voltha-scale-multi-stack.groovy'
338 'disable-job': false
339 time-trigger: "H H/4 * * *"
340 withMonitoring: false
341 logLevel: WARN
342 volthaStacks: 10
343 olts: 2
344 pons: 16
345 onus: 32
346 withFlows: true
347 provisionSubscribers: true
348 release: voltha-2.6
349 workflow: att
350 withEapol: true
351 withDhcp: true
352 withIgmp: false
353
354 - 'voltha-scale-measurements':
355 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-dt-subscribers'
356 build-node: 'voltha-scale-2'
357 pipeline-script: 'voltha-scale-multi-stack.groovy'
358 'disable-job': false
359 time-trigger: "H H/4 * * *"
360 withMonitoring: false
361 logLevel: WARN
362 volthaStacks: 10
363 olts: 2
364 pons: 16
365 onus: 32
366 withFlows: true
367 provisionSubscribers: true
368 release: voltha-2.6
369 workflow: dt
370 withEapol: false
371 withDhcp: false
372 withIgmp: false
373
374 - 'voltha-scale-measurements':
375 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-tt-subscribers'
376 build-node: 'voltha-scale-2'
377 pipeline-script: 'voltha-scale-multi-stack.groovy'
378 'disable-job': false
379 time-trigger: "H H/4 * * *"
380 withMonitoring: false
381 logLevel: WARN
382 volthaStacks: 10
383 olts: 2
384 pons: 16
385 onus: 32
386 withFlows: true
387 provisionSubscribers: true
388 release: voltha-2.6
389 workflow: tt
390 withEapol: false
391 withDhcp: true
392 withIgmp: true
393
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700394 # per patchset job
395 - 'voltha-scale-measurements':
396 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000397 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700398 olts: 1
399 pons: 16
400 onus: 32
401 withFlows: true
402 provisionSubscribers: true
403 withEapol: true
404 withDhcp: true
405 withIgmp: false
406 withMonitoring: false
407 trigger-comment: "voltha scale test ATT"
408
409 - 'voltha-scale-measurements':
410 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000411 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700412 olts: 1
413 pons: 16
414 onus: 32
415 withFlows: true
416 provisionSubscribers: true
417 workflow: tt
418 withEapol: false
419 withDhcp: true
420 withIgmp: true
421 withMonitoring: false
422 trigger-comment: "voltha scale test TT"
423
424 - 'voltha-scale-measurements':
425 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000426 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700427 olts: 1
428 pons: 16
429 onus: 32
430 withFlows: true
431 provisionSubscribers: true
432 workflow: dt
433 withEapol: false
434 withDhcp: false
435 withIgmp: false
436 withMonitoring: false
437 trigger-comment: "voltha scale test DT"
438
Matteo Scandolo272aed42020-05-08 15:05:57 -0700439 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700440 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700441 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700442 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700443 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700444
Matteo Scandolodc930192020-08-27 15:56:16 -0700445 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700446 - 'voltha-scale-matrix':
447 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700448 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800449
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700450 # development matrix
451 - 'voltha-scale-matrix':
452 name: 'voltha-scale-matrix-voltha-master'
453 build-node: 'onf-pod1-head-node'
454 onosReplicas: 3
455 atomixReplicas: 3
456 kafkaReplicas: 3
457 etcdReplicas: 3
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800458 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800459 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700460
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700461# list of parameters for the VOLTHA Jobs,
462# used as anchor so that can be shared across multiple jobs
463# to use in a job: `parameters: *voltha-build-job-parameters`
464- voltha-scale-job-parameters: &voltha-scale-job-parameters
465 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 parameters:
467 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800468 name: pipeline-script
469 default: '{pipeline-script}'
470 description: 'The pipeline script to use'
471
472 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700473 name: release
474 default: '{release}'
475 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
476
477 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700478 name: buildNode
479 default: '{build-node}'
480 description: 'Name of the Jenkins node to run the job on'
481
482 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700483 name: dockerRegistry
484 default: '{dockerRegistry}'
485 description: 'Address of the docker registry to use if we are building custom images'
486
487 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700488 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700489 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700490 description: 'Log level for all the components'
491
492 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800493 name: volthaStacks
494 default: '{volthaStacks}'
495 description: 'Number of VOLTHA Stacks to deploy'
496
497 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700498 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700499 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700500 description: 'Number of ONUs to provision'
501
502 - string:
503 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700504 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700505 description: 'Number of PONs to provision'
506
507 - string:
508 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700509 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700510 description: 'How many BBSim instances to run'
511
512 - string:
513 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700514 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700515 description: 'Which workflow are we testing (att, dt, tt)'
516
517 - bool:
518 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700519 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700520 description: 'Wheter to push flows from ONOS'
521
522 - bool:
523 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700524 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 description: 'Wheter to provision subscribers durint the tests'
526
527 - bool:
528 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700529 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 description: 'Wheter EAPOL is enabled for the test'
531
532 - bool:
533 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700534 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 description: 'Wheter DHCP is enabled for the test'
536
537 - bool:
538 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700539 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 description: 'Wheter IGMP is enabled for the test'
541
542 - bool:
543 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700544 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 description: 'Wheter Link Discovery is enabled for the test'
546
547 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700549 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 description: 'Option to install Prometheus'
551
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700552 - bool:
553 name: withProfiling
554 default: '{withProfiling}'
555 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
556
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700557 - bool:
558 name: withPcap
559 default: '{withPcap}'
560 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
561
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700562 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700563 name: withRadius
564 default: '{withRadius}'
565 description: 'Value to pass to kind-voltha WITH_RADIUS'
566
567 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700568 name: extraHelmFlags
569 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700570 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 -0700571
Matteo Scandolo272aed42020-05-08 15:05:57 -0700572 - string:
573 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700574 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700575 description: 'How many OpenONU adapter instances to run'
576
577 - string:
578 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700579 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700580 description: 'How many ONOSes instances to run'
581
582 - string:
583 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700584 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700585 description: 'How many Atomix instances to run'
586
587 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700588 name: kafkaReplicas
589 default: '{kafkaReplicas}'
590 description: 'How many Kafka instances to run'
591
592 - string:
593 name: etcdReplicas
594 default: '{etcdReplicas}'
595 description: 'How many ETCD instances to run'
596
597 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700598 name: onosStatInterval
599 default: '{onosStatInterval}'
600 description: 'How often ONOS should poll for ports, flows and meters'
601
602 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700603 name: bbsimImg
604 default: '{bbsimImg}'
605 description: 'Custom image selection for BBSIM (repo:tag)'
606
607 - string:
608 name: bbsimChart
609 default: '{bbsimChart}'
610 description: 'BBSim chart name (or location on file system)'
611
612 - string:
613 name: rwCoreImg
614 default: '{rwCoreImg}'
615 description: 'Custom image selection for VOLTHA (repo:tag)'
616
617 - string:
618 name: ofAgentImg
619 default: '{ofAgentImg}'
620 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
621
622 - string:
623 name: volthaChart
624 default: '{volthaChart}'
625 description: 'VOLTHA chart name (or location on file system)'
626
627 - string:
628 name: openoltAdapterImg
629 default: '{openoltAdapterImg}'
630 description: 'Custom image selection for Openolt Adapter (repo:tag)'
631
632 - string:
633 name: openoltAdapterChart
634 default: '{openoltAdapterChart}'
635 description: 'OpenOLT chart name (or location on file system)'
636
637 - string:
638 name: openonuAdapterImg
639 default: '{openonuAdapterImg}'
640 description: 'Custom image selection for Openonu Adapter (repo:tag)'
641
642 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100643 name: openonuAdapterGoImg
644 default: '{openonuAdapterGoImg}'
645 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
646
647 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700648 name: openonuAdapterChart
649 default: '{openonuAdapterChart}'
650 description: 'OpenONU chart name (or location on file system)'
651
652 - string:
653 name: onosImg
654 default: '{onosImg}'
655 description: 'Custom image selection for Openonu Adapter (repo:tag)'
656
657 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700658 name: onosChart
659 default: '{onosChart}'
660 description: 'ONOS chart name (or location on file system)'
661
662 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700663 name: radiusChart
664 default: '{radiusChart}'
665 description: 'freeradius chart name (or location on file system)'
666
667 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700668 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700669 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700670 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
671
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700672 - string:
673 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700674 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700675 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
676
Matteo Scandoloccc06192020-06-22 10:16:17 -0700677 - bool:
678 name: inMemoryEtcdStorage
679 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700680 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700681
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200682 - string:
683 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700684 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200685 description: 'Karaf home'
686
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700687- job-template:
688 id: 'voltha-scale-measurements'
689 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700690 disabled: '{disable-job}'
691
692 description: |
693 <!-- Managed by Jenkins Job Builder -->
694 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
695 Using pipeline {pipeline-script} <br/><br/>
696 Scale measurements for VOLTHA 2.x
697
698 properties:
699 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800700 build-days-to-keep: '{big-build-days-to-keep}'
701 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700702
703 wrappers:
704 - lf-infra-wrappers:
705 build-timeout: '{build-timeout}'
706 jenkins-ssh-credential: '{jenkins-ssh-credential}'
707
708 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800709 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700710 release: master
711
712 bbsimImg: voltha/bbsim:master
713 rwCoreImg: voltha/voltha-rw-core:master
714 ofAgentImg: voltha/voltha-ofagent-go:master
715 openoltAdapterImg: voltha/voltha-openolt-adapter:master
716 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100717 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700718 onosImg: voltha/voltha-onos:master
719
720 bbsimChart: onf/bbsim
721 volthaChart: onf/voltha
722 openoltAdapterChart: onf/voltha-adapter-openolt
723 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700724 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700725 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700726
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800727 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700728 olts: 2
729 pons: 2
730 onus: 2
731 workflow: att
732 withFlows: false
733 provisionSubscribers: false
734 withEapol: true
735 withDhcp: true
736 withIgmp: false
737 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700738 withMonitoring: true
739 withProfiling: false
740 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700741 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100742 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700743 onosReplicas: 3
744 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700745 kafkaReplicas: 3
746 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700747 extraHelmFlags: ''
748 onosStatInterval: 5
749 volthaSystemTestsChange: ''
750 kindVolthaChange: ''
751 inMemoryEtcdStorage: true
752 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700753 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700754 dockerRegistry: 10.90.0.101:30500
755 trigger-comment: vv7CBoQQYYonvaN8xcru
756 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700757
758 <<: *voltha-scale-job-parameters
759
Matteo Scandolo272aed42020-05-08 15:05:57 -0700760 project-type: pipeline
761 concurrent: false
762
763 dsl: !include-raw-escape: pipeline/{pipeline-script}
764
Matteo Scandoloabb83972020-06-25 16:08:23 -0700765 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700766 # periodic jobs will set this every 4 hours
767 # 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 -0700768 - timed: |
769 TZ=America/Los_Angeles
770 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700771 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
772 # patchset jobs will set this to a meaningful comment
773 - gerrit:
774 server-name: '{gerrit-server-name}'
775 silent-start: false
776 successful-message: "PASSED scale test"
777 failure-message: "FAILED scale test"
778 unstable-message: "UNSTABLE scale test"
779 trigger-on:
780 - comment-added-contains-event:
781 comment-contains-value: '.*{trigger-comment}.*'
782 projects:
783 - project-compare-type: REG_EXP
784 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
785 branches:
786 - branch-compare-type: REG_EXP
787 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700788
789- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700790 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800791 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800792
793 description: |
794 <!-- Managed by Jenkins Job Builder -->
795 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
796 Using pipeline {pipeline-script} <br/><br/>
797 Scale measurements for VOLTHA 2.x
798
799 properties:
800 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800801 build-days-to-keep: '{big-build-days-to-keep}'
802 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800803
804 wrappers:
805 - lf-infra-wrappers:
806 build-timeout: '{build-timeout}'
807 jenkins-ssh-credential: '{jenkins-ssh-credential}'
808
Matteo Scandolo0430f672020-05-07 11:50:26 -0700809 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800810 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700811 release: master
812
Matteo Scandolo0430f672020-05-07 11:50:26 -0700813 bbsimImg: voltha/bbsim:master
814 rwCoreImg: voltha/voltha-rw-core:master
815 ofAgentImg: voltha/voltha-ofagent-go:master
816 openoltAdapterImg: voltha/voltha-openolt-adapter:master
817 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100818 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700819 onosImg: voltha/voltha-onos:master
820
821 bbsimChart: onf/bbsim
822 volthaChart: onf/voltha
823 openoltAdapterChart: onf/voltha-adapter-openolt
824 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700825 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700826 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700827
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800828 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700829 olts: 2
830 pons: 2
831 onus: 2
832 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700833 withFlows: true
834 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700835 withEapol: true
836 withDhcp: true
837 withIgmp: false
838 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700839 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700840 withProfiling: false
841 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700842 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700843 openonuAdapterReplicas: 1
844 onosReplicas: 1
845 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700846 kafkaReplicas: 1
847 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700848 extraHelmFlags: ''
849 onosStatInterval: 5
850 volthaSystemTestsChange: ''
851 kindVolthaChange: ''
852 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700853 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700854 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700855 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700856
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700857 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200858
Matteo Scandolo51b76302020-02-05 12:07:23 -0800859 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800860 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800861
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700862 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700863
Matteo Scandolo849db722020-10-21 10:58:41 -0700864 triggers:
865 - gerrit:
866 server-name: '{gerrit-server-name}'
867 silent-start: false
868 successful-message: "PASSED scale test"
869 failure-message: "FAILED scale test"
870 unstable-message: "UNSTABLE scale test"
871 trigger-on:
872 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700873 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700874 projects:
875 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700876 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700877 branches:
878 - branch-compare-type: REG_EXP
879 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700880- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700881 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700882 name: '{name}'
883 pipeline-script: 'voltha-scale-matrix.groovy'
884
885 description: |
886 <!-- Managed by Jenkins Job Builder -->
887 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
888 Using pipeline {pipeline-script} <br/><br/>
889 Scale measurements for VOLTHA 2.x
890
891 properties:
892 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800893 build-days-to-keep: '{big-build-days-to-keep}'
894 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700895
896 wrappers:
897 - lf-infra-wrappers:
898 build-timeout: '{build-timeout}'
899 jenkins-ssh-credential: '{jenkins-ssh-credential}'
900
901 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800902 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700903 release: master
904 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700905 volthaSystemTestsChange: ''
906 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700907 onosReplicas: 1
908 atomixReplicas: 0
909 kafkaReplicas: 1
910 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800911 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800912 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700913
914 project-type: pipeline
915 concurrent: false
916
917 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700918
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700919 parameters:
920 - string:
921 name: release
922 default: '{release}'
923 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
924
925 - string:
926 name: buildNode
927 default: '{build-node}'
928 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700929
930 - string:
931 name: volthaSystemTestsChange
932 default: '{volthaSystemTestsChange}'
933 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
934
935 - string:
936 name: kindVolthaChange
937 default: '{kindVolthaChange}'
938 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 -0700939
940 - string:
941 name: onosReplicas
942 default: '{onosReplicas}'
943 description: 'How many ONOSes instances to run'
944
945 - string:
946 name: atomixReplicas
947 default: '{atomixReplicas}'
948 description: 'How many Atomix instances to run'
949
950 - string:
951 name: kafkaReplicas
952 default: '{kafkaReplicas}'
953 description: 'How many Kafka instances to run'
954
955 - string:
956 name: etcdReplicas
957 default: '{etcdReplicas}'
958 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800959
960 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800961 name: openonuAdapterReplicas
962 default: '{openonuAdapterReplicas}'
963 description: 'How many OpenONU adapter instances to run'
964
965 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800966 name: topologies
967 default: '{topologies}'
968 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
969
970 triggers:
971 - timed: |
972 TZ=America/Los_Angeles
973 {time-trigger}