blob: 0023d7628dd92a5d3057d1822debdd1c9fd80bbf [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'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070015 'disable-job': true
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070016 build-node: 'onf-pod1-head-node'
17 time-trigger: "H H/4 * * *"
18 olts: 1
19 pons: 16
20 onus: 64
21 withFlows: false
22 provisionSubscribers: false
23 withEapol: false
24 withDhcp: false
25 withIgmp: false
26 openonuAdapterReplicas: 1
27 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
28 extraHelmFlags: '--set use_openonu_adapter_go=true'
Andrea Campanella350c6102020-10-01 09:56:40 +020029
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020030 - 'voltha-scale-measurements':
31 name: 'voltha-openonu-go-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -070032 'disable-job': true
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020033 build-node: 'onf-pod1-head-node'
34 time-trigger: "H H/4 * * *"
35 olts: 2
36 pons: 16
37 onus: 32
38 withFlows: true
39 provisionSubscribers: true
40 workflow: dt
41 withEapol: false
42 withDhcp: false
43 withIgmp: false
44 onosReplicas: 3
45 atomixReplicas: 3
46 openonuAdapterReplicas: 1
47 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
48 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070049
Matteo Scandolo8df57162020-10-06 14:43:53 -070050 # this job will be used to test custom images without disrupting tests on master
51 - 'voltha-scale-measurements':
52 name: 'voltha-scale-measurements-master-experimental'
53 build-node: 'onf-pod1-head-node'
Matteo Scandolo85f67e72020-10-09 15:23:38 -070054 'disable-job': false
Matteo Scandolo8df57162020-10-06 14:43:53 -070055 time-trigger: "H H/4 * * *"
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -070056 withMonitoring: false
Matteo Scandolo8df57162020-10-06 14:43:53 -070057 olts: 1
58 pons: 16
59 onus: 32
60 withFlows: true
61 provisionSubscribers: true
62 withEapol: true
63 withDhcp: true
64 withIgmp: false
65 openonuAdapterReplicas: 8
66 onosReplicas: 3
67 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -070068 extraHelmFlags: '--set authRetry=true'
Matteo Scandolo8df57162020-10-06 14:43:53 -070069 withPcap: true
Matteo Scandoloa4e082f2020-10-23 13:57:04 -070070 bbsimImg: matteoscandolo/bbsim:nni-packet-logs
Matteo Scandolo9665d592020-10-23 19:08:14 +000071
Matteo Scandolo8df57162020-10-06 14:43:53 -070072
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -070073 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -070074 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070075 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -070076 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -070077 build-node: 'onf-pod1-head-node'
78 time-trigger: "H H/4 * * *"
79 olts: 1
80 pons: 16
81 onus: 32
82 withFlows: true
83 provisionSubscribers: true
84 withEapol: true
85 withDhcp: true
86 withIgmp: false
87 openonuAdapterReplicas: 8
88 onosReplicas: 3
89 atomixReplicas: 3
Matteo Scandolo91337832020-08-25 18:39:33 -070090 withPcap: true
Matteo Scandolo37cba472020-10-26 14:15:34 -070091 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -070092
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070093 - 'voltha-scale-measurements':
94 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -070095 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -070096 build-node: 'onf-pod1-head-node'
97 time-trigger: "H H/4 * * *"
98 olts: 1
99 pons: 16
100 onus: 32
101 withFlows: true
102 provisionSubscribers: true
103 workflow: tt
104 withEapol: false
105 withDhcp: true
106 withIgmp: true
107 openonuAdapterReplicas: 8
108 onosReplicas: 3
109 atomixReplicas: 3
Matteo Scandolo79184172020-09-17 10:16:42 -0700110 withPcap: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700111 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700112
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700113 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700114 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -0700115 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700116 build-node: 'onf-pod1-head-node'
117 time-trigger: "H H/4 * * *"
118 olts: 1
119 pons: 16
120 onus: 32
121 withFlows: true
122 provisionSubscribers: true
123 workflow: dt
124 withEapol: false
125 withDhcp: false
126 withIgmp: false
127 openonuAdapterReplicas: 8
128 onosReplicas: 3
129 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -0700130 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200131
Matteo Scandolo272aed42020-05-08 15:05:57 -0700132 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700133 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700134 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -0700135 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700136 build-node: 'onf-pod1-head-node'
137 time-trigger: "H H/4 * * *"
138 olts: 2
139 pons: 16
140 onus: 32
141 withFlows: true
142 provisionSubscribers: true
143 withEapol: true
144 withDhcp: true
145 withIgmp: false
146 openonuAdapterReplicas: 8
147 onosReplicas: 3
148 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -0700149 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe28521c2020-09-24 14:30:35 -0700150 withPcap: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700151
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700152 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700153 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo37cba472020-10-26 14:15:34 -0700154 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700155 build-node: 'onf-pod1-head-node'
156 time-trigger: "H H/4 * * *"
157 olts: 2
158 pons: 16
159 onus: 32
160 withFlows: true
161 provisionSubscribers: true
162 workflow: dt
163 withEapol: false
164 withDhcp: false
165 withIgmp: false
166 openonuAdapterReplicas: 8
167 onosReplicas: 3
168 atomixReplicas: 3
Matteo Scandolo37cba472020-10-26 14:15:34 -0700169 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700170
Matteo Scandolo031bd982020-09-16 10:03:47 -0700171 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700172 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700173 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700174 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700175 build-node: 'onf-pod1-head-node'
176 time-trigger: "H H/4 * * *"
177 olts: 1
178 pons: 16
179 onus: 32
180 withFlows: true
181 provisionSubscribers: true
182 withEapol: true
183 withDhcp: true
184 withIgmp: false
185 openonuAdapterReplicas: 8
186 onosReplicas: 3
187 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700188 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700189 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700190 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700191 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700192 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700193 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700194 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200195 onosImg: ''
Matteo Scandolof1097ce2020-08-25 09:57:41 -0700196 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700197
198 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700199 name: 'voltha-scale-measurements-voltha-2.5-2-16-32-dt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700200 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700201 build-node: 'onf-pod1-head-node'
202 time-trigger: "H H/4 * * *"
203 olts: 2
204 pons: 16
205 onus: 32
206 withFlows: true
207 provisionSubscribers: true
208 workflow: dt
209 withEapol: false
210 withDhcp: false
211 withIgmp: false
212 openonuAdapterReplicas: 8
213 onosReplicas: 3
214 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700215 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700216 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700217 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700218 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700219 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700220 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700221 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200222 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700223
Matteo Scandolo031bd982020-09-16 10:03:47 -0700224 - 'voltha-scale-measurements':
225 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandoloc348aea2020-10-07 13:36:04 -0700226 'disable-job': true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700227 build-node: 'onf-pod1-head-node'
228 time-trigger: "H H/4 * * *"
229 olts: 1
230 pons: 16
231 onus: 32
232 withFlows: true
233 provisionSubscribers: true
234 workflow: tt
235 withEapol: false
236 withDhcp: true
237 withIgmp: true
238 openonuAdapterReplicas: 8
239 onosReplicas: 3
240 atomixReplicas: 3
241 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
242 release: voltha-2.5
243 bbsimImg: ''
244 rwCoreImg: ''
245 ofAgentImg: ''
246 openoltAdapterImg: ''
247 openonuAdapterImg: ''
248 onosImg: ''
249 withPcap: true
250
Matteo Scandolo272aed42020-05-08 15:05:57 -0700251 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700252 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700253 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700254 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700255 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700256
Matteo Scandolodc930192020-08-27 15:56:16 -0700257 # development matrix
258 - 'voltha-scale-matrix-dev':
259 name: 'voltha-scale-matrix-voltha-2.4-dev'
260 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800261
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700262# list of parameters for the VOLTHA Jobs,
263# used as anchor so that can be shared across multiple jobs
264# to use in a job: `parameters: *voltha-build-job-parameters`
265- voltha-scale-job-parameters: &voltha-scale-job-parameters
266 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700267 parameters:
268 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700269 name: release
270 default: '{release}'
271 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
272
273 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700274 name: buildNode
275 default: '{build-node}'
276 description: 'Name of the Jenkins node to run the job on'
277
278 - string:
279 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700280 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700281 description: 'Log level for all the components'
282
283 - string:
284 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700285 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700286 description: 'Number of ONUs to provision'
287
288 - string:
289 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700290 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700291 description: 'Number of PONs to provision'
292
293 - string:
294 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700295 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700296 description: 'How many BBSim instances to run'
297
298 - string:
299 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700300 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700301 description: 'Which workflow are we testing (att, dt, tt)'
302
303 - bool:
304 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700305 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700306 description: 'Wheter to push flows from ONOS'
307
308 - bool:
309 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700310 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700311 description: 'Wheter to provision subscribers durint the tests'
312
313 - bool:
314 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700315 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700316 description: 'Wheter EAPOL is enabled for the test'
317
318 - bool:
319 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700320 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700321 description: 'Wheter DHCP is enabled for the test'
322
323 - bool:
324 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700325 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700326 description: 'Wheter IGMP is enabled for the test'
327
328 - bool:
329 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700330 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700331 description: 'Wheter Link Discovery is enabled for the test'
332
333 - bool:
334 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700335 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700336 description: 'Option to trigger MIB template command'
337
338 - bool:
339 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700340 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700341 description: 'Option to install Prometheus'
342
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700343 - bool:
344 name: withProfiling
345 default: '{withProfiling}'
346 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
347
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700348 - bool:
349 name: withPcap
350 default: '{withPcap}'
351 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
352
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700353 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700354 name: withRadius
355 default: '{withRadius}'
356 description: 'Value to pass to kind-voltha WITH_RADIUS'
357
358 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700359 name: extraHelmFlags
360 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700361 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 -0700362
Matteo Scandolo272aed42020-05-08 15:05:57 -0700363 - string:
364 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700365 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700366 description: 'How many OpenONU adapter instances to run'
367
368 - string:
369 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700370 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700371 description: 'How many ONOSes instances to run'
372
373 - string:
374 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700375 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700376 description: 'How many Atomix instances to run'
377
378 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700379 name: kafkaReplicas
380 default: '{kafkaReplicas}'
381 description: 'How many Kafka instances to run'
382
383 - string:
384 name: etcdReplicas
385 default: '{etcdReplicas}'
386 description: 'How many ETCD instances to run'
387
388 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700389 name: onosStatInterval
390 default: '{onosStatInterval}'
391 description: 'How often ONOS should poll for ports, flows and meters'
392
393 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700394 name: bbsimImg
395 default: '{bbsimImg}'
396 description: 'Custom image selection for BBSIM (repo:tag)'
397
398 - string:
399 name: bbsimChart
400 default: '{bbsimChart}'
401 description: 'BBSim chart name (or location on file system)'
402
403 - string:
404 name: rwCoreImg
405 default: '{rwCoreImg}'
406 description: 'Custom image selection for VOLTHA (repo:tag)'
407
408 - string:
409 name: ofAgentImg
410 default: '{ofAgentImg}'
411 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
412
413 - string:
414 name: volthaChart
415 default: '{volthaChart}'
416 description: 'VOLTHA chart name (or location on file system)'
417
418 - string:
419 name: openoltAdapterImg
420 default: '{openoltAdapterImg}'
421 description: 'Custom image selection for Openolt Adapter (repo:tag)'
422
423 - string:
424 name: openoltAdapterChart
425 default: '{openoltAdapterChart}'
426 description: 'OpenOLT chart name (or location on file system)'
427
428 - string:
429 name: openonuAdapterImg
430 default: '{openonuAdapterImg}'
431 description: 'Custom image selection for Openonu Adapter (repo:tag)'
432
433 - string:
434 name: openonuAdapterChart
435 default: '{openonuAdapterChart}'
436 description: 'OpenONU chart name (or location on file system)'
437
438 - string:
439 name: onosImg
440 default: '{onosImg}'
441 description: 'Custom image selection for Openonu Adapter (repo:tag)'
442
443 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700444 name: onosChart
445 default: '{onosChart}'
446 description: 'ONOS chart name (or location on file system)'
447
448 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700449 name: radiusChart
450 default: '{radiusChart}'
451 description: 'freeradius chart name (or location on file system)'
452
453 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700454 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700455 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700456 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
457
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700458 - string:
459 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700460 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700461 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
462
Matteo Scandoloccc06192020-06-22 10:16:17 -0700463 - bool:
464 name: inMemoryEtcdStorage
465 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700466 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700467
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200468 - string:
469 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700470 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200471 description: 'Karaf home'
472
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700473- job-template:
474 id: 'voltha-scale-measurements'
475 name: '{name}'
476 pipeline-script: 'voltha-scale-test.groovy'
477 disabled: '{disable-job}'
478
479 description: |
480 <!-- Managed by Jenkins Job Builder -->
481 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
482 Using pipeline {pipeline-script} <br/><br/>
483 Scale measurements for VOLTHA 2.x
484
485 properties:
486 - cord-infra-properties:
487 build-days-to-keep: 30
488 artifact-num-to-keep: 15
489
490 wrappers:
491 - lf-infra-wrappers:
492 build-timeout: '{build-timeout}'
493 jenkins-ssh-credential: '{jenkins-ssh-credential}'
494
495 # default values
496 release: master
497
498 bbsimImg: voltha/bbsim:master
499 rwCoreImg: voltha/voltha-rw-core:master
500 ofAgentImg: voltha/voltha-ofagent-go:master
501 openoltAdapterImg: voltha/voltha-openolt-adapter:master
502 openonuAdapterImg: voltha/voltha-openonu-adapter:master
503 onosImg: voltha/voltha-onos:master
504
505 bbsimChart: onf/bbsim
506 volthaChart: onf/voltha
507 openoltAdapterChart: onf/voltha-adapter-openolt
508 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700509 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700510 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700511
512 olts: 2
513 pons: 2
514 onus: 2
515 workflow: att
516 withFlows: false
517 provisionSubscribers: false
518 withEapol: true
519 withDhcp: true
520 withIgmp: false
521 withLLDP: false
522 withMibTemplate: true
523 withMonitoring: true
524 withProfiling: false
525 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700526 withRadius: yes
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700527 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'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700538 logLevel: 'INFO'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700539
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
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700587 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700588 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700589
Matteo Scandolo68776b72020-07-21 14:06:06 -0700590 olts: 2
591 pons: 2
592 onus: 2
593 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700594 withFlows: true
595 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700596 withEapol: true
597 withDhcp: true
598 withIgmp: false
599 withLLDP: false
600 withMibTemplate: true
601 withMonitoring: true
602 withProfiling: false
603 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700604 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700605 openonuAdapterReplicas: 1
606 onosReplicas: 1
607 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700608 kafkaReplicas: 1
609 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700610 extraHelmFlags: ''
611 onosStatInterval: 5
612 volthaSystemTestsChange: ''
613 kindVolthaChange: ''
614 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700615 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700616 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700617
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700618 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200619
Matteo Scandolo51b76302020-02-05 12:07:23 -0800620 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800621 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800622
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700623 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700624
Matteo Scandolo849db722020-10-21 10:58:41 -0700625 triggers:
626 - gerrit:
627 server-name: '{gerrit-server-name}'
628 silent-start: false
629 successful-message: "PASSED scale test"
630 failure-message: "FAILED scale test"
631 unstable-message: "UNSTABLE scale test"
632 trigger-on:
633 - comment-added-contains-event:
634 comment-contains-value: '.*scale test.*'
635 projects:
636 - project-compare-type: REG_EXP
637 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos)$'
638 branches:
639 - branch-compare-type: REG_EXP
640 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700641- job-template:
642 id: 'voltha-scale-matrix-dev'
643 name: '{name}'
644 pipeline-script: 'voltha-scale-matrix.groovy'
645
646 description: |
647 <!-- Managed by Jenkins Job Builder -->
648 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
649 Using pipeline {pipeline-script} <br/><br/>
650 Scale measurements for VOLTHA 2.x
651
652 properties:
653 - cord-infra-properties:
654 build-days-to-keep: '{build-days-to-keep}'
655 artifact-num-to-keep: '{artifact-num-to-keep}'
656
657 wrappers:
658 - lf-infra-wrappers:
659 build-timeout: '{build-timeout}'
660 jenkins-ssh-credential: '{jenkins-ssh-credential}'
661
662 # default values
663 release: master
664 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700665 volthaSystemTestsChange: ''
666 kindVolthaChange: ''
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700667
668 project-type: pipeline
669 concurrent: false
670
671 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700672
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700673 parameters:
674 - string:
675 name: release
676 default: '{release}'
677 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
678
679 - string:
680 name: buildNode
681 default: '{build-node}'
682 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700683
684 - string:
685 name: volthaSystemTestsChange
686 default: '{volthaSystemTestsChange}'
687 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
688
689 - string:
690 name: kindVolthaChange
691 default: '{kindVolthaChange}'
692 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'