blob: aa715748d363c436733a7fcd0cb49bb1900f70eb [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 Scandolo4b006ae2020-11-09 16:14:40 -0800103
Matteo Scandolo8df57162020-10-06 14:43:53 -0700104
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700105 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700106 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700107 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800108 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700109 build-node: 'onf-pod1-head-node'
110 time-trigger: "H H/4 * * *"
111 olts: 1
112 pons: 16
113 onus: 32
114 withFlows: true
115 provisionSubscribers: true
116 withEapol: true
117 withDhcp: true
118 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700119 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700120
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700121 - 'voltha-scale-measurements':
122 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800123 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700124 build-node: 'onf-pod1-head-node'
125 time-trigger: "H H/4 * * *"
126 olts: 1
127 pons: 16
128 onus: 32
129 withFlows: true
130 provisionSubscribers: true
131 workflow: tt
132 withEapol: false
133 withDhcp: true
134 withIgmp: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700135 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700136
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700137 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700138 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800139 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700140 build-node: 'onf-pod1-head-node'
141 time-trigger: "H H/4 * * *"
142 olts: 1
143 pons: 16
144 onus: 32
145 withFlows: true
146 provisionSubscribers: true
147 workflow: dt
148 withEapol: false
149 withDhcp: false
150 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700151 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200152
Matteo Scandolo272aed42020-05-08 15:05:57 -0700153 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700154 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700155 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolof2c8a642020-11-05 08:54:50 -0800156 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700157 build-node: 'onf-pod1-head-node'
158 time-trigger: "H H/4 * * *"
159 olts: 2
160 pons: 16
161 onus: 32
162 withFlows: true
163 provisionSubscribers: true
164 withEapol: true
165 withDhcp: true
166 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700167 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700168
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700169 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700170 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800171 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700172 build-node: 'onf-pod1-head-node'
173 time-trigger: "H H/4 * * *"
174 olts: 2
175 pons: 16
176 onus: 32
177 withFlows: true
178 provisionSubscribers: true
179 workflow: dt
180 withEapol: false
181 withDhcp: false
182 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700183 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo86939302020-10-30 13:32:08 -0700184
185 - 'voltha-scale-measurements':
186 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800187 'disable-job': false
Matteo Scandolo86939302020-10-30 13:32:08 -0700188 build-node: 'onf-pod1-head-node'
189 time-trigger: "H H/4 * * *"
190 olts: 2
191 pons: 16
192 onus: 32
193 withFlows: true
194 provisionSubscribers: true
195 workflow: tt
196 withEapol: false
197 withDhcp: true
198 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700199 onosReplicas: 3
200 atomixReplicas: 3
Matteo Scandolo86939302020-10-30 13:32:08 -0700201 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700202
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800203 # multi-stack jobs
204 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800205 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
206 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800207 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800208 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800209 time-trigger: "H H/4 * * *"
210 withMonitoring: false
211 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800212 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800213 olts: 2
214 pons: 16
215 onus: 32
216 withFlows: true
217 provisionSubscribers: true
218 workflow: att
219 withEapol: true
220 withDhcp: true
221 withIgmp: false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800222
223 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800224 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
225 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800226 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800227 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228 time-trigger: "H H/4 * * *"
229 withMonitoring: false
230 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800231 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800232 olts: 2
233 pons: 16
234 onus: 32
235 withFlows: true
236 provisionSubscribers: true
237 workflow: dt
238 withEapol: false
239 withDhcp: false
240 withIgmp: false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800241
242 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800243 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
244 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800245 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800246 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800247 time-trigger: "H H/4 * * *"
248 withMonitoring: false
249 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800250 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800251 olts: 2
252 pons: 16
253 onus: 32
254 withFlows: true
255 provisionSubscribers: true
256 workflow: tt
257 withEapol: false
258 withDhcp: true
259 withIgmp: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800260
Matteo Scandolo17321b82020-12-11 10:05:10 -0800261 # voltha-2.6 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700262 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800263 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800264 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700265 build-node: 'onf-pod1-head-node'
266 time-trigger: "H H/4 * * *"
267 olts: 1
268 pons: 16
269 onus: 32
270 withFlows: true
271 provisionSubscribers: true
272 withEapol: true
273 withDhcp: true
274 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700275 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800276 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700277 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700278 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700279 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700280 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700281 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200282 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700283
284 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800285 name: 'voltha-scale-measurements-voltha-2.6-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800286 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700287 build-node: 'onf-pod1-head-node'
288 time-trigger: "H H/4 * * *"
289 olts: 2
290 pons: 16
291 onus: 32
292 withFlows: true
293 provisionSubscribers: true
294 workflow: dt
295 withEapol: false
296 withDhcp: false
297 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700298 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800299 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700300 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700301 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700302 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700303 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700304 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200305 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700306
Matteo Scandolo031bd982020-09-16 10:03:47 -0700307 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800308 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800309 'disable-job': false
Matteo Scandolo031bd982020-09-16 10:03:47 -0700310 build-node: 'onf-pod1-head-node'
311 time-trigger: "H H/4 * * *"
312 olts: 1
313 pons: 16
314 onus: 32
315 withFlows: true
316 provisionSubscribers: true
317 workflow: tt
318 withEapol: false
319 withDhcp: true
320 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700321 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800322 release: voltha-2.6
Matteo Scandolo031bd982020-09-16 10:03:47 -0700323 bbsimImg: ''
324 rwCoreImg: ''
325 ofAgentImg: ''
326 openoltAdapterImg: ''
327 openonuAdapterImg: ''
328 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700329
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700330 # per patchset job
331 - 'voltha-scale-measurements':
332 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000333 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700334 olts: 1
335 pons: 16
336 onus: 32
337 withFlows: true
338 provisionSubscribers: true
339 withEapol: true
340 withDhcp: true
341 withIgmp: false
342 withMonitoring: false
343 trigger-comment: "voltha scale test ATT"
344
345 - 'voltha-scale-measurements':
346 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000347 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700348 olts: 1
349 pons: 16
350 onus: 32
351 withFlows: true
352 provisionSubscribers: true
353 workflow: tt
354 withEapol: false
355 withDhcp: true
356 withIgmp: true
357 withMonitoring: false
358 trigger-comment: "voltha scale test TT"
359
360 - 'voltha-scale-measurements':
361 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000362 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700363 olts: 1
364 pons: 16
365 onus: 32
366 withFlows: true
367 provisionSubscribers: true
368 workflow: dt
369 withEapol: false
370 withDhcp: false
371 withIgmp: false
372 withMonitoring: false
373 trigger-comment: "voltha scale test DT"
374
Matteo Scandolo272aed42020-05-08 15:05:57 -0700375 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700376 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700377 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700378 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700379 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700380
Matteo Scandolodc930192020-08-27 15:56:16 -0700381 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700382 - 'voltha-scale-matrix':
383 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700384 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800385
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700386 # development matrix
387 - 'voltha-scale-matrix':
388 name: 'voltha-scale-matrix-voltha-master'
389 build-node: 'onf-pod1-head-node'
390 onosReplicas: 3
391 atomixReplicas: 3
392 kafkaReplicas: 3
393 etcdReplicas: 3
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800394 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800395 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700396
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700397# list of parameters for the VOLTHA Jobs,
398# used as anchor so that can be shared across multiple jobs
399# to use in a job: `parameters: *voltha-build-job-parameters`
400- voltha-scale-job-parameters: &voltha-scale-job-parameters
401 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700402 parameters:
403 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800404 name: pipeline-script
405 default: '{pipeline-script}'
406 description: 'The pipeline script to use'
407
408 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700409 name: release
410 default: '{release}'
411 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
412
413 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700414 name: buildNode
415 default: '{build-node}'
416 description: 'Name of the Jenkins node to run the job on'
417
418 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700419 name: dockerRegistry
420 default: '{dockerRegistry}'
421 description: 'Address of the docker registry to use if we are building custom images'
422
423 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700424 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700425 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700426 description: 'Log level for all the components'
427
428 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800429 name: volthaStacks
430 default: '{volthaStacks}'
431 description: 'Number of VOLTHA Stacks to deploy'
432
433 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700434 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700435 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700436 description: 'Number of ONUs to provision'
437
438 - string:
439 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700440 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700441 description: 'Number of PONs to provision'
442
443 - string:
444 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700445 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700446 description: 'How many BBSim instances to run'
447
448 - string:
449 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700450 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700451 description: 'Which workflow are we testing (att, dt, tt)'
452
453 - bool:
454 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700455 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700456 description: 'Wheter to push flows from ONOS'
457
458 - bool:
459 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700460 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700461 description: 'Wheter to provision subscribers durint the tests'
462
463 - bool:
464 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700465 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 description: 'Wheter EAPOL is enabled for the test'
467
468 - bool:
469 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700470 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700471 description: 'Wheter DHCP is enabled for the test'
472
473 - bool:
474 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700475 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700476 description: 'Wheter IGMP is enabled for the test'
477
478 - bool:
479 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700480 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700481 description: 'Wheter Link Discovery is enabled for the test'
482
483 - bool:
484 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700485 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700486 description: 'Option to trigger MIB template command'
487
488 - bool:
489 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700490 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700491 description: 'Option to install Prometheus'
492
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700493 - bool:
494 name: withProfiling
495 default: '{withProfiling}'
496 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
497
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700498 - bool:
499 name: withPcap
500 default: '{withPcap}'
501 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
502
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700503 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700504 name: withRadius
505 default: '{withRadius}'
506 description: 'Value to pass to kind-voltha WITH_RADIUS'
507
508 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700509 name: extraHelmFlags
510 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700511 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 -0700512
Matteo Scandolo272aed42020-05-08 15:05:57 -0700513 - string:
514 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700515 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700516 description: 'How many OpenONU adapter instances to run'
517
518 - string:
519 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700520 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700521 description: 'How many ONOSes instances to run'
522
523 - string:
524 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700525 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700526 description: 'How many Atomix instances to run'
527
528 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700529 name: kafkaReplicas
530 default: '{kafkaReplicas}'
531 description: 'How many Kafka instances to run'
532
533 - string:
534 name: etcdReplicas
535 default: '{etcdReplicas}'
536 description: 'How many ETCD instances to run'
537
538 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700539 name: onosStatInterval
540 default: '{onosStatInterval}'
541 description: 'How often ONOS should poll for ports, flows and meters'
542
543 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700544 name: bbsimImg
545 default: '{bbsimImg}'
546 description: 'Custom image selection for BBSIM (repo:tag)'
547
548 - string:
549 name: bbsimChart
550 default: '{bbsimChart}'
551 description: 'BBSim chart name (or location on file system)'
552
553 - string:
554 name: rwCoreImg
555 default: '{rwCoreImg}'
556 description: 'Custom image selection for VOLTHA (repo:tag)'
557
558 - string:
559 name: ofAgentImg
560 default: '{ofAgentImg}'
561 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
562
563 - string:
564 name: volthaChart
565 default: '{volthaChart}'
566 description: 'VOLTHA chart name (or location on file system)'
567
568 - string:
569 name: openoltAdapterImg
570 default: '{openoltAdapterImg}'
571 description: 'Custom image selection for Openolt Adapter (repo:tag)'
572
573 - string:
574 name: openoltAdapterChart
575 default: '{openoltAdapterChart}'
576 description: 'OpenOLT chart name (or location on file system)'
577
578 - string:
579 name: openonuAdapterImg
580 default: '{openonuAdapterImg}'
581 description: 'Custom image selection for Openonu Adapter (repo:tag)'
582
583 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100584 name: openonuAdapterGoImg
585 default: '{openonuAdapterGoImg}'
586 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
587
588 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700589 name: openonuAdapterChart
590 default: '{openonuAdapterChart}'
591 description: 'OpenONU chart name (or location on file system)'
592
593 - string:
594 name: onosImg
595 default: '{onosImg}'
596 description: 'Custom image selection for Openonu Adapter (repo:tag)'
597
598 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700599 name: onosChart
600 default: '{onosChart}'
601 description: 'ONOS chart name (or location on file system)'
602
603 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700604 name: radiusChart
605 default: '{radiusChart}'
606 description: 'freeradius chart name (or location on file system)'
607
608 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700609 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700610 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700611 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
612
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700613 - string:
614 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700615 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700616 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
617
Matteo Scandoloccc06192020-06-22 10:16:17 -0700618 - bool:
619 name: inMemoryEtcdStorage
620 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700621 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700622
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200623 - string:
624 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700625 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200626 description: 'Karaf home'
627
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700628- job-template:
629 id: 'voltha-scale-measurements'
630 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700631 disabled: '{disable-job}'
632
633 description: |
634 <!-- Managed by Jenkins Job Builder -->
635 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
636 Using pipeline {pipeline-script} <br/><br/>
637 Scale measurements for VOLTHA 2.x
638
639 properties:
640 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800641 build-days-to-keep: '{big-build-days-to-keep}'
642 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700643
644 wrappers:
645 - lf-infra-wrappers:
646 build-timeout: '{build-timeout}'
647 jenkins-ssh-credential: '{jenkins-ssh-credential}'
648
649 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800650 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700651 release: master
652
653 bbsimImg: voltha/bbsim:master
654 rwCoreImg: voltha/voltha-rw-core:master
655 ofAgentImg: voltha/voltha-ofagent-go:master
656 openoltAdapterImg: voltha/voltha-openolt-adapter:master
657 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100658 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700659 onosImg: voltha/voltha-onos:master
660
661 bbsimChart: onf/bbsim
662 volthaChart: onf/voltha
663 openoltAdapterChart: onf/voltha-adapter-openolt
664 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700665 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700666 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700667
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800668 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700669 olts: 2
670 pons: 2
671 onus: 2
672 workflow: att
673 withFlows: false
674 provisionSubscribers: false
675 withEapol: true
676 withDhcp: true
677 withIgmp: false
678 withLLDP: false
679 withMibTemplate: true
680 withMonitoring: true
681 withProfiling: false
682 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700683 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100684 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700685 onosReplicas: 3
686 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700687 kafkaReplicas: 3
688 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700689 extraHelmFlags: ''
690 onosStatInterval: 5
691 volthaSystemTestsChange: ''
692 kindVolthaChange: ''
693 inMemoryEtcdStorage: true
694 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700695 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700696 dockerRegistry: 10.90.0.101:30500
697 trigger-comment: vv7CBoQQYYonvaN8xcru
698 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700699
700 <<: *voltha-scale-job-parameters
701
Matteo Scandolo272aed42020-05-08 15:05:57 -0700702 project-type: pipeline
703 concurrent: false
704
705 dsl: !include-raw-escape: pipeline/{pipeline-script}
706
Matteo Scandoloabb83972020-06-25 16:08:23 -0700707 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700708 # periodic jobs will set this every 4 hours
709 # 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 -0700710 - timed: |
711 TZ=America/Los_Angeles
712 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700713 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
714 # patchset jobs will set this to a meaningful comment
715 - gerrit:
716 server-name: '{gerrit-server-name}'
717 silent-start: false
718 successful-message: "PASSED scale test"
719 failure-message: "FAILED scale test"
720 unstable-message: "UNSTABLE scale test"
721 trigger-on:
722 - comment-added-contains-event:
723 comment-contains-value: '.*{trigger-comment}.*'
724 projects:
725 - project-compare-type: REG_EXP
726 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
727 branches:
728 - branch-compare-type: REG_EXP
729 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700730
731- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700732 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800733 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800734
735 description: |
736 <!-- Managed by Jenkins Job Builder -->
737 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
738 Using pipeline {pipeline-script} <br/><br/>
739 Scale measurements for VOLTHA 2.x
740
741 properties:
742 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800743 build-days-to-keep: '{big-build-days-to-keep}'
744 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800745
746 wrappers:
747 - lf-infra-wrappers:
748 build-timeout: '{build-timeout}'
749 jenkins-ssh-credential: '{jenkins-ssh-credential}'
750
Matteo Scandolo0430f672020-05-07 11:50:26 -0700751 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800752 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700753 release: master
754
Matteo Scandolo0430f672020-05-07 11:50:26 -0700755 bbsimImg: voltha/bbsim:master
756 rwCoreImg: voltha/voltha-rw-core:master
757 ofAgentImg: voltha/voltha-ofagent-go:master
758 openoltAdapterImg: voltha/voltha-openolt-adapter:master
759 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100760 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700761 onosImg: voltha/voltha-onos:master
762
763 bbsimChart: onf/bbsim
764 volthaChart: onf/voltha
765 openoltAdapterChart: onf/voltha-adapter-openolt
766 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700767 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700768 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700769
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800770 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700771 olts: 2
772 pons: 2
773 onus: 2
774 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700775 withFlows: true
776 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700777 withEapol: true
778 withDhcp: true
779 withIgmp: false
780 withLLDP: false
781 withMibTemplate: true
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700782 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700783 withProfiling: false
784 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700785 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700786 openonuAdapterReplicas: 1
787 onosReplicas: 1
788 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700789 kafkaReplicas: 1
790 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700791 extraHelmFlags: ''
792 onosStatInterval: 5
793 volthaSystemTestsChange: ''
794 kindVolthaChange: ''
795 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700796 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700797 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700798 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700799
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700800 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200801
Matteo Scandolo51b76302020-02-05 12:07:23 -0800802 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800803 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800804
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700805 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700806
Matteo Scandolo849db722020-10-21 10:58:41 -0700807 triggers:
808 - gerrit:
809 server-name: '{gerrit-server-name}'
810 silent-start: false
811 successful-message: "PASSED scale test"
812 failure-message: "FAILED scale test"
813 unstable-message: "UNSTABLE scale test"
814 trigger-on:
815 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700816 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700817 projects:
818 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700819 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700820 branches:
821 - branch-compare-type: REG_EXP
822 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700823- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700824 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700825 name: '{name}'
826 pipeline-script: 'voltha-scale-matrix.groovy'
827
828 description: |
829 <!-- Managed by Jenkins Job Builder -->
830 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
831 Using pipeline {pipeline-script} <br/><br/>
832 Scale measurements for VOLTHA 2.x
833
834 properties:
835 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800836 build-days-to-keep: '{big-build-days-to-keep}'
837 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700838
839 wrappers:
840 - lf-infra-wrappers:
841 build-timeout: '{build-timeout}'
842 jenkins-ssh-credential: '{jenkins-ssh-credential}'
843
844 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800845 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700846 release: master
847 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700848 volthaSystemTestsChange: ''
849 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700850 onosReplicas: 1
851 atomixReplicas: 0
852 kafkaReplicas: 1
853 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800854 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800855 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700856
857 project-type: pipeline
858 concurrent: false
859
860 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700861
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700862 parameters:
863 - string:
864 name: release
865 default: '{release}'
866 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
867
868 - string:
869 name: buildNode
870 default: '{build-node}'
871 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700872
873 - string:
874 name: volthaSystemTestsChange
875 default: '{volthaSystemTestsChange}'
876 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
877
878 - string:
879 name: kindVolthaChange
880 default: '{kindVolthaChange}'
881 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 -0700882
883 - string:
884 name: onosReplicas
885 default: '{onosReplicas}'
886 description: 'How many ONOSes instances to run'
887
888 - string:
889 name: atomixReplicas
890 default: '{atomixReplicas}'
891 description: 'How many Atomix instances to run'
892
893 - string:
894 name: kafkaReplicas
895 default: '{kafkaReplicas}'
896 description: 'How many Kafka instances to run'
897
898 - string:
899 name: etcdReplicas
900 default: '{etcdReplicas}'
901 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800902
903 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800904 name: openonuAdapterReplicas
905 default: '{openonuAdapterReplicas}'
906 description: 'How many OpenONU adapter instances to run'
907
908 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800909 name: topologies
910 default: '{topologies}'
911 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
912
913 triggers:
914 - timed: |
915 TZ=America/Los_Angeles
916 {time-trigger}