blob: 80ff492df90ba24812517fc577a958db81c5d3d3 [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':
Matteo Scandolof6fe0092020-12-10 09:43:04 -080014 name: 'voltha-openonu-py-scale-measurements-master-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
24 withEapol: false
25 withDhcp: false
26 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080027 openonuAdapterReplicas: 8
28 extraHelmFlags: '--set use_openonu_adapter_go=false'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070029
Andrea Campanellabdb199e2020-10-27 10:47:16 +010030 - 'voltha-scale-measurements':
Matteo Scandolof6fe0092020-12-10 09:43:04 -080031 name: 'voltha-openonu-py-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo4c4fbdd2020-11-04 13:49:42 -080032 'disable-job': false
Andrea Campanellabdb199e2020-10-27 10:47:16 +010033 build-node: 'onf-pod1-head-node'
34 time-trigger: "H H/4 * * *"
Andrea Campanella37e8a452020-11-18 22:27:58 +010035 olts: 2
Andrea Campanellabdb199e2020-10-27 10:47:16 +010036 pons: 16
37 onus: 32
38 withFlows: true
39 provisionSubscribers: true
40 withEapol: true
41 withDhcp: true
42 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080043 openonuAdapterReplicas: 8
44 extraHelmFlags: '--set use_openonu_adapter_go=false,authRetry=true,dhcpRetry=true'
Andrea Campanellabdb199e2020-10-27 10:47:16 +010045
Girish Gowdra0de34422020-11-19 11:58:12 -080046 - 'voltha-scale-measurements':
Matteo Scandolof6fe0092020-12-10 09:43:04 -080047 name: 'voltha-openonu-py-scale-measurements-master-2-16-32-tt-subscribers'
Girish Gowdra0de34422020-11-19 11:58:12 -080048 'disable-job': false
49 build-node: 'onf-pod1-head-node'
50 time-trigger: "H H/4 * * *"
Andrea Campanella945a21d2020-11-24 11:09:53 +010051 olts: 2
Girish Gowdra0de34422020-11-19 11:58:12 -080052 pons: 16
53 onus: 32
54 withFlows: true
55 workflow: tt
56 provisionSubscribers: true
57 withEapol: false
58 withDhcp: true
59 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080060 openonuAdapterReplicas: 8
61 extraHelmFlags: '--set use_openonu_adapter_go=false,dhcpRetry=true,defaults.incremental_evto_update=true'
Girish Gowdra0de34422020-11-19 11:58:12 -080062
Matteo Scandolo8df57162020-10-06 14:43:53 -070063 # this job will be used to test custom images without disrupting tests on master
64 - 'voltha-scale-measurements':
65 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobe823242020-11-20 13:48:13 -080066 build-node: 'voltha-scale-2'
Andrea Campanella642e5502020-11-19 19:47:02 +010067 pipeline-script: 'voltha-scale-test-etcd-kafka-bitnami.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080068 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080069 # trigger on Feb 29th (a.k.a only trigger it manually)
70 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010071 withMonitoring: true
Matteo Scandoloe6647a02020-11-02 10:27:52 -080072 olts: 2
Matteo Scandolo8df57162020-10-06 14:43:53 -070073 pons: 16
74 onus: 32
75 withFlows: true
76 provisionSubscribers: true
77 withEapol: true
78 withDhcp: true
79 withIgmp: false
Matteo Scandolo0feb5e92020-10-27 19:34:51 -070080 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080081 withPcap: false
Matteo Scandolobe823242020-11-20 13:48:13 -080082 openoltAdapterImg: gcgirish/voltha-openolt-adapter:writeThroughCache
Matteo Scandolo9665d592020-10-23 19:08:14 +000083
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080084 - 'voltha-scale-measurements':
85 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080086 build-node: 'voltha-scale-2'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080087 pipeline-script: 'voltha-scale-multi-stack.groovy'
88 'disable-job': false
89 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080090 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080091 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080092 logLevel: WARN
Matteo Scandolo128ee7a2020-12-03 14:16:54 -080093 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080094 olts: 2
Matteo Scandolof6656562020-11-16 14:45:44 -080095 pons: 16
96 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080097 withFlows: true
98 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080099 workflow: dt
100 withEapol: false
101 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800102 withIgmp: false
Matteo Scandolo3111f2b2020-12-02 15:33:26 -0800103 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo3111f2b2020-12-02 15:33:26 -0800104 openonuAdapterReplicas: 1
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800105
Matteo Scandolo8df57162020-10-06 14:43:53 -0700106
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700107 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700108 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700109 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800110 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700111 build-node: 'onf-pod1-head-node'
112 time-trigger: "H H/4 * * *"
113 olts: 1
114 pons: 16
115 onus: 32
116 withFlows: true
117 provisionSubscribers: true
118 withEapol: true
119 withDhcp: true
120 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700121 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700122
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700123 - 'voltha-scale-measurements':
124 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800125 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700126 build-node: 'onf-pod1-head-node'
127 time-trigger: "H H/4 * * *"
128 olts: 1
129 pons: 16
130 onus: 32
131 withFlows: true
132 provisionSubscribers: true
133 workflow: tt
134 withEapol: false
135 withDhcp: true
136 withIgmp: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700137 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700138
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700139 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700140 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800141 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700142 build-node: 'onf-pod1-head-node'
143 time-trigger: "H H/4 * * *"
144 olts: 1
145 pons: 16
146 onus: 32
147 withFlows: true
148 provisionSubscribers: true
149 workflow: dt
150 withEapol: false
151 withDhcp: false
152 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700153 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200154
Matteo Scandolo272aed42020-05-08 15:05:57 -0700155 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700156 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700157 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolof2c8a642020-11-05 08:54:50 -0800158 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700159 build-node: 'onf-pod1-head-node'
160 time-trigger: "H H/4 * * *"
161 olts: 2
162 pons: 16
163 onus: 32
164 withFlows: true
165 provisionSubscribers: true
166 withEapol: true
167 withDhcp: true
168 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700169 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700170
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700171 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700172 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800173 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700174 build-node: 'onf-pod1-head-node'
175 time-trigger: "H H/4 * * *"
176 olts: 2
177 pons: 16
178 onus: 32
179 withFlows: true
180 provisionSubscribers: true
181 workflow: dt
182 withEapol: false
183 withDhcp: false
184 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700185 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo86939302020-10-30 13:32:08 -0700186
187 - 'voltha-scale-measurements':
188 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800189 'disable-job': false
Matteo Scandolo86939302020-10-30 13:32:08 -0700190 build-node: 'onf-pod1-head-node'
191 time-trigger: "H H/4 * * *"
192 olts: 2
193 pons: 16
194 onus: 32
195 withFlows: true
196 provisionSubscribers: true
197 workflow: tt
198 withEapol: false
199 withDhcp: true
200 withIgmp: true
Andrea Campanellac179de22020-12-10 17:24:40 +0100201 openonuAdapterReplicas: 1
Matteo Scandolo86939302020-10-30 13:32:08 -0700202 onosReplicas: 3
203 atomixReplicas: 3
Matteo Scandolo86939302020-10-30 13:32:08 -0700204 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700205
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800206 # multi-stack jobs
207 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800208 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
209 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800210 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800211 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800212 time-trigger: "H H/4 * * *"
213 withMonitoring: false
214 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800215 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800216 olts: 2
217 pons: 16
218 onus: 32
219 withFlows: true
220 provisionSubscribers: true
221 workflow: att
222 withEapol: true
223 withDhcp: true
224 withIgmp: false
Matteo Scandolod1430a72020-12-04 15:14:44 -0800225 extraHelmFlags: '--set use_openonu_adapter_go=true'
226 openonuAdapterReplicas: 1
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800227
228 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800229 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
230 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800231 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800232 '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: dt
243 withEapol: false
244 withDhcp: false
245 withIgmp: false
Matteo Scandolod1430a72020-12-04 15:14:44 -0800246 extraHelmFlags: '--set use_openonu_adapter_go=true'
247 openonuAdapterReplicas: 1
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800248
249 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800250 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
251 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800252 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800253 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800254 time-trigger: "H H/4 * * *"
255 withMonitoring: false
256 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800257 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800258 olts: 2
259 pons: 16
260 onus: 32
261 withFlows: true
262 provisionSubscribers: true
263 workflow: tt
264 withEapol: false
265 withDhcp: true
266 withIgmp: true
Matteo Scandolod1430a72020-12-04 15:14:44 -0800267 extraHelmFlags: '--set use_openonu_adapter_go=true'
268 openonuAdapterReplicas: 1
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800269
Matteo Scandolo17321b82020-12-11 10:05:10 -0800270 # voltha-2.6 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700271 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800272 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800273 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700274 build-node: 'onf-pod1-head-node'
275 time-trigger: "H H/4 * * *"
276 olts: 1
277 pons: 16
278 onus: 32
279 withFlows: true
280 provisionSubscribers: true
281 withEapol: true
282 withDhcp: true
283 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700284 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolof6fe0092020-12-10 09:43:04 -0800285 openonuAdapterReplicas: 8
Matteo Scandolo17321b82020-12-11 10:05:10 -0800286 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700287 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700288 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700289 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700290 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700291 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200292 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700293
294 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800295 name: 'voltha-scale-measurements-voltha-2.6-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800296 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700297 build-node: 'onf-pod1-head-node'
298 time-trigger: "H H/4 * * *"
299 olts: 2
300 pons: 16
301 onus: 32
302 withFlows: true
303 provisionSubscribers: true
304 workflow: dt
305 withEapol: false
306 withDhcp: false
307 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700308 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolof6fe0092020-12-10 09:43:04 -0800309 openonuAdapterReplicas: 8
Matteo Scandolo17321b82020-12-11 10:05:10 -0800310 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700311 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700312 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700313 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700314 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700315 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200316 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700317
Matteo Scandolo031bd982020-09-16 10:03:47 -0700318 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800319 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800320 'disable-job': false
Matteo Scandolo031bd982020-09-16 10:03:47 -0700321 build-node: 'onf-pod1-head-node'
322 time-trigger: "H H/4 * * *"
323 olts: 1
324 pons: 16
325 onus: 32
326 withFlows: true
327 provisionSubscribers: true
328 workflow: tt
329 withEapol: false
330 withDhcp: true
331 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700332 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolof6fe0092020-12-10 09:43:04 -0800333 openonuAdapterReplicas: 8
Matteo Scandolo17321b82020-12-11 10:05:10 -0800334 release: voltha-2.6
Matteo Scandolo031bd982020-09-16 10:03:47 -0700335 bbsimImg: ''
336 rwCoreImg: ''
337 ofAgentImg: ''
338 openoltAdapterImg: ''
339 openonuAdapterImg: ''
340 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700341
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700342 # per patchset job
343 - 'voltha-scale-measurements':
344 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000345 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700346 olts: 1
347 pons: 16
348 onus: 32
349 withFlows: true
350 provisionSubscribers: true
351 withEapol: true
352 withDhcp: true
353 withIgmp: false
354 withMonitoring: false
355 trigger-comment: "voltha scale test ATT"
356
357 - 'voltha-scale-measurements':
358 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000359 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700360 olts: 1
361 pons: 16
362 onus: 32
363 withFlows: true
364 provisionSubscribers: true
365 workflow: tt
366 withEapol: false
367 withDhcp: true
368 withIgmp: true
369 withMonitoring: false
370 trigger-comment: "voltha scale test TT"
371
372 - 'voltha-scale-measurements':
373 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000374 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700375 olts: 1
376 pons: 16
377 onus: 32
378 withFlows: true
379 provisionSubscribers: true
380 workflow: dt
381 withEapol: false
382 withDhcp: false
383 withIgmp: false
384 withMonitoring: false
385 trigger-comment: "voltha scale test DT"
386
Matteo Scandolo272aed42020-05-08 15:05:57 -0700387 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700388 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700389 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700390 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700391 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700392
Matteo Scandolodc930192020-08-27 15:56:16 -0700393 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700394 - 'voltha-scale-matrix':
395 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700396 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800397
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700398 # development matrix
399 - 'voltha-scale-matrix':
400 name: 'voltha-scale-matrix-voltha-master'
401 build-node: 'onf-pod1-head-node'
402 onosReplicas: 3
403 atomixReplicas: 3
404 kafkaReplicas: 3
405 etcdReplicas: 3
Andrea Campanellac179de22020-12-10 17:24:40 +0100406 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800407 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800408 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700409
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700410# list of parameters for the VOLTHA Jobs,
411# used as anchor so that can be shared across multiple jobs
412# to use in a job: `parameters: *voltha-build-job-parameters`
413- voltha-scale-job-parameters: &voltha-scale-job-parameters
414 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700415 parameters:
416 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800417 name: pipeline-script
418 default: '{pipeline-script}'
419 description: 'The pipeline script to use'
420
421 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700422 name: release
423 default: '{release}'
424 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
425
426 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700427 name: buildNode
428 default: '{build-node}'
429 description: 'Name of the Jenkins node to run the job on'
430
431 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700432 name: dockerRegistry
433 default: '{dockerRegistry}'
434 description: 'Address of the docker registry to use if we are building custom images'
435
436 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700437 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700438 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700439 description: 'Log level for all the components'
440
441 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800442 name: volthaStacks
443 default: '{volthaStacks}'
444 description: 'Number of VOLTHA Stacks to deploy'
445
446 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700447 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700448 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700449 description: 'Number of ONUs to provision'
450
451 - string:
452 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700453 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700454 description: 'Number of PONs to provision'
455
456 - string:
457 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700458 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700459 description: 'How many BBSim instances to run'
460
461 - string:
462 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700463 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700464 description: 'Which workflow are we testing (att, dt, tt)'
465
466 - bool:
467 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700468 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700469 description: 'Wheter to push flows from ONOS'
470
471 - bool:
472 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700473 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700474 description: 'Wheter to provision subscribers durint the tests'
475
476 - bool:
477 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700478 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700479 description: 'Wheter EAPOL is enabled for the test'
480
481 - bool:
482 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700483 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700484 description: 'Wheter DHCP is enabled for the test'
485
486 - bool:
487 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700488 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700489 description: 'Wheter IGMP is enabled for the test'
490
491 - bool:
492 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700493 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700494 description: 'Wheter Link Discovery is enabled for the test'
495
496 - bool:
497 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700498 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700499 description: 'Option to trigger MIB template command'
500
501 - bool:
502 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700503 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700504 description: 'Option to install Prometheus'
505
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700506 - bool:
507 name: withProfiling
508 default: '{withProfiling}'
509 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
510
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700511 - bool:
512 name: withPcap
513 default: '{withPcap}'
514 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
515
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700516 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700517 name: withRadius
518 default: '{withRadius}'
519 description: 'Value to pass to kind-voltha WITH_RADIUS'
520
521 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700522 name: extraHelmFlags
523 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700524 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 -0700525
Matteo Scandolo272aed42020-05-08 15:05:57 -0700526 - string:
527 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700528 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700529 description: 'How many OpenONU adapter instances to run'
530
531 - string:
532 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700533 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700534 description: 'How many ONOSes instances to run'
535
536 - string:
537 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700538 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700539 description: 'How many Atomix instances to run'
540
541 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700542 name: kafkaReplicas
543 default: '{kafkaReplicas}'
544 description: 'How many Kafka instances to run'
545
546 - string:
547 name: etcdReplicas
548 default: '{etcdReplicas}'
549 description: 'How many ETCD instances to run'
550
551 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700552 name: onosStatInterval
553 default: '{onosStatInterval}'
554 description: 'How often ONOS should poll for ports, flows and meters'
555
556 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700557 name: bbsimImg
558 default: '{bbsimImg}'
559 description: 'Custom image selection for BBSIM (repo:tag)'
560
561 - string:
562 name: bbsimChart
563 default: '{bbsimChart}'
564 description: 'BBSim chart name (or location on file system)'
565
566 - string:
567 name: rwCoreImg
568 default: '{rwCoreImg}'
569 description: 'Custom image selection for VOLTHA (repo:tag)'
570
571 - string:
572 name: ofAgentImg
573 default: '{ofAgentImg}'
574 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
575
576 - string:
577 name: volthaChart
578 default: '{volthaChart}'
579 description: 'VOLTHA chart name (or location on file system)'
580
581 - string:
582 name: openoltAdapterImg
583 default: '{openoltAdapterImg}'
584 description: 'Custom image selection for Openolt Adapter (repo:tag)'
585
586 - string:
587 name: openoltAdapterChart
588 default: '{openoltAdapterChart}'
589 description: 'OpenOLT chart name (or location on file system)'
590
591 - string:
592 name: openonuAdapterImg
593 default: '{openonuAdapterImg}'
594 description: 'Custom image selection for Openonu Adapter (repo:tag)'
595
596 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100597 name: openonuAdapterGoImg
598 default: '{openonuAdapterGoImg}'
599 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
600
601 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 name: openonuAdapterChart
603 default: '{openonuAdapterChart}'
604 description: 'OpenONU chart name (or location on file system)'
605
606 - string:
607 name: onosImg
608 default: '{onosImg}'
609 description: 'Custom image selection for Openonu Adapter (repo:tag)'
610
611 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700612 name: onosChart
613 default: '{onosChart}'
614 description: 'ONOS chart name (or location on file system)'
615
616 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700617 name: radiusChart
618 default: '{radiusChart}'
619 description: 'freeradius chart name (or location on file system)'
620
621 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700622 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700623 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700624 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
625
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700626 - string:
627 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700628 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700629 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
630
Matteo Scandoloccc06192020-06-22 10:16:17 -0700631 - bool:
632 name: inMemoryEtcdStorage
633 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700634 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700635
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200636 - string:
637 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700638 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200639 description: 'Karaf home'
640
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700641- job-template:
642 id: 'voltha-scale-measurements'
643 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700644 disabled: '{disable-job}'
645
646 description: |
647 <!-- Managed by Jenkins Job Builder -->
648 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
649 Using pipeline {pipeline-script} <br/><br/>
650 Scale measurements for VOLTHA 2.x
651
652 properties:
653 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800654 build-days-to-keep: '{big-build-days-to-keep}'
655 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700656
657 wrappers:
658 - lf-infra-wrappers:
659 build-timeout: '{build-timeout}'
660 jenkins-ssh-credential: '{jenkins-ssh-credential}'
661
662 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800663 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700664 release: master
665
666 bbsimImg: voltha/bbsim:master
667 rwCoreImg: voltha/voltha-rw-core:master
668 ofAgentImg: voltha/voltha-ofagent-go:master
669 openoltAdapterImg: voltha/voltha-openolt-adapter:master
670 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100671 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700672 onosImg: voltha/voltha-onos:master
673
674 bbsimChart: onf/bbsim
675 volthaChart: onf/voltha
676 openoltAdapterChart: onf/voltha-adapter-openolt
677 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700678 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700679 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700680
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800681 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700682 olts: 2
683 pons: 2
684 onus: 2
685 workflow: att
686 withFlows: false
687 provisionSubscribers: false
688 withEapol: true
689 withDhcp: true
690 withIgmp: false
691 withLLDP: false
692 withMibTemplate: true
693 withMonitoring: true
694 withProfiling: false
695 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700696 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100697 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700698 onosReplicas: 3
699 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700700 kafkaReplicas: 3
701 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700702 extraHelmFlags: ''
703 onosStatInterval: 5
704 volthaSystemTestsChange: ''
705 kindVolthaChange: ''
706 inMemoryEtcdStorage: true
707 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700708 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700709 dockerRegistry: 10.90.0.101:30500
710 trigger-comment: vv7CBoQQYYonvaN8xcru
711 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700712
713 <<: *voltha-scale-job-parameters
714
Matteo Scandolo272aed42020-05-08 15:05:57 -0700715 project-type: pipeline
716 concurrent: false
717
718 dsl: !include-raw-escape: pipeline/{pipeline-script}
719
Matteo Scandoloabb83972020-06-25 16:08:23 -0700720 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700721 # periodic jobs will set this every 4 hours
722 # 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 -0700723 - timed: |
724 TZ=America/Los_Angeles
725 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700726 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
727 # patchset jobs will set this to a meaningful comment
728 - gerrit:
729 server-name: '{gerrit-server-name}'
730 silent-start: false
731 successful-message: "PASSED scale test"
732 failure-message: "FAILED scale test"
733 unstable-message: "UNSTABLE scale test"
734 trigger-on:
735 - comment-added-contains-event:
736 comment-contains-value: '.*{trigger-comment}.*'
737 projects:
738 - project-compare-type: REG_EXP
739 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
740 branches:
741 - branch-compare-type: REG_EXP
742 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700743
744- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700745 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800746 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800747
748 description: |
749 <!-- Managed by Jenkins Job Builder -->
750 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
751 Using pipeline {pipeline-script} <br/><br/>
752 Scale measurements for VOLTHA 2.x
753
754 properties:
755 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800756 build-days-to-keep: '{big-build-days-to-keep}'
757 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800758
759 wrappers:
760 - lf-infra-wrappers:
761 build-timeout: '{build-timeout}'
762 jenkins-ssh-credential: '{jenkins-ssh-credential}'
763
Matteo Scandolo0430f672020-05-07 11:50:26 -0700764 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800765 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700766 release: master
767
Matteo Scandolo0430f672020-05-07 11:50:26 -0700768 bbsimImg: voltha/bbsim:master
769 rwCoreImg: voltha/voltha-rw-core:master
770 ofAgentImg: voltha/voltha-ofagent-go:master
771 openoltAdapterImg: voltha/voltha-openolt-adapter:master
772 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100773 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700774 onosImg: voltha/voltha-onos:master
775
776 bbsimChart: onf/bbsim
777 volthaChart: onf/voltha
778 openoltAdapterChart: onf/voltha-adapter-openolt
779 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700780 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700781 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700782
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800783 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700784 olts: 2
785 pons: 2
786 onus: 2
787 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700788 withFlows: true
789 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700790 withEapol: true
791 withDhcp: true
792 withIgmp: false
793 withLLDP: false
794 withMibTemplate: true
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700795 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700796 withProfiling: false
797 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700798 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700799 openonuAdapterReplicas: 1
800 onosReplicas: 1
801 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700802 kafkaReplicas: 1
803 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700804 extraHelmFlags: ''
805 onosStatInterval: 5
806 volthaSystemTestsChange: ''
807 kindVolthaChange: ''
808 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700809 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700810 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700811 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700812
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700813 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200814
Matteo Scandolo51b76302020-02-05 12:07:23 -0800815 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800816 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800817
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700818 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700819
Matteo Scandolo849db722020-10-21 10:58:41 -0700820 triggers:
821 - gerrit:
822 server-name: '{gerrit-server-name}'
823 silent-start: false
824 successful-message: "PASSED scale test"
825 failure-message: "FAILED scale test"
826 unstable-message: "UNSTABLE scale test"
827 trigger-on:
828 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700829 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700830 projects:
831 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700832 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700833 branches:
834 - branch-compare-type: REG_EXP
835 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700836- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700837 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700838 name: '{name}'
839 pipeline-script: 'voltha-scale-matrix.groovy'
840
841 description: |
842 <!-- Managed by Jenkins Job Builder -->
843 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
844 Using pipeline {pipeline-script} <br/><br/>
845 Scale measurements for VOLTHA 2.x
846
847 properties:
848 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800849 build-days-to-keep: '{big-build-days-to-keep}'
850 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700851
852 wrappers:
853 - lf-infra-wrappers:
854 build-timeout: '{build-timeout}'
855 jenkins-ssh-credential: '{jenkins-ssh-credential}'
856
857 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800858 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700859 release: master
860 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700861 volthaSystemTestsChange: ''
862 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700863 onosReplicas: 1
864 atomixReplicas: 0
865 kafkaReplicas: 1
866 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800867 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800868 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700869
870 project-type: pipeline
871 concurrent: false
872
873 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700874
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700875 parameters:
876 - string:
877 name: release
878 default: '{release}'
879 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
880
881 - string:
882 name: buildNode
883 default: '{build-node}'
884 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700885
886 - string:
887 name: volthaSystemTestsChange
888 default: '{volthaSystemTestsChange}'
889 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
890
891 - string:
892 name: kindVolthaChange
893 default: '{kindVolthaChange}'
894 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700895
896 - string:
897 name: onosReplicas
898 default: '{onosReplicas}'
899 description: 'How many ONOSes instances to run'
900
901 - string:
902 name: atomixReplicas
903 default: '{atomixReplicas}'
904 description: 'How many Atomix instances to run'
905
906 - string:
907 name: kafkaReplicas
908 default: '{kafkaReplicas}'
909 description: 'How many Kafka instances to run'
910
911 - string:
912 name: etcdReplicas
913 default: '{etcdReplicas}'
914 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800915
916 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800917 name: openonuAdapterReplicas
918 default: '{openonuAdapterReplicas}'
919 description: 'How many OpenONU adapter instances to run'
920
921 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800922 name: topologies
923 default: '{topologies}'
924 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
925
926 triggers:
927 - timed: |
928 TZ=America/Los_Angeles
929 {time-trigger}