blob: 0e8b33aa87a7f1f90265156b8c192cebad5ddcc0 [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':
Matteo Scandolo346a34c2020-09-02 18:33:32 -070083 name: 'voltha-scale-measurements-master-2-8-32-tt-subscribers'
84 build-node: 'onf-pod1-head-node'
85 time-trigger: "H H/4 * * *"
86 olts: 2
87 pons: 4
88 onus: 8
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 '
99 ofAgentImg: andreacampanella/voltha-ofagent-go:lower-number-flows
100
101 - 'voltha-scale-measurements':
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700102 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
103 build-node: 'onf-pod1-head-node'
104 time-trigger: "H H/4 * * *"
105 olts: 1
106 pons: 16
107 onus: 32
108 withFlows: true
109 provisionSubscribers: true
110 workflow: tt
111 withEapol: false
112 withDhcp: true
113 withIgmp: true
114 openonuAdapterReplicas: 8
115 onosReplicas: 3
116 atomixReplicas: 3
117 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Andrea Campanella69349742020-09-03 14:27:15 +0200118 ofAgentImg: andreacampanella/voltha-ofagent-go:lower-number-flows
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700119
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700120 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
121 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700122 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700123 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700124 build-node: 'onf-pod1-head-node'
125 time-trigger: "H H/4 * * *"
126 olts: 1
127 pons: 16
128 onus: 32
129 withFlows: true
130 provisionSubscribers: true
131 workflow: dt
132 withEapol: false
133 withDhcp: false
134 withIgmp: false
135 openonuAdapterReplicas: 8
136 onosReplicas: 3
137 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200138
Matteo Scandolo272aed42020-05-08 15:05:57 -0700139 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700140 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700141 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700142 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700143 build-node: 'onf-pod1-head-node'
144 time-trigger: "H H/4 * * *"
145 olts: 2
146 pons: 16
147 onus: 32
148 withFlows: false
149 provisionSubscribers: false
150 withEapol: false
151 withDhcp: false
152 withIgmp: false
153 openonuAdapterReplicas: 8
154 onosReplicas: 3
155 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700156
Matteo Scandolocb726432020-06-01 08:49:14 -0700157 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700158 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700159 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -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: false
167 withEapol: true
168 withDhcp: true
169 withIgmp: false
170 openonuAdapterReplicas: 8
171 onosReplicas: 3
172 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700173 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700174
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700175 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700176 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700177 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700178 build-node: 'onf-pod1-head-node'
179 time-trigger: "H H/4 * * *"
180 olts: 2
181 pons: 16
182 onus: 32
183 withFlows: true
184 provisionSubscribers: true
185 withEapol: true
186 withDhcp: true
187 withIgmp: false
188 openonuAdapterReplicas: 8
189 onosReplicas: 3
190 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700191 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700192
193 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
194 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700195 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700196 build-node: 'onf-pod1-head-node'
197 time-trigger: "H H/4 * * *"
198 olts: 2
199 pons: 16
200 onus: 32
201 withFlows: true
202 provisionSubscribers: true
203 workflow: dt
204 withEapol: false
205 withDhcp: false
206 withIgmp: false
207 openonuAdapterReplicas: 8
208 onosReplicas: 3
209 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700210 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700211
Matteo Scandolod43064b2020-07-13 17:18:45 -0700212 # voltha-2.4 Jobs
213 - 'voltha-scale-measurements':
Matteo Scandolo5055e4e2020-07-14 10:10:38 -0700214 name: 'voltha-scale-measurements-voltha-2.4-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700215 build-node: 'onf-pod1-head-node'
216 time-trigger: "H H/4 * * *"
217 olts: 1
218 pons: 16
219 onus: 32
220 withFlows: true
221 provisionSubscribers: true
222 withEapol: true
223 withDhcp: true
224 withIgmp: false
225 openonuAdapterReplicas: 8
226 onosReplicas: 3
227 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700228 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700229 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200230 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700231 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700232 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700233 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700234 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700235 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200236 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700237 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700238
239 - 'voltha-scale-measurements':
240 name: 'voltha-scale-measurements-voltha-2.4-2-16-32-dt-subscribers'
241 build-node: 'onf-pod1-head-node'
242 time-trigger: "H H/4 * * *"
243 olts: 2
244 pons: 16
245 onus: 32
246 withFlows: true
247 provisionSubscribers: true
248 workflow: dt
249 withEapol: false
250 withDhcp: false
251 withIgmp: false
252 openonuAdapterReplicas: 8
253 onosReplicas: 3
254 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700255 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700256 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200257 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700258 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700259 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700260 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700261 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700262 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200263 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700264
Matteo Scandolo272aed42020-05-08 15:05:57 -0700265 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700266 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700267 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700268 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700269 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700270
Matteo Scandolodc930192020-08-27 15:56:16 -0700271 # development matrix
272 - 'voltha-scale-matrix-dev':
273 name: 'voltha-scale-matrix-voltha-2.4-dev'
274 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800275
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700276# list of parameters for the VOLTHA Jobs,
277# used as anchor so that can be shared across multiple jobs
278# to use in a job: `parameters: *voltha-build-job-parameters`
279- voltha-scale-job-parameters: &voltha-scale-job-parameters
280 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700281 parameters:
282 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700283 name: release
284 default: '{release}'
285 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
286
287 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700288 name: buildNode
289 default: '{build-node}'
290 description: 'Name of the Jenkins node to run the job on'
291
292 - string:
293 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700294 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700295 description: 'Log level for all the components'
296
297 - string:
298 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700299 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700300 description: 'Number of ONUs to provision'
301
302 - string:
303 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700304 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700305 description: 'Number of PONs to provision'
306
307 - string:
308 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700309 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700310 description: 'How many BBSim instances to run'
311
312 - string:
313 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700314 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700315 description: 'Which workflow are we testing (att, dt, tt)'
316
317 - bool:
318 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700319 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700320 description: 'Wheter to push flows from ONOS'
321
322 - bool:
323 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700324 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700325 description: 'Wheter to provision subscribers durint the tests'
326
327 - bool:
328 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700329 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700330 description: 'Wheter EAPOL is enabled for the test'
331
332 - bool:
333 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700334 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700335 description: 'Wheter DHCP is enabled for the test'
336
337 - bool:
338 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700339 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700340 description: 'Wheter IGMP is enabled for the test'
341
342 - bool:
343 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700344 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700345 description: 'Wheter Link Discovery is enabled for the test'
346
347 - bool:
348 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700349 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700350 description: 'Option to trigger MIB template command'
351
352 - bool:
353 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700354 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700355 description: 'Option to install Prometheus'
356
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700357 - bool:
358 name: withProfiling
359 default: '{withProfiling}'
360 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
361
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700362 - bool:
363 name: withPcap
364 default: '{withPcap}'
365 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
366
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700367 - string:
368 name: extraHelmFlags
369 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700370 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 -0700371
Matteo Scandolo272aed42020-05-08 15:05:57 -0700372 - string:
373 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700374 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700375 description: 'How many OpenONU adapter instances to run'
376
377 - string:
378 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700379 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700380 description: 'How many ONOSes instances to run'
381
382 - string:
383 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700384 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700385 description: 'How many Atomix instances to run'
386
387 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700388 name: kafkaReplicas
389 default: '{kafkaReplicas}'
390 description: 'How many Kafka instances to run'
391
392 - string:
393 name: etcdReplicas
394 default: '{etcdReplicas}'
395 description: 'How many ETCD instances to run'
396
397 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700398 name: onosStatInterval
399 default: '{onosStatInterval}'
400 description: 'How often ONOS should poll for ports, flows and meters'
401
402 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700403 name: bbsimImg
404 default: '{bbsimImg}'
405 description: 'Custom image selection for BBSIM (repo:tag)'
406
407 - string:
408 name: bbsimChart
409 default: '{bbsimChart}'
410 description: 'BBSim chart name (or location on file system)'
411
412 - string:
413 name: rwCoreImg
414 default: '{rwCoreImg}'
415 description: 'Custom image selection for VOLTHA (repo:tag)'
416
417 - string:
418 name: ofAgentImg
419 default: '{ofAgentImg}'
420 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
421
422 - string:
423 name: volthaChart
424 default: '{volthaChart}'
425 description: 'VOLTHA chart name (or location on file system)'
426
427 - string:
428 name: openoltAdapterImg
429 default: '{openoltAdapterImg}'
430 description: 'Custom image selection for Openolt Adapter (repo:tag)'
431
432 - string:
433 name: openoltAdapterChart
434 default: '{openoltAdapterChart}'
435 description: 'OpenOLT chart name (or location on file system)'
436
437 - string:
438 name: openonuAdapterImg
439 default: '{openonuAdapterImg}'
440 description: 'Custom image selection for Openonu Adapter (repo:tag)'
441
442 - string:
443 name: openonuAdapterChart
444 default: '{openonuAdapterChart}'
445 description: 'OpenONU chart name (or location on file system)'
446
447 - string:
448 name: onosImg
449 default: '{onosImg}'
450 description: 'Custom image selection for Openonu Adapter (repo:tag)'
451
452 - string:
453 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700454 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700455 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
456
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700457 - string:
458 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700459 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700460 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
461
Matteo Scandoloccc06192020-06-22 10:16:17 -0700462 - bool:
463 name: inMemoryEtcdStorage
464 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700465 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700466
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200467 - string:
468 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700469 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200470 description: 'Karaf home'
471
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700472- job-template:
473 id: 'voltha-scale-measurements'
474 name: '{name}'
475 pipeline-script: 'voltha-scale-test.groovy'
476 disabled: '{disable-job}'
477
478 description: |
479 <!-- Managed by Jenkins Job Builder -->
480 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
481 Using pipeline {pipeline-script} <br/><br/>
482 Scale measurements for VOLTHA 2.x
483
484 properties:
485 - cord-infra-properties:
486 build-days-to-keep: 30
487 artifact-num-to-keep: 15
488
489 wrappers:
490 - lf-infra-wrappers:
491 build-timeout: '{build-timeout}'
492 jenkins-ssh-credential: '{jenkins-ssh-credential}'
493
494 # default values
495 release: master
496
497 bbsimImg: voltha/bbsim:master
498 rwCoreImg: voltha/voltha-rw-core:master
499 ofAgentImg: voltha/voltha-ofagent-go:master
500 openoltAdapterImg: voltha/voltha-openolt-adapter:master
501 openonuAdapterImg: voltha/voltha-openonu-adapter:master
502 onosImg: voltha/voltha-onos:master
503
504 bbsimChart: onf/bbsim
505 volthaChart: onf/voltha
506 openoltAdapterChart: onf/voltha-adapter-openolt
507 openonuAdapterChart: onf/voltha-adapter-openonu
508
509 olts: 2
510 pons: 2
511 onus: 2
512 workflow: att
513 withFlows: false
514 provisionSubscribers: false
515 withEapol: true
516 withDhcp: true
517 withIgmp: false
518 withLLDP: false
519 withMibTemplate: true
520 withMonitoring: true
521 withProfiling: false
522 withPcap: false
523 openonuAdapterReplicas: 1
524 onosReplicas: 1
525 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700526 kafkaReplicas: 3
527 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700528 extraHelmFlags: ''
529 onosStatInterval: 5
530 volthaSystemTestsChange: ''
531 kindVolthaChange: ''
532 inMemoryEtcdStorage: true
533 karafHome: 'apache-karaf-4.2.9'
534 logLevel: 'WARN'
535
536 <<: *voltha-scale-job-parameters
537
Matteo Scandolo272aed42020-05-08 15:05:57 -0700538 project-type: pipeline
539 concurrent: false
540
541 dsl: !include-raw-escape: pipeline/{pipeline-script}
542
Matteo Scandoloabb83972020-06-25 16:08:23 -0700543 triggers:
544 - timed: |
545 TZ=America/Los_Angeles
546 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700547
548- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700549 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800550 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700551 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800552
553 description: |
554 <!-- Managed by Jenkins Job Builder -->
555 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
556 Using pipeline {pipeline-script} <br/><br/>
557 Scale measurements for VOLTHA 2.x
558
559 properties:
560 - cord-infra-properties:
561 build-days-to-keep: '{build-days-to-keep}'
562 artifact-num-to-keep: '{artifact-num-to-keep}'
563
564 wrappers:
565 - lf-infra-wrappers:
566 build-timeout: '{build-timeout}'
567 jenkins-ssh-credential: '{jenkins-ssh-credential}'
568
Matteo Scandolo0430f672020-05-07 11:50:26 -0700569 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700570 release: master
571
Matteo Scandolo0430f672020-05-07 11:50:26 -0700572 bbsimImg: voltha/bbsim:master
573 rwCoreImg: voltha/voltha-rw-core:master
574 ofAgentImg: voltha/voltha-ofagent-go:master
575 openoltAdapterImg: voltha/voltha-openolt-adapter:master
576 openonuAdapterImg: voltha/voltha-openonu-adapter:master
577 onosImg: voltha/voltha-onos:master
578
579 bbsimChart: onf/bbsim
580 volthaChart: onf/voltha
581 openoltAdapterChart: onf/voltha-adapter-openolt
582 openonuAdapterChart: onf/voltha-adapter-openonu
583
Matteo Scandolo68776b72020-07-21 14:06:06 -0700584 olts: 2
585 pons: 2
586 onus: 2
587 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700588 withFlows: true
589 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700590 withEapol: true
591 withDhcp: true
592 withIgmp: false
593 withLLDP: false
594 withMibTemplate: true
595 withMonitoring: true
596 withProfiling: false
597 withPcap: false
598 openonuAdapterReplicas: 1
599 onosReplicas: 1
600 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700601 kafkaReplicas: 1
602 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700603 extraHelmFlags: ''
604 onosStatInterval: 5
605 volthaSystemTestsChange: ''
606 kindVolthaChange: ''
607 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700608 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700609 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700610
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700611 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200612
Matteo Scandolo51b76302020-02-05 12:07:23 -0800613 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800614 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800615
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700616 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700617
618- job-template:
619 id: 'voltha-scale-matrix-dev'
620 name: '{name}'
621 pipeline-script: 'voltha-scale-matrix.groovy'
622
623 description: |
624 <!-- Managed by Jenkins Job Builder -->
625 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
626 Using pipeline {pipeline-script} <br/><br/>
627 Scale measurements for VOLTHA 2.x
628
629 properties:
630 - cord-infra-properties:
631 build-days-to-keep: '{build-days-to-keep}'
632 artifact-num-to-keep: '{artifact-num-to-keep}'
633
634 wrappers:
635 - lf-infra-wrappers:
636 build-timeout: '{build-timeout}'
637 jenkins-ssh-credential: '{jenkins-ssh-credential}'
638
639 # default values
640 release: master
641 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700642 volthaSystemTestsChange: ''
643 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700644
645 project-type: pipeline
646 concurrent: false
647
648 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700649
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700650 parameters:
651 - string:
652 name: release
653 default: '{release}'
654 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
655
656 - string:
657 name: buildNode
658 default: '{build-node}'
659 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700660
661 - string:
662 name: volthaSystemTestsChange
663 default: '{volthaSystemTestsChange}'
664 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
665
666 - string:
667 name: kindVolthaChange
668 default: '{kindVolthaChange}'
669 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'