blob: d06e5557a2af1c5e8f7a548fec51043b659c929b [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 '
99 kindVolthaChange: refs/changes/09/20209/7
Matteo Scandolo86537032020-09-02 09:02:04 -0700100 volthaSystemTestsChange: refs/changes/11/20311/3
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700101 bbsimImg: matteoscandolo/bbsim:tt-stable
Andrea Campanella69349742020-09-03 14:27:15 +0200102 ofAgentImg: andreacampanella/voltha-ofagent-go:lower-number-flows
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700103 bbsimChart: /home/cord/helm-charts/bbsim
104
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700105 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
106 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700107 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -0700108 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700109 build-node: 'onf-pod1-head-node'
110 time-trigger: "H H/4 * * *"
111 olts: 1
112 pons: 16
113 onus: 32
114 withFlows: true
115 provisionSubscribers: true
116 workflow: dt
117 withEapol: false
118 withDhcp: false
119 withIgmp: false
120 openonuAdapterReplicas: 8
121 onosReplicas: 3
122 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200123
Matteo Scandolo272aed42020-05-08 15:05:57 -0700124 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700125 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700126 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700127 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700128 build-node: 'onf-pod1-head-node'
129 time-trigger: "H H/4 * * *"
130 olts: 2
131 pons: 16
132 onus: 32
133 withFlows: false
134 provisionSubscribers: false
135 withEapol: false
136 withDhcp: false
137 withIgmp: false
138 openonuAdapterReplicas: 8
139 onosReplicas: 3
140 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700141
Matteo Scandolocb726432020-06-01 08:49:14 -0700142 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700143 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700144 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700145 build-node: 'onf-pod1-head-node'
146 time-trigger: "H H/4 * * *"
147 olts: 2
148 pons: 16
149 onus: 32
150 withFlows: true
151 provisionSubscribers: false
152 withEapol: true
153 withDhcp: true
154 withIgmp: false
155 openonuAdapterReplicas: 8
156 onosReplicas: 3
157 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700158 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700159
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700160 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700161 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700162 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700163 build-node: 'onf-pod1-head-node'
164 time-trigger: "H H/4 * * *"
165 olts: 2
166 pons: 16
167 onus: 32
168 withFlows: true
169 provisionSubscribers: true
170 withEapol: true
171 withDhcp: true
172 withIgmp: false
173 openonuAdapterReplicas: 8
174 onosReplicas: 3
175 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700176 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700177
178 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
179 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700180 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700181 build-node: 'onf-pod1-head-node'
182 time-trigger: "H H/4 * * *"
183 olts: 2
184 pons: 16
185 onus: 32
186 withFlows: true
187 provisionSubscribers: true
188 workflow: dt
189 withEapol: false
190 withDhcp: false
191 withIgmp: false
192 openonuAdapterReplicas: 8
193 onosReplicas: 3
194 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700195 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo272aed42020-05-08 15:05:57 -0700196
Matteo Scandolod43064b2020-07-13 17:18:45 -0700197 # voltha-2.4 Jobs
198 - 'voltha-scale-measurements':
Matteo Scandolo5055e4e2020-07-14 10:10:38 -0700199 name: 'voltha-scale-measurements-voltha-2.4-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700200 build-node: 'onf-pod1-head-node'
201 time-trigger: "H H/4 * * *"
202 olts: 1
203 pons: 16
204 onus: 32
205 withFlows: true
206 provisionSubscribers: true
207 withEapol: true
208 withDhcp: true
209 withIgmp: false
210 openonuAdapterReplicas: 8
211 onosReplicas: 3
212 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700213 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700214 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200215 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700216 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700217 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700218 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700219 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700220 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200221 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700222 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700223
224 - 'voltha-scale-measurements':
225 name: 'voltha-scale-measurements-voltha-2.4-2-16-32-dt-subscribers'
226 build-node: 'onf-pod1-head-node'
227 time-trigger: "H H/4 * * *"
228 olts: 2
229 pons: 16
230 onus: 32
231 withFlows: true
232 provisionSubscribers: true
233 workflow: dt
234 withEapol: false
235 withDhcp: false
236 withIgmp: false
237 openonuAdapterReplicas: 8
238 onosReplicas: 3
239 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700240 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700241 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200242 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700243 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700244 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700245 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700246 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700247 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200248 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700249
Matteo Scandolo272aed42020-05-08 15:05:57 -0700250 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700251 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700252 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700253 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700254 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700255
Matteo Scandolodc930192020-08-27 15:56:16 -0700256 # development matrix
257 - 'voltha-scale-matrix-dev':
258 name: 'voltha-scale-matrix-voltha-2.4-dev'
259 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800260
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700261# list of parameters for the VOLTHA Jobs,
262# used as anchor so that can be shared across multiple jobs
263# to use in a job: `parameters: *voltha-build-job-parameters`
264- voltha-scale-job-parameters: &voltha-scale-job-parameters
265 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700266 parameters:
267 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700268 name: release
269 default: '{release}'
270 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
271
272 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700273 name: buildNode
274 default: '{build-node}'
275 description: 'Name of the Jenkins node to run the job on'
276
277 - string:
278 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700279 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700280 description: 'Log level for all the components'
281
282 - string:
283 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700284 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700285 description: 'Number of ONUs to provision'
286
287 - string:
288 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700289 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700290 description: 'Number of PONs to provision'
291
292 - string:
293 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700294 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700295 description: 'How many BBSim instances to run'
296
297 - string:
298 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700299 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700300 description: 'Which workflow are we testing (att, dt, tt)'
301
302 - bool:
303 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700304 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700305 description: 'Wheter to push flows from ONOS'
306
307 - bool:
308 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700309 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700310 description: 'Wheter to provision subscribers durint the tests'
311
312 - bool:
313 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700314 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700315 description: 'Wheter EAPOL is enabled for the test'
316
317 - bool:
318 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700319 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700320 description: 'Wheter DHCP is enabled for the test'
321
322 - bool:
323 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700324 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700325 description: 'Wheter IGMP is enabled for the test'
326
327 - bool:
328 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700329 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700330 description: 'Wheter Link Discovery is enabled for the test'
331
332 - bool:
333 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700334 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700335 description: 'Option to trigger MIB template command'
336
337 - bool:
338 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700339 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700340 description: 'Option to install Prometheus'
341
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700342 - bool:
343 name: withProfiling
344 default: '{withProfiling}'
345 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
346
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700347 - bool:
348 name: withPcap
349 default: '{withPcap}'
350 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
351
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700352 - string:
353 name: extraHelmFlags
354 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700355 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 -0700356
Matteo Scandolo272aed42020-05-08 15:05:57 -0700357 - string:
358 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700359 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700360 description: 'How many OpenONU adapter instances to run'
361
362 - string:
363 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700364 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700365 description: 'How many ONOSes instances to run'
366
367 - string:
368 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700369 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700370 description: 'How many Atomix instances to run'
371
372 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700373 name: kafkaReplicas
374 default: '{kafkaReplicas}'
375 description: 'How many Kafka instances to run'
376
377 - string:
378 name: etcdReplicas
379 default: '{etcdReplicas}'
380 description: 'How many ETCD instances to run'
381
382 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700383 name: onosStatInterval
384 default: '{onosStatInterval}'
385 description: 'How often ONOS should poll for ports, flows and meters'
386
387 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700388 name: bbsimImg
389 default: '{bbsimImg}'
390 description: 'Custom image selection for BBSIM (repo:tag)'
391
392 - string:
393 name: bbsimChart
394 default: '{bbsimChart}'
395 description: 'BBSim chart name (or location on file system)'
396
397 - string:
398 name: rwCoreImg
399 default: '{rwCoreImg}'
400 description: 'Custom image selection for VOLTHA (repo:tag)'
401
402 - string:
403 name: ofAgentImg
404 default: '{ofAgentImg}'
405 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
406
407 - string:
408 name: volthaChart
409 default: '{volthaChart}'
410 description: 'VOLTHA chart name (or location on file system)'
411
412 - string:
413 name: openoltAdapterImg
414 default: '{openoltAdapterImg}'
415 description: 'Custom image selection for Openolt Adapter (repo:tag)'
416
417 - string:
418 name: openoltAdapterChart
419 default: '{openoltAdapterChart}'
420 description: 'OpenOLT chart name (or location on file system)'
421
422 - string:
423 name: openonuAdapterImg
424 default: '{openonuAdapterImg}'
425 description: 'Custom image selection for Openonu Adapter (repo:tag)'
426
427 - string:
428 name: openonuAdapterChart
429 default: '{openonuAdapterChart}'
430 description: 'OpenONU chart name (or location on file system)'
431
432 - string:
433 name: onosImg
434 default: '{onosImg}'
435 description: 'Custom image selection for Openonu Adapter (repo:tag)'
436
437 - string:
438 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700439 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700440 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
441
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700442 - string:
443 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700444 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700445 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
446
Matteo Scandoloccc06192020-06-22 10:16:17 -0700447 - bool:
448 name: inMemoryEtcdStorage
449 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700450 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700451
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200452 - string:
453 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700454 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200455 description: 'Karaf home'
456
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700457- job-template:
458 id: 'voltha-scale-measurements'
459 name: '{name}'
460 pipeline-script: 'voltha-scale-test.groovy'
461 disabled: '{disable-job}'
462
463 description: |
464 <!-- Managed by Jenkins Job Builder -->
465 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
466 Using pipeline {pipeline-script} <br/><br/>
467 Scale measurements for VOLTHA 2.x
468
469 properties:
470 - cord-infra-properties:
471 build-days-to-keep: 30
472 artifact-num-to-keep: 15
473
474 wrappers:
475 - lf-infra-wrappers:
476 build-timeout: '{build-timeout}'
477 jenkins-ssh-credential: '{jenkins-ssh-credential}'
478
479 # default values
480 release: master
481
482 bbsimImg: voltha/bbsim:master
483 rwCoreImg: voltha/voltha-rw-core:master
484 ofAgentImg: voltha/voltha-ofagent-go:master
485 openoltAdapterImg: voltha/voltha-openolt-adapter:master
486 openonuAdapterImg: voltha/voltha-openonu-adapter:master
487 onosImg: voltha/voltha-onos:master
488
489 bbsimChart: onf/bbsim
490 volthaChart: onf/voltha
491 openoltAdapterChart: onf/voltha-adapter-openolt
492 openonuAdapterChart: onf/voltha-adapter-openonu
493
494 olts: 2
495 pons: 2
496 onus: 2
497 workflow: att
498 withFlows: false
499 provisionSubscribers: false
500 withEapol: true
501 withDhcp: true
502 withIgmp: false
503 withLLDP: false
504 withMibTemplate: true
505 withMonitoring: true
506 withProfiling: false
507 withPcap: false
508 openonuAdapterReplicas: 1
509 onosReplicas: 1
510 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700511 kafkaReplicas: 3
512 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700513 extraHelmFlags: ''
514 onosStatInterval: 5
515 volthaSystemTestsChange: ''
516 kindVolthaChange: ''
517 inMemoryEtcdStorage: true
518 karafHome: 'apache-karaf-4.2.9'
519 logLevel: 'WARN'
520
521 <<: *voltha-scale-job-parameters
522
Matteo Scandolo272aed42020-05-08 15:05:57 -0700523 project-type: pipeline
524 concurrent: false
525
526 dsl: !include-raw-escape: pipeline/{pipeline-script}
527
Matteo Scandoloabb83972020-06-25 16:08:23 -0700528 triggers:
529 - timed: |
530 TZ=America/Los_Angeles
531 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700532
533- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700534 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800535 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700536 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800537
538 description: |
539 <!-- Managed by Jenkins Job Builder -->
540 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
541 Using pipeline {pipeline-script} <br/><br/>
542 Scale measurements for VOLTHA 2.x
543
544 properties:
545 - cord-infra-properties:
546 build-days-to-keep: '{build-days-to-keep}'
547 artifact-num-to-keep: '{artifact-num-to-keep}'
548
549 wrappers:
550 - lf-infra-wrappers:
551 build-timeout: '{build-timeout}'
552 jenkins-ssh-credential: '{jenkins-ssh-credential}'
553
Matteo Scandolo0430f672020-05-07 11:50:26 -0700554 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700555 release: master
556
Matteo Scandolo0430f672020-05-07 11:50:26 -0700557 bbsimImg: voltha/bbsim:master
558 rwCoreImg: voltha/voltha-rw-core:master
559 ofAgentImg: voltha/voltha-ofagent-go:master
560 openoltAdapterImg: voltha/voltha-openolt-adapter:master
561 openonuAdapterImg: voltha/voltha-openonu-adapter:master
562 onosImg: voltha/voltha-onos:master
563
564 bbsimChart: onf/bbsim
565 volthaChart: onf/voltha
566 openoltAdapterChart: onf/voltha-adapter-openolt
567 openonuAdapterChart: onf/voltha-adapter-openonu
568
Matteo Scandolo68776b72020-07-21 14:06:06 -0700569 olts: 2
570 pons: 2
571 onus: 2
572 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700573 withFlows: true
574 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700575 withEapol: true
576 withDhcp: true
577 withIgmp: false
578 withLLDP: false
579 withMibTemplate: true
580 withMonitoring: true
581 withProfiling: false
582 withPcap: false
583 openonuAdapterReplicas: 1
584 onosReplicas: 1
585 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700586 kafkaReplicas: 1
587 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700588 extraHelmFlags: ''
589 onosStatInterval: 5
590 volthaSystemTestsChange: ''
591 kindVolthaChange: ''
592 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700593 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700594 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700595
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700596 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200597
Matteo Scandolo51b76302020-02-05 12:07:23 -0800598 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800599 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800600
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700601 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700602
603- job-template:
604 id: 'voltha-scale-matrix-dev'
605 name: '{name}'
606 pipeline-script: 'voltha-scale-matrix.groovy'
607
608 description: |
609 <!-- Managed by Jenkins Job Builder -->
610 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
611 Using pipeline {pipeline-script} <br/><br/>
612 Scale measurements for VOLTHA 2.x
613
614 properties:
615 - cord-infra-properties:
616 build-days-to-keep: '{build-days-to-keep}'
617 artifact-num-to-keep: '{artifact-num-to-keep}'
618
619 wrappers:
620 - lf-infra-wrappers:
621 build-timeout: '{build-timeout}'
622 jenkins-ssh-credential: '{jenkins-ssh-credential}'
623
624 # default values
625 release: master
626 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700627 volthaSystemTestsChange: ''
628 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700629
630 project-type: pipeline
631 concurrent: false
632
633 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700634
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700635 parameters:
636 - string:
637 name: release
638 default: '{release}'
639 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
640
641 - string:
642 name: buildNode
643 default: '{build-node}'
644 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700645
646 - string:
647 name: volthaSystemTestsChange
648 default: '{volthaSystemTestsChange}'
649 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
650
651 - string:
652 name: kindVolthaChange
653 default: '{kindVolthaChange}'
654 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'