blob: 1ea731452236beacfc41a52973925c9c731c21b7 [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 Scandoloca097652020-08-14 09:49:23 -070012 # OpenONU GO Scale
Matteo Scandolob46bc402020-06-11 13:59:44 -070013 - 'voltha-scale-measurements':
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020014 name: 'voltha-openonu-go-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
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020027 openonuAdapterReplicas: 1
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020028 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070029
Andrea Campanellabdb199e2020-10-27 10:47:16 +010030 - 'voltha-scale-measurements':
Andrea Campanella37e8a452020-11-18 22:27:58 +010031 name: 'voltha-openonu-go-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
Andrea Campanellabdb199e2020-10-27 10:47:16 +010043 openonuAdapterReplicas: 1
Andrea Campanella04ca93a2020-11-07 14:57:50 +010044 extraHelmFlags: '--set use_openonu_adapter_go=true,authRetry=true,dhcpRetry=true'
Andrea Campanellabdb199e2020-10-27 10:47:16 +010045
Girish Gowdra0de34422020-11-19 11:58:12 -080046 - 'voltha-scale-measurements':
Andrea Campanella945a21d2020-11-24 11:09:53 +010047 name: 'voltha-openonu-go-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
60 openonuAdapterReplicas: 1
61 openonuAdapterImg: voltha/voltha-openonu-adapter-go:master
62 extraHelmFlags: '--set use_openonu_adapter_go=true,dhcpRetry=true,defaults.incremental_evto_update=true'
63
Matteo Scandolo8df57162020-10-06 14:43:53 -070064 # this job will be used to test custom images without disrupting tests on master
65 - 'voltha-scale-measurements':
66 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobe823242020-11-20 13:48:13 -080067 build-node: 'voltha-scale-2'
Andrea Campanella642e5502020-11-19 19:47:02 +010068 pipeline-script: 'voltha-scale-test-etcd-kafka-bitnami.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080069 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080070 # trigger on Feb 29th (a.k.a only trigger it manually)
71 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010072 withMonitoring: true
Matteo Scandoloe6647a02020-11-02 10:27:52 -080073 olts: 2
Matteo Scandolo8df57162020-10-06 14:43:53 -070074 pons: 16
75 onus: 32
76 withFlows: true
77 provisionSubscribers: true
78 withEapol: true
79 withDhcp: true
80 withIgmp: false
Matteo Scandolo0feb5e92020-10-27 19:34:51 -070081 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080082 withPcap: false
Matteo Scandolobe823242020-11-20 13:48:13 -080083 openoltAdapterImg: gcgirish/voltha-openolt-adapter:writeThroughCache
Matteo Scandolo9665d592020-10-23 19:08:14 +000084
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080085 - 'voltha-scale-measurements':
86 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080087 build-node: 'voltha-scale-2'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080088 pipeline-script: 'voltha-scale-multi-stack.groovy'
89 'disable-job': false
90 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080091 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080092 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080093 logLevel: WARN
Matteo Scandolo128ee7a2020-12-03 14:16:54 -080094 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080095 olts: 2
Matteo Scandolof6656562020-11-16 14:45:44 -080096 pons: 16
97 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080098 withFlows: true
99 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -0800100 workflow: dt
101 withEapol: false
102 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800103 withIgmp: false
Matteo Scandolo3111f2b2020-12-02 15:33:26 -0800104 extraHelmFlags: '--set use_openonu_adapter_go=true'
Matteo Scandolo3111f2b2020-12-02 15:33:26 -0800105 openonuAdapterReplicas: 1
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800106
Matteo Scandolo8df57162020-10-06 14:43:53 -0700107
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700108 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700109 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700110 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800111 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700112 build-node: 'onf-pod1-head-node'
113 time-trigger: "H H/4 * * *"
114 olts: 1
115 pons: 16
116 onus: 32
117 withFlows: true
118 provisionSubscribers: true
119 withEapol: true
120 withDhcp: true
121 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700122 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700123
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700124 - 'voltha-scale-measurements':
125 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800126 'disable-job': false
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700127 build-node: 'onf-pod1-head-node'
128 time-trigger: "H H/4 * * *"
129 olts: 1
130 pons: 16
131 onus: 32
132 withFlows: true
133 provisionSubscribers: true
134 workflow: tt
135 withEapol: false
136 withDhcp: true
137 withIgmp: true
Matteo Scandolo37cba472020-10-26 14:15:34 -0700138 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700139
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700140 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700141 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800142 'disable-job': false
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700143 build-node: 'onf-pod1-head-node'
144 time-trigger: "H H/4 * * *"
145 olts: 1
146 pons: 16
147 onus: 32
148 withFlows: true
149 provisionSubscribers: true
150 workflow: dt
151 withEapol: false
152 withDhcp: false
153 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700154 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200155
Matteo Scandolo272aed42020-05-08 15:05:57 -0700156 # jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700157 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700158 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolof2c8a642020-11-05 08:54:50 -0800159 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700160 build-node: 'onf-pod1-head-node'
161 time-trigger: "H H/4 * * *"
162 olts: 2
163 pons: 16
164 onus: 32
165 withFlows: true
166 provisionSubscribers: true
167 withEapol: true
168 withDhcp: true
169 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700170 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700171
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700172 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700173 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800174 'disable-job': false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700175 build-node: 'onf-pod1-head-node'
176 time-trigger: "H H/4 * * *"
177 olts: 2
178 pons: 16
179 onus: 32
180 withFlows: true
181 provisionSubscribers: true
182 workflow: dt
183 withEapol: false
184 withDhcp: false
185 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700186 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo86939302020-10-30 13:32:08 -0700187
188 - 'voltha-scale-measurements':
189 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800190 'disable-job': false
Matteo Scandolo86939302020-10-30 13:32:08 -0700191 build-node: 'onf-pod1-head-node'
192 time-trigger: "H H/4 * * *"
193 olts: 2
194 pons: 16
195 onus: 32
196 withFlows: true
197 provisionSubscribers: true
198 workflow: tt
199 withEapol: false
200 withDhcp: true
201 withIgmp: true
Andrea Campanellac179de22020-12-10 17:24:40 +0100202 openonuAdapterReplicas: 1
Matteo Scandolo86939302020-10-30 13:32:08 -0700203 onosReplicas: 3
204 atomixReplicas: 3
Matteo Scandolo86939302020-10-30 13:32:08 -0700205 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700206
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800207 # multi-stack jobs
208 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800209 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
210 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800211 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800212 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800213 time-trigger: "H H/4 * * *"
214 withMonitoring: false
215 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800216 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800217 olts: 2
218 pons: 16
219 onus: 32
220 withFlows: true
221 provisionSubscribers: true
222 workflow: att
223 withEapol: true
224 withDhcp: true
225 withIgmp: false
Matteo Scandolod1430a72020-12-04 15:14:44 -0800226 extraHelmFlags: '--set use_openonu_adapter_go=true'
227 openonuAdapterReplicas: 1
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228
229 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800230 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
231 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800232 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800233 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800234 time-trigger: "H H/4 * * *"
235 withMonitoring: false
236 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800237 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800238 olts: 2
239 pons: 16
240 onus: 32
241 withFlows: true
242 provisionSubscribers: true
243 workflow: dt
244 withEapol: false
245 withDhcp: false
246 withIgmp: false
Matteo Scandolod1430a72020-12-04 15:14:44 -0800247 extraHelmFlags: '--set use_openonu_adapter_go=true'
248 openonuAdapterReplicas: 1
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800249
250 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800251 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
252 build-node: 'voltha-scale-2'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800253 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1430a72020-12-04 15:14:44 -0800254 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800255 time-trigger: "H H/4 * * *"
256 withMonitoring: false
257 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800258 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800259 olts: 2
260 pons: 16
261 onus: 32
262 withFlows: true
263 provisionSubscribers: true
264 workflow: tt
265 withEapol: false
266 withDhcp: true
267 withIgmp: true
Matteo Scandolod1430a72020-12-04 15:14:44 -0800268 extraHelmFlags: '--set use_openonu_adapter_go=true'
269 openonuAdapterReplicas: 1
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800270
Matteo Scandolo031bd982020-09-16 10:03:47 -0700271 # voltha-2.5 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700272 - 'voltha-scale-measurements':
Matteo Scandolo031bd982020-09-16 10:03:47 -0700273 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-att-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800274 'disable-job': false
Matteo Scandolod43064b2020-07-13 17:18:45 -0700275 build-node: 'onf-pod1-head-node'
276 time-trigger: "H H/4 * * *"
277 olts: 1
278 pons: 16
279 onus: 32
280 withFlows: true
281 provisionSubscribers: true
282 withEapol: true
283 withDhcp: true
284 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700285 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo031bd982020-09-16 10:03:47 -0700286 release: voltha-2.5
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 Scandolo031bd982020-09-16 10:03:47 -0700295 name: 'voltha-scale-measurements-voltha-2.5-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 Scandolo031bd982020-09-16 10:03:47 -0700309 release: voltha-2.5
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700310 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700311 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700312 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700313 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700314 openonuAdapterImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200315 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700316
Matteo Scandolo031bd982020-09-16 10:03:47 -0700317 - 'voltha-scale-measurements':
318 name: 'voltha-scale-measurements-voltha-2.5-1-16-32-tt-subscribers'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -0800319 'disable-job': false
Matteo Scandolo031bd982020-09-16 10:03:47 -0700320 build-node: 'onf-pod1-head-node'
321 time-trigger: "H H/4 * * *"
322 olts: 1
323 pons: 16
324 onus: 32
325 withFlows: true
326 provisionSubscribers: true
327 workflow: tt
328 withEapol: false
329 withDhcp: true
330 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700331 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
332 release: voltha-2.5
333 bbsimImg: ''
334 rwCoreImg: ''
335 ofAgentImg: ''
336 openoltAdapterImg: ''
337 openonuAdapterImg: ''
338 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700339
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700340 # per patchset job
341 - 'voltha-scale-measurements':
342 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000343 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700344 olts: 1
345 pons: 16
346 onus: 32
347 withFlows: true
348 provisionSubscribers: true
349 withEapol: true
350 withDhcp: true
351 withIgmp: false
352 withMonitoring: false
353 trigger-comment: "voltha scale test ATT"
354
355 - 'voltha-scale-measurements':
356 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000357 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700358 olts: 1
359 pons: 16
360 onus: 32
361 withFlows: true
362 provisionSubscribers: true
363 workflow: tt
364 withEapol: false
365 withDhcp: true
366 withIgmp: true
367 withMonitoring: false
368 trigger-comment: "voltha scale test TT"
369
370 - 'voltha-scale-measurements':
371 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo46985912020-12-02 21:39:39 +0000372 build-node: 'onf-pod1-head-node'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700373 olts: 1
374 pons: 16
375 onus: 32
376 withFlows: true
377 provisionSubscribers: true
378 workflow: dt
379 withEapol: false
380 withDhcp: false
381 withIgmp: false
382 withMonitoring: false
383 trigger-comment: "voltha scale test DT"
384
Matteo Scandolo272aed42020-05-08 15:05:57 -0700385 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700386 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700387 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700388 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700389 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700390
Matteo Scandolodc930192020-08-27 15:56:16 -0700391 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700392 - 'voltha-scale-matrix':
393 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700394 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800395
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700396 # development matrix
397 - 'voltha-scale-matrix':
398 name: 'voltha-scale-matrix-voltha-master'
399 build-node: 'onf-pod1-head-node'
400 onosReplicas: 3
401 atomixReplicas: 3
402 kafkaReplicas: 3
403 etcdReplicas: 3
Andrea Campanellac179de22020-12-10 17:24:40 +0100404 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800405 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800406 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700407
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700408# list of parameters for the VOLTHA Jobs,
409# used as anchor so that can be shared across multiple jobs
410# to use in a job: `parameters: *voltha-build-job-parameters`
411- voltha-scale-job-parameters: &voltha-scale-job-parameters
412 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700413 parameters:
414 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800415 name: pipeline-script
416 default: '{pipeline-script}'
417 description: 'The pipeline script to use'
418
419 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700420 name: release
421 default: '{release}'
422 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
423
424 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700425 name: buildNode
426 default: '{build-node}'
427 description: 'Name of the Jenkins node to run the job on'
428
429 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700430 name: dockerRegistry
431 default: '{dockerRegistry}'
432 description: 'Address of the docker registry to use if we are building custom images'
433
434 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700435 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700436 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700437 description: 'Log level for all the components'
438
439 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800440 name: volthaStacks
441 default: '{volthaStacks}'
442 description: 'Number of VOLTHA Stacks to deploy'
443
444 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700445 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700446 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700447 description: 'Number of ONUs to provision'
448
449 - string:
450 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700451 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700452 description: 'Number of PONs to provision'
453
454 - string:
455 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700456 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700457 description: 'How many BBSim instances to run'
458
459 - string:
460 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700461 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700462 description: 'Which workflow are we testing (att, dt, tt)'
463
464 - bool:
465 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700466 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700467 description: 'Wheter to push flows from ONOS'
468
469 - bool:
470 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700471 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700472 description: 'Wheter to provision subscribers durint the tests'
473
474 - bool:
475 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700476 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700477 description: 'Wheter EAPOL is enabled for the test'
478
479 - bool:
480 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700481 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700482 description: 'Wheter DHCP is enabled for the test'
483
484 - bool:
485 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700486 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700487 description: 'Wheter IGMP is enabled for the test'
488
489 - bool:
490 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700491 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700492 description: 'Wheter Link Discovery is enabled for the test'
493
494 - bool:
495 name: withMibTemplate
Matteo Scandolo393add12020-05-08 18:03:17 -0700496 default: '{withMibTemplate}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700497 description: 'Option to trigger MIB template command'
498
499 - bool:
500 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700501 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700502 description: 'Option to install Prometheus'
503
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700504 - bool:
505 name: withProfiling
506 default: '{withProfiling}'
507 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
508
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700509 - bool:
510 name: withPcap
511 default: '{withPcap}'
512 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
513
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700514 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700515 name: withRadius
516 default: '{withRadius}'
517 description: 'Value to pass to kind-voltha WITH_RADIUS'
518
519 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700520 name: extraHelmFlags
521 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700522 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 -0700523
Matteo Scandolo272aed42020-05-08 15:05:57 -0700524 - string:
525 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700526 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700527 description: 'How many OpenONU adapter instances to run'
528
529 - string:
530 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700531 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700532 description: 'How many ONOSes instances to run'
533
534 - string:
535 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700536 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700537 description: 'How many Atomix instances to run'
538
539 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700540 name: kafkaReplicas
541 default: '{kafkaReplicas}'
542 description: 'How many Kafka instances to run'
543
544 - string:
545 name: etcdReplicas
546 default: '{etcdReplicas}'
547 description: 'How many ETCD instances to run'
548
549 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700550 name: onosStatInterval
551 default: '{onosStatInterval}'
552 description: 'How often ONOS should poll for ports, flows and meters'
553
554 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700555 name: bbsimImg
556 default: '{bbsimImg}'
557 description: 'Custom image selection for BBSIM (repo:tag)'
558
559 - string:
560 name: bbsimChart
561 default: '{bbsimChart}'
562 description: 'BBSim chart name (or location on file system)'
563
564 - string:
565 name: rwCoreImg
566 default: '{rwCoreImg}'
567 description: 'Custom image selection for VOLTHA (repo:tag)'
568
569 - string:
570 name: ofAgentImg
571 default: '{ofAgentImg}'
572 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
573
574 - string:
575 name: volthaChart
576 default: '{volthaChart}'
577 description: 'VOLTHA chart name (or location on file system)'
578
579 - string:
580 name: openoltAdapterImg
581 default: '{openoltAdapterImg}'
582 description: 'Custom image selection for Openolt Adapter (repo:tag)'
583
584 - string:
585 name: openoltAdapterChart
586 default: '{openoltAdapterChart}'
587 description: 'OpenOLT chart name (or location on file system)'
588
589 - string:
590 name: openonuAdapterImg
591 default: '{openonuAdapterImg}'
592 description: 'Custom image selection for Openonu Adapter (repo:tag)'
593
594 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100595 name: openonuAdapterGoImg
596 default: '{openonuAdapterGoImg}'
597 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
598
599 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700600 name: openonuAdapterChart
601 default: '{openonuAdapterChart}'
602 description: 'OpenONU chart name (or location on file system)'
603
604 - string:
605 name: onosImg
606 default: '{onosImg}'
607 description: 'Custom image selection for Openonu Adapter (repo:tag)'
608
609 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700610 name: onosChart
611 default: '{onosChart}'
612 description: 'ONOS chart name (or location on file system)'
613
614 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700615 name: radiusChart
616 default: '{radiusChart}'
617 description: 'freeradius chart name (or location on file system)'
618
619 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700620 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700621 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700622 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
623
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700624 - string:
625 name: kindVolthaChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700626 default: '{kindVolthaChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700627 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
628
Matteo Scandoloccc06192020-06-22 10:16:17 -0700629 - bool:
630 name: inMemoryEtcdStorage
631 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700632 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700633
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200634 - string:
635 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700636 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200637 description: 'Karaf home'
638
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700639- job-template:
640 id: 'voltha-scale-measurements'
641 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700642 disabled: '{disable-job}'
643
644 description: |
645 <!-- Managed by Jenkins Job Builder -->
646 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
647 Using pipeline {pipeline-script} <br/><br/>
648 Scale measurements for VOLTHA 2.x
649
650 properties:
651 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800652 build-days-to-keep: '{big-build-days-to-keep}'
653 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700654
655 wrappers:
656 - lf-infra-wrappers:
657 build-timeout: '{build-timeout}'
658 jenkins-ssh-credential: '{jenkins-ssh-credential}'
659
660 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800661 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700662 release: master
663
664 bbsimImg: voltha/bbsim:master
665 rwCoreImg: voltha/voltha-rw-core:master
666 ofAgentImg: voltha/voltha-ofagent-go:master
667 openoltAdapterImg: voltha/voltha-openolt-adapter:master
668 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100669 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700670 onosImg: voltha/voltha-onos:master
671
672 bbsimChart: onf/bbsim
673 volthaChart: onf/voltha
674 openoltAdapterChart: onf/voltha-adapter-openolt
675 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700676 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700677 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700678
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800679 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700680 olts: 2
681 pons: 2
682 onus: 2
683 workflow: att
684 withFlows: false
685 provisionSubscribers: false
686 withEapol: true
687 withDhcp: true
688 withIgmp: false
689 withLLDP: false
690 withMibTemplate: true
691 withMonitoring: true
692 withProfiling: false
693 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700694 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100695 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700696 onosReplicas: 3
697 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700698 kafkaReplicas: 3
699 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700700 extraHelmFlags: ''
701 onosStatInterval: 5
702 volthaSystemTestsChange: ''
703 kindVolthaChange: ''
704 inMemoryEtcdStorage: true
705 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700706 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700707 dockerRegistry: 10.90.0.101:30500
708 trigger-comment: vv7CBoQQYYonvaN8xcru
709 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700710
711 <<: *voltha-scale-job-parameters
712
Matteo Scandolo272aed42020-05-08 15:05:57 -0700713 project-type: pipeline
714 concurrent: false
715
716 dsl: !include-raw-escape: pipeline/{pipeline-script}
717
Matteo Scandoloabb83972020-06-25 16:08:23 -0700718 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700719 # periodic jobs will set this every 4 hours
720 # 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 -0700721 - timed: |
722 TZ=America/Los_Angeles
723 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700724 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
725 # patchset jobs will set this to a meaningful comment
726 - gerrit:
727 server-name: '{gerrit-server-name}'
728 silent-start: false
729 successful-message: "PASSED scale test"
730 failure-message: "FAILED scale test"
731 unstable-message: "UNSTABLE scale test"
732 trigger-on:
733 - comment-added-contains-event:
734 comment-contains-value: '.*{trigger-comment}.*'
735 projects:
736 - project-compare-type: REG_EXP
737 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
738 branches:
739 - branch-compare-type: REG_EXP
740 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700741
742- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700743 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800744 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800745
746 description: |
747 <!-- Managed by Jenkins Job Builder -->
748 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
749 Using pipeline {pipeline-script} <br/><br/>
750 Scale measurements for VOLTHA 2.x
751
752 properties:
753 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800754 build-days-to-keep: '{big-build-days-to-keep}'
755 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800756
757 wrappers:
758 - lf-infra-wrappers:
759 build-timeout: '{build-timeout}'
760 jenkins-ssh-credential: '{jenkins-ssh-credential}'
761
Matteo Scandolo0430f672020-05-07 11:50:26 -0700762 # default values
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800763 pipeline-script: 'voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700764 release: master
765
Matteo Scandolo0430f672020-05-07 11:50:26 -0700766 bbsimImg: voltha/bbsim:master
767 rwCoreImg: voltha/voltha-rw-core:master
768 ofAgentImg: voltha/voltha-ofagent-go:master
769 openoltAdapterImg: voltha/voltha-openolt-adapter:master
770 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100771 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700772 onosImg: voltha/voltha-onos:master
773
774 bbsimChart: onf/bbsim
775 volthaChart: onf/voltha
776 openoltAdapterChart: onf/voltha-adapter-openolt
777 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700778 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700779 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700780
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800781 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700782 olts: 2
783 pons: 2
784 onus: 2
785 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700786 withFlows: true
787 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700788 withEapol: true
789 withDhcp: true
790 withIgmp: false
791 withLLDP: false
792 withMibTemplate: true
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700793 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700794 withProfiling: false
795 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700796 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700797 openonuAdapterReplicas: 1
798 onosReplicas: 1
799 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700800 kafkaReplicas: 1
801 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700802 extraHelmFlags: ''
803 onosStatInterval: 5
804 volthaSystemTestsChange: ''
805 kindVolthaChange: ''
806 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700807 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700808 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700809 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700810
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700811 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200812
Matteo Scandolo51b76302020-02-05 12:07:23 -0800813 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800814 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800815
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700816 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700817
Matteo Scandolo849db722020-10-21 10:58:41 -0700818 triggers:
819 - gerrit:
820 server-name: '{gerrit-server-name}'
821 silent-start: false
822 successful-message: "PASSED scale test"
823 failure-message: "FAILED scale test"
824 unstable-message: "UNSTABLE scale test"
825 trigger-on:
826 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700827 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700828 projects:
829 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700830 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700831 branches:
832 - branch-compare-type: REG_EXP
833 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700834- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700835 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700836 name: '{name}'
837 pipeline-script: 'voltha-scale-matrix.groovy'
838
839 description: |
840 <!-- Managed by Jenkins Job Builder -->
841 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
842 Using pipeline {pipeline-script} <br/><br/>
843 Scale measurements for VOLTHA 2.x
844
845 properties:
846 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800847 build-days-to-keep: '{big-build-days-to-keep}'
848 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700849
850 wrappers:
851 - lf-infra-wrappers:
852 build-timeout: '{build-timeout}'
853 jenkins-ssh-credential: '{jenkins-ssh-credential}'
854
855 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800856 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700857 release: master
858 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700859 volthaSystemTestsChange: ''
860 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700861 onosReplicas: 1
862 atomixReplicas: 0
863 kafkaReplicas: 1
864 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800865 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800866 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700867
868 project-type: pipeline
869 concurrent: false
870
871 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700872
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700873 parameters:
874 - string:
875 name: release
876 default: '{release}'
877 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
878
879 - string:
880 name: buildNode
881 default: '{build-node}'
882 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700883
884 - string:
885 name: volthaSystemTestsChange
886 default: '{volthaSystemTestsChange}'
887 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
888
889 - string:
890 name: kindVolthaChange
891 default: '{kindVolthaChange}'
892 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 -0700893
894 - string:
895 name: onosReplicas
896 default: '{onosReplicas}'
897 description: 'How many ONOSes instances to run'
898
899 - string:
900 name: atomixReplicas
901 default: '{atomixReplicas}'
902 description: 'How many Atomix instances to run'
903
904 - string:
905 name: kafkaReplicas
906 default: '{kafkaReplicas}'
907 description: 'How many Kafka instances to run'
908
909 - string:
910 name: etcdReplicas
911 default: '{etcdReplicas}'
912 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800913
914 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800915 name: openonuAdapterReplicas
916 default: '{openonuAdapterReplicas}'
917 description: 'How many OpenONU adapter instances to run'
918
919 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800920 name: topologies
921 default: '{topologies}'
922 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
923
924 triggers:
925 - timed: |
926 TZ=America/Los_Angeles
927 {time-trigger}