blob: 63cdea17eabc0cf987535450b48028f0cd4a056c [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 Scandolof6fe0092020-12-10 09:43:04 -080012 # OpenONU PY Scale
Matteo Scandolob46bc402020-06-11 13:59:44 -070013 - 'voltha-scale-measurements':
Andrea Campanella27b5a662020-12-18 18:49:26 +010014 name: 'voltha-openonu-py-scale-measurements-2.6-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080015 'disable-job': false
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020016 build-node: 'onf-pod1-head-node'
17 time-trigger: "H H/4 * * *"
18 olts: 2
19 pons: 16
20 onus: 32
21 withFlows: true
22 provisionSubscribers: true
23 workflow: dt
Andrea Campanella27b5a662020-12-18 18:49:26 +010024 release: voltha-2.6
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020025 withEapol: false
26 withDhcp: false
27 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080028 openonuAdapterReplicas: 8
29 extraHelmFlags: '--set use_openonu_adapter_go=false'
Matteo Scandoloebe4f722021-02-04 09:53:07 -080030 bbsimImg: ''
31 rwCoreImg: ''
32 ofAgentImg: ''
33 openoltAdapterImg: ''
34 openonuAdapterImg: ''
35 openonuAdapterGoImg: ''
36 onosImg: ''
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070037
Andrea Campanellabdb199e2020-10-27 10:47:16 +010038 - 'voltha-scale-measurements':
Andrea Campanella27b5a662020-12-18 18:49:26 +010039 name: 'voltha-openonu-py-scale-measurements-2.6-2-16-32-att-subscribers'
Matteo Scandolo4c4fbdd2020-11-04 13:49:42 -080040 'disable-job': false
Andrea Campanellabdb199e2020-10-27 10:47:16 +010041 build-node: 'onf-pod1-head-node'
42 time-trigger: "H H/4 * * *"
Andrea Campanella37e8a452020-11-18 22:27:58 +010043 olts: 2
Andrea Campanellabdb199e2020-10-27 10:47:16 +010044 pons: 16
45 onus: 32
46 withFlows: true
47 provisionSubscribers: true
Andrea Campanella27b5a662020-12-18 18:49:26 +010048 release: voltha-2.6
Andrea Campanellabdb199e2020-10-27 10:47:16 +010049 withEapol: true
50 withDhcp: true
51 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080052 openonuAdapterReplicas: 8
53 extraHelmFlags: '--set use_openonu_adapter_go=false,authRetry=true,dhcpRetry=true'
Matteo Scandoloebe4f722021-02-04 09:53:07 -080054 bbsimImg: ''
55 rwCoreImg: ''
56 ofAgentImg: ''
57 openoltAdapterImg: ''
58 openonuAdapterImg: ''
59 openonuAdapterGoImg: ''
60 onosImg: ''
Andrea Campanellabdb199e2020-10-27 10:47:16 +010061
Girish Gowdra0de34422020-11-19 11:58:12 -080062 - 'voltha-scale-measurements':
Andrea Campanella27b5a662020-12-18 18:49:26 +010063 name: 'voltha-openonu-py-scale-measurements-2.6-2-16-32-tt-subscribers'
Girish Gowdra0de34422020-11-19 11:58:12 -080064 'disable-job': false
65 build-node: 'onf-pod1-head-node'
66 time-trigger: "H H/4 * * *"
Andrea Campanella945a21d2020-11-24 11:09:53 +010067 olts: 2
Girish Gowdra0de34422020-11-19 11:58:12 -080068 pons: 16
69 onus: 32
70 withFlows: true
71 workflow: tt
72 provisionSubscribers: true
Andrea Campanella27b5a662020-12-18 18:49:26 +010073 release: voltha-2.6
Girish Gowdra0de34422020-11-19 11:58:12 -080074 withEapol: false
75 withDhcp: true
76 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080077 openonuAdapterReplicas: 8
78 extraHelmFlags: '--set use_openonu_adapter_go=false,dhcpRetry=true,defaults.incremental_evto_update=true'
Matteo Scandoloebe4f722021-02-04 09:53:07 -080079 bbsimImg: ''
80 rwCoreImg: ''
81 ofAgentImg: ''
82 openoltAdapterImg: ''
83 openonuAdapterImg: ''
84 openonuAdapterGoImg: ''
85 onosImg: ''
Girish Gowdra0de34422020-11-19 11:58:12 -080086
Matteo Scandolo8df57162020-10-06 14:43:53 -070087 # this job will be used to test custom images without disrupting tests on master
88 - 'voltha-scale-measurements':
89 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobe823242020-11-20 13:48:13 -080090 build-node: 'voltha-scale-2'
Andrea Campanella642e5502020-11-19 19:47:02 +010091 pipeline-script: 'voltha-scale-test-etcd-kafka-bitnami.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080092 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080093 # trigger on Feb 29th (a.k.a only trigger it manually)
94 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010095 withMonitoring: true
Matteo Scandoloe6647a02020-11-02 10:27:52 -080096 olts: 2
Matteo Scandolo8df57162020-10-06 14:43:53 -070097 pons: 16
98 onus: 32
99 withFlows: true
100 provisionSubscribers: true
101 withEapol: true
102 withDhcp: true
103 withIgmp: false
Matteo Scandolo0feb5e92020-10-27 19:34:51 -0700104 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo08d7d002020-11-20 17:37:56 -0800105 withPcap: false
Matteo Scandolobe823242020-11-20 13:48:13 -0800106 openoltAdapterImg: gcgirish/voltha-openolt-adapter:writeThroughCache
Matteo Scandolo9665d592020-10-23 19:08:14 +0000107
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800108 - 'voltha-scale-measurements':
109 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -0800110 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800111 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800112 'disable-job': false
113 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -0800114 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -0800115 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -0800116 logLevel: WARN
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800117 volthaStacks: 2
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800118 olts: 2
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800119 pons: 2
120 onus: 2
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800121 withFlows: true
122 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -0800123 workflow: dt
124 withEapol: false
125 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800126 withIgmp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800127
Matteo Scandolo8df57162020-10-06 14:43:53 -0700128
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700129 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700130 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700131 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800132 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700133 build-node: 'onf-pod1-head-node'
134 time-trigger: "H H/4 * * *"
135 olts: 1
136 pons: 16
137 onus: 32
138 withFlows: true
139 provisionSubscribers: true
140 withEapol: true
141 withDhcp: true
142 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700143 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700144
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700145 - 'voltha-scale-measurements':
146 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800147 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700148 build-node: 'onf-pod1-head-node'
149 time-trigger: "H H/4 * * *"
150 olts: 1
151 pons: 16
152 onus: 32
153 withFlows: true
154 provisionSubscribers: true
155 workflow: tt
156 withEapol: false
157 withDhcp: true
158 withIgmp: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700159 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700160
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700161 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700162 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800163 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700164 build-node: 'onf-pod1-head-node'
165 time-trigger: "H H/4 * * *"
166 olts: 1
167 pons: 16
168 onus: 32
169 withFlows: true
170 provisionSubscribers: true
171 workflow: dt
172 withEapol: false
173 withDhcp: false
174 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700175 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200176
Matteo Scandolo272aed42020-05-08 15:05:57 -0700177 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700178 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700179 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolof2c8a642020-11-05 08:54:50 -0800180 'disable-job': false
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 withEapol: true
189 withDhcp: true
190 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700191 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700192
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700193 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700194 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800195 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700196 build-node: 'onf-pod1-head-node'
197 time-trigger: "H H/4 * * *"
198 olts: 2
199 pons: 16
200 onus: 32
201 withFlows: true
202 provisionSubscribers: true
203 workflow: dt
204 withEapol: false
205 withDhcp: false
206 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700207 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo86939302020-10-30 13:32:08 -0700208
209 - 'voltha-scale-measurements':
210 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800211 'disable-job': false
Matteo Scandolo86939302020-10-30 13:32:08 -0700212 build-node: 'onf-pod1-head-node'
213 time-trigger: "H H/4 * * *"
214 olts: 2
215 pons: 16
216 onus: 32
217 withFlows: true
218 provisionSubscribers: true
219 workflow: tt
220 withEapol: false
221 withDhcp: true
222 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700223 onosReplicas: 3
224 atomixReplicas: 3
Matteo Scandolo86939302020-10-30 13:32:08 -0700225 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700226
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800227 # multi-stack jobs
228 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800229 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
230 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800231 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
232 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800233 time-trigger: "H H/4 * * *"
234 withMonitoring: false
235 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800236 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800237 olts: 2
238 pons: 16
239 onus: 32
240 withFlows: true
241 provisionSubscribers: true
242 workflow: att
243 withEapol: true
244 withDhcp: true
245 withIgmp: false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800246
247 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800248 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
249 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800250 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
251 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800252 time-trigger: "H H/4 * * *"
253 withMonitoring: false
254 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800255 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800256 olts: 2
257 pons: 16
258 onus: 32
259 withFlows: true
260 provisionSubscribers: true
261 workflow: dt
262 withEapol: false
263 withDhcp: false
264 withIgmp: false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800265
266 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800267 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
268 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800269 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
270 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800271 time-trigger: "H H/4 * * *"
272 withMonitoring: false
273 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800274 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800275 olts: 2
276 pons: 16
277 onus: 32
278 withFlows: true
279 provisionSubscribers: true
280 workflow: tt
281 withEapol: false
282 withDhcp: true
283 withIgmp: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800284
Matteo Scandolo17321b82020-12-11 10:05:10 -0800285 # voltha-2.6 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700286 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800287 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-att-subscribers'
Matteo Scandolo11311742021-01-25 13:56:22 -0800288 pipeline-script: 'voltha-scale-test-2.6.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800289 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700290 build-node: 'onf-pod1-head-node'
291 time-trigger: "H H/4 * * *"
292 olts: 1
293 pons: 16
294 onus: 32
295 withFlows: true
296 provisionSubscribers: true
297 withEapol: true
298 withDhcp: true
299 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700300 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800301 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700302 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700303 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700304 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700305 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700306 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800307 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200308 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700309
310 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800311 name: 'voltha-scale-measurements-voltha-2.6-2-16-32-dt-subscribers'
Matteo Scandolo11311742021-01-25 13:56:22 -0800312 pipeline-script: 'voltha-scale-test-2.6.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800313 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700314 build-node: 'onf-pod1-head-node'
315 time-trigger: "H H/4 * * *"
316 olts: 2
317 pons: 16
318 onus: 32
319 withFlows: true
320 provisionSubscribers: true
321 workflow: dt
322 withEapol: false
323 withDhcp: false
324 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700325 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800326 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700327 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700328 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700329 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700330 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700331 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800332 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200333 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700334
Matteo Scandolo031bd982020-09-16 10:03:47 -0700335 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800336 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-tt-subscribers'
Matteo Scandolo11311742021-01-25 13:56:22 -0800337 pipeline-script: 'voltha-scale-test-2.6.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800338 'disable-job': false
Matteo Scandolo031bd982020-09-16 10:03:47 -0700339 build-node: 'onf-pod1-head-node'
340 time-trigger: "H H/4 * * *"
341 olts: 1
342 pons: 16
343 onus: 32
344 withFlows: true
345 provisionSubscribers: true
346 workflow: tt
347 withEapol: false
348 withDhcp: true
349 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700350 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800351 release: voltha-2.6
Matteo Scandolo031bd982020-09-16 10:03:47 -0700352 bbsimImg: ''
353 rwCoreImg: ''
354 ofAgentImg: ''
355 openoltAdapterImg: ''
356 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800357 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700358 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700359
Andrea Campanella27b5a662020-12-18 18:49:26 +0100360 # 2.6 multi-stack jobs
361 - 'voltha-scale-measurements':
362 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-att-subscribers'
363 build-node: 'voltha-scale-2'
364 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800365 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100366 time-trigger: "H H/4 * * *"
367 withMonitoring: false
368 logLevel: WARN
369 volthaStacks: 10
370 olts: 2
371 pons: 16
372 onus: 32
373 withFlows: true
374 provisionSubscribers: true
375 release: voltha-2.6
376 workflow: att
377 withEapol: true
378 withDhcp: true
379 withIgmp: false
380
381 - 'voltha-scale-measurements':
382 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-dt-subscribers'
383 build-node: 'voltha-scale-2'
384 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800385 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100386 time-trigger: "H H/4 * * *"
387 withMonitoring: false
388 logLevel: WARN
389 volthaStacks: 10
390 olts: 2
391 pons: 16
392 onus: 32
393 withFlows: true
394 provisionSubscribers: true
395 release: voltha-2.6
396 workflow: dt
397 withEapol: false
398 withDhcp: false
399 withIgmp: false
400
401 - 'voltha-scale-measurements':
402 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-tt-subscribers'
403 build-node: 'voltha-scale-2'
404 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800405 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100406 time-trigger: "H H/4 * * *"
407 withMonitoring: false
408 logLevel: WARN
409 volthaStacks: 10
410 olts: 2
411 pons: 16
412 onus: 32
413 withFlows: true
414 provisionSubscribers: true
415 release: voltha-2.6
416 workflow: tt
417 withEapol: false
418 withDhcp: true
419 withIgmp: true
420
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700421 # per patchset job
422 - 'voltha-scale-measurements':
423 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000424 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700425 olts: 1
426 pons: 16
427 onus: 32
428 withFlows: true
429 provisionSubscribers: true
430 withEapol: true
431 withDhcp: true
432 withIgmp: false
433 withMonitoring: false
434 trigger-comment: "voltha scale test ATT"
435
436 - 'voltha-scale-measurements':
437 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000438 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700439 olts: 1
440 pons: 16
441 onus: 32
442 withFlows: true
443 provisionSubscribers: true
444 workflow: tt
445 withEapol: false
446 withDhcp: true
447 withIgmp: true
448 withMonitoring: false
449 trigger-comment: "voltha scale test TT"
450
451 - 'voltha-scale-measurements':
452 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000453 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700454 olts: 1
455 pons: 16
456 onus: 32
457 withFlows: true
458 provisionSubscribers: true
459 workflow: dt
460 withEapol: false
461 withDhcp: false
462 withIgmp: false
463 withMonitoring: false
464 trigger-comment: "voltha scale test DT"
465
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700467 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700468 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700469 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700470 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700471
Matteo Scandolodc930192020-08-27 15:56:16 -0700472 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700473 - 'voltha-scale-matrix':
474 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700475 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800476
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700477 # development matrix
478 - 'voltha-scale-matrix':
479 name: 'voltha-scale-matrix-voltha-master'
480 build-node: 'onf-pod1-head-node'
481 onosReplicas: 3
482 atomixReplicas: 3
483 kafkaReplicas: 3
484 etcdReplicas: 3
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800485 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800486 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700487
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700488# list of parameters for the VOLTHA Jobs,
489# used as anchor so that can be shared across multiple jobs
490# to use in a job: `parameters: *voltha-build-job-parameters`
491- voltha-scale-job-parameters: &voltha-scale-job-parameters
492 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700493 parameters:
494 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800495 name: pipeline-script
496 default: '{pipeline-script}'
497 description: 'The pipeline script to use'
498
499 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700500 name: release
501 default: '{release}'
502 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
503
504 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700505 name: buildNode
506 default: '{build-node}'
507 description: 'Name of the Jenkins node to run the job on'
508
509 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700510 name: dockerRegistry
511 default: '{dockerRegistry}'
512 description: 'Address of the docker registry to use if we are building custom images'
513
514 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700515 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700516 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700517 description: 'Log level for all the components'
518
519 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800520 name: volthaStacks
521 default: '{volthaStacks}'
522 description: 'Number of VOLTHA Stacks to deploy'
523
524 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700526 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700527 description: 'Number of ONUs to provision'
528
529 - string:
530 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700531 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700532 description: 'Number of PONs to provision'
533
534 - string:
535 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700536 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700537 description: 'How many BBSim instances to run'
538
539 - string:
540 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700541 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700542 description: 'Which workflow are we testing (att, dt, tt)'
543
544 - bool:
545 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700546 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700547 description: 'Wheter to push flows from ONOS'
548
549 - bool:
550 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700551 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700552 description: 'Wheter to provision subscribers durint the tests'
553
554 - bool:
555 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700556 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700557 description: 'Wheter EAPOL is enabled for the test'
558
559 - bool:
560 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700561 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700562 description: 'Wheter DHCP is enabled for the test'
563
564 - bool:
565 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700566 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700567 description: 'Wheter IGMP is enabled for the test'
568
569 - bool:
570 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700571 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700572 description: 'Wheter Link Discovery is enabled for the test'
573
574 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700575 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700576 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700577 description: 'Option to install Prometheus'
578
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700579 - bool:
580 name: withProfiling
581 default: '{withProfiling}'
582 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
583
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700584 - bool:
585 name: withPcap
586 default: '{withPcap}'
587 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
588
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700589 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700590 name: withRadius
591 default: '{withRadius}'
592 description: 'Value to pass to kind-voltha WITH_RADIUS'
593
594 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700595 name: extraHelmFlags
596 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700597 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 -0700598
Matteo Scandolo272aed42020-05-08 15:05:57 -0700599 - string:
600 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700601 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 description: 'How many OpenONU adapter instances to run'
603
604 - string:
605 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700606 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700607 description: 'How many ONOSes instances to run'
608
609 - string:
610 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700611 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700612 description: 'How many Atomix instances to run'
613
614 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700615 name: kafkaReplicas
616 default: '{kafkaReplicas}'
617 description: 'How many Kafka instances to run'
618
619 - string:
620 name: etcdReplicas
621 default: '{etcdReplicas}'
622 description: 'How many ETCD instances to run'
623
624 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700625 name: onosStatInterval
626 default: '{onosStatInterval}'
627 description: 'How often ONOS should poll for ports, flows and meters'
628
629 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700630 name: bbsimImg
631 default: '{bbsimImg}'
632 description: 'Custom image selection for BBSIM (repo:tag)'
633
634 - string:
635 name: bbsimChart
636 default: '{bbsimChart}'
637 description: 'BBSim chart name (or location on file system)'
638
639 - string:
640 name: rwCoreImg
641 default: '{rwCoreImg}'
642 description: 'Custom image selection for VOLTHA (repo:tag)'
643
644 - string:
645 name: ofAgentImg
646 default: '{ofAgentImg}'
647 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
648
649 - string:
650 name: volthaChart
651 default: '{volthaChart}'
652 description: 'VOLTHA chart name (or location on file system)'
653
654 - string:
655 name: openoltAdapterImg
656 default: '{openoltAdapterImg}'
657 description: 'Custom image selection for Openolt Adapter (repo:tag)'
658
659 - string:
660 name: openoltAdapterChart
661 default: '{openoltAdapterChart}'
662 description: 'OpenOLT chart name (or location on file system)'
663
664 - string:
665 name: openonuAdapterImg
666 default: '{openonuAdapterImg}'
667 description: 'Custom image selection for Openonu Adapter (repo:tag)'
668
669 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100670 name: openonuAdapterGoImg
671 default: '{openonuAdapterGoImg}'
672 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
673
674 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700675 name: openonuAdapterChart
676 default: '{openonuAdapterChart}'
677 description: 'OpenONU chart name (or location on file system)'
678
679 - string:
680 name: onosImg
681 default: '{onosImg}'
682 description: 'Custom image selection for Openonu Adapter (repo:tag)'
683
684 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700685 name: onosChart
686 default: '{onosChart}'
687 description: 'ONOS chart name (or location on file system)'
688
689 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700690 name: radiusChart
691 default: '{radiusChart}'
692 description: 'freeradius chart name (or location on file system)'
693
694 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700695 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700696 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700697 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
698
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700699 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800700 name: volthaHelmChartsChange
701 default: '{volthaHelmChartsChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700702 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
703
Matteo Scandoloccc06192020-06-22 10:16:17 -0700704 - bool:
705 name: inMemoryEtcdStorage
706 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700707 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700708
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200709 - string:
710 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700711 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200712 description: 'Karaf home'
713
Matteo Scandolo001003e2021-02-03 15:39:26 -0800714 # remove once voltha-2.6 is deprecated
715 - string:
716 name: kindVolthaChange
717 default: '{kindVolthaChange}'
718 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
719
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700720- job-template:
721 id: 'voltha-scale-measurements'
722 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700723 disabled: '{disable-job}'
724
725 description: |
726 <!-- Managed by Jenkins Job Builder -->
727 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
728 Using pipeline {pipeline-script} <br/><br/>
729 Scale measurements for VOLTHA 2.x
730
731 properties:
732 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800733 build-days-to-keep: '{big-build-days-to-keep}'
734 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700735
736 wrappers:
737 - lf-infra-wrappers:
738 build-timeout: '{build-timeout}'
739 jenkins-ssh-credential: '{jenkins-ssh-credential}'
740
741 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800742 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700743 release: master
744
745 bbsimImg: voltha/bbsim:master
746 rwCoreImg: voltha/voltha-rw-core:master
747 ofAgentImg: voltha/voltha-ofagent-go:master
748 openoltAdapterImg: voltha/voltha-openolt-adapter:master
749 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100750 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700751 onosImg: voltha/voltha-onos:master
752
753 bbsimChart: onf/bbsim
754 volthaChart: onf/voltha
755 openoltAdapterChart: onf/voltha-adapter-openolt
756 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700757 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700758 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700759
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800760 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700761 olts: 2
762 pons: 2
763 onus: 2
764 workflow: att
765 withFlows: false
766 provisionSubscribers: false
767 withEapol: true
768 withDhcp: true
769 withIgmp: false
770 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700771 withMonitoring: true
772 withProfiling: false
773 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700774 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100775 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700776 onosReplicas: 3
777 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700778 kafkaReplicas: 3
779 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700780 extraHelmFlags: ''
781 onosStatInterval: 5
782 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800783 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800784 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700785 inMemoryEtcdStorage: true
786 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700787 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700788 dockerRegistry: 10.90.0.101:30500
789 trigger-comment: vv7CBoQQYYonvaN8xcru
790 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700791
792 <<: *voltha-scale-job-parameters
793
Matteo Scandolo272aed42020-05-08 15:05:57 -0700794 project-type: pipeline
795 concurrent: false
796
797 dsl: !include-raw-escape: pipeline/{pipeline-script}
798
Matteo Scandoloabb83972020-06-25 16:08:23 -0700799 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700800 # periodic jobs will set this every 4 hours
801 # patchset jobs will set this to "0 0 29 2 *" (feb 29th, it's once every 4 years)
Matteo Scandoloabb83972020-06-25 16:08:23 -0700802 - timed: |
803 TZ=America/Los_Angeles
804 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700805 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
806 # patchset jobs will set this to a meaningful comment
807 - gerrit:
808 server-name: '{gerrit-server-name}'
809 silent-start: false
810 successful-message: "PASSED scale test"
811 failure-message: "FAILED scale test"
812 unstable-message: "UNSTABLE scale test"
813 trigger-on:
814 - comment-added-contains-event:
815 comment-contains-value: '.*{trigger-comment}.*'
816 projects:
817 - project-compare-type: REG_EXP
818 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
819 branches:
820 - branch-compare-type: REG_EXP
821 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700822
823- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700824 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800825 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800826
827 description: |
828 <!-- Managed by Jenkins Job Builder -->
829 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
830 Using pipeline {pipeline-script} <br/><br/>
831 Scale measurements for VOLTHA 2.x
832
833 properties:
834 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800835 build-days-to-keep: '{big-build-days-to-keep}'
836 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800837
838 wrappers:
839 - lf-infra-wrappers:
840 build-timeout: '{build-timeout}'
841 jenkins-ssh-credential: '{jenkins-ssh-credential}'
842
Matteo Scandolo0430f672020-05-07 11:50:26 -0700843 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800844 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700845 release: master
846
Matteo Scandolo0430f672020-05-07 11:50:26 -0700847 bbsimImg: voltha/bbsim:master
848 rwCoreImg: voltha/voltha-rw-core:master
849 ofAgentImg: voltha/voltha-ofagent-go:master
850 openoltAdapterImg: voltha/voltha-openolt-adapter:master
851 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100852 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700853 onosImg: voltha/voltha-onos:master
854
855 bbsimChart: onf/bbsim
856 volthaChart: onf/voltha
857 openoltAdapterChart: onf/voltha-adapter-openolt
858 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700859 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700860 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700861
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800862 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700863 olts: 2
864 pons: 2
865 onus: 2
866 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700867 withFlows: true
868 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700869 withEapol: true
870 withDhcp: true
871 withIgmp: false
872 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700873 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700874 withProfiling: false
875 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700876 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700877 openonuAdapterReplicas: 1
878 onosReplicas: 1
879 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700880 kafkaReplicas: 1
881 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700882 extraHelmFlags: ''
883 onosStatInterval: 5
884 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800885 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800886 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700887 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700888 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700889 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700890 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700891
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700892 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200893
Matteo Scandolo51b76302020-02-05 12:07:23 -0800894 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800895 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800896
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700897 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700898
Matteo Scandolo849db722020-10-21 10:58:41 -0700899 triggers:
900 - gerrit:
901 server-name: '{gerrit-server-name}'
902 silent-start: false
903 successful-message: "PASSED scale test"
904 failure-message: "FAILED scale test"
905 unstable-message: "UNSTABLE scale test"
906 trigger-on:
907 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700908 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700909 projects:
910 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700911 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700912 branches:
913 - branch-compare-type: REG_EXP
914 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700915- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700916 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700917 name: '{name}'
918 pipeline-script: 'voltha-scale-matrix.groovy'
919
920 description: |
921 <!-- Managed by Jenkins Job Builder -->
922 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
923 Using pipeline {pipeline-script} <br/><br/>
924 Scale measurements for VOLTHA 2.x
925
926 properties:
927 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800928 build-days-to-keep: '{big-build-days-to-keep}'
929 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700930
931 wrappers:
932 - lf-infra-wrappers:
933 build-timeout: '{build-timeout}'
934 jenkins-ssh-credential: '{jenkins-ssh-credential}'
935
936 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800937 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700938 release: master
939 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700940 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800941 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800942 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700943 onosReplicas: 1
944 atomixReplicas: 0
945 kafkaReplicas: 1
946 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800947 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800948 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700949
950 project-type: pipeline
951 concurrent: false
952
953 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700954
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700955 parameters:
956 - string:
957 name: release
958 default: '{release}'
959 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
960
961 - string:
962 name: buildNode
963 default: '{build-node}'
964 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700965
966 - string:
967 name: volthaSystemTestsChange
968 default: '{volthaSystemTestsChange}'
969 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
970
971 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800972 name: volthaHelmChartsChange
973 default: '{volthaHelmChartsChange}'
974 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700975
976 - string:
977 name: onosReplicas
978 default: '{onosReplicas}'
979 description: 'How many ONOSes instances to run'
980
981 - string:
982 name: atomixReplicas
983 default: '{atomixReplicas}'
984 description: 'How many Atomix instances to run'
985
986 - string:
987 name: kafkaReplicas
988 default: '{kafkaReplicas}'
989 description: 'How many Kafka instances to run'
990
991 - string:
992 name: etcdReplicas
993 default: '{etcdReplicas}'
994 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800995
996 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800997 name: openonuAdapterReplicas
998 default: '{openonuAdapterReplicas}'
999 description: 'How many OpenONU adapter instances to run'
1000
1001 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -08001002 name: topologies
1003 default: '{topologies}'
1004 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
1005
1006 triggers:
1007 - timed: |
1008 TZ=America/Los_Angeles
1009 {time-trigger}