blob: a6313fdfaf6e1cdbbf73d3c7f576bfcc8bdb6c58 [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
Andrea Campanellaa2a99872021-06-08 14:47:02 +020066 inMemoryEtcdStorage: false
Matteo Scandolo4d355992021-06-08 11:18:59 +020067 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'
68 onosImg: andreacampanella/voltha-onos:voltha-onos-2.5
69 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
74 volthaHelmChartsChange: refs/changes/69/25069/7
75
Matteo Scandolofebf6512021-03-02 11:37:37 -080076 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070077 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070078 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -080079 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080080 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070081 time-trigger: "H H/4 * * *"
82 olts: 2
83 pons: 16
84 onus: 32
85 withFlows: true
86 provisionSubscribers: true
87 withEapol: true
88 withDhcp: true
89 withIgmp: false
Girish Gowdra8a9478f2021-06-16 22:14:25 -070090 extraHelmFlags: '--set authRetry=true,dhcpRetry=true --set global.log_correlation.enabled=true -f /home/jenkins/voltha-scale/voltha-values.yaml --set voltha.global.rw_core.timeout=60s --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Andrea Campanellaac21e152021-05-27 15:44:54 +020091 onosImg: andreacampanella/voltha-onos:voltha-onos-2.5
Girish Gowdra483c9672021-05-29 16:08:26 -070092 bbsimImg: gcgirish/bbsim:etcd
Girish Gowdra8a9478f2021-06-16 22:14:25 -070093 rwCoreImg: gcgirish/voltha-rw-core:etcdRetry
94 ofAgentImg: voltha/voltha-ofagent-go:master
95 openoltAdapterImg: gcgirish/voltha-openolt-adapter:etcdPool
96 openonuAdapterGoImg: gcgirish/voltha-openonu-adapter-go:etcdPool
97 volthaHelmChartsChange: refs/changes/69/25069/20
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070098
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070099 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700100 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700101 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800102 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700103 time-trigger: "H H/4 * * *"
104 olts: 2
105 pons: 16
106 onus: 32
107 withFlows: true
108 provisionSubscribers: true
109 workflow: dt
110 withEapol: false
111 withDhcp: false
112 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700113 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 +0200114 onosImg: andreacampanella/voltha-onos:voltha-onos-2.5
Matteo Scandolo86939302020-10-30 13:32:08 -0700115
116 - 'voltha-scale-measurements':
117 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700118 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800119 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700120 time-trigger: "H H/4 * * *"
121 olts: 2
122 pons: 16
123 onus: 32
124 withFlows: true
125 provisionSubscribers: true
126 workflow: tt
127 withEapol: false
128 withDhcp: true
129 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700130 onosReplicas: 3
131 atomixReplicas: 3
Andrea Campanella9c93ded2021-04-29 18:59:53 +0200132 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 +0000133 onosImg: andreacampanella/voltha-onos:olt-group-pkt-req-mcast-fix
Matteo Scandolo272aed42020-05-08 15:05:57 -0700134
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800135 # multi-stack jobs
136 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800137 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
138 build-node: 'voltha-scale-2'
Matteo Scandolo95f3bc12021-06-03 15:25:47 -0700139 'disable-job': true
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800140 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800141 time-trigger: "H H/4 * * *"
142 withMonitoring: false
143 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800144 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800145 olts: 2
146 pons: 16
147 onus: 32
148 withFlows: true
149 provisionSubscribers: true
150 workflow: att
151 withEapol: true
152 withDhcp: true
153 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700154 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800155
156 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800157 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
158 build-node: 'voltha-scale-2'
Matteo Scandolo95f3bc12021-06-03 15:25:47 -0700159 'disable-job': true
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800160 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800161 time-trigger: "H H/4 * * *"
162 withMonitoring: false
163 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800164 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800165 olts: 2
166 pons: 16
167 onus: 32
168 withFlows: true
169 provisionSubscribers: true
170 workflow: dt
171 withEapol: false
172 withDhcp: false
173 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700174 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800175
176 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800177 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
178 build-node: 'voltha-scale-2'
Matteo Scandolo95f3bc12021-06-03 15:25:47 -0700179 'disable-job': true
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800180 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800181 time-trigger: "H H/4 * * *"
182 withMonitoring: false
183 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800184 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800185 olts: 2
186 pons: 16
187 onus: 32
188 withFlows: true
189 provisionSubscribers: true
190 workflow: tt
191 withEapol: false
192 withDhcp: true
193 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700194 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800195
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700196 # voltha-2.7 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700197 - 'voltha-scale-measurements':
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700198 name: 'voltha-scale-measurements-voltha-2.7-2-16-32-att-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700199 'disable-job': true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700200 pipeline-script: 'voltha/voltha-2.7/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800201 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700202 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700203 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700204 pons: 16
205 onus: 32
206 withFlows: true
207 provisionSubscribers: true
208 withEapol: true
209 withDhcp: true
210 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700211 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700212 release: voltha-2.7
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200213 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700214 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700215 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700216 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700217 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800218 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200219 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700220
221 - 'voltha-scale-measurements':
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700222 name: 'voltha-scale-measurements-voltha-2.7-2-16-32-dt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700223 'disable-job': true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700224 pipeline-script: 'voltha/voltha-2.7/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800225 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700226 time-trigger: "H H/4 * * *"
227 olts: 2
228 pons: 16
229 onus: 32
230 withFlows: true
231 provisionSubscribers: true
232 workflow: dt
233 withEapol: false
234 withDhcp: false
235 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700236 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700237 release: voltha-2.7
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200238 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700239 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700240 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700241 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700242 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800243 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200244 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700245
Matteo Scandolo031bd982020-09-16 10:03:47 -0700246 - 'voltha-scale-measurements':
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700247 name: 'voltha-scale-measurements-voltha-2.7-2-16-32-tt-subscribers'
Girish Gowdra261c5f12021-05-28 11:00:11 -0700248 'disable-job': true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700249 pipeline-script: 'voltha/voltha-2.7/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800250 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700251 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700252 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700253 pons: 16
254 onus: 32
255 withFlows: true
256 provisionSubscribers: true
257 workflow: tt
258 withEapol: false
259 withDhcp: true
260 withIgmp: true
Matteo Scandolo031bd982020-09-16 10:03:47 -0700261 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700262 release: voltha-2.7
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200263 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700264 rwCoreImg: ''
265 ofAgentImg: ''
266 openoltAdapterImg: ''
267 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800268 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700269 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700270
Andrea Campanella27b5a662020-12-18 18:49:26 +0100271 # 2.6 multi-stack jobs
272 - 'voltha-scale-measurements':
273 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-att-subscribers'
274 build-node: 'voltha-scale-2'
Matteo Scandolod1e86902021-03-25 09:59:51 -0700275 'disable-job': true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100276 pipeline-script: 'voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100277 time-trigger: "H H/4 * * *"
278 withMonitoring: false
279 logLevel: WARN
280 volthaStacks: 10
281 olts: 2
282 pons: 16
283 onus: 32
284 withFlows: true
285 provisionSubscribers: true
286 release: voltha-2.6
287 workflow: att
288 withEapol: true
289 withDhcp: true
290 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800291 bbsimImg: ''
292 rwCoreImg: ''
293 ofAgentImg: ''
294 openoltAdapterImg: ''
295 openonuAdapterImg: ''
296 openonuAdapterGoImg: ''
297 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100298
299 - 'voltha-scale-measurements':
300 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-dt-subscribers'
301 build-node: 'voltha-scale-2'
302 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1e86902021-03-25 09:59:51 -0700303 'disable-job': true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100304 time-trigger: "H H/4 * * *"
305 withMonitoring: false
306 logLevel: WARN
307 volthaStacks: 10
308 olts: 2
309 pons: 16
310 onus: 32
311 withFlows: true
312 provisionSubscribers: true
313 release: voltha-2.6
314 workflow: dt
315 withEapol: false
316 withDhcp: false
317 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800318 bbsimImg: ''
319 rwCoreImg: ''
320 ofAgentImg: ''
321 openoltAdapterImg: ''
322 openonuAdapterImg: ''
323 openonuAdapterGoImg: ''
324 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100325
326 - 'voltha-scale-measurements':
327 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-tt-subscribers'
328 build-node: 'voltha-scale-2'
329 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolod1e86902021-03-25 09:59:51 -0700330 'disable-job': true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100331 time-trigger: "H H/4 * * *"
332 withMonitoring: false
333 logLevel: WARN
334 volthaStacks: 10
335 olts: 2
336 pons: 16
337 onus: 32
338 withFlows: true
339 provisionSubscribers: true
340 release: voltha-2.6
341 workflow: tt
342 withEapol: false
343 withDhcp: true
344 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800345 bbsimImg: ''
346 rwCoreImg: ''
347 ofAgentImg: ''
348 openoltAdapterImg: ''
349 openonuAdapterImg: ''
350 openonuAdapterGoImg: ''
351 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100352
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700353 # per patchset job
354 - 'voltha-scale-measurements':
355 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800356 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700357 olts: 1
358 pons: 16
359 onus: 32
360 withFlows: true
361 provisionSubscribers: true
362 withEapol: true
363 withDhcp: true
364 withIgmp: false
365 withMonitoring: false
366 trigger-comment: "voltha scale test ATT"
367
368 - 'voltha-scale-measurements':
369 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800370 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700371 olts: 1
372 pons: 16
373 onus: 32
374 withFlows: true
375 provisionSubscribers: true
376 workflow: tt
377 withEapol: false
378 withDhcp: true
379 withIgmp: true
380 withMonitoring: false
381 trigger-comment: "voltha scale test TT"
382
383 - 'voltha-scale-measurements':
384 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800385 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700386 olts: 1
387 pons: 16
388 onus: 32
389 withFlows: true
390 provisionSubscribers: true
391 workflow: dt
392 withEapol: false
393 withDhcp: false
394 withIgmp: false
395 withMonitoring: false
396 trigger-comment: "voltha scale test DT"
397
Matteo Scandolo272aed42020-05-08 15:05:57 -0700398 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700399 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700400 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700401 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700402 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700403
Matteo Scandolodc930192020-08-27 15:56:16 -0700404 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700405 - 'voltha-scale-matrix':
406 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700407 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800408
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700409 # development matrix
410 - 'voltha-scale-matrix':
411 name: 'voltha-scale-matrix-voltha-master'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800412 build-node: 'voltha-scale-1'
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700413 onosReplicas: 3
414 atomixReplicas: 3
415 kafkaReplicas: 3
416 etcdReplicas: 3
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800417 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800418 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700419
Matteo Scandolo9fab5842021-06-04 14:20:26 -0700420 # temporary redis based jobs
421 - 'voltha-scale-measurements':
422 name: 'voltha-scale-measurements-master-redis-att-multi-stack'
423 build-node: 'voltha-scale-2'
424 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
425 'disable-job': false
426 time-trigger: "H H/6 * * *" #every 6 hours
427 withMonitoring: true
428 logLevel: WARN
429 volthaStacks: 10
430 olts: 2
431 pons: 16
432 onus: 32
433 withFlows: true
434 provisionSubscribers: true
435 workflow: att
436 withEapol: true
437 withDhcp: true
438 withIgmp: false
439 volthaHelmChartsChange: "refs/changes/04/23104/4"
440 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
441
442 - 'voltha-scale-measurements':
443 name: 'voltha-scale-measurements-master-redis-dt-multi-stack'
444 build-node: 'voltha-scale-2'
445 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
446 'disable-job': false
447 time-trigger: "H H/6 * * *" # every 6 hours
448 withMonitoring: true
449 logLevel: WARN
450 volthaStacks: 10
451 olts: 2
452 pons: 16
453 onus: 32
454 withFlows: true
455 provisionSubscribers: true
456 workflow: dt
457 withEapol: false
458 withDhcp: false
459 withIgmp: false
460 volthaHelmChartsChange: "refs/changes/04/23104/4"
461 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
462
463 - 'voltha-scale-measurements':
464 name: 'voltha-scale-measurements-master-redis-tt-multi-stack'
465 build-node: 'voltha-scale-2'
466 pipeline-script: 'voltha/master/voltha-scale-multi-stack-experimental.groovy'
467 'disable-job': false
468 time-trigger: "H H/6 * * *" # every 6 hours
469 withMonitoring: true
470 logLevel: WARN
471 volthaStacks: 10
472 olts: 2
473 pons: 16
474 onus: 32
475 withFlows: true
476 provisionSubscribers: true
477 workflow: tt
478 withEapol: false
479 withDhcp: true
480 withIgmp: false
481 volthaHelmChartsChange: "refs/changes/04/23104/4"
482 extraHelmFlags: " --set global.image_org=matteoscandolo/,global.image_tag=redis --set redis.master.persistence.size=1Gi,redis.replica.persistence.size=1Gi "
483
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700484# list of parameters for the VOLTHA Jobs,
485# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700486# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700487- voltha-scale-job-parameters: &voltha-scale-job-parameters
488 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700489 parameters:
490 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800491 name: pipeline-script
492 default: '{pipeline-script}'
493 description: 'The pipeline script to use'
494
495 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700496 name: release
497 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700498 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 -0700499
500 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700501 name: buildNode
502 default: '{build-node}'
503 description: 'Name of the Jenkins node to run the job on'
504
505 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700506 name: dockerRegistry
507 default: '{dockerRegistry}'
508 description: 'Address of the docker registry to use if we are building custom images'
509
510 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700511 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700512 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700513 description: 'Log level for all the components'
514
515 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800516 name: volthaStacks
517 default: '{volthaStacks}'
518 description: 'Number of VOLTHA Stacks to deploy'
519
520 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700521 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700522 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700523 description: 'Number of ONUs to provision'
524
525 - string:
526 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700527 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700528 description: 'Number of PONs to provision'
529
530 - string:
531 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700532 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700533 description: 'How many BBSim instances to run'
534
535 - string:
536 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700537 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700538 description: 'Which workflow are we testing (att, dt, tt)'
539
540 - bool:
541 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700542 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700543 description: 'Wheter to push flows from ONOS'
544
545 - bool:
546 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700547 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 description: 'Wheter to provision subscribers durint the tests'
549
550 - bool:
551 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700552 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700553 description: 'Wheter EAPOL is enabled for the test'
554
555 - bool:
556 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700557 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700558 description: 'Wheter DHCP is enabled for the test'
559
560 - bool:
561 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700562 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700563 description: 'Wheter IGMP is enabled for the test'
564
565 - bool:
566 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700567 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700568 description: 'Wheter Link Discovery is enabled for the test'
569
570 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700571 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700572 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 description: 'Option to install Prometheus'
574
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700575 - bool:
576 name: withProfiling
577 default: '{withProfiling}'
578 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
579
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700580 - bool:
581 name: withPcap
582 default: '{withPcap}'
583 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
584
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700585 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700586 name: withRadius
587 default: '{withRadius}'
588 description: 'Value to pass to kind-voltha WITH_RADIUS'
589
590 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700591 name: extraHelmFlags
592 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700593 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 -0700594
Matteo Scandolo272aed42020-05-08 15:05:57 -0700595 - string:
596 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700597 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700598 description: 'How many OpenONU adapter instances to run'
599
600 - string:
601 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700602 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700603 description: 'How many ONOSes instances to run'
604
605 - string:
606 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700607 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700608 description: 'How many Atomix instances to run'
609
610 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700611 name: kafkaReplicas
612 default: '{kafkaReplicas}'
613 description: 'How many Kafka instances to run'
614
615 - string:
616 name: etcdReplicas
617 default: '{etcdReplicas}'
618 description: 'How many ETCD instances to run'
619
620 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700621 name: onosStatInterval
622 default: '{onosStatInterval}'
623 description: 'How often ONOS should poll for ports, flows and meters'
624
625 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200626 name: onosGroupInterval
627 default: '{onosGroupInterval}'
628 description: 'How often ONOS should poll for groups'
629
630 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200631 name: flowObjWorkerThreads
632 default: '{flowObjWorkerThreads}'
633 description: 'How many threads are used by the FlowObjectiveManager worker pool'
634
635 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700636 name: bbsimImg
637 default: '{bbsimImg}'
638 description: 'Custom image selection for BBSIM (repo:tag)'
639
640 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700641 name: rwCoreImg
642 default: '{rwCoreImg}'
643 description: 'Custom image selection for VOLTHA (repo:tag)'
644
645 - string:
646 name: ofAgentImg
647 default: '{ofAgentImg}'
648 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
649
650 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700651 name: openoltAdapterImg
652 default: '{openoltAdapterImg}'
653 description: 'Custom image selection for Openolt Adapter (repo:tag)'
654
655 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700656 name: openonuAdapterImg
657 default: '{openonuAdapterImg}'
658 description: 'Custom image selection for Openonu Adapter (repo:tag)'
659
660 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100661 name: openonuAdapterGoImg
662 default: '{openonuAdapterGoImg}'
663 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
664
665 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700666 name: onosImg
667 default: '{onosImg}'
668 description: 'Custom image selection for Openonu Adapter (repo:tag)'
669
670 - string:
671 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700672 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700673 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
674
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700675 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800676 name: volthaHelmChartsChange
677 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700678 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 -0700679
Matteo Scandoloccc06192020-06-22 10:16:17 -0700680 - bool:
681 name: inMemoryEtcdStorage
682 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700683 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700684
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200685 - string:
686 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700687 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200688 description: 'Karaf home'
689
Matteo Scandolo001003e2021-02-03 15:39:26 -0800690 # remove once voltha-2.6 is deprecated
691 - string:
692 name: kindVolthaChange
693 default: '{kindVolthaChange}'
694 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 -0800695 - bool:
696 name: withMibTemplate
697 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800698
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700699- job-template:
700 id: 'voltha-scale-measurements'
701 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700702 disabled: '{disable-job}'
703
704 description: |
705 <!-- Managed by Jenkins Job Builder -->
706 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
707 Using pipeline {pipeline-script} <br/><br/>
708 Scale measurements for VOLTHA 2.x
709
710 properties:
711 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800712 build-days-to-keep: '{big-build-days-to-keep}'
713 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700714
715 wrappers:
716 - lf-infra-wrappers:
717 build-timeout: '{build-timeout}'
718 jenkins-ssh-credential: '{jenkins-ssh-credential}'
719
720 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800721 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700722 release: master
723
724 bbsimImg: voltha/bbsim:master
725 rwCoreImg: voltha/voltha-rw-core:master
726 ofAgentImg: voltha/voltha-ofagent-go:master
727 openoltAdapterImg: voltha/voltha-openolt-adapter:master
728 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100729 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700730 onosImg: voltha/voltha-onos:master
731
732 bbsimChart: onf/bbsim
733 volthaChart: onf/voltha
734 openoltAdapterChart: onf/voltha-adapter-openolt
735 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700736 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700737 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700738
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800739 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700740 olts: 2
741 pons: 2
742 onus: 2
743 workflow: att
744 withFlows: false
745 provisionSubscribers: false
746 withEapol: true
747 withDhcp: true
748 withIgmp: false
749 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700750 withMonitoring: true
751 withProfiling: false
752 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700753 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100754 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700755 onosReplicas: 3
756 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700757 kafkaReplicas: 3
758 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700759 extraHelmFlags: ''
760 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200761 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200762 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700763 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800764 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800765 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700766 inMemoryEtcdStorage: true
767 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700768 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700769 dockerRegistry: 10.90.0.101:30500
770 trigger-comment: vv7CBoQQYYonvaN8xcru
771 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700772
773 <<: *voltha-scale-job-parameters
774
Matteo Scandolo272aed42020-05-08 15:05:57 -0700775 project-type: pipeline
776 concurrent: false
777
778 dsl: !include-raw-escape: pipeline/{pipeline-script}
779
Matteo Scandoloabb83972020-06-25 16:08:23 -0700780 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700781 # periodic jobs will set this every 4 hours
782 # 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 -0700783 - timed: |
784 TZ=America/Los_Angeles
785 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700786 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
787 # patchset jobs will set this to a meaningful comment
788 - gerrit:
789 server-name: '{gerrit-server-name}'
790 silent-start: false
791 successful-message: "PASSED scale test"
792 failure-message: "FAILED scale test"
793 unstable-message: "UNSTABLE scale test"
794 trigger-on:
795 - comment-added-contains-event:
796 comment-contains-value: '.*{trigger-comment}.*'
797 projects:
798 - project-compare-type: REG_EXP
799 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
800 branches:
801 - branch-compare-type: REG_EXP
802 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700803
804- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700805 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800806 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800807
808 description: |
809 <!-- Managed by Jenkins Job Builder -->
810 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
811 Using pipeline {pipeline-script} <br/><br/>
812 Scale measurements for VOLTHA 2.x
813
814 properties:
815 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800816 build-days-to-keep: '{big-build-days-to-keep}'
817 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800818
819 wrappers:
820 - lf-infra-wrappers:
821 build-timeout: '{build-timeout}'
822 jenkins-ssh-credential: '{jenkins-ssh-credential}'
823
Matteo Scandolo0430f672020-05-07 11:50:26 -0700824 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800825 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700826 release: master
827
Matteo Scandolo0430f672020-05-07 11:50:26 -0700828 bbsimImg: voltha/bbsim:master
829 rwCoreImg: voltha/voltha-rw-core:master
830 ofAgentImg: voltha/voltha-ofagent-go:master
831 openoltAdapterImg: voltha/voltha-openolt-adapter:master
832 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100833 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700834 onosImg: voltha/voltha-onos:master
835
836 bbsimChart: onf/bbsim
837 volthaChart: onf/voltha
838 openoltAdapterChart: onf/voltha-adapter-openolt
839 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700840 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700841 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700842
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800843 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700844 olts: 2
845 pons: 2
846 onus: 2
847 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700848 withFlows: true
849 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700850 withEapol: true
851 withDhcp: true
852 withIgmp: false
853 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700854 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700855 withProfiling: false
856 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700857 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700858 openonuAdapterReplicas: 1
859 onosReplicas: 1
860 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700861 kafkaReplicas: 1
862 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700863 extraHelmFlags: ''
864 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200865 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200866 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700867 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800868 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800869 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700870 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700871 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700872 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700873 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700874
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700875 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200876
Matteo Scandolo51b76302020-02-05 12:07:23 -0800877 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800878 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800879
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700880 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700881
Matteo Scandolo849db722020-10-21 10:58:41 -0700882 triggers:
883 - gerrit:
884 server-name: '{gerrit-server-name}'
885 silent-start: false
886 successful-message: "PASSED scale test"
887 failure-message: "FAILED scale test"
888 unstable-message: "UNSTABLE scale test"
889 trigger-on:
890 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700891 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700892 projects:
893 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700894 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700895 branches:
896 - branch-compare-type: REG_EXP
897 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700898- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700899 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700900 name: '{name}'
901 pipeline-script: 'voltha-scale-matrix.groovy'
902
903 description: |
904 <!-- Managed by Jenkins Job Builder -->
905 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
906 Using pipeline {pipeline-script} <br/><br/>
907 Scale measurements for VOLTHA 2.x
908
909 properties:
910 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800911 build-days-to-keep: '{big-build-days-to-keep}'
912 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700913
914 wrappers:
915 - lf-infra-wrappers:
916 build-timeout: '{build-timeout}'
917 jenkins-ssh-credential: '{jenkins-ssh-credential}'
918
919 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800920 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700921 release: master
922 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700923 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800924 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800925 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700926 onosReplicas: 1
927 atomixReplicas: 0
928 kafkaReplicas: 1
929 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800930 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800931 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700932
933 project-type: pipeline
934 concurrent: false
935
936 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700937
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700938 parameters:
939 - string:
940 name: release
941 default: '{release}'
942 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
943
944 - string:
945 name: buildNode
946 default: '{build-node}'
947 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700948
949 - string:
950 name: volthaSystemTestsChange
951 default: '{volthaSystemTestsChange}'
952 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
953
954 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800955 name: volthaHelmChartsChange
956 default: '{volthaHelmChartsChange}'
957 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 -0700958
959 - string:
960 name: onosReplicas
961 default: '{onosReplicas}'
962 description: 'How many ONOSes instances to run'
963
964 - string:
965 name: atomixReplicas
966 default: '{atomixReplicas}'
967 description: 'How many Atomix instances to run'
968
969 - string:
970 name: kafkaReplicas
971 default: '{kafkaReplicas}'
972 description: 'How many Kafka instances to run'
973
974 - string:
975 name: etcdReplicas
976 default: '{etcdReplicas}'
977 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800978
979 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800980 name: openonuAdapterReplicas
981 default: '{openonuAdapterReplicas}'
982 description: 'How many OpenONU adapter instances to run'
983
984 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800985 name: topologies
986 default: '{topologies}'
987 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
988
989 triggers:
990 - timed: |
991 TZ=America/Los_Angeles
992 {time-trigger}