blob: 35089975a6fdfd8712b4f1fc4cdb14c81233685f [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':
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070014 name: 'voltha-openonu-go-scale-measurements-master-1-16-64-activation'
15 build-node: 'onf-pod1-head-node'
16 time-trigger: "H H/4 * * *"
17 olts: 1
18 pons: 16
19 onus: 64
20 withFlows: false
21 provisionSubscribers: false
22 withEapol: false
23 withDhcp: false
24 withIgmp: false
25 openonuAdapterReplicas: 1
26 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
27 extraHelmFlags: '--set use_openonu_adapter_go=true'
28
29 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070030 name: 'voltha-scale-measurements-master-1-16-32-activation'
Matteo Scandolob4f81882020-07-30 09:45:15 -070031 'disable-job': true
Matteo Scandolob46bc402020-06-11 13:59:44 -070032 build-node: 'onf-pod1-head-node'
33 time-trigger: "H H/4 * * *"
34 olts: 1
35 pons: 16
36 onus: 32
37 withFlows: false
38 provisionSubscribers: false
39 withEapol: false
40 withDhcp: false
41 withIgmp: false
42 openonuAdapterReplicas: 8
43 onosReplicas: 3
44 atomixReplicas: 3
Matteo Scandolob46bc402020-06-11 13:59:44 -070045
Matteo Scandolo272aed42020-05-08 15:05:57 -070046 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070047 name: 'voltha-scale-measurements-master-1-16-32-att-flows'
Matteo Scandolob4f81882020-07-30 09:45:15 -070048 'disable-job': true
Matteo Scandolo272aed42020-05-08 15:05:57 -070049 build-node: 'onf-pod1-head-node'
50 time-trigger: "H H/4 * * *"
51 olts: 1
52 pons: 16
53 onus: 32
54 withFlows: true
55 provisionSubscribers: false
56 withEapol: true
57 withDhcp: true
58 withIgmp: false
59 openonuAdapterReplicas: 8
60 onosReplicas: 3
61 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070062 extraHelmFlags: '--set auth=false '
Matteo Scandoloe4b04342020-05-28 07:35:45 -070063
64 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070065 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070066 build-node: 'onf-pod1-head-node'
67 time-trigger: "H H/4 * * *"
68 olts: 1
69 pons: 16
70 onus: 32
71 withFlows: true
72 provisionSubscribers: true
73 withEapol: true
74 withDhcp: true
75 withIgmp: false
76 openonuAdapterReplicas: 8
77 onosReplicas: 3
78 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -070079 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo91337832020-08-25 18:39:33 -070080 withPcap: true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070081
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070082 - 'voltha-scale-measurements':
83 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
84 build-node: 'onf-pod1-head-node'
85 time-trigger: "H H/4 * * *"
86 olts: 1
87 pons: 16
88 onus: 32
89 withFlows: true
90 provisionSubscribers: true
91 workflow: tt
92 withEapol: false
93 withDhcp: true
94 withIgmp: true
95 openonuAdapterReplicas: 8
96 onosReplicas: 3
97 atomixReplicas: 3
98 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070099
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700100 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
101 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700102 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700103 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700104 build-node: 'onf-pod1-head-node'
105 time-trigger: "H H/4 * * *"
106 olts: 1
107 pons: 16
108 onus: 32
109 withFlows: true
110 provisionSubscribers: true
111 workflow: dt
112 withEapol: false
113 withDhcp: false
114 withIgmp: false
115 openonuAdapterReplicas: 8
116 onosReplicas: 3
117 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200118
Matteo Scandolo272aed42020-05-08 15:05:57 -0700119 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700120 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700121 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700122 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700123 build-node: 'onf-pod1-head-node'
124 time-trigger: "H H/4 * * *"
125 olts: 2
126 pons: 16
127 onus: 32
128 withFlows: false
129 provisionSubscribers: false
130 withEapol: false
131 withDhcp: false
132 withIgmp: false
133 openonuAdapterReplicas: 8
134 onosReplicas: 3
135 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700136
Matteo Scandolocb726432020-06-01 08:49:14 -0700137 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700138 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700139 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700140 build-node: 'onf-pod1-head-node'
141 time-trigger: "H H/4 * * *"
142 olts: 2
143 pons: 16
144 onus: 32
145 withFlows: true
146 provisionSubscribers: false
147 withEapol: true
148 withDhcp: true
149 withIgmp: false
150 openonuAdapterReplicas: 8
151 onosReplicas: 3
152 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700153 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700154
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700155 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700156 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700157 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700158 build-node: 'onf-pod1-head-node'
159 time-trigger: "H H/4 * * *"
160 olts: 2
161 pons: 16
162 onus: 32
163 withFlows: true
164 provisionSubscribers: true
165 withEapol: true
166 withDhcp: true
167 withIgmp: false
168 openonuAdapterReplicas: 8
169 onosReplicas: 3
170 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700171 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700172
173 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
174 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700175 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700176 build-node: 'onf-pod1-head-node'
177 time-trigger: "H H/4 * * *"
178 olts: 2
179 pons: 16
180 onus: 32
181 withFlows: true
182 provisionSubscribers: true
183 workflow: dt
184 withEapol: false
185 withDhcp: false
186 withIgmp: false
187 openonuAdapterReplicas: 8
188 onosReplicas: 3
189 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700190 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700191
Matteo Scandolo031bd982020-09-16 10:03:47 -0700192 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700193 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700194 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700195 build-node: 'onf-pod1-head-node'
196 time-trigger: "H H/4 * * *"
197 olts: 1
198 pons: 16
199 onus: 32
200 withFlows: true
201 provisionSubscribers: true
202 withEapol: true
203 withDhcp: true
204 withIgmp: false
205 openonuAdapterReplicas: 8
206 onosReplicas: 3
207 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700208 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700209 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700210 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700211 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700212 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700213 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700214 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200215 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700216 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700217
218 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700219 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700220 build-node: 'onf-pod1-head-node'
221 time-trigger: "H H/4 * * *"
222 olts: 2
223 pons: 16
224 onus: 32
225 withFlows: true
226 provisionSubscribers: true
227 workflow: dt
228 withEapol: false
229 withDhcp: false
230 withIgmp: false
231 openonuAdapterReplicas: 8
232 onosReplicas: 3
233 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700234 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700235 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700236 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700237 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700238 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700239 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700240 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200241 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700242
Matteo Scandolo031bd982020-09-16 10:03:47 -0700243 - 'voltha-scale-measurements':
244 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
245 build-node: 'onf-pod1-head-node'
246 time-trigger: "H H/4 * * *"
247 olts: 1
248 pons: 16
249 onus: 32
250 withFlows: true
251 provisionSubscribers: true
252 workflow: tt
253 withEapol: false
254 withDhcp: true
255 withIgmp: true
256 openonuAdapterReplicas: 8
257 onosReplicas: 3
258 atomixReplicas: 3
259 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
260 release: voltha-2.5
261 bbsimImg: ''
262 rwCoreImg: ''
263 ofAgentImg: ''
264 openoltAdapterImg: ''
265 openonuAdapterImg: ''
266 onosImg: ''
267 withPcap: true
268
Matteo Scandolo272aed42020-05-08 15:05:57 -0700269 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700270 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700271 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700272 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700273 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700274
Matteo Scandolodc930192020-08-27 15:56:16 -0700275 # development matrix
276 - 'voltha-scale-matrix-dev':
277 name: 'voltha-scale-matrix-voltha-2.4-dev'
278 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800279
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700280# list of parameters for the VOLTHA Jobs,
281# used as anchor so that can be shared across multiple jobs
282# to use in a job: `parameters: *voltha-build-job-parameters`
283- voltha-scale-job-parameters: &voltha-scale-job-parameters
284 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700285 parameters:
286 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700287 name: release
288 default: '{release}'
289 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
290
291 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700292 name: buildNode
293 default: '{build-node}'
294 description: 'Name of the Jenkins node to run the job on'
295
296 - string:
297 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700298 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700299 description: 'Log level for all the components'
300
301 - string:
302 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700303 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700304 description: 'Number of ONUs to provision'
305
306 - string:
307 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700308 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700309 description: 'Number of PONs to provision'
310
311 - string:
312 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700313 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700314 description: 'How many BBSim instances to run'
315
316 - string:
317 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700318 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700319 description: 'Which workflow are we testing (att, dt, tt)'
320
321 - bool:
322 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700323 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700324 description: 'Wheter to push flows from ONOS'
325
326 - bool:
327 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700328 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700329 description: 'Wheter to provision subscribers durint the tests'
330
331 - bool:
332 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700333 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700334 description: 'Wheter EAPOL is enabled for the test'
335
336 - bool:
337 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700338 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700339 description: 'Wheter DHCP is enabled for the test'
340
341 - bool:
342 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700343 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700344 description: 'Wheter IGMP is enabled for the test'
345
346 - bool:
347 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700348 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700349 description: 'Wheter Link Discovery is enabled for the test'
350
351 - bool:
352 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700353 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700354 description: 'Option to trigger MIB template command'
355
356 - bool:
357 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700358 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700359 description: 'Option to install Prometheus'
360
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700361 - bool:
362 name: withProfiling
363 default: '{withProfiling}'
364 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
365
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700366 - bool:
367 name: withPcap
368 default: '{withPcap}'
369 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
370
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700371 - string:
372 name: extraHelmFlags
373 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700374 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 -0700375
Matteo Scandolo272aed42020-05-08 15:05:57 -0700376 - string:
377 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700378 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700379 description: 'How many OpenONU adapter instances to run'
380
381 - string:
382 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700383 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700384 description: 'How many ONOSes instances to run'
385
386 - string:
387 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700388 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700389 description: 'How many Atomix instances to run'
390
391 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700392 name: kafkaReplicas
393 default: '{kafkaReplicas}'
394 description: 'How many Kafka instances to run'
395
396 - string:
397 name: etcdReplicas
398 default: '{etcdReplicas}'
399 description: 'How many ETCD instances to run'
400
401 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700402 name: onosStatInterval
403 default: '{onosStatInterval}'
404 description: 'How often ONOS should poll for ports, flows and meters'
405
406 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700407 name: bbsimImg
408 default: '{bbsimImg}'
409 description: 'Custom image selection for BBSIM (repo:tag)'
410
411 - string:
412 name: bbsimChart
413 default: '{bbsimChart}'
414 description: 'BBSim chart name (or location on file system)'
415
416 - string:
417 name: rwCoreImg
418 default: '{rwCoreImg}'
419 description: 'Custom image selection for VOLTHA (repo:tag)'
420
421 - string:
422 name: ofAgentImg
423 default: '{ofAgentImg}'
424 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
425
426 - string:
427 name: volthaChart
428 default: '{volthaChart}'
429 description: 'VOLTHA chart name (or location on file system)'
430
431 - string:
432 name: openoltAdapterImg
433 default: '{openoltAdapterImg}'
434 description: 'Custom image selection for Openolt Adapter (repo:tag)'
435
436 - string:
437 name: openoltAdapterChart
438 default: '{openoltAdapterChart}'
439 description: 'OpenOLT chart name (or location on file system)'
440
441 - string:
442 name: openonuAdapterImg
443 default: '{openonuAdapterImg}'
444 description: 'Custom image selection for Openonu Adapter (repo:tag)'
445
446 - string:
447 name: openonuAdapterChart
448 default: '{openonuAdapterChart}'
449 description: 'OpenONU chart name (or location on file system)'
450
451 - string:
452 name: onosImg
453 default: '{onosImg}'
454 description: 'Custom image selection for Openonu Adapter (repo:tag)'
455
456 - string:
457 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700458 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700459 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
460
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700461 - string:
462 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700463 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700464 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
465
Matteo Scandoloccc06192020-06-22 10:16:17 -0700466 - bool:
467 name: inMemoryEtcdStorage
468 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700469 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700470
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200471 - string:
472 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700473 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200474 description: 'Karaf home'
475
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700476- job-template:
477 id: 'voltha-scale-measurements'
478 name: '{name}'
479 pipeline-script: 'voltha-scale-test.groovy'
480 disabled: '{disable-job}'
481
482 description: |
483 <!-- Managed by Jenkins Job Builder -->
484 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
485 Using pipeline {pipeline-script} <br/><br/>
486 Scale measurements for VOLTHA 2.x
487
488 properties:
489 - cord-infra-properties:
490 build-days-to-keep: 30
491 artifact-num-to-keep: 15
492
493 wrappers:
494 - lf-infra-wrappers:
495 build-timeout: '{build-timeout}'
496 jenkins-ssh-credential: '{jenkins-ssh-credential}'
497
498 # default values
499 release: master
500
501 bbsimImg: voltha/bbsim:master
502 rwCoreImg: voltha/voltha-rw-core:master
503 ofAgentImg: voltha/voltha-ofagent-go:master
504 openoltAdapterImg: voltha/voltha-openolt-adapter:master
505 openonuAdapterImg: voltha/voltha-openonu-adapter:master
506 onosImg: voltha/voltha-onos:master
507
508 bbsimChart: onf/bbsim
509 volthaChart: onf/voltha
510 openoltAdapterChart: onf/voltha-adapter-openolt
511 openonuAdapterChart: onf/voltha-adapter-openonu
512
513 olts: 2
514 pons: 2
515 onus: 2
516 workflow: att
517 withFlows: false
518 provisionSubscribers: false
519 withEapol: true
520 withDhcp: true
521 withIgmp: false
522 withLLDP: false
523 withMibTemplate: true
524 withMonitoring: true
525 withProfiling: false
526 withPcap: false
527 openonuAdapterReplicas: 1
528 onosReplicas: 1
529 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700530 kafkaReplicas: 3
531 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700532 extraHelmFlags: ''
533 onosStatInterval: 5
534 volthaSystemTestsChange: ''
535 kindVolthaChange: ''
536 inMemoryEtcdStorage: true
537 karafHome: 'apache-karaf-4.2.9'
538 logLevel: 'WARN'
539
540 <<: *voltha-scale-job-parameters
541
Matteo Scandolo272aed42020-05-08 15:05:57 -0700542 project-type: pipeline
543 concurrent: false
544
545 dsl: !include-raw-escape: pipeline/{pipeline-script}
546
Matteo Scandoloabb83972020-06-25 16:08:23 -0700547 triggers:
548 - timed: |
549 TZ=America/Los_Angeles
550 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700551
552- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700553 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800554 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700555 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800556
557 description: |
558 <!-- Managed by Jenkins Job Builder -->
559 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
560 Using pipeline {pipeline-script} <br/><br/>
561 Scale measurements for VOLTHA 2.x
562
563 properties:
564 - cord-infra-properties:
565 build-days-to-keep: '{build-days-to-keep}'
566 artifact-num-to-keep: '{artifact-num-to-keep}'
567
568 wrappers:
569 - lf-infra-wrappers:
570 build-timeout: '{build-timeout}'
571 jenkins-ssh-credential: '{jenkins-ssh-credential}'
572
Matteo Scandolo0430f672020-05-07 11:50:26 -0700573 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700574 release: master
575
Matteo Scandolo0430f672020-05-07 11:50:26 -0700576 bbsimImg: voltha/bbsim:master
577 rwCoreImg: voltha/voltha-rw-core:master
578 ofAgentImg: voltha/voltha-ofagent-go:master
579 openoltAdapterImg: voltha/voltha-openolt-adapter:master
580 openonuAdapterImg: voltha/voltha-openonu-adapter:master
581 onosImg: voltha/voltha-onos:master
582
583 bbsimChart: onf/bbsim
584 volthaChart: onf/voltha
585 openoltAdapterChart: onf/voltha-adapter-openolt
586 openonuAdapterChart: onf/voltha-adapter-openonu
587
Matteo Scandolo68776b72020-07-21 14:06:06 -0700588 olts: 2
589 pons: 2
590 onus: 2
591 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700592 withFlows: true
593 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700594 withEapol: true
595 withDhcp: true
596 withIgmp: false
597 withLLDP: false
598 withMibTemplate: true
599 withMonitoring: true
600 withProfiling: false
601 withPcap: false
602 openonuAdapterReplicas: 1
603 onosReplicas: 1
604 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700605 kafkaReplicas: 1
606 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700607 extraHelmFlags: ''
608 onosStatInterval: 5
609 volthaSystemTestsChange: ''
610 kindVolthaChange: ''
611 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700612 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700613 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700614
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700615 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200616
Matteo Scandolo51b76302020-02-05 12:07:23 -0800617 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800618 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800619
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700620 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700621
622- job-template:
623 id: 'voltha-scale-matrix-dev'
624 name: '{name}'
625 pipeline-script: 'voltha-scale-matrix.groovy'
626
627 description: |
628 <!-- Managed by Jenkins Job Builder -->
629 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
630 Using pipeline {pipeline-script} <br/><br/>
631 Scale measurements for VOLTHA 2.x
632
633 properties:
634 - cord-infra-properties:
635 build-days-to-keep: '{build-days-to-keep}'
636 artifact-num-to-keep: '{artifact-num-to-keep}'
637
638 wrappers:
639 - lf-infra-wrappers:
640 build-timeout: '{build-timeout}'
641 jenkins-ssh-credential: '{jenkins-ssh-credential}'
642
643 # default values
644 release: master
645 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700646 volthaSystemTestsChange: ''
647 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700648
649 project-type: pipeline
650 concurrent: false
651
652 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700653
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700654 parameters:
655 - string:
656 name: release
657 default: '{release}'
658 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
659
660 - string:
661 name: buildNode
662 default: '{build-node}'
663 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700664
665 - string:
666 name: volthaSystemTestsChange
667 default: '{volthaSystemTestsChange}'
668 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
669
670 - string:
671 name: kindVolthaChange
672 default: '{kindVolthaChange}'
673 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'