blob: 801364f25bf7b9f2bcca65d67f29b5f90d2372ee [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 Scandolo4d355992021-06-08 11:18:59 +020053 - 'voltha-scale-measurements':
54 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-ssd'
55 'disable-job': false
56 build-node: 'voltha-scale-z1d'
57 time-trigger: "H H/1 * * *"
58 olts: 2
59 pons: 16
60 onus: 32
61 withFlows: true
62 provisionSubscribers: true
63 withEapol: true
64 withDhcp: true
65 withIgmp: false
66 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'
67 onosImg: andreacampanella/voltha-onos:voltha-onos-2.5
68 bbsimImg: gcgirish/bbsim:etcd
69 rwCoreImg: volthacore/voltha-rw-core:noflows
70 ofAgentImg: volthacore/voltha-ofagent:noflows
71 openoltAdapterImg: gcgirish/voltha-openolt-adapter:etcdNew
72 openonuAdapterGoImg: gcgirish/voltha-openonu-adapter-go:etcdNew
73 volthaHelmChartsChange: refs/changes/69/25069/7
74
Matteo Scandolofebf6512021-03-02 11:37:37 -080075 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070076 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070077 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -080078 'disable-job': false
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 withEapol: true
87 withDhcp: true
88 withIgmp: false
Matteo Scandoloa1b5d792021-06-01 12:19:31 -070089 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 +020090 onosImg: andreacampanella/voltha-onos:voltha-onos-2.5
Girish Gowdra483c9672021-05-29 16:08:26 -070091 bbsimImg: gcgirish/bbsim:etcd
92 rwCoreImg: volthacore/voltha-rw-core:noflows
93 ofAgentImg: volthacore/voltha-ofagent:noflows
94 openoltAdapterImg: gcgirish/voltha-openolt-adapter:etcdNew
95 openonuAdapterGoImg: gcgirish/voltha-openonu-adapter-go:etcdNew
Matteo Scandolo756f3ec2021-05-28 12:43:40 -070096 volthaHelmChartsChange: refs/changes/69/25069/7
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070097
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070098 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070099 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700100 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800101 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700102 time-trigger: "H H/4 * * *"
103 olts: 2
104 pons: 16
105 onus: 32
106 withFlows: true
107 provisionSubscribers: true
108 workflow: dt
109 withEapol: false
110 withDhcp: false
111 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700112 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 +0200113 onosImg: andreacampanella/voltha-onos:voltha-onos-2.5
Matteo Scandolo86939302020-10-30 13:32:08 -0700114
115 - 'voltha-scale-measurements':
116 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700117 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800118 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700119 time-trigger: "H H/4 * * *"
120 olts: 2
121 pons: 16
122 onus: 32
123 withFlows: true
124 provisionSubscribers: true
125 workflow: tt
126 withEapol: false
127 withDhcp: true
128 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700129 onosReplicas: 3
130 atomixReplicas: 3
Andrea Campanella9c93ded2021-04-29 18:59:53 +0200131 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 +0000132 onosImg: andreacampanella/voltha-onos:olt-group-pkt-req-mcast-fix
Matteo Scandolo272aed42020-05-08 15:05:57 -0700133
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800134 # multi-stack jobs
135 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800136 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
137 build-node: 'voltha-scale-2'
Matteo Scandolo95f3bc12021-06-03 15:25:47 -0700138 'disable-job': true
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800139 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800140 time-trigger: "H H/4 * * *"
141 withMonitoring: false
142 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800143 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800144 olts: 2
145 pons: 16
146 onus: 32
147 withFlows: true
148 provisionSubscribers: true
149 workflow: att
150 withEapol: true
151 withDhcp: true
152 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700153 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800154
155 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800156 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
157 build-node: 'voltha-scale-2'
Matteo Scandolo95f3bc12021-06-03 15:25:47 -0700158 'disable-job': true
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800159 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800160 time-trigger: "H H/4 * * *"
161 withMonitoring: false
162 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800163 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800164 olts: 2
165 pons: 16
166 onus: 32
167 withFlows: true
168 provisionSubscribers: true
169 workflow: dt
170 withEapol: false
171 withDhcp: false
172 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700173 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800174
175 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800176 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
177 build-node: 'voltha-scale-2'
Matteo Scandolo95f3bc12021-06-03 15:25:47 -0700178 'disable-job': true
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800179 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800180 time-trigger: "H H/4 * * *"
181 withMonitoring: false
182 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800183 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800184 olts: 2
185 pons: 16
186 onus: 32
187 withFlows: true
188 provisionSubscribers: true
189 workflow: tt
190 withEapol: false
191 withDhcp: true
192 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700193 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800194
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700195 # voltha-2.7 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700196 - 'voltha-scale-measurements':
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700197 name: 'voltha-scale-measurements-voltha-2.7-2-16-32-att-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700198 'disable-job': true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700199 pipeline-script: 'voltha/voltha-2.7/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800200 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700201 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700202 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700203 pons: 16
204 onus: 32
205 withFlows: true
206 provisionSubscribers: true
207 withEapol: true
208 withDhcp: true
209 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700210 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700211 release: voltha-2.7
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200212 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700213 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700214 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700215 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700216 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800217 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200218 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700219
220 - 'voltha-scale-measurements':
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700221 name: 'voltha-scale-measurements-voltha-2.7-2-16-32-dt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700222 'disable-job': true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700223 pipeline-script: 'voltha/voltha-2.7/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800224 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700225 time-trigger: "H H/4 * * *"
226 olts: 2
227 pons: 16
228 onus: 32
229 withFlows: true
230 provisionSubscribers: true
231 workflow: dt
232 withEapol: false
233 withDhcp: false
234 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700235 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700236 release: voltha-2.7
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200237 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700238 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700239 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700240 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700241 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800242 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200243 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700244
Matteo Scandolo031bd982020-09-16 10:03:47 -0700245 - 'voltha-scale-measurements':
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700246 name: 'voltha-scale-measurements-voltha-2.7-2-16-32-tt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700247 'disable-job': true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700248 pipeline-script: 'voltha/voltha-2.7/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800249 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700250 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700251 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700252 pons: 16
253 onus: 32
254 withFlows: true
255 provisionSubscribers: true
256 workflow: tt
257 withEapol: false
258 withDhcp: true
259 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700260 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700261 release: voltha-2.7
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200262 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700263 rwCoreImg: ''
264 ofAgentImg: ''
265 openoltAdapterImg: ''
266 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800267 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700268 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700269
Andrea Campanella27b5a662020-12-18 18:49:26 +0100270 # 2.6 multi-stack jobs
271 - 'voltha-scale-measurements':
272 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-att-subscribers'
273 build-node: 'voltha-scale-2'
Matteo Scandolod1e86902021-03-25 09:59:51 -0700274 'disable-job': true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100275 pipeline-script: 'voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100276 time-trigger: "H H/4 * * *"
277 withMonitoring: false
278 logLevel: WARN
279 volthaStacks: 10
280 olts: 2
281 pons: 16
282 onus: 32
283 withFlows: true
284 provisionSubscribers: true
285 release: voltha-2.6
286 workflow: att
287 withEapol: true
288 withDhcp: true
289 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800290 bbsimImg: ''
291 rwCoreImg: ''
292 ofAgentImg: ''
293 openoltAdapterImg: ''
294 openonuAdapterImg: ''
295 openonuAdapterGoImg: ''
296 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100297
298 - 'voltha-scale-measurements':
299 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-dt-subscribers'
300 build-node: 'voltha-scale-2'
301 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1e86902021-03-25 09:59:51 -0700302 'disable-job': true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100303 time-trigger: "H H/4 * * *"
304 withMonitoring: false
305 logLevel: WARN
306 volthaStacks: 10
307 olts: 2
308 pons: 16
309 onus: 32
310 withFlows: true
311 provisionSubscribers: true
312 release: voltha-2.6
313 workflow: dt
314 withEapol: false
315 withDhcp: false
316 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800317 bbsimImg: ''
318 rwCoreImg: ''
319 ofAgentImg: ''
320 openoltAdapterImg: ''
321 openonuAdapterImg: ''
322 openonuAdapterGoImg: ''
323 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100324
325 - 'voltha-scale-measurements':
326 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-tt-subscribers'
327 build-node: 'voltha-scale-2'
328 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1e86902021-03-25 09:59:51 -0700329 'disable-job': true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100330 time-trigger: "H H/4 * * *"
331 withMonitoring: false
332 logLevel: WARN
333 volthaStacks: 10
334 olts: 2
335 pons: 16
336 onus: 32
337 withFlows: true
338 provisionSubscribers: true
339 release: voltha-2.6
340 workflow: tt
341 withEapol: false
342 withDhcp: true
343 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800344 bbsimImg: ''
345 rwCoreImg: ''
346 ofAgentImg: ''
347 openoltAdapterImg: ''
348 openonuAdapterImg: ''
349 openonuAdapterGoImg: ''
350 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100351
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700352 # per patchset job
353 - 'voltha-scale-measurements':
354 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800355 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700356 olts: 1
357 pons: 16
358 onus: 32
359 withFlows: true
360 provisionSubscribers: true
361 withEapol: true
362 withDhcp: true
363 withIgmp: false
364 withMonitoring: false
365 trigger-comment: "voltha scale test ATT"
366
367 - 'voltha-scale-measurements':
368 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800369 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700370 olts: 1
371 pons: 16
372 onus: 32
373 withFlows: true
374 provisionSubscribers: true
375 workflow: tt
376 withEapol: false
377 withDhcp: true
378 withIgmp: true
379 withMonitoring: false
380 trigger-comment: "voltha scale test TT"
381
382 - 'voltha-scale-measurements':
383 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800384 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700385 olts: 1
386 pons: 16
387 onus: 32
388 withFlows: true
389 provisionSubscribers: true
390 workflow: dt
391 withEapol: false
392 withDhcp: false
393 withIgmp: false
394 withMonitoring: false
395 trigger-comment: "voltha scale test DT"
396
Matteo Scandolo272aed42020-05-08 15:05:57 -0700397 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700398 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700399 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700400 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700401 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700402
Matteo Scandolodc930192020-08-27 15:56:16 -0700403 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700404 - 'voltha-scale-matrix':
405 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700406 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800407
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700408 # development matrix
409 - 'voltha-scale-matrix':
410 name: 'voltha-scale-matrix-voltha-master'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800411 build-node: 'voltha-scale-1'
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700412 onosReplicas: 3
413 atomixReplicas: 3
414 kafkaReplicas: 3
415 etcdReplicas: 3
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800416 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800417 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700418
Matteo Scandolo9fab5842021-06-04 14:20:26 -0700419 # temporary redis based jobs
420 - 'voltha-scale-measurements':
421 name: 'voltha-scale-measurements-master-redis-att-multi-stack'
422 build-node: 'voltha-scale-2'
423 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
424 'disable-job': false
425 time-trigger: "H H/6 * * *" #every 6 hours
426 withMonitoring: true
427 logLevel: WARN
428 volthaStacks: 10
429 olts: 2
430 pons: 16
431 onus: 32
432 withFlows: true
433 provisionSubscribers: true
434 workflow: att
435 withEapol: true
436 withDhcp: true
437 withIgmp: false
438 volthaHelmChartsChange: "refs/changes/04/23104/4"
439 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
440
441 - 'voltha-scale-measurements':
442 name: 'voltha-scale-measurements-master-redis-dt-multi-stack'
443 build-node: 'voltha-scale-2'
444 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
445 'disable-job': false
446 time-trigger: "H H/6 * * *" # every 6 hours
447 withMonitoring: true
448 logLevel: WARN
449 volthaStacks: 10
450 olts: 2
451 pons: 16
452 onus: 32
453 withFlows: true
454 provisionSubscribers: true
455 workflow: dt
456 withEapol: false
457 withDhcp: false
458 withIgmp: false
459 volthaHelmChartsChange: "refs/changes/04/23104/4"
460 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
461
462 - 'voltha-scale-measurements':
463 name: 'voltha-scale-measurements-master-redis-tt-multi-stack'
464 build-node: 'voltha-scale-2'
465 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
466 'disable-job': false
467 time-trigger: "H H/6 * * *" # every 6 hours
468 withMonitoring: true
469 logLevel: WARN
470 volthaStacks: 10
471 olts: 2
472 pons: 16
473 onus: 32
474 withFlows: true
475 provisionSubscribers: true
476 workflow: tt
477 withEapol: false
478 withDhcp: true
479 withIgmp: false
480 volthaHelmChartsChange: "refs/changes/04/23104/4"
481 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
482
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700483# list of parameters for the VOLTHA Jobs,
484# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700485# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700486- voltha-scale-job-parameters: &voltha-scale-job-parameters
487 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700488 parameters:
489 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800490 name: pipeline-script
491 default: '{pipeline-script}'
492 description: 'The pipeline script to use'
493
494 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700495 name: release
496 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700497 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 -0700498
499 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700500 name: buildNode
501 default: '{build-node}'
502 description: 'Name of the Jenkins node to run the job on'
503
504 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700505 name: dockerRegistry
506 default: '{dockerRegistry}'
507 description: 'Address of the docker registry to use if we are building custom images'
508
509 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700510 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700511 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700512 description: 'Log level for all the components'
513
514 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800515 name: volthaStacks
516 default: '{volthaStacks}'
517 description: 'Number of VOLTHA Stacks to deploy'
518
519 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700520 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700521 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700522 description: 'Number of ONUs to provision'
523
524 - string:
525 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700526 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700527 description: 'Number of PONs to provision'
528
529 - string:
530 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700531 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700532 description: 'How many BBSim instances to run'
533
534 - string:
535 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700536 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700537 description: 'Which workflow are we testing (att, dt, tt)'
538
539 - bool:
540 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700541 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700542 description: 'Wheter to push flows from ONOS'
543
544 - bool:
545 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700546 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700547 description: 'Wheter to provision subscribers durint the tests'
548
549 - bool:
550 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700551 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700552 description: 'Wheter EAPOL is enabled for the test'
553
554 - bool:
555 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700556 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700557 description: 'Wheter DHCP is enabled for the test'
558
559 - bool:
560 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700561 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700562 description: 'Wheter IGMP is enabled for the test'
563
564 - bool:
565 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700566 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700567 description: 'Wheter Link Discovery is enabled for the test'
568
569 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700570 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700571 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700572 description: 'Option to install Prometheus'
573
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700574 - bool:
575 name: withProfiling
576 default: '{withProfiling}'
577 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
578
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700579 - bool:
580 name: withPcap
581 default: '{withPcap}'
582 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
583
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700584 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700585 name: withRadius
586 default: '{withRadius}'
587 description: 'Value to pass to kind-voltha WITH_RADIUS'
588
589 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700590 name: extraHelmFlags
591 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700592 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 -0700593
Matteo Scandolo272aed42020-05-08 15:05:57 -0700594 - string:
595 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700596 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700597 description: 'How many OpenONU adapter instances to run'
598
599 - string:
600 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700601 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 description: 'How many ONOSes instances to run'
603
604 - string:
605 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700606 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700607 description: 'How many Atomix instances to run'
608
609 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700610 name: kafkaReplicas
611 default: '{kafkaReplicas}'
612 description: 'How many Kafka instances to run'
613
614 - string:
615 name: etcdReplicas
616 default: '{etcdReplicas}'
617 description: 'How many ETCD instances to run'
618
619 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700620 name: onosStatInterval
621 default: '{onosStatInterval}'
622 description: 'How often ONOS should poll for ports, flows and meters'
623
624 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200625 name: onosGroupInterval
626 default: '{onosGroupInterval}'
627 description: 'How often ONOS should poll for groups'
628
629 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200630 name: flowObjWorkerThreads
631 default: '{flowObjWorkerThreads}'
632 description: 'How many threads are used by the FlowObjectiveManager worker pool'
633
634 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700635 name: bbsimImg
636 default: '{bbsimImg}'
637 description: 'Custom image selection for BBSIM (repo:tag)'
638
639 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700640 name: rwCoreImg
641 default: '{rwCoreImg}'
642 description: 'Custom image selection for VOLTHA (repo:tag)'
643
644 - string:
645 name: ofAgentImg
646 default: '{ofAgentImg}'
647 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
648
649 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700650 name: openoltAdapterImg
651 default: '{openoltAdapterImg}'
652 description: 'Custom image selection for Openolt Adapter (repo:tag)'
653
654 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700655 name: openonuAdapterImg
656 default: '{openonuAdapterImg}'
657 description: 'Custom image selection for Openonu Adapter (repo:tag)'
658
659 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100660 name: openonuAdapterGoImg
661 default: '{openonuAdapterGoImg}'
662 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
663
664 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700665 name: onosImg
666 default: '{onosImg}'
667 description: 'Custom image selection for Openonu Adapter (repo:tag)'
668
669 - string:
670 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700671 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700672 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
673
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700674 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800675 name: volthaHelmChartsChange
676 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700677 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 -0700678
Matteo Scandoloccc06192020-06-22 10:16:17 -0700679 - bool:
680 name: inMemoryEtcdStorage
681 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700682 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700683
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200684 - string:
685 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700686 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200687 description: 'Karaf home'
688
Matteo Scandolo001003e2021-02-03 15:39:26 -0800689 # remove once voltha-2.6 is deprecated
690 - string:
691 name: kindVolthaChange
692 default: '{kindVolthaChange}'
693 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 -0800694 - bool:
695 name: withMibTemplate
696 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800697
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700698- job-template:
699 id: 'voltha-scale-measurements'
700 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700701 disabled: '{disable-job}'
702
703 description: |
704 <!-- Managed by Jenkins Job Builder -->
705 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
706 Using pipeline {pipeline-script} <br/><br/>
707 Scale measurements for VOLTHA 2.x
708
709 properties:
710 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800711 build-days-to-keep: '{big-build-days-to-keep}'
712 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700713
714 wrappers:
715 - lf-infra-wrappers:
716 build-timeout: '{build-timeout}'
717 jenkins-ssh-credential: '{jenkins-ssh-credential}'
718
719 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800720 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700721 release: master
722
723 bbsimImg: voltha/bbsim:master
724 rwCoreImg: voltha/voltha-rw-core:master
725 ofAgentImg: voltha/voltha-ofagent-go:master
726 openoltAdapterImg: voltha/voltha-openolt-adapter:master
727 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100728 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700729 onosImg: voltha/voltha-onos:master
730
731 bbsimChart: onf/bbsim
732 volthaChart: onf/voltha
733 openoltAdapterChart: onf/voltha-adapter-openolt
734 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700735 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700736 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700737
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800738 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700739 olts: 2
740 pons: 2
741 onus: 2
742 workflow: att
743 withFlows: false
744 provisionSubscribers: false
745 withEapol: true
746 withDhcp: true
747 withIgmp: false
748 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700749 withMonitoring: true
750 withProfiling: false
751 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700752 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100753 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700754 onosReplicas: 3
755 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700756 kafkaReplicas: 3
757 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700758 extraHelmFlags: ''
759 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200760 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200761 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700762 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800763 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800764 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700765 inMemoryEtcdStorage: true
766 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700767 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700768 dockerRegistry: 10.90.0.101:30500
769 trigger-comment: vv7CBoQQYYonvaN8xcru
770 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700771
772 <<: *voltha-scale-job-parameters
773
Matteo Scandolo272aed42020-05-08 15:05:57 -0700774 project-type: pipeline
775 concurrent: false
776
777 dsl: !include-raw-escape: pipeline/{pipeline-script}
778
Matteo Scandoloabb83972020-06-25 16:08:23 -0700779 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700780 # periodic jobs will set this every 4 hours
781 # 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 -0700782 - timed: |
783 TZ=America/Los_Angeles
784 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700785 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
786 # patchset jobs will set this to a meaningful comment
787 - gerrit:
788 server-name: '{gerrit-server-name}'
789 silent-start: false
790 successful-message: "PASSED scale test"
791 failure-message: "FAILED scale test"
792 unstable-message: "UNSTABLE scale test"
793 trigger-on:
794 - comment-added-contains-event:
795 comment-contains-value: '.*{trigger-comment}.*'
796 projects:
797 - project-compare-type: REG_EXP
798 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
799 branches:
800 - branch-compare-type: REG_EXP
801 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700802
803- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700804 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800805 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800806
807 description: |
808 <!-- Managed by Jenkins Job Builder -->
809 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
810 Using pipeline {pipeline-script} <br/><br/>
811 Scale measurements for VOLTHA 2.x
812
813 properties:
814 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800815 build-days-to-keep: '{big-build-days-to-keep}'
816 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800817
818 wrappers:
819 - lf-infra-wrappers:
820 build-timeout: '{build-timeout}'
821 jenkins-ssh-credential: '{jenkins-ssh-credential}'
822
Matteo Scandolo0430f672020-05-07 11:50:26 -0700823 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800824 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700825 release: master
826
Matteo Scandolo0430f672020-05-07 11:50:26 -0700827 bbsimImg: voltha/bbsim:master
828 rwCoreImg: voltha/voltha-rw-core:master
829 ofAgentImg: voltha/voltha-ofagent-go:master
830 openoltAdapterImg: voltha/voltha-openolt-adapter:master
831 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100832 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700833 onosImg: voltha/voltha-onos:master
834
835 bbsimChart: onf/bbsim
836 volthaChart: onf/voltha
837 openoltAdapterChart: onf/voltha-adapter-openolt
838 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700839 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700840 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700841
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800842 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700843 olts: 2
844 pons: 2
845 onus: 2
846 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700847 withFlows: true
848 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700849 withEapol: true
850 withDhcp: true
851 withIgmp: false
852 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700853 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700854 withProfiling: false
855 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700856 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700857 openonuAdapterReplicas: 1
858 onosReplicas: 1
859 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700860 kafkaReplicas: 1
861 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700862 extraHelmFlags: ''
863 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200864 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200865 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700866 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800867 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800868 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700869 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700870 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700871 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700872 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700873
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700874 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200875
Matteo Scandolo51b76302020-02-05 12:07:23 -0800876 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800877 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800878
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700879 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700880
Matteo Scandolo849db722020-10-21 10:58:41 -0700881 triggers:
882 - gerrit:
883 server-name: '{gerrit-server-name}'
884 silent-start: false
885 successful-message: "PASSED scale test"
886 failure-message: "FAILED scale test"
887 unstable-message: "UNSTABLE scale test"
888 trigger-on:
889 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700890 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700891 projects:
892 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700893 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700894 branches:
895 - branch-compare-type: REG_EXP
896 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700897- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700898 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700899 name: '{name}'
900 pipeline-script: 'voltha-scale-matrix.groovy'
901
902 description: |
903 <!-- Managed by Jenkins Job Builder -->
904 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
905 Using pipeline {pipeline-script} <br/><br/>
906 Scale measurements for VOLTHA 2.x
907
908 properties:
909 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800910 build-days-to-keep: '{big-build-days-to-keep}'
911 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700912
913 wrappers:
914 - lf-infra-wrappers:
915 build-timeout: '{build-timeout}'
916 jenkins-ssh-credential: '{jenkins-ssh-credential}'
917
918 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800919 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700920 release: master
921 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700922 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800923 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800924 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700925 onosReplicas: 1
926 atomixReplicas: 0
927 kafkaReplicas: 1
928 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800929 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800930 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700931
932 project-type: pipeline
933 concurrent: false
934
935 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700936
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700937 parameters:
938 - string:
939 name: release
940 default: '{release}'
941 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
942
943 - string:
944 name: buildNode
945 default: '{build-node}'
946 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700947
948 - string:
949 name: volthaSystemTestsChange
950 default: '{volthaSystemTestsChange}'
951 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
952
953 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800954 name: volthaHelmChartsChange
955 default: '{volthaHelmChartsChange}'
956 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 -0700957
958 - string:
959 name: onosReplicas
960 default: '{onosReplicas}'
961 description: 'How many ONOSes instances to run'
962
963 - string:
964 name: atomixReplicas
965 default: '{atomixReplicas}'
966 description: 'How many Atomix instances to run'
967
968 - string:
969 name: kafkaReplicas
970 default: '{kafkaReplicas}'
971 description: 'How many Kafka instances to run'
972
973 - string:
974 name: etcdReplicas
975 default: '{etcdReplicas}'
976 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800977
978 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800979 name: openonuAdapterReplicas
980 default: '{openonuAdapterReplicas}'
981 description: 'How many OpenONU adapter instances to run'
982
983 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800984 name: topologies
985 default: '{topologies}'
986 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
987
988 triggers:
989 - timed: |
990 TZ=America/Los_Angeles
991 {time-trigger}