blob: ffd2a62177b5c63a5e9c80e529ff6a567eaf25dd [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 Scandolo8df57162020-10-06 14:43:53 -070012 # this job will be used to test custom images without disrupting tests on master
13 - 'voltha-scale-measurements':
14 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobb31fc72021-03-16 17:09:46 -070015 build-node: 'voltha-scale-1'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080016 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080017 # trigger on Feb 29th (a.k.a only trigger it manually)
18 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010019 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070020 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070021 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070022 onus: 32
23 withFlows: true
24 provisionSubscribers: true
25 withEapol: true
26 withDhcp: true
27 withIgmp: false
Matteo Scandolo0feb5e92020-10-27 19:34:51 -070028 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080029 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000030
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080031 - 'voltha-scale-measurements':
32 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080033 build-node: 'voltha-scale-2'
Matteo Scandoloac5ff3f2021-06-01 17:05:41 -070034 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
35 'disable-job': false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080036 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080037 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080038 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080039 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080041 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070042 pons: 16
43 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080044 withFlows: true
45 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080046 workflow: dt
47 withEapol: false
48 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049 withIgmp: false
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070050 volthaHelmChartsChange: "refs/changes/04/23104/4"
Matteo Scandolo260520b2021-06-03 16:13:44 -070051 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080052
Matteo Scandolofebf6512021-03-02 11:37:37 -080053 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070054 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070055 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -080056 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080057 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070058 time-trigger: "H H/4 * * *"
59 olts: 2
60 pons: 16
61 onus: 32
62 withFlows: true
63 provisionSubscribers: true
64 withEapol: true
65 withDhcp: true
66 withIgmp: false
Matteo Scandoloa1b5d792021-06-01 12:19:31 -070067 extraHelmFlags: '--set authRetry=true,dhcpRetry=true --set global.log_correlation.enabled=true -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Andrea Campanellaac21e152021-05-27 15:44:54 +020068 onosImg: andreacampanella/voltha-onos:voltha-onos-2.5
Girish Gowdra483c9672021-05-29 16:08:26 -070069 bbsimImg: gcgirish/bbsim:etcd
70 rwCoreImg: volthacore/voltha-rw-core:noflows
71 ofAgentImg: volthacore/voltha-ofagent:noflows
72 openoltAdapterImg: gcgirish/voltha-openolt-adapter:etcdNew
73 openonuAdapterGoImg: gcgirish/voltha-openonu-adapter-go:etcdNew
Matteo Scandolo756f3ec2021-05-28 12:43:40 -070074 volthaHelmChartsChange: refs/changes/69/25069/7
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070075
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070076 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070077 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -070078 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080079 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070080 time-trigger: "H H/4 * * *"
81 olts: 2
82 pons: 16
83 onus: 32
84 withFlows: true
85 provisionSubscribers: true
86 workflow: dt
87 withEapol: false
88 withDhcp: false
89 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -070090 extraHelmFlags: '--set authRetry=true,dhcpRetry=true --set global.log_correlation.enabled=true -f /home/jenkins/voltha-scale/voltha-values.yaml '
Andrea Campanelladfc4b2f2021-05-28 09:50:11 +020091 onosImg: andreacampanella/voltha-onos:voltha-onos-2.5
Matteo Scandolo86939302020-10-30 13:32:08 -070092
93 - 'voltha-scale-measurements':
94 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -070095 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080096 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -070097 time-trigger: "H H/4 * * *"
98 olts: 2
99 pons: 16
100 onus: 32
101 withFlows: true
102 provisionSubscribers: true
103 workflow: tt
104 withEapol: false
105 withDhcp: true
106 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700107 onosReplicas: 3
108 atomixReplicas: 3
Andrea Campanella9c93ded2021-04-29 18:59:53 +0200109 extraHelmFlags: '--set authRetry=true,dhcpRetry=true --set global.rw_core.core_timeout=60s --set global.log_correlation.enabled=true -f /home/jenkins/voltha-scale/voltha-values.yaml '
Andrea Campanella67850712021-06-04 08:13:08 +0000110 onosImg: andreacampanella/voltha-onos:olt-group-pkt-req-mcast-fix
Matteo Scandolo272aed42020-05-08 15:05:57 -0700111
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800112 # multi-stack jobs
113 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800114 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
115 build-node: 'voltha-scale-2'
Matteo Scandolo95f3bc12021-06-03 15:25:47 -0700116 'disable-job': true
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800117 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800118 time-trigger: "H H/4 * * *"
119 withMonitoring: false
120 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800121 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800122 olts: 2
123 pons: 16
124 onus: 32
125 withFlows: true
126 provisionSubscribers: true
127 workflow: att
128 withEapol: true
129 withDhcp: true
130 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700131 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800132
133 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800134 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
135 build-node: 'voltha-scale-2'
Matteo Scandolo95f3bc12021-06-03 15:25:47 -0700136 'disable-job': true
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800137 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800138 time-trigger: "H H/4 * * *"
139 withMonitoring: false
140 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800141 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800142 olts: 2
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 Scandolo433f60d2021-03-26 12:04:34 -0700151 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800152
153 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800154 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
155 build-node: 'voltha-scale-2'
Matteo Scandolo95f3bc12021-06-03 15:25:47 -0700156 'disable-job': true
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800157 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800158 time-trigger: "H H/4 * * *"
159 withMonitoring: false
160 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800161 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800162 olts: 2
163 pons: 16
164 onus: 32
165 withFlows: true
166 provisionSubscribers: true
167 workflow: tt
168 withEapol: false
169 withDhcp: true
170 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700171 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800172
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700173 # voltha-2.7 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700174 - 'voltha-scale-measurements':
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700175 name: 'voltha-scale-measurements-voltha-2.7-2-16-32-att-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700176 'disable-job': true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700177 pipeline-script: 'voltha/voltha-2.7/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800178 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700179 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700180 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700181 pons: 16
182 onus: 32
183 withFlows: true
184 provisionSubscribers: true
185 withEapol: true
186 withDhcp: true
187 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700188 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700189 release: voltha-2.7
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200190 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700191 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700192 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700193 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700194 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800195 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200196 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700197
198 - 'voltha-scale-measurements':
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700199 name: 'voltha-scale-measurements-voltha-2.7-2-16-32-dt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700200 'disable-job': true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700201 pipeline-script: 'voltha/voltha-2.7/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800202 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700203 time-trigger: "H H/4 * * *"
204 olts: 2
205 pons: 16
206 onus: 32
207 withFlows: true
208 provisionSubscribers: true
209 workflow: dt
210 withEapol: false
211 withDhcp: false
212 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700213 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700214 release: voltha-2.7
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200215 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700216 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700217 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700218 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700219 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800220 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200221 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700222
Matteo Scandolo031bd982020-09-16 10:03:47 -0700223 - 'voltha-scale-measurements':
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700224 name: 'voltha-scale-measurements-voltha-2.7-2-16-32-tt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700225 'disable-job': true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700226 pipeline-script: 'voltha/voltha-2.7/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800227 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700228 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700229 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700230 pons: 16
231 onus: 32
232 withFlows: true
233 provisionSubscribers: true
234 workflow: tt
235 withEapol: false
236 withDhcp: true
237 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700238 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700239 release: voltha-2.7
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200240 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700241 rwCoreImg: ''
242 ofAgentImg: ''
243 openoltAdapterImg: ''
244 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800245 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700246 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700247
Andrea Campanella27b5a662020-12-18 18:49:26 +0100248 # 2.6 multi-stack jobs
249 - 'voltha-scale-measurements':
250 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-att-subscribers'
251 build-node: 'voltha-scale-2'
Matteo Scandolod1e86902021-03-25 09:59:51 -0700252 'disable-job': true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100253 pipeline-script: 'voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100254 time-trigger: "H H/4 * * *"
255 withMonitoring: false
256 logLevel: WARN
257 volthaStacks: 10
258 olts: 2
259 pons: 16
260 onus: 32
261 withFlows: true
262 provisionSubscribers: true
263 release: voltha-2.6
264 workflow: att
265 withEapol: true
266 withDhcp: true
267 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800268 bbsimImg: ''
269 rwCoreImg: ''
270 ofAgentImg: ''
271 openoltAdapterImg: ''
272 openonuAdapterImg: ''
273 openonuAdapterGoImg: ''
274 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100275
276 - 'voltha-scale-measurements':
277 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-dt-subscribers'
278 build-node: 'voltha-scale-2'
279 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1e86902021-03-25 09:59:51 -0700280 'disable-job': true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100281 time-trigger: "H H/4 * * *"
282 withMonitoring: false
283 logLevel: WARN
284 volthaStacks: 10
285 olts: 2
286 pons: 16
287 onus: 32
288 withFlows: true
289 provisionSubscribers: true
290 release: voltha-2.6
291 workflow: dt
292 withEapol: false
293 withDhcp: false
294 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800295 bbsimImg: ''
296 rwCoreImg: ''
297 ofAgentImg: ''
298 openoltAdapterImg: ''
299 openonuAdapterImg: ''
300 openonuAdapterGoImg: ''
301 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100302
303 - 'voltha-scale-measurements':
304 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-tt-subscribers'
305 build-node: 'voltha-scale-2'
306 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1e86902021-03-25 09:59:51 -0700307 'disable-job': true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100308 time-trigger: "H H/4 * * *"
309 withMonitoring: false
310 logLevel: WARN
311 volthaStacks: 10
312 olts: 2
313 pons: 16
314 onus: 32
315 withFlows: true
316 provisionSubscribers: true
317 release: voltha-2.6
318 workflow: tt
319 withEapol: false
320 withDhcp: true
321 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800322 bbsimImg: ''
323 rwCoreImg: ''
324 ofAgentImg: ''
325 openoltAdapterImg: ''
326 openonuAdapterImg: ''
327 openonuAdapterGoImg: ''
328 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100329
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 Scandolo2d30c7d2021-02-25 15:39:51 -0800333 build-node: 'voltha-scale-1'
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 Scandolo2d30c7d2021-02-25 15:39:51 -0800347 build-node: 'voltha-scale-1'
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 Scandolo2d30c7d2021-02-25 15:39:51 -0800362 build-node: 'voltha-scale-1'
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'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800389 build-node: 'voltha-scale-1'
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700390 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 Scandolo9fab5842021-06-04 14:20:26 -0700397 # temporary redis based jobs
398 - 'voltha-scale-measurements':
399 name: 'voltha-scale-measurements-master-redis-att-multi-stack'
400 build-node: 'voltha-scale-2'
401 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
402 'disable-job': false
403 time-trigger: "H H/6 * * *" #every 6 hours
404 withMonitoring: true
405 logLevel: WARN
406 volthaStacks: 10
407 olts: 2
408 pons: 16
409 onus: 32
410 withFlows: true
411 provisionSubscribers: true
412 workflow: att
413 withEapol: true
414 withDhcp: true
415 withIgmp: false
416 volthaHelmChartsChange: "refs/changes/04/23104/4"
417 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
418
419 - 'voltha-scale-measurements':
420 name: 'voltha-scale-measurements-master-redis-dt-multi-stack'
421 build-node: 'voltha-scale-2'
422 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
423 'disable-job': false
424 time-trigger: "H H/6 * * *" # every 6 hours
425 withMonitoring: true
426 logLevel: WARN
427 volthaStacks: 10
428 olts: 2
429 pons: 16
430 onus: 32
431 withFlows: true
432 provisionSubscribers: true
433 workflow: dt
434 withEapol: false
435 withDhcp: false
436 withIgmp: false
437 volthaHelmChartsChange: "refs/changes/04/23104/4"
438 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
439
440 - 'voltha-scale-measurements':
441 name: 'voltha-scale-measurements-master-redis-tt-multi-stack'
442 build-node: 'voltha-scale-2'
443 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
444 'disable-job': false
445 time-trigger: "H H/6 * * *" # every 6 hours
446 withMonitoring: true
447 logLevel: WARN
448 volthaStacks: 10
449 olts: 2
450 pons: 16
451 onus: 32
452 withFlows: true
453 provisionSubscribers: true
454 workflow: tt
455 withEapol: false
456 withDhcp: true
457 withIgmp: false
458 volthaHelmChartsChange: "refs/changes/04/23104/4"
459 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
460
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700461# list of parameters for the VOLTHA Jobs,
462# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700463# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700464- voltha-scale-job-parameters: &voltha-scale-job-parameters
465 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 parameters:
467 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800468 name: pipeline-script
469 default: '{pipeline-script}'
470 description: 'The pipeline script to use'
471
472 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700473 name: release
474 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700475 description: 'Version of the code to test (matches a branch in voltha-helm-charts and voltha-system-tests repos)'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700476
477 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700478 name: buildNode
479 default: '{build-node}'
480 description: 'Name of the Jenkins node to run the job on'
481
482 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700483 name: dockerRegistry
484 default: '{dockerRegistry}'
485 description: 'Address of the docker registry to use if we are building custom images'
486
487 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700488 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700489 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700490 description: 'Log level for all the components'
491
492 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800493 name: volthaStacks
494 default: '{volthaStacks}'
495 description: 'Number of VOLTHA Stacks to deploy'
496
497 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700498 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700499 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700500 description: 'Number of ONUs to provision'
501
502 - string:
503 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700504 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700505 description: 'Number of PONs to provision'
506
507 - string:
508 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700509 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700510 description: 'How many BBSim instances to run'
511
512 - string:
513 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700514 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700515 description: 'Which workflow are we testing (att, dt, tt)'
516
517 - bool:
518 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700519 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700520 description: 'Wheter to push flows from ONOS'
521
522 - bool:
523 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700524 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 description: 'Wheter to provision subscribers durint the tests'
526
527 - bool:
528 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700529 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 description: 'Wheter EAPOL is enabled for the test'
531
532 - bool:
533 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700534 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 description: 'Wheter DHCP is enabled for the test'
536
537 - bool:
538 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700539 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 description: 'Wheter IGMP is enabled for the test'
541
542 - bool:
543 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700544 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 description: 'Wheter Link Discovery is enabled for the test'
546
547 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700549 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 description: 'Option to install Prometheus'
551
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700552 - bool:
553 name: withProfiling
554 default: '{withProfiling}'
555 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
556
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700557 - bool:
558 name: withPcap
559 default: '{withPcap}'
560 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
561
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700562 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700563 name: withRadius
564 default: '{withRadius}'
565 description: 'Value to pass to kind-voltha WITH_RADIUS'
566
567 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700568 name: extraHelmFlags
569 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700570 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 -0700571
Matteo Scandolo272aed42020-05-08 15:05:57 -0700572 - string:
573 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700574 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700575 description: 'How many OpenONU adapter instances to run'
576
577 - string:
578 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700579 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700580 description: 'How many ONOSes instances to run'
581
582 - string:
583 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700584 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700585 description: 'How many Atomix instances to run'
586
587 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700588 name: kafkaReplicas
589 default: '{kafkaReplicas}'
590 description: 'How many Kafka instances to run'
591
592 - string:
593 name: etcdReplicas
594 default: '{etcdReplicas}'
595 description: 'How many ETCD instances to run'
596
597 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700598 name: onosStatInterval
599 default: '{onosStatInterval}'
600 description: 'How often ONOS should poll for ports, flows and meters'
601
602 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200603 name: onosGroupInterval
604 default: '{onosGroupInterval}'
605 description: 'How often ONOS should poll for groups'
606
607 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200608 name: flowObjWorkerThreads
609 default: '{flowObjWorkerThreads}'
610 description: 'How many threads are used by the FlowObjectiveManager worker pool'
611
612 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700613 name: bbsimImg
614 default: '{bbsimImg}'
615 description: 'Custom image selection for BBSIM (repo:tag)'
616
617 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700618 name: rwCoreImg
619 default: '{rwCoreImg}'
620 description: 'Custom image selection for VOLTHA (repo:tag)'
621
622 - string:
623 name: ofAgentImg
624 default: '{ofAgentImg}'
625 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
626
627 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700628 name: openoltAdapterImg
629 default: '{openoltAdapterImg}'
630 description: 'Custom image selection for Openolt Adapter (repo:tag)'
631
632 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700633 name: openonuAdapterImg
634 default: '{openonuAdapterImg}'
635 description: 'Custom image selection for Openonu Adapter (repo:tag)'
636
637 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100638 name: openonuAdapterGoImg
639 default: '{openonuAdapterGoImg}'
640 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
641
642 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700643 name: onosImg
644 default: '{onosImg}'
645 description: 'Custom image selection for Openonu Adapter (repo:tag)'
646
647 - string:
648 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700649 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700650 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
651
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700652 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800653 name: volthaHelmChartsChange
654 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700655 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700656
Matteo Scandoloccc06192020-06-22 10:16:17 -0700657 - bool:
658 name: inMemoryEtcdStorage
659 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700660 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700661
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200662 - string:
663 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700664 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200665 description: 'Karaf home'
666
Matteo Scandolo001003e2021-02-03 15:39:26 -0800667 # remove once voltha-2.6 is deprecated
668 - string:
669 name: kindVolthaChange
670 default: '{kindVolthaChange}'
671 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800672 - bool:
673 name: withMibTemplate
674 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800675
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700676- job-template:
677 id: 'voltha-scale-measurements'
678 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700679 disabled: '{disable-job}'
680
681 description: |
682 <!-- Managed by Jenkins Job Builder -->
683 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
684 Using pipeline {pipeline-script} <br/><br/>
685 Scale measurements for VOLTHA 2.x
686
687 properties:
688 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800689 build-days-to-keep: '{big-build-days-to-keep}'
690 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700691
692 wrappers:
693 - lf-infra-wrappers:
694 build-timeout: '{build-timeout}'
695 jenkins-ssh-credential: '{jenkins-ssh-credential}'
696
697 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800698 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700699 release: master
700
701 bbsimImg: voltha/bbsim:master
702 rwCoreImg: voltha/voltha-rw-core:master
703 ofAgentImg: voltha/voltha-ofagent-go:master
704 openoltAdapterImg: voltha/voltha-openolt-adapter:master
705 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100706 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700707 onosImg: voltha/voltha-onos:master
708
709 bbsimChart: onf/bbsim
710 volthaChart: onf/voltha
711 openoltAdapterChart: onf/voltha-adapter-openolt
712 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700713 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700714 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700715
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800716 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700717 olts: 2
718 pons: 2
719 onus: 2
720 workflow: att
721 withFlows: false
722 provisionSubscribers: false
723 withEapol: true
724 withDhcp: true
725 withIgmp: false
726 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700727 withMonitoring: true
728 withProfiling: false
729 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700730 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100731 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700732 onosReplicas: 3
733 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700734 kafkaReplicas: 3
735 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700736 extraHelmFlags: ''
737 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200738 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200739 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700740 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800741 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800742 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700743 inMemoryEtcdStorage: true
744 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700745 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700746 dockerRegistry: 10.90.0.101:30500
747 trigger-comment: vv7CBoQQYYonvaN8xcru
748 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700749
750 <<: *voltha-scale-job-parameters
751
Matteo Scandolo272aed42020-05-08 15:05:57 -0700752 project-type: pipeline
753 concurrent: false
754
755 dsl: !include-raw-escape: pipeline/{pipeline-script}
756
Matteo Scandoloabb83972020-06-25 16:08:23 -0700757 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700758 # periodic jobs will set this every 4 hours
759 # 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 -0700760 - timed: |
761 TZ=America/Los_Angeles
762 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700763 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
764 # patchset jobs will set this to a meaningful comment
765 - gerrit:
766 server-name: '{gerrit-server-name}'
767 silent-start: false
768 successful-message: "PASSED scale test"
769 failure-message: "FAILED scale test"
770 unstable-message: "UNSTABLE scale test"
771 trigger-on:
772 - comment-added-contains-event:
773 comment-contains-value: '.*{trigger-comment}.*'
774 projects:
775 - project-compare-type: REG_EXP
776 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
777 branches:
778 - branch-compare-type: REG_EXP
779 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700780
781- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700782 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800783 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800784
785 description: |
786 <!-- Managed by Jenkins Job Builder -->
787 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
788 Using pipeline {pipeline-script} <br/><br/>
789 Scale measurements for VOLTHA 2.x
790
791 properties:
792 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800793 build-days-to-keep: '{big-build-days-to-keep}'
794 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800795
796 wrappers:
797 - lf-infra-wrappers:
798 build-timeout: '{build-timeout}'
799 jenkins-ssh-credential: '{jenkins-ssh-credential}'
800
Matteo Scandolo0430f672020-05-07 11:50:26 -0700801 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800802 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700803 release: master
804
Matteo Scandolo0430f672020-05-07 11:50:26 -0700805 bbsimImg: voltha/bbsim:master
806 rwCoreImg: voltha/voltha-rw-core:master
807 ofAgentImg: voltha/voltha-ofagent-go:master
808 openoltAdapterImg: voltha/voltha-openolt-adapter:master
809 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100810 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700811 onosImg: voltha/voltha-onos:master
812
813 bbsimChart: onf/bbsim
814 volthaChart: onf/voltha
815 openoltAdapterChart: onf/voltha-adapter-openolt
816 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700817 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700818 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700819
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800820 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700821 olts: 2
822 pons: 2
823 onus: 2
824 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700825 withFlows: true
826 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700827 withEapol: true
828 withDhcp: true
829 withIgmp: false
830 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700831 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700832 withProfiling: false
833 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700834 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700835 openonuAdapterReplicas: 1
836 onosReplicas: 1
837 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700838 kafkaReplicas: 1
839 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700840 extraHelmFlags: ''
841 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200842 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200843 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700844 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800845 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800846 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700847 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700848 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700849 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700850 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700851
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700852 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200853
Matteo Scandolo51b76302020-02-05 12:07:23 -0800854 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800855 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800856
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700857 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700858
Matteo Scandolo849db722020-10-21 10:58:41 -0700859 triggers:
860 - gerrit:
861 server-name: '{gerrit-server-name}'
862 silent-start: false
863 successful-message: "PASSED scale test"
864 failure-message: "FAILED scale test"
865 unstable-message: "UNSTABLE scale test"
866 trigger-on:
867 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700868 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700869 projects:
870 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700871 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700872 branches:
873 - branch-compare-type: REG_EXP
874 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700875- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700876 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700877 name: '{name}'
878 pipeline-script: 'voltha-scale-matrix.groovy'
879
880 description: |
881 <!-- Managed by Jenkins Job Builder -->
882 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
883 Using pipeline {pipeline-script} <br/><br/>
884 Scale measurements for VOLTHA 2.x
885
886 properties:
887 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800888 build-days-to-keep: '{big-build-days-to-keep}'
889 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700890
891 wrappers:
892 - lf-infra-wrappers:
893 build-timeout: '{build-timeout}'
894 jenkins-ssh-credential: '{jenkins-ssh-credential}'
895
896 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800897 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700898 release: master
899 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700900 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800901 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800902 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700903 onosReplicas: 1
904 atomixReplicas: 0
905 kafkaReplicas: 1
906 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800907 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800908 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700909
910 project-type: pipeline
911 concurrent: false
912
913 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700914
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700915 parameters:
916 - string:
917 name: release
918 default: '{release}'
919 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
920
921 - string:
922 name: buildNode
923 default: '{build-node}'
924 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700925
926 - string:
927 name: volthaSystemTestsChange
928 default: '{volthaSystemTestsChange}'
929 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
930
931 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800932 name: volthaHelmChartsChange
933 default: '{volthaHelmChartsChange}'
934 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700935
936 - string:
937 name: onosReplicas
938 default: '{onosReplicas}'
939 description: 'How many ONOSes instances to run'
940
941 - string:
942 name: atomixReplicas
943 default: '{atomixReplicas}'
944 description: 'How many Atomix instances to run'
945
946 - string:
947 name: kafkaReplicas
948 default: '{kafkaReplicas}'
949 description: 'How many Kafka instances to run'
950
951 - string:
952 name: etcdReplicas
953 default: '{etcdReplicas}'
954 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800955
956 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800957 name: openonuAdapterReplicas
958 default: '{openonuAdapterReplicas}'
959 description: 'How many OpenONU adapter instances to run'
960
961 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800962 name: topologies
963 default: '{topologies}'
964 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
965
966 triggers:
967 - timed: |
968 TZ=America/Los_Angeles
969 {time-trigger}