blob: 9548e35e1617bdcbb64f77062f2198f1e9a224c2 [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 Scandoloe4b04342020-05-28 07:35:45 -070080
81 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
82 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070083 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolob4f81882020-07-30 09:45:15 -070084 'disable-job': true
Matteo Scandoloe4b04342020-05-28 07:35:45 -070085 build-node: 'onf-pod1-head-node'
86 time-trigger: "H H/4 * * *"
87 olts: 1
88 pons: 16
89 onus: 32
90 withFlows: true
91 provisionSubscribers: true
92 workflow: dt
93 withEapol: false
94 withDhcp: false
95 withIgmp: false
96 openonuAdapterReplicas: 8
97 onosReplicas: 3
98 atomixReplicas: 3
Andrea Campanellafc7c9492020-05-12 12:56:38 +020099
Matteo Scandolo272aed42020-05-08 15:05:57 -0700100 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700101 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700102 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700103 name: 'voltha-scale-measurements-master-2-16-32-activation'
Matteo Scandolocb726432020-06-01 08:49:14 -0700104 build-node: 'onf-pod1-head-node'
105 time-trigger: "H H/4 * * *"
106 olts: 2
107 pons: 16
108 onus: 32
109 withFlows: false
110 provisionSubscribers: false
111 withEapol: false
112 withDhcp: false
113 withIgmp: false
114 openonuAdapterReplicas: 8
115 onosReplicas: 3
116 atomixReplicas: 3
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700117
Matteo Scandolocb726432020-06-01 08:49:14 -0700118 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700119 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700120 name: 'voltha-scale-measurements-master-2-16-32-att-flows'
Matteo Scandolocb726432020-06-01 08:49:14 -0700121 build-node: 'onf-pod1-head-node'
122 time-trigger: "H H/4 * * *"
123 olts: 2
124 pons: 16
125 onus: 32
126 withFlows: true
127 provisionSubscribers: false
128 withEapol: true
129 withDhcp: true
130 withIgmp: false
131 openonuAdapterReplicas: 8
132 onosReplicas: 3
133 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700134 extraHelmFlags: '--set auth=false '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700135
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700136 - 'voltha-scale-measurements':
Matteo Scandolob4f81882020-07-30 09:45:15 -0700137 'disable-job': true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700138 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700139 build-node: 'onf-pod1-head-node'
140 time-trigger: "H H/4 * * *"
141 olts: 2
142 pons: 16
143 onus: 32
144 withFlows: true
145 provisionSubscribers: true
146 withEapol: true
147 withDhcp: true
148 withIgmp: false
149 openonuAdapterReplicas: 8
150 onosReplicas: 3
151 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700152 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700153
154 # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
155 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700156 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700157 build-node: 'onf-pod1-head-node'
158 time-trigger: "H H/4 * * *"
159 olts: 2
160 pons: 16
161 onus: 32
162 withFlows: true
163 provisionSubscribers: true
164 workflow: dt
165 withEapol: false
166 withDhcp: false
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 Scandolo272aed42020-05-08 15:05:57 -0700172
Matteo Scandolod43064b2020-07-13 17:18:45 -0700173 # voltha-2.4 Jobs
174 - 'voltha-scale-measurements':
Matteo Scandolo5055e4e2020-07-14 10:10:38 -0700175 name: 'voltha-scale-measurements-voltha-2.4-1-16-32-att-subscribers'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700176 build-node: 'onf-pod1-head-node'
177 time-trigger: "H H/4 * * *"
178 olts: 1
179 pons: 16
180 onus: 32
181 withFlows: true
182 provisionSubscribers: true
183 withEapol: true
184 withDhcp: true
185 withIgmp: false
186 openonuAdapterReplicas: 8
187 onosReplicas: 3
188 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700189 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700190 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200191 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700192 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700193 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700194 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700195 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700196 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200197 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700198
199 - 'voltha-scale-measurements':
200 name: 'voltha-scale-measurements-voltha-2.4-2-16-32-dt-subscribers'
201 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 Scandolod43064b2020-07-13 17:18:45 -0700216 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200217 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700218 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700219 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700220 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700221 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700222 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200223 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700224
Matteo Scandolo272aed42020-05-08 15:05:57 -0700225 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700226 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700227 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700228 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700229 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700230
Matteo Scandolo51b76302020-02-05 12:07:23 -0800231
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700232# list of parameters for the VOLTHA Jobs,
233# used as anchor so that can be shared across multiple jobs
234# to use in a job: `parameters: *voltha-build-job-parameters`
235- voltha-scale-job-parameters: &voltha-scale-job-parameters
236 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700237 parameters:
238 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700239 name: release
240 default: '{release}'
241 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
242
243 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700244 name: buildNode
245 default: '{build-node}'
246 description: 'Name of the Jenkins node to run the job on'
247
248 - string:
249 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700250 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700251 description: 'Log level for all the components'
252
253 - string:
254 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700255 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700256 description: 'Number of ONUs to provision'
257
258 - string:
259 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700260 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700261 description: 'Number of PONs to provision'
262
263 - string:
264 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700265 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700266 description: 'How many BBSim instances to run'
267
268 - string:
269 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700270 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700271 description: 'Which workflow are we testing (att, dt, tt)'
272
273 - bool:
274 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700275 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700276 description: 'Wheter to push flows from ONOS'
277
278 - bool:
279 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700280 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700281 description: 'Wheter to provision subscribers durint the tests'
282
283 - bool:
284 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700285 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700286 description: 'Wheter EAPOL is enabled for the test'
287
288 - bool:
289 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700290 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700291 description: 'Wheter DHCP is enabled for the test'
292
293 - bool:
294 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700295 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700296 description: 'Wheter IGMP is enabled for the test'
297
298 - bool:
299 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700300 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700301 description: 'Wheter Link Discovery is enabled for the test'
302
303 - bool:
304 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700305 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700306 description: 'Option to trigger MIB template command'
307
308 - bool:
309 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700310 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700311 description: 'Option to install Prometheus'
312
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700313 - bool:
314 name: withProfiling
315 default: '{withProfiling}'
316 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
317
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700318 - bool:
319 name: withPcap
320 default: '{withPcap}'
321 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
322
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700323 - string:
324 name: extraHelmFlags
325 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700326 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 -0700327
Matteo Scandolo272aed42020-05-08 15:05:57 -0700328 - string:
329 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700330 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700331 description: 'How many OpenONU adapter instances to run'
332
333 - string:
334 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700335 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700336 description: 'How many ONOSes instances to run'
337
338 - string:
339 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700340 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700341 description: 'How many Atomix instances to run'
342
343 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700344 name: onosStatInterval
345 default: '{onosStatInterval}'
346 description: 'How often ONOS should poll for ports, flows and meters'
347
348 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700349 name: bbsimImg
350 default: '{bbsimImg}'
351 description: 'Custom image selection for BBSIM (repo:tag)'
352
353 - string:
354 name: bbsimChart
355 default: '{bbsimChart}'
356 description: 'BBSim chart name (or location on file system)'
357
358 - string:
359 name: rwCoreImg
360 default: '{rwCoreImg}'
361 description: 'Custom image selection for VOLTHA (repo:tag)'
362
363 - string:
364 name: ofAgentImg
365 default: '{ofAgentImg}'
366 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
367
368 - string:
369 name: volthaChart
370 default: '{volthaChart}'
371 description: 'VOLTHA chart name (or location on file system)'
372
373 - string:
374 name: openoltAdapterImg
375 default: '{openoltAdapterImg}'
376 description: 'Custom image selection for Openolt Adapter (repo:tag)'
377
378 - string:
379 name: openoltAdapterChart
380 default: '{openoltAdapterChart}'
381 description: 'OpenOLT chart name (or location on file system)'
382
383 - string:
384 name: openonuAdapterImg
385 default: '{openonuAdapterImg}'
386 description: 'Custom image selection for Openonu Adapter (repo:tag)'
387
388 - string:
389 name: openonuAdapterChart
390 default: '{openonuAdapterChart}'
391 description: 'OpenONU chart name (or location on file system)'
392
393 - string:
394 name: onosImg
395 default: '{onosImg}'
396 description: 'Custom image selection for Openonu Adapter (repo:tag)'
397
398 - string:
399 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700400 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700401 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
402
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700403 - string:
404 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700405 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700406 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
407
Matteo Scandoloccc06192020-06-22 10:16:17 -0700408 - bool:
409 name: inMemoryEtcdStorage
410 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700411 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700412
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200413 - string:
414 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700415 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200416 description: 'Karaf home'
417
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700418- job-template:
419 id: 'voltha-scale-measurements'
420 name: '{name}'
421 pipeline-script: 'voltha-scale-test.groovy'
422 disabled: '{disable-job}'
423
424 description: |
425 <!-- Managed by Jenkins Job Builder -->
426 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
427 Using pipeline {pipeline-script} <br/><br/>
428 Scale measurements for VOLTHA 2.x
429
430 properties:
431 - cord-infra-properties:
432 build-days-to-keep: 30
433 artifact-num-to-keep: 15
434
435 wrappers:
436 - lf-infra-wrappers:
437 build-timeout: '{build-timeout}'
438 jenkins-ssh-credential: '{jenkins-ssh-credential}'
439
440 # default values
441 release: master
442
443 bbsimImg: voltha/bbsim:master
444 rwCoreImg: voltha/voltha-rw-core:master
445 ofAgentImg: voltha/voltha-ofagent-go:master
446 openoltAdapterImg: voltha/voltha-openolt-adapter:master
447 openonuAdapterImg: voltha/voltha-openonu-adapter:master
448 onosImg: voltha/voltha-onos:master
449
450 bbsimChart: onf/bbsim
451 volthaChart: onf/voltha
452 openoltAdapterChart: onf/voltha-adapter-openolt
453 openonuAdapterChart: onf/voltha-adapter-openonu
454
455 olts: 2
456 pons: 2
457 onus: 2
458 workflow: att
459 withFlows: false
460 provisionSubscribers: false
461 withEapol: true
462 withDhcp: true
463 withIgmp: false
464 withLLDP: false
465 withMibTemplate: true
466 withMonitoring: true
467 withProfiling: false
468 withPcap: false
469 openonuAdapterReplicas: 1
470 onosReplicas: 1
471 atomixReplicas: 0
472 extraHelmFlags: ''
473 onosStatInterval: 5
474 volthaSystemTestsChange: ''
475 kindVolthaChange: ''
476 inMemoryEtcdStorage: true
477 karafHome: 'apache-karaf-4.2.9'
478 logLevel: 'WARN'
479
480 <<: *voltha-scale-job-parameters
481
Matteo Scandolo272aed42020-05-08 15:05:57 -0700482 project-type: pipeline
483 concurrent: false
484
485 dsl: !include-raw-escape: pipeline/{pipeline-script}
486
Matteo Scandoloabb83972020-06-25 16:08:23 -0700487 triggers:
488 - timed: |
489 TZ=America/Los_Angeles
490 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700491
492- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700493 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800494 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700495 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800496
497 description: |
498 <!-- Managed by Jenkins Job Builder -->
499 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
500 Using pipeline {pipeline-script} <br/><br/>
501 Scale measurements for VOLTHA 2.x
502
503 properties:
504 - cord-infra-properties:
505 build-days-to-keep: '{build-days-to-keep}'
506 artifact-num-to-keep: '{artifact-num-to-keep}'
507
508 wrappers:
509 - lf-infra-wrappers:
510 build-timeout: '{build-timeout}'
511 jenkins-ssh-credential: '{jenkins-ssh-credential}'
512
Matteo Scandolo0430f672020-05-07 11:50:26 -0700513 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700514 release: master
515
Matteo Scandolo0430f672020-05-07 11:50:26 -0700516 bbsimImg: voltha/bbsim:master
517 rwCoreImg: voltha/voltha-rw-core:master
518 ofAgentImg: voltha/voltha-ofagent-go:master
519 openoltAdapterImg: voltha/voltha-openolt-adapter:master
520 openonuAdapterImg: voltha/voltha-openonu-adapter:master
521 onosImg: voltha/voltha-onos:master
522
523 bbsimChart: onf/bbsim
524 volthaChart: onf/voltha
525 openoltAdapterChart: onf/voltha-adapter-openolt
526 openonuAdapterChart: onf/voltha-adapter-openonu
527
Matteo Scandolo68776b72020-07-21 14:06:06 -0700528 olts: 2
529 pons: 2
530 onus: 2
531 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700532 withFlows: true
533 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700534 withEapol: true
535 withDhcp: true
536 withIgmp: false
537 withLLDP: false
538 withMibTemplate: true
539 withMonitoring: true
540 withProfiling: false
541 withPcap: false
542 openonuAdapterReplicas: 1
543 onosReplicas: 1
544 atomixReplicas: 0
545 extraHelmFlags: ''
546 onosStatInterval: 5
547 volthaSystemTestsChange: ''
548 kindVolthaChange: ''
549 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700550 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700551 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700552
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700553 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200554
Matteo Scandolo51b76302020-02-05 12:07:23 -0800555 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800556 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800557
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700558 dsl: !include-raw-escape: pipeline/{pipeline-script}