blob: 54b97e3b0ebe7b484d51ae881851a6da040c2920 [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 Scandoloe6647a02020-11-02 10:27:52 -080016 # trigger on Feb 29th (a.k.a only trigger it manually)
17 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010018 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070019 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070020 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070021 onus: 32
22 withFlows: true
23 provisionSubscribers: true
24 withEapol: true
25 withDhcp: true
26 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070027 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080028 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000029
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080030 - 'voltha-scale-measurements':
31 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080032 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020033 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080034 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080035 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080036 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080037 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070038 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080039 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 pons: 16
41 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080042 withFlows: true
43 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080044 workflow: dt
45 withEapol: false
46 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080047 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070048 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049
Matteo Scandolofebf6512021-03-02 11:37:37 -080050 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070051 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070052 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080053 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070054 time-trigger: "H H/4 * * *"
Matteo Scandolob1a50612022-06-23 16:09:39 -070055 disable-job: false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070056 olts: 2
57 pons: 16
58 onus: 32
59 withFlows: true
60 provisionSubscribers: true
61 withEapol: true
62 withDhcp: true
63 withIgmp: false
Joey Armstrongca4cb462023-01-12 17:51:05 -050064 extraHelmFlags: >-
65 --set authRetry=true,dhcpRetry=true
66 --set voltha.securityContext.enabled=false -f /home/jenkins/voltha-scale/voltha-values.yaml
67 --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
68 --set global.rpc_timeout=30s --set voltha.ofagent.log_level=DEBUG'
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070069 onosReplicas: 1
70 atomixReplicas: 1
71 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -070072 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -070073 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -050074 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070075
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070076 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000077 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000078 build-node: 'voltha-scale-1'
79 time-trigger: "H H/12 * * *"
80 olts: 2
81 pons: 16
82 onus: 32
83 withOnuUpgrade: true
84 withFlows: true
85 provisionSubscribers: false
86 withEapol: false
87 withDhcp: false
88 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070089 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=3s'
Hardik Windlass4a76e092022-01-28 11:51:55 +000090
91 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070092 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080093 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070094 time-trigger: "H H/4 * * *"
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070095 disable-job: false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070096 olts: 2
97 pons: 16
98 onus: 32
99 withFlows: true
100 provisionSubscribers: true
101 workflow: dt
102 withEapol: false
103 withDhcp: false
104 withIgmp: false
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700105 extraHelmFlags: '--set voltha.securityContext.enabled=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn'
Matteo Scandolo8630f3d2022-06-27 11:55:54 -0700106 onosReplicas: 1
107 atomixReplicas: 1
108 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700109 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700110 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -0500111 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo86939302020-10-30 13:32:08 -0700112
113 - 'voltha-scale-measurements':
114 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800115 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700116 time-trigger: "H H/4 * * *"
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700117 disable-job: false
Matteo Scandolo86939302020-10-30 13:32:08 -0700118 olts: 2
119 pons: 16
120 onus: 32
121 withFlows: true
122 provisionSubscribers: true
123 workflow: tt
124 withEapol: false
125 withDhcp: true
126 withIgmp: true
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800127 extraHelmFlags: >
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700128 --set voltha.securityContext.enabled=false
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700129 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800130 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
131 onosStatInterval: 30
132 onosGroupInterval: 30
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700133 onosReplicas: 1
134 atomixReplicas: 1
135 onosImg: andreacampanella/voltha-onos:extend-timeout
136 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700137 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -0500138 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo272aed42020-05-08 15:05:57 -0700139
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100140 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100141 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100142 build-node: 'voltha-scale-1'
143 time-trigger: "H H/4 * * *"
144 olts: 2
145 pons: 16
146 onus: 32
147 withFlows: true
148 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100149 workflow: tt
150 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100151 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100152 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100153 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100154 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100155 onosReplicas: 3
156 atomixReplicas: 3
157 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700158 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values-tt.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100159 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100160 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100161
162
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100163 # 4k ONTs jobs
164 - 'voltha-scale-measurements':
165 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100166 build-node: 'voltha-scale-1'
167 time-trigger: "H H/4 * * *"
168 olts: 2
169 pons: 64
170 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100171 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100172 withFlows: true
173 provisionSubscribers: true
174 workflow: dt
175 withEapol: false
176 withDhcp: false
177 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100178 onosImg: andreacampanella/voltha-onos:4k-dev
179 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700180 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700181 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100182
Andrea Campanella518e6672022-01-17 11:42:53 +0100183 - 'voltha-scale-measurements':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500184 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
185 build-node: 'voltha-scale-1'
186 time-trigger: "H H/4 * * *"
187 olts: 1
188 pons: 64
189 onus: 63
190 unis: 1
191 withFlows: true
192 provisionSubscribers: true
193 workflow: dt
194 withEapol: false
195 withDhcp: false
196 withIgmp: false
197 onosImg: andreacampanella/voltha-onos:4k-dev
198 withMibTemplate: false
199 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
200 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100201
Matteo Scandolo95f99682022-02-10 15:10:37 -0800202 - 'voltha-scale-measurements':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500203 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
204 build-node: 'voltha-scale-1'
205 time-trigger: "H H/4 * * *"
206 olts: 1
207 pons: 64
208 onus: 63
209 unis: 1
210 withFlows: true
211 provisionSubscribers: true
212 workflow: tt
213 withEapol: false
214 withDhcp: true
215 withIgmp: true
216 onosImg: andreacampanella/voltha-onos:4k-dev
217 withMibTemplate: false
218 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
219 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn -f /home/cord/tt-custom-values.yaml'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800220
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800221 # multi-stack jobs
222 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800223 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
224 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800225 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800226 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700227 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800229 onosReplicas: 1
230 atomixReplicas: 0
231 kafkaReplicas: 1
232 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800233 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800234 olts: 2
235 pons: 16
236 onus: 32
237 withFlows: true
238 provisionSubscribers: true
239 workflow: att
240 withEapol: true
241 withDhcp: true
242 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800243 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800244
245 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800246 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
247 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800248 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800249 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700250 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800251 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800252 onosReplicas: 1
253 atomixReplicas: 0
254 kafkaReplicas: 1
255 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800256 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800257 olts: 2
258 pons: 16
259 onus: 32
260 withFlows: true
261 provisionSubscribers: true
262 workflow: dt
263 withEapol: false
264 withDhcp: false
265 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800266 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800267
268 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800269 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
270 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800271 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800272 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700273 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800274 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800275 onosReplicas: 1
276 atomixReplicas: 0
277 kafkaReplicas: 1
278 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800279 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800280 olts: 2
281 pons: 16
282 onus: 32
283 withFlows: true
284 provisionSubscribers: true
285 workflow: tt
286 withEapol: false
287 withDhcp: true
288 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800289 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800290
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500291
292 # voltha-2.11 Jobs
293 - 'voltha-scale-measurements':
294 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-att-subscribers'
295 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
296 build-node: 'voltha-scale-1'
297 time-trigger: "H H/4 * * *"
298 olts: 2
299 pons: 16
300 onus: 32
301 withFlows: true
302 provisionSubscribers: true
303 withEapol: true
304 withDhcp: true
305 withIgmp: false
306 release: voltha-2.11
307 karaf-home: 'apache-karaf-4.2.9'
308 bbsimImg: ''
309 rwCoreImg: ''
310 ofAgentImg: ''
311 openoltAdapterImg: ''
312 openonuAdapterImg: ''
313 openonuAdapterGoImg: ''
314 onosImg: ''
315 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
316
317 - 'voltha-scale-measurements':
318 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-dt-subscribers'
319 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
320 build-node: 'voltha-scale-1'
321 time-trigger: "H H/4 * * *"
322 olts: 2
323 pons: 16
324 onus: 32
325 withFlows: true
326 provisionSubscribers: true
327 workflow: dt
328 withEapol: false
329 withDhcp: false
330 withIgmp: false
331 release: voltha-2.11
332 karaf-home: 'apache-karaf-4.2.9'
333 bbsimImg: ''
334 rwCoreImg: ''
335 ofAgentImg: ''
336 openoltAdapterImg: ''
337 openonuAdapterImg: ''
338 openonuAdapterGoImg: ''
339 onosImg: 'voltha/voltha-onos:5.0.4'
340 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
341
342 - 'voltha-scale-measurements':
343 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-tt-subscribers'
344 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
345 build-node: 'voltha-scale-1'
346 time-trigger: "H H/4 * * *"
347 olts: 2
348 pons: 16
349 onus: 32
350 withFlows: true
351 provisionSubscribers: true
352 workflow: tt
353 withEapol: false
354 withDhcp: true
355 withIgmp: true
356 release: voltha-2.11
357 karaf-home: 'apache-karaf-4.2.9'
358 bbsimImg: ''
359 rwCoreImg: ''
360 ofAgentImg: ''
361 openoltAdapterImg: ''
362 openonuAdapterImg: ''
363 openonuAdapterGoImg: ''
364 onosImg: ''
365 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
366
367 # 2.11 multi-stack jobs
368 - 'voltha-scale-measurements':
369 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-att-subscribers'
370 build-node: 'voltha-scale-2'
371 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
372 time-trigger: "H H/4 * * *"
373 disable-job: true
374 withMonitoring: false
375 logLevel: WARN
376 onosReplicas: 1
377 atomixReplicas: 0
378 kafkaReplicas: 1
379 etcdReplicas: 1
380 volthaStacks: 10
381 olts: 2
382 pons: 16
383 onus: 32
384 withFlows: true
385 provisionSubscribers: true
386 release: voltha-2.11
387 karaf-home: 'apache-karaf-4.2.9'
388 workflow: att
389 withEapol: true
390 withDhcp: true
391 withIgmp: false
392 bbsimImg: ''
393 rwCoreImg: ''
394 ofAgentImg: ''
395 openoltAdapterImg: ''
396 openonuAdapterImg: ''
397 openonuAdapterGoImg: ''
398 onosImg: 'voltha/voltha-onos:5.0.4'
399 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
400
401 - 'voltha-scale-measurements':
402 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-dt-subscribers'
403 build-node: 'voltha-scale-2'
404 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
405 time-trigger: "H H/4 * * *"
406 disable-job: true
407 withMonitoring: false
408 logLevel: WARN
409 onosReplicas: 1
410 atomixReplicas: 0
411 kafkaReplicas: 1
412 etcdReplicas: 1
413 volthaStacks: 10
414 olts: 2
415 pons: 16
416 onus: 32
417 withFlows: true
418 provisionSubscribers: true
419 release: voltha-2.11
420 karaf-home: 'apache-karaf-4.2.9'
421 workflow: dt
422 withEapol: false
423 withDhcp: false
424 withIgmp: false
425 bbsimImg: ''
426 rwCoreImg: ''
427 ofAgentImg: ''
428 openoltAdapterImg: ''
429 openonuAdapterImg: ''
430 openonuAdapterGoImg: ''
431 onosImg: ''
432 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
433
434 - 'voltha-scale-measurements':
435 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-tt-subscribers'
436 build-node: 'voltha-scale-2'
437 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
438 time-trigger: "H H/4 * * *"
439 disable-job: true
440 withMonitoring: false
441 logLevel: WARN
442 onosReplicas: 1
443 atomixReplicas: 0
444 kafkaReplicas: 1
445 etcdReplicas: 1
446 volthaStacks: 10
447 olts: 2
448 pons: 16
449 onus: 32
450 withFlows: true
451 provisionSubscribers: true
452 release: voltha-2.11
453 karaf-home: 'apache-karaf-4.2.9'
454 workflow: tt
455 withEapol: false
456 withDhcp: true
457 withIgmp: true
458 bbsimImg: ''
459 rwCoreImg: ''
460 ofAgentImg: ''
461 openoltAdapterImg: ''
462 openonuAdapterImg: ''
463 openonuAdapterGoImg: ''
464 onosImg: ''
465 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
466
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000467 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700468 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000469 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000470 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800471 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700472 time-trigger: "H H/4 * * *"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500473 disable-job: true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700474 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700475 pons: 16
476 onus: 32
477 withFlows: true
478 provisionSubscribers: true
479 withEapol: true
480 withDhcp: true
481 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000482 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100483 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200484 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700485 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700486 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700487 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700488 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800489 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200490 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700491 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
Matteo Scandolod43064b2020-07-13 17:18:45 -0700492
493 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000494 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000495 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800496 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700497 time-trigger: "H H/4 * * *"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500498 disable-job: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700499 olts: 2
500 pons: 16
501 onus: 32
502 withFlows: true
503 provisionSubscribers: true
504 workflow: dt
505 withEapol: false
506 withDhcp: false
507 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000508 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100509 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200510 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700511 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700512 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700513 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700514 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800515 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100516 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700517 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700518
Matteo Scandolo031bd982020-09-16 10:03:47 -0700519 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000520 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000521 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800522 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700523 time-trigger: "H H/4 * * *"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500524 disable-job: true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700525 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700526 pons: 16
527 onus: 32
528 withFlows: true
529 provisionSubscribers: true
530 workflow: tt
531 withEapol: false
532 withDhcp: true
533 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000534 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100535 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200536 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700537 rwCoreImg: ''
538 ofAgentImg: ''
539 openoltAdapterImg: ''
540 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800541 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700542 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700543 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
Matteo Scandolo031bd982020-09-16 10:03:47 -0700544
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700545 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100546 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700547 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100548 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700549 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100550 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700551 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100552 withMonitoring: false
553 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800554 onosReplicas: 1
555 atomixReplicas: 0
556 kafkaReplicas: 1
557 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100558 volthaStacks: 10
559 olts: 2
560 pons: 16
561 onus: 32
562 withFlows: true
563 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700564 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100565 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100566 workflow: att
567 withEapol: true
568 withDhcp: true
569 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800570 bbsimImg: ''
571 rwCoreImg: ''
572 ofAgentImg: ''
573 openoltAdapterImg: ''
574 openonuAdapterImg: ''
575 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100576 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700577 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100578
579 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700580 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100581 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700582 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100583 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700584 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100585 withMonitoring: false
586 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800587 onosReplicas: 1
588 atomixReplicas: 0
589 kafkaReplicas: 1
590 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100591 volthaStacks: 10
592 olts: 2
593 pons: 16
594 onus: 32
595 withFlows: true
596 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700597 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100598 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100599 workflow: dt
600 withEapol: false
601 withDhcp: false
602 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800603 bbsimImg: ''
604 rwCoreImg: ''
605 ofAgentImg: ''
606 openoltAdapterImg: ''
607 openonuAdapterImg: ''
608 openonuAdapterGoImg: ''
609 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700610 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100611
612 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700613 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100614 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700615 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100616 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700617 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100618 withMonitoring: false
619 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800620 onosReplicas: 1
621 atomixReplicas: 0
622 kafkaReplicas: 1
623 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100624 volthaStacks: 10
625 olts: 2
626 pons: 16
627 onus: 32
628 withFlows: true
629 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700630 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100631 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100632 workflow: tt
633 withEapol: false
634 withDhcp: true
635 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800636 bbsimImg: ''
637 rwCoreImg: ''
638 ofAgentImg: ''
639 openoltAdapterImg: ''
640 openonuAdapterImg: ''
641 openonuAdapterGoImg: ''
642 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700643 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100644
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700645 # per patchset job
646 - 'voltha-scale-measurements':
647 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800648 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700649 olts: 1
650 pons: 16
651 onus: 32
652 withFlows: true
653 provisionSubscribers: true
654 withEapol: true
655 withDhcp: true
656 withIgmp: false
657 withMonitoring: false
658 trigger-comment: "voltha scale test ATT"
659
660 - 'voltha-scale-measurements':
661 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800662 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700663 olts: 1
664 pons: 16
665 onus: 32
666 withFlows: true
667 provisionSubscribers: true
668 workflow: tt
669 withEapol: false
670 withDhcp: true
671 withIgmp: true
672 withMonitoring: false
673 trigger-comment: "voltha scale test TT"
674
675 - 'voltha-scale-measurements':
676 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800677 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700678 olts: 1
679 pons: 16
680 onus: 32
681 withFlows: true
682 provisionSubscribers: true
683 workflow: dt
684 withEapol: false
685 withDhcp: false
686 withIgmp: false
687 withMonitoring: false
688 trigger-comment: "voltha scale test DT"
689
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700690 # LWC pipeline
691 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700692 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700693 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700694 build-node: 'berlin-community-pod-2'
695 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700696 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700697 withMonitoring: true
698 olts: 1
699 pons: 16
700 onus: 32
701 withFlows: true
702 provisionSubscribers: true
703 withEapol: false
704 withDhcp: false
705 withIgmp: false
706 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
707 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700708 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700709
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700710 - 'voltha-scale-measurements':
711 name: 'voltha-scale-measurements-lwc-dt-256'
712 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
713 build-node: 'berlin-community-pod-2'
714 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700715 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700716 withMonitoring: true
717 olts: 1
718 pons: 16
719 onus: 16
720 withFlows: true
721 provisionSubscribers: true
722 withEapol: false
723 withDhcp: false
724 withIgmp: false
725 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
726 workflow: dt
727 volthaSystemTestsChange: refs/changes/10/31810/6
728
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700729
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700730# list of parameters for the VOLTHA Jobs,
731# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700732# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700733- voltha-scale-job-parameters: &voltha-scale-job-parameters
734 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700735 parameters:
736 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800737 name: pipeline-script
738 default: '{pipeline-script}'
739 description: 'The pipeline script to use'
740
741 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700742 name: release
743 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700744 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 -0700745
746 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700747 name: buildNode
748 default: '{build-node}'
749 description: 'Name of the Jenkins node to run the job on'
750
751 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700752 name: dockerRegistry
753 default: '{dockerRegistry}'
754 description: 'Address of the docker registry to use if we are building custom images'
755
756 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700757 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700758 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700759 description: 'Log level for all the components'
760
761 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800762 name: volthaStacks
763 default: '{volthaStacks}'
764 description: 'Number of VOLTHA Stacks to deploy'
765
766 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100767 name: unis
768 default: '{unis}'
769 description: 'Number of UNIs to provision'
770
771 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700772 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700773 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700774 description: 'Number of ONUs to provision'
775
776 - string:
777 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700778 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700779 description: 'Number of PONs to provision'
780
781 - string:
782 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700783 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700784 description: 'How many BBSim instances to run'
785
786 - string:
787 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700788 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700789 description: 'Which workflow are we testing (att, dt, tt)'
790
791 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000792 name: withOnuUpgrade
793 default: '{withOnuUpgrade}'
794 description: 'Whether to run the ONU Upgrade test'
795
796 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700797 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700798 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000799 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700800
801 - bool:
802 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700803 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000804 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700805
806 - bool:
807 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700808 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000809 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700810
811 - bool:
812 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700813 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000814 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700815
816 - bool:
817 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700818 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000819 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700820
821 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100822 name: withMaclearning
823 default: '{withMaclearning}'
824 description: 'Whether mac learning is enabled for the test'
825
826 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700827 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700828 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000829 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700830
831 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700832 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700833 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700834 description: 'Option to install Prometheus'
835
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700836 - bool:
837 name: withProfiling
838 default: '{withProfiling}'
839 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
840
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700841 - bool:
842 name: withPcap
843 default: '{withPcap}'
844 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
845
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700846 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700847 name: withRadius
848 default: '{withRadius}'
849 description: 'Value to pass to kind-voltha WITH_RADIUS'
850
851 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700852 name: extraHelmFlags
853 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700854 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 -0700855
Matteo Scandolo272aed42020-05-08 15:05:57 -0700856 - string:
857 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700858 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700859 description: 'How many OpenONU adapter instances to run'
860
861 - string:
862 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700863 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700864 description: 'How many ONOSes instances to run'
865
866 - string:
867 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700868 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700869 description: 'How many Atomix instances to run'
870
871 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700872 name: kafkaReplicas
873 default: '{kafkaReplicas}'
874 description: 'How many Kafka instances to run'
875
876 - string:
877 name: etcdReplicas
878 default: '{etcdReplicas}'
879 description: 'How many ETCD instances to run'
880
881 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700882 name: onosStatInterval
883 default: '{onosStatInterval}'
884 description: 'How often ONOS should poll for ports, flows and meters'
885
886 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200887 name: onosGroupInterval
888 default: '{onosGroupInterval}'
889 description: 'How often ONOS should poll for groups'
890
891 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200892 name: flowObjWorkerThreads
893 default: '{flowObjWorkerThreads}'
894 description: 'How many threads are used by the FlowObjectiveManager worker pool'
895
896 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700897 name: bbsimImg
898 default: '{bbsimImg}'
899 description: 'Custom image selection for BBSIM (repo:tag)'
900
901 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700902 name: rwCoreImg
903 default: '{rwCoreImg}'
904 description: 'Custom image selection for VOLTHA (repo:tag)'
905
906 - string:
907 name: ofAgentImg
908 default: '{ofAgentImg}'
909 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
910
911 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700912 name: openoltAdapterImg
913 default: '{openoltAdapterImg}'
914 description: 'Custom image selection for Openolt Adapter (repo:tag)'
915
916 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700917 name: openonuAdapterImg
918 default: '{openonuAdapterImg}'
919 description: 'Custom image selection for Openonu Adapter (repo:tag)'
920
921 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100922 name: openonuAdapterGoImg
923 default: '{openonuAdapterGoImg}'
924 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
925
926 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700927 name: onosImg
928 default: '{onosImg}'
929 description: 'Custom image selection for Openonu Adapter (repo:tag)'
930
931 - string:
932 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700933 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700934 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
935
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700936 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800937 name: volthaHelmChartsChange
938 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700939 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 -0700940
Matteo Scandoloccc06192020-06-22 10:16:17 -0700941 - bool:
942 name: inMemoryEtcdStorage
943 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700944 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700945
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200946 - string:
947 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700948 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200949 description: 'Karaf home'
950
Andrea Campanellade9139a2022-02-09 16:50:36 +0100951 - string:
952 name: testTimeout
953 default: '{testTimeout}'
954 description: 'How long the scale test can run for in minutes, e.g 10, 15'
955
Matteo Scandolo001003e2021-02-03 15:39:26 -0800956 # remove once voltha-2.6 is deprecated
957 - string:
958 name: kindVolthaChange
959 default: '{kindVolthaChange}'
960 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 -0800961 - bool:
962 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100963 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800964
Elia Battiston4decc6b2022-02-25 10:22:56 +0100965 - string:
966 name: mibTemplateUrl
967 default: '{mibTemplateUrl}'
968 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
969
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700970- job-template:
971 id: 'voltha-scale-measurements'
972 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700973 disabled: '{disable-job}'
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700974 sandbox: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700975
976 description: |
977 <!-- Managed by Jenkins Job Builder -->
978 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
979 Using pipeline {pipeline-script} <br/><br/>
980 Scale measurements for VOLTHA 2.x
981
982 properties:
Joey Armstronge04fe1f2022-08-25 13:48:13 -0400983 - onf-infra-volthadevs-permissions
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700984 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800985 build-days-to-keep: '{big-build-days-to-keep}'
986 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700987
988 wrappers:
989 - lf-infra-wrappers:
990 build-timeout: '{build-timeout}'
991 jenkins-ssh-credential: '{jenkins-ssh-credential}'
992
993 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800994 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700995 release: master
996
997 bbsimImg: voltha/bbsim:master
998 rwCoreImg: voltha/voltha-rw-core:master
999 ofAgentImg: voltha/voltha-ofagent-go:master
Joey Armstrongca4cb462023-01-12 17:51:05 -05001000 openoltAdapterImg: voltha/voltha-openolt-adapter:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001001 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +01001002 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001003 onosImg: voltha/voltha-onos:master
1004
1005 bbsimChart: onf/bbsim
1006 volthaChart: onf/voltha
1007 openoltAdapterChart: onf/voltha-adapter-openolt
1008 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -07001009 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -07001010 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001011
Matteo Scandolo4b006ae2020-11-09 16:14:40 -08001012 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001013 olts: 2
1014 pons: 2
1015 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +01001016 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001017 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +00001018 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001019 withFlows: false
1020 provisionSubscribers: false
1021 withEapol: true
1022 withDhcp: true
1023 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +01001024 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001025 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001026 withMonitoring: true
1027 withProfiling: false
1028 withPcap: false
Joey Armstrongca4cb462023-01-12 17:51:05 -05001029 withRadius: true
Andrea Campanellac179de22020-12-10 17:24:40 +01001030 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001031 onosReplicas: 3
1032 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -07001033 kafkaReplicas: 3
1034 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001035 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -08001036 onosStatInterval: 10
1037 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +02001038 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001039 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -08001040 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -08001041 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001042 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +01001043 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -07001044 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1.json'
Andrea Campanella188e50d2022-01-14 11:30:05 +01001045 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -07001046 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +01001047 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001048 dockerRegistry: 10.90.0.101:30500
1049 trigger-comment: vv7CBoQQYYonvaN8xcru
1050 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -07001051 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001052
1053 <<: *voltha-scale-job-parameters
1054
Matteo Scandolo272aed42020-05-08 15:05:57 -07001055 project-type: pipeline
1056 concurrent: false
1057
1058 dsl: !include-raw-escape: pipeline/{pipeline-script}
1059
Matteo Scandoloabb83972020-06-25 16:08:23 -07001060 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001061 # periodic jobs will set this every 4 hours
1062 # 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 -07001063 - timed: |
1064 TZ=America/Los_Angeles
1065 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001066 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
1067 # patchset jobs will set this to a meaningful comment
1068 - gerrit:
1069 server-name: '{gerrit-server-name}'
1070 silent-start: false
1071 successful-message: "PASSED scale test"
1072 failure-message: "FAILED scale test"
1073 unstable-message: "UNSTABLE scale test"
1074 trigger-on:
1075 - comment-added-contains-event:
1076 comment-contains-value: '.*{trigger-comment}.*'
1077 projects:
1078 - project-compare-type: REG_EXP
1079 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
1080 branches:
1081 - branch-compare-type: REG_EXP
1082 branch-pattern: '{all-branches-regexp}'