blob: 5ab81a6dc04379fb6cb6c514c45eb992f1467f71 [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 Scandolo17321b82020-12-11 10:05:10 -0800285 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700286 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700287 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700288 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700289 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700290 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200291 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700292
293 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800294 name: 'voltha-scale-measurements-voltha-2.6-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800295 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700296 build-node: 'onf-pod1-head-node'
297 time-trigger: "H H/4 * * *"
298 olts: 2
299 pons: 16
300 onus: 32
301 withFlows: true
302 provisionSubscribers: true
303 workflow: dt
304 withEapol: false
305 withDhcp: false
306 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700307 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800308 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700309 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700310 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700311 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700312 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700313 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200314 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700315
Matteo Scandolo031bd982020-09-16 10:03:47 -0700316 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800317 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800318 'disable-job': false
Matteo Scandolo031bd982020-09-16 10:03:47 -0700319 build-node: 'onf-pod1-head-node'
320 time-trigger: "H H/4 * * *"
321 olts: 1
322 pons: 16
323 onus: 32
324 withFlows: true
325 provisionSubscribers: true
326 workflow: tt
327 withEapol: false
328 withDhcp: true
329 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700330 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800331 release: voltha-2.6
Matteo Scandolo031bd982020-09-16 10:03:47 -0700332 bbsimImg: ''
333 rwCoreImg: ''
334 ofAgentImg: ''
335 openoltAdapterImg: ''
336 openonuAdapterImg: ''
337 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700338
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700339 # per patchset job
340 - 'voltha-scale-measurements':
341 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000342 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700343 olts: 1
344 pons: 16
345 onus: 32
346 withFlows: true
347 provisionSubscribers: true
348 withEapol: true
349 withDhcp: true
350 withIgmp: false
351 withMonitoring: false
352 trigger-comment: "voltha scale test ATT"
353
354 - 'voltha-scale-measurements':
355 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000356 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700357 olts: 1
358 pons: 16
359 onus: 32
360 withFlows: true
361 provisionSubscribers: true
362 workflow: tt
363 withEapol: false
364 withDhcp: true
365 withIgmp: true
366 withMonitoring: false
367 trigger-comment: "voltha scale test TT"
368
369 - 'voltha-scale-measurements':
370 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000371 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700372 olts: 1
373 pons: 16
374 onus: 32
375 withFlows: true
376 provisionSubscribers: true
377 workflow: dt
378 withEapol: false
379 withDhcp: false
380 withIgmp: false
381 withMonitoring: false
382 trigger-comment: "voltha scale test DT"
383
Matteo Scandolo272aed42020-05-08 15:05:57 -0700384 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700385 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700386 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700387 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700388 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700389
Matteo Scandolodc930192020-08-27 15:56:16 -0700390 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700391 - 'voltha-scale-matrix':
392 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700393 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800394
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700395 # development matrix
396 - 'voltha-scale-matrix':
397 name: 'voltha-scale-matrix-voltha-master'
398 build-node: 'onf-pod1-head-node'
399 onosReplicas: 3
400 atomixReplicas: 3
401 kafkaReplicas: 3
402 etcdReplicas: 3
Andrea Campanellac179de22020-12-10 17:24:40 +0100403 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800404 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800405 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700406
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700407# list of parameters for the VOLTHA Jobs,
408# used as anchor so that can be shared across multiple jobs
409# to use in a job: `parameters: *voltha-build-job-parameters`
410- voltha-scale-job-parameters: &voltha-scale-job-parameters
411 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700412 parameters:
413 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800414 name: pipeline-script
415 default: '{pipeline-script}'
416 description: 'The pipeline script to use'
417
418 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700419 name: release
420 default: '{release}'
421 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
422
423 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700424 name: buildNode
425 default: '{build-node}'
426 description: 'Name of the Jenkins node to run the job on'
427
428 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700429 name: dockerRegistry
430 default: '{dockerRegistry}'
431 description: 'Address of the docker registry to use if we are building custom images'
432
433 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700434 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700435 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700436 description: 'Log level for all the components'
437
438 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800439 name: volthaStacks
440 default: '{volthaStacks}'
441 description: 'Number of VOLTHA Stacks to deploy'
442
443 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700444 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700445 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700446 description: 'Number of ONUs to provision'
447
448 - string:
449 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700450 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700451 description: 'Number of PONs to provision'
452
453 - string:
454 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700455 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700456 description: 'How many BBSim instances to run'
457
458 - string:
459 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700460 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700461 description: 'Which workflow are we testing (att, dt, tt)'
462
463 - bool:
464 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700465 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 description: 'Wheter to push flows from ONOS'
467
468 - bool:
469 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700470 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700471 description: 'Wheter to provision subscribers durint the tests'
472
473 - bool:
474 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700475 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700476 description: 'Wheter EAPOL is enabled for the test'
477
478 - bool:
479 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700480 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700481 description: 'Wheter DHCP is enabled for the test'
482
483 - bool:
484 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700485 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700486 description: 'Wheter IGMP is enabled for the test'
487
488 - bool:
489 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700490 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700491 description: 'Wheter Link Discovery is enabled for the test'
492
493 - bool:
494 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700495 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700496 description: 'Option to trigger MIB template command'
497
498 - bool:
499 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700500 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700501 description: 'Option to install Prometheus'
502
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700503 - bool:
504 name: withProfiling
505 default: '{withProfiling}'
506 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
507
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700508 - bool:
509 name: withPcap
510 default: '{withPcap}'
511 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
512
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700513 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700514 name: withRadius
515 default: '{withRadius}'
516 description: 'Value to pass to kind-voltha WITH_RADIUS'
517
518 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700519 name: extraHelmFlags
520 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700521 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 -0700522
Matteo Scandolo272aed42020-05-08 15:05:57 -0700523 - string:
524 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700525 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700526 description: 'How many OpenONU adapter instances to run'
527
528 - string:
529 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700530 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700531 description: 'How many ONOSes instances to run'
532
533 - string:
534 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700535 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700536 description: 'How many Atomix instances to run'
537
538 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700539 name: kafkaReplicas
540 default: '{kafkaReplicas}'
541 description: 'How many Kafka instances to run'
542
543 - string:
544 name: etcdReplicas
545 default: '{etcdReplicas}'
546 description: 'How many ETCD instances to run'
547
548 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700549 name: onosStatInterval
550 default: '{onosStatInterval}'
551 description: 'How often ONOS should poll for ports, flows and meters'
552
553 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700554 name: bbsimImg
555 default: '{bbsimImg}'
556 description: 'Custom image selection for BBSIM (repo:tag)'
557
558 - string:
559 name: bbsimChart
560 default: '{bbsimChart}'
561 description: 'BBSim chart name (or location on file system)'
562
563 - string:
564 name: rwCoreImg
565 default: '{rwCoreImg}'
566 description: 'Custom image selection for VOLTHA (repo:tag)'
567
568 - string:
569 name: ofAgentImg
570 default: '{ofAgentImg}'
571 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
572
573 - string:
574 name: volthaChart
575 default: '{volthaChart}'
576 description: 'VOLTHA chart name (or location on file system)'
577
578 - string:
579 name: openoltAdapterImg
580 default: '{openoltAdapterImg}'
581 description: 'Custom image selection for Openolt Adapter (repo:tag)'
582
583 - string:
584 name: openoltAdapterChart
585 default: '{openoltAdapterChart}'
586 description: 'OpenOLT chart name (or location on file system)'
587
588 - string:
589 name: openonuAdapterImg
590 default: '{openonuAdapterImg}'
591 description: 'Custom image selection for Openonu Adapter (repo:tag)'
592
593 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100594 name: openonuAdapterGoImg
595 default: '{openonuAdapterGoImg}'
596 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
597
598 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700599 name: openonuAdapterChart
600 default: '{openonuAdapterChart}'
601 description: 'OpenONU chart name (or location on file system)'
602
603 - string:
604 name: onosImg
605 default: '{onosImg}'
606 description: 'Custom image selection for Openonu Adapter (repo:tag)'
607
608 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700609 name: onosChart
610 default: '{onosChart}'
611 description: 'ONOS chart name (or location on file system)'
612
613 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700614 name: radiusChart
615 default: '{radiusChart}'
616 description: 'freeradius chart name (or location on file system)'
617
618 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700619 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700620 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700621 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
622
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700623 - string:
624 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700625 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700626 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
627
Matteo Scandoloccc06192020-06-22 10:16:17 -0700628 - bool:
629 name: inMemoryEtcdStorage
630 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700631 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700632
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200633 - string:
634 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700635 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200636 description: 'Karaf home'
637
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700638- job-template:
639 id: 'voltha-scale-measurements'
640 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700641 disabled: '{disable-job}'
642
643 description: |
644 <!-- Managed by Jenkins Job Builder -->
645 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
646 Using pipeline {pipeline-script} <br/><br/>
647 Scale measurements for VOLTHA 2.x
648
649 properties:
650 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800651 build-days-to-keep: '{big-build-days-to-keep}'
652 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700653
654 wrappers:
655 - lf-infra-wrappers:
656 build-timeout: '{build-timeout}'
657 jenkins-ssh-credential: '{jenkins-ssh-credential}'
658
659 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800660 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700661 release: master
662
663 bbsimImg: voltha/bbsim:master
664 rwCoreImg: voltha/voltha-rw-core:master
665 ofAgentImg: voltha/voltha-ofagent-go:master
666 openoltAdapterImg: voltha/voltha-openolt-adapter:master
667 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100668 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700669 onosImg: voltha/voltha-onos:master
670
671 bbsimChart: onf/bbsim
672 volthaChart: onf/voltha
673 openoltAdapterChart: onf/voltha-adapter-openolt
674 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700675 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700676 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700677
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800678 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700679 olts: 2
680 pons: 2
681 onus: 2
682 workflow: att
683 withFlows: false
684 provisionSubscribers: false
685 withEapol: true
686 withDhcp: true
687 withIgmp: false
688 withLLDP: false
689 withMibTemplate: true
690 withMonitoring: true
691 withProfiling: false
692 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700693 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100694 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700695 onosReplicas: 3
696 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700697 kafkaReplicas: 3
698 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700699 extraHelmFlags: ''
700 onosStatInterval: 5
701 volthaSystemTestsChange: ''
702 kindVolthaChange: ''
703 inMemoryEtcdStorage: true
704 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700705 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700706 dockerRegistry: 10.90.0.101:30500
707 trigger-comment: vv7CBoQQYYonvaN8xcru
708 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700709
710 <<: *voltha-scale-job-parameters
711
Matteo Scandolo272aed42020-05-08 15:05:57 -0700712 project-type: pipeline
713 concurrent: false
714
715 dsl: !include-raw-escape: pipeline/{pipeline-script}
716
Matteo Scandoloabb83972020-06-25 16:08:23 -0700717 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700718 # periodic jobs will set this every 4 hours
719 # 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 -0700720 - timed: |
721 TZ=America/Los_Angeles
722 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700723 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
724 # patchset jobs will set this to a meaningful comment
725 - gerrit:
726 server-name: '{gerrit-server-name}'
727 silent-start: false
728 successful-message: "PASSED scale test"
729 failure-message: "FAILED scale test"
730 unstable-message: "UNSTABLE scale test"
731 trigger-on:
732 - comment-added-contains-event:
733 comment-contains-value: '.*{trigger-comment}.*'
734 projects:
735 - project-compare-type: REG_EXP
736 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
737 branches:
738 - branch-compare-type: REG_EXP
739 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700740
741- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700742 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800743 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800744
745 description: |
746 <!-- Managed by Jenkins Job Builder -->
747 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
748 Using pipeline {pipeline-script} <br/><br/>
749 Scale measurements for VOLTHA 2.x
750
751 properties:
752 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800753 build-days-to-keep: '{big-build-days-to-keep}'
754 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800755
756 wrappers:
757 - lf-infra-wrappers:
758 build-timeout: '{build-timeout}'
759 jenkins-ssh-credential: '{jenkins-ssh-credential}'
760
Matteo Scandolo0430f672020-05-07 11:50:26 -0700761 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800762 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700763 release: master
764
Matteo Scandolo0430f672020-05-07 11:50:26 -0700765 bbsimImg: voltha/bbsim:master
766 rwCoreImg: voltha/voltha-rw-core:master
767 ofAgentImg: voltha/voltha-ofagent-go:master
768 openoltAdapterImg: voltha/voltha-openolt-adapter:master
769 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100770 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700771 onosImg: voltha/voltha-onos:master
772
773 bbsimChart: onf/bbsim
774 volthaChart: onf/voltha
775 openoltAdapterChart: onf/voltha-adapter-openolt
776 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700777 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700778 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700779
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800780 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700781 olts: 2
782 pons: 2
783 onus: 2
784 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700785 withFlows: true
786 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700787 withEapol: true
788 withDhcp: true
789 withIgmp: false
790 withLLDP: false
791 withMibTemplate: true
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700792 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700793 withProfiling: false
794 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700795 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700796 openonuAdapterReplicas: 1
797 onosReplicas: 1
798 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700799 kafkaReplicas: 1
800 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700801 extraHelmFlags: ''
802 onosStatInterval: 5
803 volthaSystemTestsChange: ''
804 kindVolthaChange: ''
805 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700806 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700807 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700808 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700809
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700810 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200811
Matteo Scandolo51b76302020-02-05 12:07:23 -0800812 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800813 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800814
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700815 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700816
Matteo Scandolo849db722020-10-21 10:58:41 -0700817 triggers:
818 - gerrit:
819 server-name: '{gerrit-server-name}'
820 silent-start: false
821 successful-message: "PASSED scale test"
822 failure-message: "FAILED scale test"
823 unstable-message: "UNSTABLE scale test"
824 trigger-on:
825 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700826 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700827 projects:
828 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700829 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700830 branches:
831 - branch-compare-type: REG_EXP
832 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700833- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700834 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700835 name: '{name}'
836 pipeline-script: 'voltha-scale-matrix.groovy'
837
838 description: |
839 <!-- Managed by Jenkins Job Builder -->
840 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
841 Using pipeline {pipeline-script} <br/><br/>
842 Scale measurements for VOLTHA 2.x
843
844 properties:
845 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800846 build-days-to-keep: '{big-build-days-to-keep}'
847 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700848
849 wrappers:
850 - lf-infra-wrappers:
851 build-timeout: '{build-timeout}'
852 jenkins-ssh-credential: '{jenkins-ssh-credential}'
853
854 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800855 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700856 release: master
857 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700858 volthaSystemTestsChange: ''
859 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700860 onosReplicas: 1
861 atomixReplicas: 0
862 kafkaReplicas: 1
863 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800864 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800865 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700866
867 project-type: pipeline
868 concurrent: false
869
870 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700871
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700872 parameters:
873 - string:
874 name: release
875 default: '{release}'
876 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
877
878 - string:
879 name: buildNode
880 default: '{build-node}'
881 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700882
883 - string:
884 name: volthaSystemTestsChange
885 default: '{volthaSystemTestsChange}'
886 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
887
888 - string:
889 name: kindVolthaChange
890 default: '{kindVolthaChange}'
891 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 -0700892
893 - string:
894 name: onosReplicas
895 default: '{onosReplicas}'
896 description: 'How many ONOSes instances to run'
897
898 - string:
899 name: atomixReplicas
900 default: '{atomixReplicas}'
901 description: 'How many Atomix instances to run'
902
903 - string:
904 name: kafkaReplicas
905 default: '{kafkaReplicas}'
906 description: 'How many Kafka instances to run'
907
908 - string:
909 name: etcdReplicas
910 default: '{etcdReplicas}'
911 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800912
913 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800914 name: openonuAdapterReplicas
915 default: '{openonuAdapterReplicas}'
916 description: 'How many OpenONU adapter instances to run'
917
918 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800919 name: topologies
920 default: '{topologies}'
921 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
922
923 triggers:
924 - timed: |
925 TZ=America/Los_Angeles
926 {time-trigger}