blob: eb97cfb7526fa9a23477af7950a08eddc570286d [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 Scandolof1097ce2020-08-25 09:57:41 -0700198 withPcap: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700199
200 - 'voltha-scale-measurements':
201 name: 'voltha-scale-measurements-voltha-2.4-2-16-32-dt-subscribers'
202 build-node: 'onf-pod1-head-node'
203 time-trigger: "H H/4 * * *"
204 olts: 2
205 pons: 16
206 onus: 32
207 withFlows: true
208 provisionSubscribers: true
209 workflow: dt
210 withEapol: false
211 withDhcp: false
212 withIgmp: false
213 openonuAdapterReplicas: 8
214 onosReplicas: 3
215 atomixReplicas: 3
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700216 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolod43064b2020-07-13 17:18:45 -0700217 release: voltha-2.4
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200218 karafHome: apache-karaf-4.2.8
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700219 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700220 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700221 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700222 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700223 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200224 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700225
Matteo Scandolo272aed42020-05-08 15:05:57 -0700226 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700227 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700228 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700229 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700230 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700231
Matteo Scandolo51b76302020-02-05 12:07:23 -0800232
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700233# list of parameters for the VOLTHA Jobs,
234# used as anchor so that can be shared across multiple jobs
235# to use in a job: `parameters: *voltha-build-job-parameters`
236- voltha-scale-job-parameters: &voltha-scale-job-parameters
237 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700238 parameters:
239 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700240 name: release
241 default: '{release}'
242 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
243
244 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700245 name: buildNode
246 default: '{build-node}'
247 description: 'Name of the Jenkins node to run the job on'
248
249 - string:
250 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700251 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700252 description: 'Log level for all the components'
253
254 - string:
255 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700256 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700257 description: 'Number of ONUs to provision'
258
259 - string:
260 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700261 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700262 description: 'Number of PONs to provision'
263
264 - string:
265 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700266 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700267 description: 'How many BBSim instances to run'
268
269 - string:
270 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700271 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700272 description: 'Which workflow are we testing (att, dt, tt)'
273
274 - bool:
275 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700276 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700277 description: 'Wheter to push flows from ONOS'
278
279 - bool:
280 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700281 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700282 description: 'Wheter to provision subscribers durint the tests'
283
284 - bool:
285 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700286 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700287 description: 'Wheter EAPOL is enabled for the test'
288
289 - bool:
290 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700291 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700292 description: 'Wheter DHCP is enabled for the test'
293
294 - bool:
295 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700296 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700297 description: 'Wheter IGMP is enabled for the test'
298
299 - bool:
300 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700301 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700302 description: 'Wheter Link Discovery is enabled for the test'
303
304 - bool:
305 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700306 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700307 description: 'Option to trigger MIB template command'
308
309 - bool:
310 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700311 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700312 description: 'Option to install Prometheus'
313
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700314 - bool:
315 name: withProfiling
316 default: '{withProfiling}'
317 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
318
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700319 - bool:
320 name: withPcap
321 default: '{withPcap}'
322 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
323
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700324 - string:
325 name: extraHelmFlags
326 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700327 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 -0700328
Matteo Scandolo272aed42020-05-08 15:05:57 -0700329 - string:
330 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700331 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700332 description: 'How many OpenONU adapter instances to run'
333
334 - string:
335 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700336 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700337 description: 'How many ONOSes instances to run'
338
339 - string:
340 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700341 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700342 description: 'How many Atomix instances to run'
343
344 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700345 name: onosStatInterval
346 default: '{onosStatInterval}'
347 description: 'How often ONOS should poll for ports, flows and meters'
348
349 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700350 name: bbsimImg
351 default: '{bbsimImg}'
352 description: 'Custom image selection for BBSIM (repo:tag)'
353
354 - string:
355 name: bbsimChart
356 default: '{bbsimChart}'
357 description: 'BBSim chart name (or location on file system)'
358
359 - string:
360 name: rwCoreImg
361 default: '{rwCoreImg}'
362 description: 'Custom image selection for VOLTHA (repo:tag)'
363
364 - string:
365 name: ofAgentImg
366 default: '{ofAgentImg}'
367 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
368
369 - string:
370 name: volthaChart
371 default: '{volthaChart}'
372 description: 'VOLTHA chart name (or location on file system)'
373
374 - string:
375 name: openoltAdapterImg
376 default: '{openoltAdapterImg}'
377 description: 'Custom image selection for Openolt Adapter (repo:tag)'
378
379 - string:
380 name: openoltAdapterChart
381 default: '{openoltAdapterChart}'
382 description: 'OpenOLT chart name (or location on file system)'
383
384 - string:
385 name: openonuAdapterImg
386 default: '{openonuAdapterImg}'
387 description: 'Custom image selection for Openonu Adapter (repo:tag)'
388
389 - string:
390 name: openonuAdapterChart
391 default: '{openonuAdapterChart}'
392 description: 'OpenONU chart name (or location on file system)'
393
394 - string:
395 name: onosImg
396 default: '{onosImg}'
397 description: 'Custom image selection for Openonu Adapter (repo:tag)'
398
399 - string:
400 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700401 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700402 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
403
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700404 - string:
405 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700406 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700407 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
408
Matteo Scandoloccc06192020-06-22 10:16:17 -0700409 - bool:
410 name: inMemoryEtcdStorage
411 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700412 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700413
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200414 - string:
415 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700416 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200417 description: 'Karaf home'
418
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700419- job-template:
420 id: 'voltha-scale-measurements'
421 name: '{name}'
422 pipeline-script: 'voltha-scale-test.groovy'
423 disabled: '{disable-job}'
424
425 description: |
426 <!-- Managed by Jenkins Job Builder -->
427 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
428 Using pipeline {pipeline-script} <br/><br/>
429 Scale measurements for VOLTHA 2.x
430
431 properties:
432 - cord-infra-properties:
433 build-days-to-keep: 30
434 artifact-num-to-keep: 15
435
436 wrappers:
437 - lf-infra-wrappers:
438 build-timeout: '{build-timeout}'
439 jenkins-ssh-credential: '{jenkins-ssh-credential}'
440
441 # default values
442 release: master
443
444 bbsimImg: voltha/bbsim:master
445 rwCoreImg: voltha/voltha-rw-core:master
446 ofAgentImg: voltha/voltha-ofagent-go:master
447 openoltAdapterImg: voltha/voltha-openolt-adapter:master
448 openonuAdapterImg: voltha/voltha-openonu-adapter:master
449 onosImg: voltha/voltha-onos:master
450
451 bbsimChart: onf/bbsim
452 volthaChart: onf/voltha
453 openoltAdapterChart: onf/voltha-adapter-openolt
454 openonuAdapterChart: onf/voltha-adapter-openonu
455
456 olts: 2
457 pons: 2
458 onus: 2
459 workflow: att
460 withFlows: false
461 provisionSubscribers: false
462 withEapol: true
463 withDhcp: true
464 withIgmp: false
465 withLLDP: false
466 withMibTemplate: true
467 withMonitoring: true
468 withProfiling: false
469 withPcap: false
470 openonuAdapterReplicas: 1
471 onosReplicas: 1
472 atomixReplicas: 0
473 extraHelmFlags: ''
474 onosStatInterval: 5
475 volthaSystemTestsChange: ''
476 kindVolthaChange: ''
477 inMemoryEtcdStorage: true
478 karafHome: 'apache-karaf-4.2.9'
479 logLevel: 'WARN'
480
481 <<: *voltha-scale-job-parameters
482
Matteo Scandolo272aed42020-05-08 15:05:57 -0700483 project-type: pipeline
484 concurrent: false
485
486 dsl: !include-raw-escape: pipeline/{pipeline-script}
487
Matteo Scandoloabb83972020-06-25 16:08:23 -0700488 triggers:
489 - timed: |
490 TZ=America/Los_Angeles
491 {time-trigger}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700492
493- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700494 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800495 name: '{name}'
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700496 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800497
498 description: |
499 <!-- Managed by Jenkins Job Builder -->
500 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
501 Using pipeline {pipeline-script} <br/><br/>
502 Scale measurements for VOLTHA 2.x
503
504 properties:
505 - cord-infra-properties:
506 build-days-to-keep: '{build-days-to-keep}'
507 artifact-num-to-keep: '{artifact-num-to-keep}'
508
509 wrappers:
510 - lf-infra-wrappers:
511 build-timeout: '{build-timeout}'
512 jenkins-ssh-credential: '{jenkins-ssh-credential}'
513
Matteo Scandolo0430f672020-05-07 11:50:26 -0700514 # default values
Matteo Scandolo68776b72020-07-21 14:06:06 -0700515 release: master
516
Matteo Scandolo0430f672020-05-07 11:50:26 -0700517 bbsimImg: voltha/bbsim:master
518 rwCoreImg: voltha/voltha-rw-core:master
519 ofAgentImg: voltha/voltha-ofagent-go:master
520 openoltAdapterImg: voltha/voltha-openolt-adapter:master
521 openonuAdapterImg: voltha/voltha-openonu-adapter:master
522 onosImg: voltha/voltha-onos:master
523
524 bbsimChart: onf/bbsim
525 volthaChart: onf/voltha
526 openoltAdapterChart: onf/voltha-adapter-openolt
527 openonuAdapterChart: onf/voltha-adapter-openonu
528
Matteo Scandolo68776b72020-07-21 14:06:06 -0700529 olts: 2
530 pons: 2
531 onus: 2
532 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700533 withFlows: true
534 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700535 withEapol: true
536 withDhcp: true
537 withIgmp: false
538 withLLDP: false
539 withMibTemplate: true
540 withMonitoring: true
541 withProfiling: false
542 withPcap: false
543 openonuAdapterReplicas: 1
544 onosReplicas: 1
545 atomixReplicas: 0
546 extraHelmFlags: ''
547 onosStatInterval: 5
548 volthaSystemTestsChange: ''
549 kindVolthaChange: ''
550 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700551 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700552 logLevel: 'INFO'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700553
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700554 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200555
Matteo Scandolo51b76302020-02-05 12:07:23 -0800556 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800557 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800558
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700559 dsl: !include-raw-escape: pipeline/{pipeline-script}