blob: a6f3113f5a134d7b2765fbd7afa6631ea61b7ad4 [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 Scandoloe7a2b532021-02-24 19:04:21 -080015 'disable-job': true
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 Scandoloe7a2b532021-02-24 19:04:21 -080040 'disable-job': true
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'
Matteo Scandoloe7a2b532021-02-24 19:04:21 -080064 'disable-job': true
Girish Gowdra0de34422020-11-19 11:58:12 -080065 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 Scandolo557cd8b2021-02-25 10:42:45 -0800112 'disable-job': false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800113 # 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 Scandoloe7a2b532021-02-24 19:04:21 -0800132 'disable-job': true
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 Scandoloe7a2b532021-02-24 19:04:21 -0800147 'disable-job': true
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 Scandoloe7a2b532021-02-24 19:04:21 -0800163 'disable-job': true
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 Scandoloe7a2b532021-02-24 19:04:21 -0800180 'disable-job': true
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 Scandoloe7a2b532021-02-24 19:04:21 -0800195 'disable-job': true
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 Scandoloe7a2b532021-02-24 19:04:21 -0800211 'disable-job': true
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'
Matteo Scandoloe7a2b532021-02-24 19:04:21 -0800232 'disable-job': true
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'
Matteo Scandoloe7a2b532021-02-24 19:04:21 -0800251 'disable-job': true
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'
Matteo Scandoloe7a2b532021-02-24 19:04:21 -0800270 'disable-job': true
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 Scandoloe7a2b532021-02-24 19:04:21 -0800289 'disable-job': true
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 Scandoloe7a2b532021-02-24 19:04:21 -0800313 'disable-job': true
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 Scandoloe7a2b532021-02-24 19:04:21 -0800338 'disable-job': true
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 Scandolo557cd8b2021-02-25 10:42:45 -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
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800380 bbsimImg: ''
381 rwCoreImg: ''
382 ofAgentImg: ''
383 openoltAdapterImg: ''
384 openonuAdapterImg: ''
385 openonuAdapterGoImg: ''
386 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100387
388 - 'voltha-scale-measurements':
389 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-dt-subscribers'
390 build-node: 'voltha-scale-2'
391 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolo557cd8b2021-02-25 10:42:45 -0800392 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100393 time-trigger: "H H/4 * * *"
394 withMonitoring: false
395 logLevel: WARN
396 volthaStacks: 10
397 olts: 2
398 pons: 16
399 onus: 32
400 withFlows: true
401 provisionSubscribers: true
402 release: voltha-2.6
403 workflow: dt
404 withEapol: false
405 withDhcp: false
406 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800407 bbsimImg: ''
408 rwCoreImg: ''
409 ofAgentImg: ''
410 openoltAdapterImg: ''
411 openonuAdapterImg: ''
412 openonuAdapterGoImg: ''
413 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100414
415 - 'voltha-scale-measurements':
416 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-tt-subscribers'
417 build-node: 'voltha-scale-2'
418 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolo557cd8b2021-02-25 10:42:45 -0800419 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100420 time-trigger: "H H/4 * * *"
421 withMonitoring: false
422 logLevel: WARN
423 volthaStacks: 10
424 olts: 2
425 pons: 16
426 onus: 32
427 withFlows: true
428 provisionSubscribers: true
429 release: voltha-2.6
430 workflow: tt
431 withEapol: false
432 withDhcp: true
433 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800434 bbsimImg: ''
435 rwCoreImg: ''
436 ofAgentImg: ''
437 openoltAdapterImg: ''
438 openonuAdapterImg: ''
439 openonuAdapterGoImg: ''
440 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100441
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700442 # per patchset job
443 - 'voltha-scale-measurements':
444 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000445 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700446 olts: 1
447 pons: 16
448 onus: 32
449 withFlows: true
450 provisionSubscribers: true
451 withEapol: true
452 withDhcp: true
453 withIgmp: false
454 withMonitoring: false
455 trigger-comment: "voltha scale test ATT"
456
457 - 'voltha-scale-measurements':
458 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000459 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700460 olts: 1
461 pons: 16
462 onus: 32
463 withFlows: true
464 provisionSubscribers: true
465 workflow: tt
466 withEapol: false
467 withDhcp: true
468 withIgmp: true
469 withMonitoring: false
470 trigger-comment: "voltha scale test TT"
471
472 - 'voltha-scale-measurements':
473 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000474 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700475 olts: 1
476 pons: 16
477 onus: 32
478 withFlows: true
479 provisionSubscribers: true
480 workflow: dt
481 withEapol: false
482 withDhcp: false
483 withIgmp: false
484 withMonitoring: false
485 trigger-comment: "voltha scale test DT"
486
Matteo Scandolo272aed42020-05-08 15:05:57 -0700487 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700488 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700489 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700490 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700491 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700492
Matteo Scandolodc930192020-08-27 15:56:16 -0700493 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700494 - 'voltha-scale-matrix':
495 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700496 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800497
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700498 # development matrix
499 - 'voltha-scale-matrix':
500 name: 'voltha-scale-matrix-voltha-master'
501 build-node: 'onf-pod1-head-node'
502 onosReplicas: 3
503 atomixReplicas: 3
504 kafkaReplicas: 3
505 etcdReplicas: 3
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800506 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800507 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700508
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700509# list of parameters for the VOLTHA Jobs,
510# used as anchor so that can be shared across multiple jobs
511# to use in a job: `parameters: *voltha-build-job-parameters`
512- voltha-scale-job-parameters: &voltha-scale-job-parameters
513 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700514 parameters:
515 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800516 name: pipeline-script
517 default: '{pipeline-script}'
518 description: 'The pipeline script to use'
519
520 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700521 name: release
522 default: '{release}'
523 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
524
525 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700526 name: buildNode
527 default: '{build-node}'
528 description: 'Name of the Jenkins node to run the job on'
529
530 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700531 name: dockerRegistry
532 default: '{dockerRegistry}'
533 description: 'Address of the docker registry to use if we are building custom images'
534
535 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700536 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700537 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700538 description: 'Log level for all the components'
539
540 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800541 name: volthaStacks
542 default: '{volthaStacks}'
543 description: 'Number of VOLTHA Stacks to deploy'
544
545 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700546 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700547 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 description: 'Number of ONUs to provision'
549
550 - string:
551 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700552 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700553 description: 'Number of PONs to provision'
554
555 - string:
556 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700557 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700558 description: 'How many BBSim instances to run'
559
560 - string:
561 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700562 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700563 description: 'Which workflow are we testing (att, dt, tt)'
564
565 - bool:
566 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700567 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700568 description: 'Wheter to push flows from ONOS'
569
570 - bool:
571 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700572 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 description: 'Wheter to provision subscribers durint the tests'
574
575 - bool:
576 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700577 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700578 description: 'Wheter EAPOL is enabled for the test'
579
580 - bool:
581 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700582 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700583 description: 'Wheter DHCP is enabled for the test'
584
585 - bool:
586 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700587 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700588 description: 'Wheter IGMP is enabled for the test'
589
590 - bool:
591 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700592 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700593 description: 'Wheter Link Discovery is enabled for the test'
594
595 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700596 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700597 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700598 description: 'Option to install Prometheus'
599
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700600 - bool:
601 name: withProfiling
602 default: '{withProfiling}'
603 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
604
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700605 - bool:
606 name: withPcap
607 default: '{withPcap}'
608 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
609
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700610 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700611 name: withRadius
612 default: '{withRadius}'
613 description: 'Value to pass to kind-voltha WITH_RADIUS'
614
615 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700616 name: extraHelmFlags
617 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700618 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 -0700619
Matteo Scandolo272aed42020-05-08 15:05:57 -0700620 - string:
621 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700622 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700623 description: 'How many OpenONU adapter instances to run'
624
625 - string:
626 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700627 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700628 description: 'How many ONOSes instances to run'
629
630 - string:
631 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700632 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700633 description: 'How many Atomix instances to run'
634
635 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700636 name: kafkaReplicas
637 default: '{kafkaReplicas}'
638 description: 'How many Kafka instances to run'
639
640 - string:
641 name: etcdReplicas
642 default: '{etcdReplicas}'
643 description: 'How many ETCD instances to run'
644
645 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700646 name: onosStatInterval
647 default: '{onosStatInterval}'
648 description: 'How often ONOS should poll for ports, flows and meters'
649
650 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700651 name: bbsimImg
652 default: '{bbsimImg}'
653 description: 'Custom image selection for BBSIM (repo:tag)'
654
655 - string:
656 name: bbsimChart
657 default: '{bbsimChart}'
658 description: 'BBSim chart name (or location on file system)'
659
660 - string:
661 name: rwCoreImg
662 default: '{rwCoreImg}'
663 description: 'Custom image selection for VOLTHA (repo:tag)'
664
665 - string:
666 name: ofAgentImg
667 default: '{ofAgentImg}'
668 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
669
670 - string:
671 name: volthaChart
672 default: '{volthaChart}'
673 description: 'VOLTHA chart name (or location on file system)'
674
675 - string:
676 name: openoltAdapterImg
677 default: '{openoltAdapterImg}'
678 description: 'Custom image selection for Openolt Adapter (repo:tag)'
679
680 - string:
681 name: openoltAdapterChart
682 default: '{openoltAdapterChart}'
683 description: 'OpenOLT chart name (or location on file system)'
684
685 - string:
686 name: openonuAdapterImg
687 default: '{openonuAdapterImg}'
688 description: 'Custom image selection for Openonu Adapter (repo:tag)'
689
690 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100691 name: openonuAdapterGoImg
692 default: '{openonuAdapterGoImg}'
693 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
694
695 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700696 name: openonuAdapterChart
697 default: '{openonuAdapterChart}'
698 description: 'OpenONU chart name (or location on file system)'
699
700 - string:
701 name: onosImg
702 default: '{onosImg}'
703 description: 'Custom image selection for Openonu Adapter (repo:tag)'
704
705 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700706 name: onosChart
707 default: '{onosChart}'
708 description: 'ONOS chart name (or location on file system)'
709
710 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700711 name: radiusChart
712 default: '{radiusChart}'
713 description: 'freeradius chart name (or location on file system)'
714
715 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700716 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700717 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700718 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
719
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700720 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800721 name: volthaHelmChartsChange
722 default: '{volthaHelmChartsChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700723 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
724
Matteo Scandoloccc06192020-06-22 10:16:17 -0700725 - bool:
726 name: inMemoryEtcdStorage
727 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700728 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700729
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200730 - string:
731 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700732 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200733 description: 'Karaf home'
734
Matteo Scandolo001003e2021-02-03 15:39:26 -0800735 # remove once voltha-2.6 is deprecated
736 - string:
737 name: kindVolthaChange
738 default: '{kindVolthaChange}'
739 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
740
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700741- job-template:
742 id: 'voltha-scale-measurements'
743 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700744 disabled: '{disable-job}'
745
746 description: |
747 <!-- Managed by Jenkins Job Builder -->
748 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
749 Using pipeline {pipeline-script} <br/><br/>
750 Scale measurements for VOLTHA 2.x
751
752 properties:
753 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800754 build-days-to-keep: '{big-build-days-to-keep}'
755 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700756
757 wrappers:
758 - lf-infra-wrappers:
759 build-timeout: '{build-timeout}'
760 jenkins-ssh-credential: '{jenkins-ssh-credential}'
761
762 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800763 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700764 release: master
765
766 bbsimImg: voltha/bbsim:master
767 rwCoreImg: voltha/voltha-rw-core:master
768 ofAgentImg: voltha/voltha-ofagent-go:master
769 openoltAdapterImg: voltha/voltha-openolt-adapter:master
770 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100771 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700772 onosImg: voltha/voltha-onos:master
773
774 bbsimChart: onf/bbsim
775 volthaChart: onf/voltha
776 openoltAdapterChart: onf/voltha-adapter-openolt
777 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700778 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700779 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700780
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800781 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700782 olts: 2
783 pons: 2
784 onus: 2
785 workflow: att
786 withFlows: false
787 provisionSubscribers: false
788 withEapol: true
789 withDhcp: true
790 withIgmp: false
791 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700792 withMonitoring: true
793 withProfiling: false
794 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700795 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100796 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700797 onosReplicas: 3
798 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700799 kafkaReplicas: 3
800 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700801 extraHelmFlags: ''
802 onosStatInterval: 5
803 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800804 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800805 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700806 inMemoryEtcdStorage: true
807 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700808 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700809 dockerRegistry: 10.90.0.101:30500
810 trigger-comment: vv7CBoQQYYonvaN8xcru
811 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700812
813 <<: *voltha-scale-job-parameters
814
Matteo Scandolo272aed42020-05-08 15:05:57 -0700815 project-type: pipeline
816 concurrent: false
817
818 dsl: !include-raw-escape: pipeline/{pipeline-script}
819
Matteo Scandoloabb83972020-06-25 16:08:23 -0700820 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700821 # periodic jobs will set this every 4 hours
822 # 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 -0700823 - timed: |
824 TZ=America/Los_Angeles
825 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700826 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
827 # patchset jobs will set this to a meaningful comment
828 - gerrit:
829 server-name: '{gerrit-server-name}'
830 silent-start: false
831 successful-message: "PASSED scale test"
832 failure-message: "FAILED scale test"
833 unstable-message: "UNSTABLE scale test"
834 trigger-on:
835 - comment-added-contains-event:
836 comment-contains-value: '.*{trigger-comment}.*'
837 projects:
838 - project-compare-type: REG_EXP
839 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
840 branches:
841 - branch-compare-type: REG_EXP
842 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700843
844- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700845 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800846 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800847
848 description: |
849 <!-- Managed by Jenkins Job Builder -->
850 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
851 Using pipeline {pipeline-script} <br/><br/>
852 Scale measurements for VOLTHA 2.x
853
854 properties:
855 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800856 build-days-to-keep: '{big-build-days-to-keep}'
857 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800858
859 wrappers:
860 - lf-infra-wrappers:
861 build-timeout: '{build-timeout}'
862 jenkins-ssh-credential: '{jenkins-ssh-credential}'
863
Matteo Scandolo0430f672020-05-07 11:50:26 -0700864 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800865 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700866 release: master
867
Matteo Scandolo0430f672020-05-07 11:50:26 -0700868 bbsimImg: voltha/bbsim:master
869 rwCoreImg: voltha/voltha-rw-core:master
870 ofAgentImg: voltha/voltha-ofagent-go:master
871 openoltAdapterImg: voltha/voltha-openolt-adapter:master
872 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100873 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700874 onosImg: voltha/voltha-onos:master
875
876 bbsimChart: onf/bbsim
877 volthaChart: onf/voltha
878 openoltAdapterChart: onf/voltha-adapter-openolt
879 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700880 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700881 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700882
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800883 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700884 olts: 2
885 pons: 2
886 onus: 2
887 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700888 withFlows: true
889 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700890 withEapol: true
891 withDhcp: true
892 withIgmp: false
893 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700894 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700895 withProfiling: false
896 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700897 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700898 openonuAdapterReplicas: 1
899 onosReplicas: 1
900 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700901 kafkaReplicas: 1
902 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700903 extraHelmFlags: ''
904 onosStatInterval: 5
905 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800906 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800907 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700908 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700909 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700910 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700911 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700912
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700913 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200914
Matteo Scandolo51b76302020-02-05 12:07:23 -0800915 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800916 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800917
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700918 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700919
Matteo Scandolo849db722020-10-21 10:58:41 -0700920 triggers:
921 - gerrit:
922 server-name: '{gerrit-server-name}'
923 silent-start: false
924 successful-message: "PASSED scale test"
925 failure-message: "FAILED scale test"
926 unstable-message: "UNSTABLE scale test"
927 trigger-on:
928 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700929 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700930 projects:
931 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700932 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700933 branches:
934 - branch-compare-type: REG_EXP
935 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700936- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700937 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700938 name: '{name}'
939 pipeline-script: 'voltha-scale-matrix.groovy'
940
941 description: |
942 <!-- Managed by Jenkins Job Builder -->
943 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
944 Using pipeline {pipeline-script} <br/><br/>
945 Scale measurements for VOLTHA 2.x
946
947 properties:
948 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800949 build-days-to-keep: '{big-build-days-to-keep}'
950 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700951
952 wrappers:
953 - lf-infra-wrappers:
954 build-timeout: '{build-timeout}'
955 jenkins-ssh-credential: '{jenkins-ssh-credential}'
956
957 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800958 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700959 release: master
960 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700961 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800962 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800963 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700964 onosReplicas: 1
965 atomixReplicas: 0
966 kafkaReplicas: 1
967 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800968 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800969 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700970
971 project-type: pipeline
972 concurrent: false
973
974 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700975
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700976 parameters:
977 - string:
978 name: release
979 default: '{release}'
980 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
981
982 - string:
983 name: buildNode
984 default: '{build-node}'
985 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700986
987 - string:
988 name: volthaSystemTestsChange
989 default: '{volthaSystemTestsChange}'
990 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
991
992 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800993 name: volthaHelmChartsChange
994 default: '{volthaHelmChartsChange}'
995 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 -0700996
997 - string:
998 name: onosReplicas
999 default: '{onosReplicas}'
1000 description: 'How many ONOSes instances to run'
1001
1002 - string:
1003 name: atomixReplicas
1004 default: '{atomixReplicas}'
1005 description: 'How many Atomix instances to run'
1006
1007 - string:
1008 name: kafkaReplicas
1009 default: '{kafkaReplicas}'
1010 description: 'How many Kafka instances to run'
1011
1012 - string:
1013 name: etcdReplicas
1014 default: '{etcdReplicas}'
1015 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -08001016
1017 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -08001018 name: openonuAdapterReplicas
1019 default: '{openonuAdapterReplicas}'
1020 description: 'How many OpenONU adapter instances to run'
1021
1022 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -08001023 name: topologies
1024 default: '{topologies}'
1025 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
1026
1027 triggers:
1028 - timed: |
1029 TZ=America/Los_Angeles
1030 {time-trigger}