blob: 09d858291e461e363f0617fd624ac46a736aabb8 [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 * * *"
Joey Armstrongd1514132023-03-03 14:57:41 -0500298 disable-job: true
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500299 olts: 2
300 pons: 16
301 onus: 32
302 withFlows: true
303 provisionSubscribers: true
304 withEapol: true
305 withDhcp: true
306 withIgmp: false
307 release: voltha-2.11
308 karaf-home: 'apache-karaf-4.2.9'
309 bbsimImg: ''
310 rwCoreImg: ''
311 ofAgentImg: ''
312 openoltAdapterImg: ''
313 openonuAdapterImg: ''
314 openonuAdapterGoImg: ''
315 onosImg: ''
316 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
317
318 - 'voltha-scale-measurements':
319 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-dt-subscribers'
320 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
321 build-node: 'voltha-scale-1'
322 time-trigger: "H H/4 * * *"
Joey Armstrongd1514132023-03-03 14:57:41 -0500323 disable-job: true
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500324 olts: 2
325 pons: 16
326 onus: 32
327 withFlows: true
328 provisionSubscribers: true
329 workflow: dt
330 withEapol: false
331 withDhcp: false
332 withIgmp: false
333 release: voltha-2.11
334 karaf-home: 'apache-karaf-4.2.9'
335 bbsimImg: ''
336 rwCoreImg: ''
337 ofAgentImg: ''
338 openoltAdapterImg: ''
339 openonuAdapterImg: ''
340 openonuAdapterGoImg: ''
341 onosImg: 'voltha/voltha-onos:5.0.4'
342 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
343
344 - 'voltha-scale-measurements':
345 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-tt-subscribers'
346 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
347 build-node: 'voltha-scale-1'
348 time-trigger: "H H/4 * * *"
Joey Armstrongd1514132023-03-03 14:57:41 -0500349 disable-job: true
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500350 olts: 2
351 pons: 16
352 onus: 32
353 withFlows: true
354 provisionSubscribers: true
355 workflow: tt
356 withEapol: false
357 withDhcp: true
358 withIgmp: true
359 release: voltha-2.11
360 karaf-home: 'apache-karaf-4.2.9'
361 bbsimImg: ''
362 rwCoreImg: ''
363 ofAgentImg: ''
364 openoltAdapterImg: ''
365 openonuAdapterImg: ''
366 openonuAdapterGoImg: ''
367 onosImg: ''
368 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
369
370 # 2.11 multi-stack jobs
371 - 'voltha-scale-measurements':
372 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-att-subscribers'
373 build-node: 'voltha-scale-2'
374 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
375 time-trigger: "H H/4 * * *"
376 disable-job: true
377 withMonitoring: false
378 logLevel: WARN
379 onosReplicas: 1
380 atomixReplicas: 0
381 kafkaReplicas: 1
382 etcdReplicas: 1
383 volthaStacks: 10
384 olts: 2
385 pons: 16
386 onus: 32
387 withFlows: true
388 provisionSubscribers: true
389 release: voltha-2.11
390 karaf-home: 'apache-karaf-4.2.9'
391 workflow: att
392 withEapol: true
393 withDhcp: true
394 withIgmp: false
395 bbsimImg: ''
396 rwCoreImg: ''
397 ofAgentImg: ''
398 openoltAdapterImg: ''
399 openonuAdapterImg: ''
400 openonuAdapterGoImg: ''
401 onosImg: 'voltha/voltha-onos:5.0.4'
402 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
403
404 - 'voltha-scale-measurements':
405 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-dt-subscribers'
406 build-node: 'voltha-scale-2'
407 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
408 time-trigger: "H H/4 * * *"
409 disable-job: true
410 withMonitoring: false
411 logLevel: WARN
412 onosReplicas: 1
413 atomixReplicas: 0
414 kafkaReplicas: 1
415 etcdReplicas: 1
416 volthaStacks: 10
417 olts: 2
418 pons: 16
419 onus: 32
420 withFlows: true
421 provisionSubscribers: true
422 release: voltha-2.11
423 karaf-home: 'apache-karaf-4.2.9'
424 workflow: dt
425 withEapol: false
426 withDhcp: false
427 withIgmp: false
428 bbsimImg: ''
429 rwCoreImg: ''
430 ofAgentImg: ''
431 openoltAdapterImg: ''
432 openonuAdapterImg: ''
433 openonuAdapterGoImg: ''
434 onosImg: ''
435 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
436
437 - 'voltha-scale-measurements':
438 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-tt-subscribers'
439 build-node: 'voltha-scale-2'
440 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
441 time-trigger: "H H/4 * * *"
442 disable-job: true
443 withMonitoring: false
444 logLevel: WARN
445 onosReplicas: 1
446 atomixReplicas: 0
447 kafkaReplicas: 1
448 etcdReplicas: 1
449 volthaStacks: 10
450 olts: 2
451 pons: 16
452 onus: 32
453 withFlows: true
454 provisionSubscribers: true
455 release: voltha-2.11
456 karaf-home: 'apache-karaf-4.2.9'
457 workflow: tt
458 withEapol: false
459 withDhcp: true
460 withIgmp: true
461 bbsimImg: ''
462 rwCoreImg: ''
463 ofAgentImg: ''
464 openoltAdapterImg: ''
465 openonuAdapterImg: ''
466 openonuAdapterGoImg: ''
467 onosImg: ''
468 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
469
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000470 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700471 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000472 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000473 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800474 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700475 time-trigger: "H H/4 * * *"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500476 disable-job: true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700477 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700478 pons: 16
479 onus: 32
480 withFlows: true
481 provisionSubscribers: true
482 withEapol: true
483 withDhcp: true
484 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000485 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100486 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200487 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700488 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700489 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700490 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700491 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800492 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200493 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700494 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 -0700495
496 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000497 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000498 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800499 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700500 time-trigger: "H H/4 * * *"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500501 disable-job: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700502 olts: 2
503 pons: 16
504 onus: 32
505 withFlows: true
506 provisionSubscribers: true
507 workflow: dt
508 withEapol: false
509 withDhcp: false
510 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000511 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100512 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200513 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700514 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700515 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700516 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700517 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800518 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100519 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700520 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 -0700521
Matteo Scandolo031bd982020-09-16 10:03:47 -0700522 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000523 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000524 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800525 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700526 time-trigger: "H H/4 * * *"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500527 disable-job: true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700528 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700529 pons: 16
530 onus: 32
531 withFlows: true
532 provisionSubscribers: true
533 workflow: tt
534 withEapol: false
535 withDhcp: true
536 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000537 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100538 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200539 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700540 rwCoreImg: ''
541 ofAgentImg: ''
542 openoltAdapterImg: ''
543 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800544 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700545 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700546 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 -0700547
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700548 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100549 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700550 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100551 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700552 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100553 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700554 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100555 withMonitoring: false
556 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800557 onosReplicas: 1
558 atomixReplicas: 0
559 kafkaReplicas: 1
560 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100561 volthaStacks: 10
562 olts: 2
563 pons: 16
564 onus: 32
565 withFlows: true
566 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700567 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100568 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100569 workflow: att
570 withEapol: true
571 withDhcp: true
572 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800573 bbsimImg: ''
574 rwCoreImg: ''
575 ofAgentImg: ''
576 openoltAdapterImg: ''
577 openonuAdapterImg: ''
578 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100579 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700580 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100581
582 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700583 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100584 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700585 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100586 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700587 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100588 withMonitoring: false
589 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800590 onosReplicas: 1
591 atomixReplicas: 0
592 kafkaReplicas: 1
593 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100594 volthaStacks: 10
595 olts: 2
596 pons: 16
597 onus: 32
598 withFlows: true
599 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700600 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100601 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100602 workflow: dt
603 withEapol: false
604 withDhcp: false
605 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800606 bbsimImg: ''
607 rwCoreImg: ''
608 ofAgentImg: ''
609 openoltAdapterImg: ''
610 openonuAdapterImg: ''
611 openonuAdapterGoImg: ''
612 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700613 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100614
615 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700616 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100617 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700618 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100619 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700620 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100621 withMonitoring: false
622 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800623 onosReplicas: 1
624 atomixReplicas: 0
625 kafkaReplicas: 1
626 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100627 volthaStacks: 10
628 olts: 2
629 pons: 16
630 onus: 32
631 withFlows: true
632 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700633 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100634 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100635 workflow: tt
636 withEapol: false
637 withDhcp: true
638 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800639 bbsimImg: ''
640 rwCoreImg: ''
641 ofAgentImg: ''
642 openoltAdapterImg: ''
643 openonuAdapterImg: ''
644 openonuAdapterGoImg: ''
645 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700646 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100647
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500648 # 2.11 multi-stack jobs
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700649 # per patchset job
650 - 'voltha-scale-measurements':
651 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800652 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700653 olts: 1
654 pons: 16
655 onus: 32
656 withFlows: true
657 provisionSubscribers: true
658 withEapol: true
659 withDhcp: true
660 withIgmp: false
661 withMonitoring: false
662 trigger-comment: "voltha scale test ATT"
663
664 - 'voltha-scale-measurements':
665 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800666 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700667 olts: 1
668 pons: 16
669 onus: 32
670 withFlows: true
671 provisionSubscribers: true
672 workflow: tt
673 withEapol: false
674 withDhcp: true
675 withIgmp: true
676 withMonitoring: false
677 trigger-comment: "voltha scale test TT"
678
679 - 'voltha-scale-measurements':
680 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800681 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700682 olts: 1
683 pons: 16
684 onus: 32
685 withFlows: true
686 provisionSubscribers: true
687 workflow: dt
688 withEapol: false
689 withDhcp: false
690 withIgmp: false
691 withMonitoring: false
692 trigger-comment: "voltha scale test DT"
693
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700694 # LWC pipeline
695 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700696 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700697 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700698 build-node: 'berlin-community-pod-2'
699 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700700 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700701 withMonitoring: true
702 olts: 1
703 pons: 16
704 onus: 32
705 withFlows: true
706 provisionSubscribers: true
707 withEapol: false
708 withDhcp: false
709 withIgmp: false
710 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
711 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700712 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700713
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700714 - 'voltha-scale-measurements':
715 name: 'voltha-scale-measurements-lwc-dt-256'
716 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
717 build-node: 'berlin-community-pod-2'
718 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700719 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700720 withMonitoring: true
721 olts: 1
722 pons: 16
723 onus: 16
724 withFlows: true
725 provisionSubscribers: true
726 withEapol: false
727 withDhcp: false
728 withIgmp: false
729 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
730 workflow: dt
731 volthaSystemTestsChange: refs/changes/10/31810/6
732
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700733
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700734# list of parameters for the VOLTHA Jobs,
735# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700736# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700737- voltha-scale-job-parameters: &voltha-scale-job-parameters
738 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700739 parameters:
740 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800741 name: pipeline-script
742 default: '{pipeline-script}'
743 description: 'The pipeline script to use'
744
745 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700746 name: release
747 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700748 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 -0700749
750 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700751 name: buildNode
752 default: '{build-node}'
753 description: 'Name of the Jenkins node to run the job on'
754
755 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700756 name: dockerRegistry
757 default: '{dockerRegistry}'
758 description: 'Address of the docker registry to use if we are building custom images'
759
760 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700761 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700762 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700763 description: 'Log level for all the components'
764
765 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800766 name: volthaStacks
767 default: '{volthaStacks}'
768 description: 'Number of VOLTHA Stacks to deploy'
769
770 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100771 name: unis
772 default: '{unis}'
773 description: 'Number of UNIs to provision'
774
775 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700776 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700777 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700778 description: 'Number of ONUs to provision'
779
780 - string:
781 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700782 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700783 description: 'Number of PONs to provision'
784
785 - string:
786 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700787 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700788 description: 'How many BBSim instances to run'
789
790 - string:
791 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700792 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700793 description: 'Which workflow are we testing (att, dt, tt)'
794
795 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000796 name: withOnuUpgrade
797 default: '{withOnuUpgrade}'
798 description: 'Whether to run the ONU Upgrade test'
799
800 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700801 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700802 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000803 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700804
805 - bool:
806 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700807 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000808 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700809
810 - bool:
811 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700812 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000813 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700814
815 - bool:
816 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700817 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000818 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700819
820 - bool:
821 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700822 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000823 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700824
825 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100826 name: withMaclearning
827 default: '{withMaclearning}'
828 description: 'Whether mac learning is enabled for the test'
829
830 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700831 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700832 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000833 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700834
835 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700836 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700837 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700838 description: 'Option to install Prometheus'
839
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700840 - bool:
841 name: withProfiling
842 default: '{withProfiling}'
843 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
844
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700845 - bool:
846 name: withPcap
847 default: '{withPcap}'
848 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
849
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700850 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700851 name: withRadius
852 default: '{withRadius}'
853 description: 'Value to pass to kind-voltha WITH_RADIUS'
854
855 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700856 name: extraHelmFlags
857 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700858 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 -0700859
Matteo Scandolo272aed42020-05-08 15:05:57 -0700860 - string:
861 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700862 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700863 description: 'How many OpenONU adapter instances to run'
864
865 - string:
866 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700867 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700868 description: 'How many ONOSes instances to run'
869
870 - string:
871 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700872 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700873 description: 'How many Atomix instances to run'
874
875 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700876 name: kafkaReplicas
877 default: '{kafkaReplicas}'
878 description: 'How many Kafka instances to run'
879
880 - string:
881 name: etcdReplicas
882 default: '{etcdReplicas}'
883 description: 'How many ETCD instances to run'
884
885 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700886 name: onosStatInterval
887 default: '{onosStatInterval}'
888 description: 'How often ONOS should poll for ports, flows and meters'
889
890 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200891 name: onosGroupInterval
892 default: '{onosGroupInterval}'
893 description: 'How often ONOS should poll for groups'
894
895 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200896 name: flowObjWorkerThreads
897 default: '{flowObjWorkerThreads}'
898 description: 'How many threads are used by the FlowObjectiveManager worker pool'
899
900 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700901 name: bbsimImg
902 default: '{bbsimImg}'
903 description: 'Custom image selection for BBSIM (repo:tag)'
904
905 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700906 name: rwCoreImg
907 default: '{rwCoreImg}'
908 description: 'Custom image selection for VOLTHA (repo:tag)'
909
910 - string:
911 name: ofAgentImg
912 default: '{ofAgentImg}'
913 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
914
915 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700916 name: openoltAdapterImg
917 default: '{openoltAdapterImg}'
918 description: 'Custom image selection for Openolt Adapter (repo:tag)'
919
920 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700921 name: openonuAdapterImg
922 default: '{openonuAdapterImg}'
923 description: 'Custom image selection for Openonu Adapter (repo:tag)'
924
925 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100926 name: openonuAdapterGoImg
927 default: '{openonuAdapterGoImg}'
928 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
929
930 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700931 name: onosImg
932 default: '{onosImg}'
933 description: 'Custom image selection for Openonu Adapter (repo:tag)'
934
935 - string:
936 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700937 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700938 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
939
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700940 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800941 name: volthaHelmChartsChange
942 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700943 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 -0700944
Matteo Scandoloccc06192020-06-22 10:16:17 -0700945 - bool:
946 name: inMemoryEtcdStorage
947 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700948 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700949
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200950 - string:
951 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700952 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200953 description: 'Karaf home'
954
Andrea Campanellade9139a2022-02-09 16:50:36 +0100955 - string:
956 name: testTimeout
957 default: '{testTimeout}'
958 description: 'How long the scale test can run for in minutes, e.g 10, 15'
959
Matteo Scandolo001003e2021-02-03 15:39:26 -0800960 # remove once voltha-2.6 is deprecated
961 - string:
962 name: kindVolthaChange
963 default: '{kindVolthaChange}'
964 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500965
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800966 - bool:
967 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100968 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800969
Elia Battiston4decc6b2022-02-25 10:22:56 +0100970 - string:
971 name: mibTemplateUrl
972 default: '{mibTemplateUrl}'
973 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
974
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700975- job-template:
976 id: 'voltha-scale-measurements'
977 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700978 disabled: '{disable-job}'
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700979 sandbox: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700980
981 description: |
982 <!-- Managed by Jenkins Job Builder -->
983 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
984 Using pipeline {pipeline-script} <br/><br/>
985 Scale measurements for VOLTHA 2.x
986
987 properties:
Joey Armstronge04fe1f2022-08-25 13:48:13 -0400988 - onf-infra-volthadevs-permissions
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700989 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800990 build-days-to-keep: '{big-build-days-to-keep}'
991 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700992
993 wrappers:
994 - lf-infra-wrappers:
995 build-timeout: '{build-timeout}'
996 jenkins-ssh-credential: '{jenkins-ssh-credential}'
997
998 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800999 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001000 release: master
1001
1002 bbsimImg: voltha/bbsim:master
1003 rwCoreImg: voltha/voltha-rw-core:master
1004 ofAgentImg: voltha/voltha-ofagent-go:master
Joey Armstrongca4cb462023-01-12 17:51:05 -05001005 openoltAdapterImg: voltha/voltha-openolt-adapter:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001006 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +01001007 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001008 onosImg: voltha/voltha-onos:master
1009
1010 bbsimChart: onf/bbsim
1011 volthaChart: onf/voltha
1012 openoltAdapterChart: onf/voltha-adapter-openolt
1013 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -07001014 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -07001015 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001016
Matteo Scandolo4b006ae2020-11-09 16:14:40 -08001017 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001018 olts: 2
1019 pons: 2
1020 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +01001021 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001022 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +00001023 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001024 withFlows: false
1025 provisionSubscribers: false
1026 withEapol: true
1027 withDhcp: true
1028 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +01001029 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001030 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001031 withMonitoring: true
1032 withProfiling: false
1033 withPcap: false
Joey Armstrongca4cb462023-01-12 17:51:05 -05001034 withRadius: true
Andrea Campanellac179de22020-12-10 17:24:40 +01001035 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001036 onosReplicas: 3
1037 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -07001038 kafkaReplicas: 3
1039 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001040 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -08001041 onosStatInterval: 10
1042 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +02001043 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001044 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -08001045 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -08001046 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001047 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +01001048 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -07001049 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 +01001050 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -07001051 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +01001052 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001053 dockerRegistry: 10.90.0.101:30500
1054 trigger-comment: vv7CBoQQYYonvaN8xcru
1055 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -07001056 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001057
1058 <<: *voltha-scale-job-parameters
1059
Matteo Scandolo272aed42020-05-08 15:05:57 -07001060 project-type: pipeline
1061 concurrent: false
1062
1063 dsl: !include-raw-escape: pipeline/{pipeline-script}
1064
Matteo Scandoloabb83972020-06-25 16:08:23 -07001065 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001066 # periodic jobs will set this every 4 hours
1067 # 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 -07001068 - timed: |
1069 TZ=America/Los_Angeles
1070 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001071 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
1072 # patchset jobs will set this to a meaningful comment
1073 - gerrit:
1074 server-name: '{gerrit-server-name}'
1075 silent-start: false
1076 successful-message: "PASSED scale test"
1077 failure-message: "FAILED scale test"
1078 unstable-message: "UNSTABLE scale test"
1079 trigger-on:
1080 - comment-added-contains-event:
1081 comment-contains-value: '.*{trigger-comment}.*'
1082 projects:
1083 - project-compare-type: REG_EXP
1084 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
1085 branches:
1086 - branch-compare-type: REG_EXP
1087 branch-pattern: '{all-branches-regexp}'
Joey Armstrongaf679da2023-01-31 14:22:41 -05001088
1089# [EOF]