blob: 82c03b6c163f25aece73ecc66e38afabf2bb28e6 [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
Eric Ball0d5a51a2025-01-22 16:55:16 -08004- _voltha_213_common: &voltha_213_common
5 name: voltha-2.13-common
6 pipeline-branch: 'voltha-2.13'
7 time-trigger: "H H/4 * * *"
8 olts: 2
9 pons: 16
10 onus: 32
11 withFlows: true
12 provisionSubscribers: true
13 bbsimImg: ''
14 rwCoreImg: ''
15 ofAgentImg: ''
16 openoltAdapterImg: ''
17 openonuAdapterImg: ''
18 openonuAdapterGoImg: ''
19 onosImg: ''
20 release: voltha-2.13
21
Matteo Scandolo51b76302020-02-05 12:07:23 -080022- project:
23 name: voltha-scale
24
25 project-name: '{name}'
26
27 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070028 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070029
Matteo Scandolo8df57162020-10-06 14:43:53 -070030 # this job will be used to test custom images without disrupting tests on master
31 - 'voltha-scale-measurements':
32 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobb31fc72021-03-16 17:09:46 -070033 build-node: 'voltha-scale-1'
Matteo Scandoloe6647a02020-11-02 10:27:52 -080034 # trigger on Feb 29th (a.k.a only trigger it manually)
35 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010036 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070037 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070038 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070039 onus: 32
40 withFlows: true
41 provisionSubscribers: true
42 withEapol: true
43 withDhcp: true
44 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070045 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080046 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000047
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080048 - 'voltha-scale-measurements':
49 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080050 build-node: 'voltha-scale-2'
Jan Klare8846dea2023-09-15 14:31:56 +020051 pipeline-script: 'voltha/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +020052 pipeline-branch: 'master'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080053 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080054 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080055 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080056 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070057 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080058 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070059 pons: 16
60 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080061 withFlows: true
62 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080063 workflow: dt
64 withEapol: false
65 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080066 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070067 # 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 -080068
Matteo Scandolofebf6512021-03-02 11:37:37 -080069 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070070 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070071 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080072 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070073 time-trigger: "H H/4 * * *"
Joey Armstrong01bbf8d2023-03-05 06:20:14 -050074 disable-job: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070075 olts: 2
76 pons: 16
77 onus: 32
78 withFlows: true
79 provisionSubscribers: true
80 withEapol: true
81 withDhcp: true
82 withIgmp: false
Joey Armstrongca4cb462023-01-12 17:51:05 -050083 extraHelmFlags: >-
84 --set authRetry=true,dhcpRetry=true
85 --set voltha.securityContext.enabled=false -f /home/jenkins/voltha-scale/voltha-values.yaml
86 --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
87 --set global.rpc_timeout=30s --set voltha.ofagent.log_level=DEBUG'
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070088 onosReplicas: 1
89 atomixReplicas: 1
90 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -070091 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -070092 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -050093 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070094
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070095 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000096 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000097 build-node: 'voltha-scale-1'
98 time-trigger: "H H/12 * * *"
99 olts: 2
100 pons: 16
101 onus: 32
102 withOnuUpgrade: true
103 withFlows: true
104 provisionSubscribers: false
105 withEapol: false
106 withDhcp: false
107 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700108 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 +0000109
110 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700111 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800112 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700113 time-trigger: "H H/4 * * *"
Joey Armstrong01bbf8d2023-03-05 06:20:14 -0500114 disable-job: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700115 olts: 2
116 pons: 16
117 onus: 32
118 withFlows: true
119 provisionSubscribers: true
120 workflow: dt
121 withEapol: false
122 withDhcp: false
123 withIgmp: false
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700124 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 -0700125 onosReplicas: 1
126 atomixReplicas: 1
127 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700128 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700129 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -0500130 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo86939302020-10-30 13:32:08 -0700131
132 - 'voltha-scale-measurements':
133 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800134 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700135 time-trigger: "H H/4 * * *"
Joey Armstrong01bbf8d2023-03-05 06:20:14 -0500136 disable-job: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700137 olts: 2
138 pons: 16
139 onus: 32
140 withFlows: true
141 provisionSubscribers: true
142 workflow: tt
143 withEapol: false
144 withDhcp: true
145 withIgmp: true
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800146 extraHelmFlags: >
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700147 --set voltha.securityContext.enabled=false
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700148 --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 -0800149 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
150 onosStatInterval: 30
151 onosGroupInterval: 30
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700152 onosReplicas: 1
153 atomixReplicas: 1
154 onosImg: andreacampanella/voltha-onos:extend-timeout
155 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700156 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -0500157 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo272aed42020-05-08 15:05:57 -0700158
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100159 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100160 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100161 build-node: 'voltha-scale-1'
162 time-trigger: "H H/4 * * *"
Joey Armstrong01bbf8d2023-03-05 06:20:14 -0500163 disable-job: true
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100164 olts: 2
165 pons: 16
166 onus: 32
167 withFlows: true
168 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100169 workflow: tt
170 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100171 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100172 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100173 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100174 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100175 onosReplicas: 3
176 atomixReplicas: 3
177 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700178 --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 +0100179 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100180 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100181
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100182 # 4k ONTs jobs
183 - 'voltha-scale-measurements':
184 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100185 build-node: 'voltha-scale-1'
186 time-trigger: "H H/4 * * *"
187 olts: 2
188 pons: 64
189 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100190 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100191 withFlows: true
192 provisionSubscribers: true
193 workflow: dt
194 withEapol: false
195 withDhcp: false
196 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100197 onosImg: andreacampanella/voltha-onos:4k-dev
198 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700199 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 -0700200 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 +0100201
Andrea Campanella518e6672022-01-17 11:42:53 +0100202 - 'voltha-scale-measurements':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500203 name: 'voltha-scale-measurements-master-1-64-63-dt-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: dt
213 withEapol: false
214 withDhcp: false
215 withIgmp: false
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/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100220
Matteo Scandolo95f99682022-02-10 15:10:37 -0800221 - 'voltha-scale-measurements':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500222 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
223 build-node: 'voltha-scale-1'
224 time-trigger: "H H/4 * * *"
225 olts: 1
226 pons: 64
227 onus: 63
228 unis: 1
229 withFlows: true
230 provisionSubscribers: true
231 workflow: tt
232 withEapol: false
233 withDhcp: true
234 withIgmp: true
235 onosImg: andreacampanella/voltha-onos:4k-dev
236 withMibTemplate: false
237 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
238 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 -0800239
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800240 # multi-stack jobs
241 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800242 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
243 build-node: 'voltha-scale-2'
Jan Klare8846dea2023-09-15 14:31:56 +0200244 pipeline-script: 'voltha/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200245 pipeline-branch: 'master'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800246 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700247 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800248 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800249 onosReplicas: 1
250 atomixReplicas: 0
251 kafkaReplicas: 1
252 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800253 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800254 olts: 2
255 pons: 16
256 onus: 32
257 withFlows: true
258 provisionSubscribers: true
259 workflow: att
260 withEapol: true
261 withDhcp: true
262 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800263 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800264
265 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800266 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
267 build-node: 'voltha-scale-2'
Jan Klare8846dea2023-09-15 14:31:56 +0200268 pipeline-script: 'voltha/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200269 pipeline-branch: 'master'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800270 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700271 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800272 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800273 onosReplicas: 1
274 atomixReplicas: 0
275 kafkaReplicas: 1
276 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800277 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800278 olts: 2
279 pons: 16
280 onus: 32
281 withFlows: true
282 provisionSubscribers: true
283 workflow: dt
284 withEapol: false
285 withDhcp: false
286 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800287 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800288
289 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800290 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
291 build-node: 'voltha-scale-2'
Jan Klare8846dea2023-09-15 14:31:56 +0200292 pipeline-script: 'voltha/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200293 pipeline-branch: 'master'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800294 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700295 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800296 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800297 onosReplicas: 1
298 atomixReplicas: 0
299 kafkaReplicas: 1
300 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800301 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800302 olts: 2
303 pons: 16
304 onus: 32
305 withFlows: true
306 provisionSubscribers: true
307 workflow: tt
308 withEapol: false
309 withDhcp: true
310 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800311 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800312
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400313 # -----------------------------------------------------------------------
Eric Ball0d5a51a2025-01-22 16:55:16 -0800314 # voltha-2.13 Jobs
315 # -----------------------------------------------------------------------
316
317 - 'voltha-scale-measurements':
318 <<: *voltha_213_common
319 name: 'voltha-scale-measurements-voltha-2.13-2-16-32-dt-subscribers'
320 pipeline-script: 'voltha/voltha-2.13/voltha-scale-test.groovy'
321 build-node: 'voltha-scale-1'
322 workflow: dt
323 withEapol: false
324 withDhcp: false
325 onosImg: 'voltha/voltha-onos:5.0.4'
326 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
327
328 - 'voltha-scale-measurements':
329 <<: *voltha_213_common
330 name: 'voltha-scale-measurements-voltha-2.13-2-16-32-tt-subscribers'
331 pipeline-script: 'voltha/voltha-2.13/voltha-scale-test.groovy'
332 build-node: 'voltha-scale-1'
333 workflow: tt
334 withEapol: false
335 withDhcp: true
336 withIgmp: true
337 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
338
339 - 'voltha-scale-measurements':
340 <<: *voltha_213_common
341 name: 'voltha-scale-measurements-2.13-10-stacks-2-16-32-dt-subscribers'
342 build-node: 'voltha-scale-2'
343 pipeline-script: 'voltha/voltha-2.13/voltha-scale-multi-stack.groovy'
344 withMonitoring: false
345 logLevel: WARN
346 onosReplicas: 1
347 atomixReplicas: 0
348 kafkaReplicas: 1
349 etcdReplicas: 1
350 volthaStacks: 10
351 workflow: dt
352 withEapol: false
353 withDhcp: false
354 withIgmp: false
355 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
356
357 - 'voltha-scale-measurements':
358 <<: *voltha_213_common
359 name: 'voltha-scale-measurements-2.13-10-stacks-2-16-32-tt-subscribers'
360 build-node: 'voltha-scale-2'
361 pipeline-script: 'voltha/voltha-2.13/voltha-scale-multi-stack.groovy'
362 withMonitoring: false
363 logLevel: WARN
364 onosReplicas: 1
365 atomixReplicas: 0
366 kafkaReplicas: 1
367 etcdReplicas: 1
368 volthaStacks: 10
369 workflow: tt
370 withEapol: false
371 withDhcp: true
372 withIgmp: true
373 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
374
375 # -----------------------------------------------------------------------
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400376 # -----------------------------------------------------------------------
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500377 # 2.11 multi-stack jobs
378 - 'voltha-scale-measurements':
379 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-att-subscribers'
380 build-node: 'voltha-scale-2'
381 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200382 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500383 time-trigger: "H H/4 * * *"
384 disable-job: true
385 withMonitoring: false
386 logLevel: WARN
387 onosReplicas: 1
388 atomixReplicas: 0
389 kafkaReplicas: 1
390 etcdReplicas: 1
391 volthaStacks: 10
392 olts: 2
393 pons: 16
394 onus: 32
395 withFlows: true
396 provisionSubscribers: true
397 release: voltha-2.11
398 karaf-home: 'apache-karaf-4.2.9'
399 workflow: att
400 withEapol: true
401 withDhcp: true
402 withIgmp: false
403 bbsimImg: ''
404 rwCoreImg: ''
405 ofAgentImg: ''
406 openoltAdapterImg: ''
407 openonuAdapterImg: ''
408 openonuAdapterGoImg: ''
409 onosImg: 'voltha/voltha-onos:5.0.4'
410 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
411
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400412 # -----------------------------------------------------------------------
413 # -----------------------------------------------------------------------
414 - 'voltha-scale-measurements':
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500415 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-dt-subscribers'
416 build-node: 'voltha-scale-2'
417 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200418 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500419 time-trigger: "H H/4 * * *"
420 disable-job: true
421 withMonitoring: false
422 logLevel: WARN
423 onosReplicas: 1
424 atomixReplicas: 0
425 kafkaReplicas: 1
426 etcdReplicas: 1
427 volthaStacks: 10
428 olts: 2
429 pons: 16
430 onus: 32
431 withFlows: true
432 provisionSubscribers: true
433 release: voltha-2.11
434 karaf-home: 'apache-karaf-4.2.9'
435 workflow: dt
436 withEapol: false
437 withDhcp: false
438 withIgmp: false
439 bbsimImg: ''
440 rwCoreImg: ''
441 ofAgentImg: ''
442 openoltAdapterImg: ''
443 openonuAdapterImg: ''
444 openonuAdapterGoImg: ''
445 onosImg: ''
446 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
447
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400448 # -----------------------------------------------------------------------
449 # -----------------------------------------------------------------------
450 - 'voltha-scale-measurements':
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500451 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-tt-subscribers'
452 build-node: 'voltha-scale-2'
453 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200454 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500455 time-trigger: "H H/4 * * *"
456 disable-job: true
457 withMonitoring: false
458 logLevel: WARN
459 onosReplicas: 1
460 atomixReplicas: 0
461 kafkaReplicas: 1
462 etcdReplicas: 1
463 volthaStacks: 10
464 olts: 2
465 pons: 16
466 onus: 32
467 withFlows: true
468 provisionSubscribers: true
469 release: voltha-2.11
470 karaf-home: 'apache-karaf-4.2.9'
471 workflow: tt
472 withEapol: false
473 withDhcp: true
474 withIgmp: true
475 bbsimImg: ''
476 rwCoreImg: ''
477 ofAgentImg: ''
478 openoltAdapterImg: ''
479 openonuAdapterImg: ''
480 openonuAdapterGoImg: ''
481 onosImg: ''
482 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
483
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400484 # -----------------------------------------------------------------------
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700485 # per patchset job
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400486 # -----------------------------------------------------------------------
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700487 - 'voltha-scale-measurements':
488 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800489 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700490 olts: 1
491 pons: 16
492 onus: 32
493 withFlows: true
494 provisionSubscribers: true
495 withEapol: true
496 withDhcp: true
497 withIgmp: false
498 withMonitoring: false
499 trigger-comment: "voltha scale test ATT"
500
501 - 'voltha-scale-measurements':
502 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800503 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700504 olts: 1
505 pons: 16
506 onus: 32
507 withFlows: true
508 provisionSubscribers: true
509 workflow: tt
510 withEapol: false
511 withDhcp: true
512 withIgmp: true
513 withMonitoring: false
514 trigger-comment: "voltha scale test TT"
515
516 - 'voltha-scale-measurements':
517 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800518 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700519 olts: 1
520 pons: 16
521 onus: 32
522 withFlows: true
523 provisionSubscribers: true
524 workflow: dt
525 withEapol: false
526 withDhcp: false
527 withIgmp: false
528 withMonitoring: false
529 trigger-comment: "voltha scale test DT"
530
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700531 # LWC pipeline
532 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700533 name: 'voltha-scale-measurements-lwc-dt-512'
Jan Klare8846dea2023-09-15 14:31:56 +0200534 pipeline-script: 'voltha/voltha-scale-lwc-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200535 pipeline-branch: 'master'
Cristina de Francisco3f8548d2024-11-13 12:37:30 +0100536 build-node: 'jenkins-worker-02.berlin-lab'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700537 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700538 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700539 withMonitoring: true
540 olts: 1
541 pons: 16
542 onus: 32
543 withFlows: true
544 provisionSubscribers: true
545 withEapol: false
546 withDhcp: false
547 withIgmp: false
548 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
549 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700550 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700551
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700552 - 'voltha-scale-measurements':
553 name: 'voltha-scale-measurements-lwc-dt-256'
Jan Klare8846dea2023-09-15 14:31:56 +0200554 pipeline-script: 'voltha/voltha-scale-lwc-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200555 pipeline-branch: 'master'
Cristina de Francisco3f8548d2024-11-13 12:37:30 +0100556 build-node: 'jenkins-worker-02.berlin-lab'
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700557 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700558 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700559 withMonitoring: true
560 olts: 1
561 pons: 16
562 onus: 16
563 withFlows: true
564 provisionSubscribers: true
565 withEapol: false
566 withDhcp: false
567 withIgmp: false
568 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
569 workflow: dt
570 volthaSystemTestsChange: refs/changes/10/31810/6
571
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700572
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700573# list of parameters for the VOLTHA Jobs,
574# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700575# to use in a job: `parameters: *voltha-scale-job-parameters`
Eric Ball9ecb7ad2024-09-12 12:52:26 -0700576- _voltha-scale-job-parameters: &voltha-scale-job-parameters
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700577 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700578 parameters:
579 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800580 name: pipeline-script
581 default: '{pipeline-script}'
582 description: 'The pipeline script to use'
583
584 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700585 name: release
586 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700587 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 -0700588
589 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700590 name: buildNode
591 default: '{build-node}'
592 description: 'Name of the Jenkins node to run the job on'
593
594 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700595 name: dockerRegistry
596 default: '{dockerRegistry}'
597 description: 'Address of the docker registry to use if we are building custom images'
598
599 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700600 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700601 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 description: 'Log level for all the components'
603
604 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800605 name: volthaStacks
606 default: '{volthaStacks}'
607 description: 'Number of VOLTHA Stacks to deploy'
608
609 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100610 name: unis
611 default: '{unis}'
612 description: 'Number of UNIs to provision'
613
614 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700615 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700616 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700617 description: 'Number of ONUs to provision'
618
619 - string:
620 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700621 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700622 description: 'Number of PONs to provision'
623
624 - string:
625 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700626 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700627 description: 'How many BBSim instances to run'
628
629 - string:
630 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700631 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700632 description: 'Which workflow are we testing (att, dt, tt)'
633
634 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000635 name: withOnuUpgrade
636 default: '{withOnuUpgrade}'
637 description: 'Whether to run the ONU Upgrade test'
638
639 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700640 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700641 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000642 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700643
644 - bool:
645 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700646 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000647 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700648
649 - bool:
650 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700651 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000652 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700653
654 - bool:
655 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700656 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000657 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700658
659 - bool:
660 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700661 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000662 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700663
664 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100665 name: withMaclearning
666 default: '{withMaclearning}'
667 description: 'Whether mac learning is enabled for the test'
668
669 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700670 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700671 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000672 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700673
674 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700675 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700676 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700677 description: 'Option to install Prometheus'
678
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700679 - bool:
680 name: withProfiling
681 default: '{withProfiling}'
682 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
683
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700684 - bool:
685 name: withPcap
686 default: '{withPcap}'
687 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
688
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700689 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700690 name: withRadius
691 default: '{withRadius}'
692 description: 'Value to pass to kind-voltha WITH_RADIUS'
693
694 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700695 name: extraHelmFlags
696 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700697 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 -0700698
Matteo Scandolo272aed42020-05-08 15:05:57 -0700699 - string:
700 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700701 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700702 description: 'How many OpenONU adapter instances to run'
703
704 - string:
705 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700706 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700707 description: 'How many ONOSes instances to run'
708
709 - string:
710 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700711 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700712 description: 'How many Atomix instances to run'
713
714 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700715 name: kafkaReplicas
716 default: '{kafkaReplicas}'
717 description: 'How many Kafka instances to run'
718
719 - string:
720 name: etcdReplicas
721 default: '{etcdReplicas}'
722 description: 'How many ETCD instances to run'
723
724 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700725 name: onosStatInterval
726 default: '{onosStatInterval}'
727 description: 'How often ONOS should poll for ports, flows and meters'
728
729 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200730 name: onosGroupInterval
731 default: '{onosGroupInterval}'
732 description: 'How often ONOS should poll for groups'
733
734 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200735 name: flowObjWorkerThreads
736 default: '{flowObjWorkerThreads}'
737 description: 'How many threads are used by the FlowObjectiveManager worker pool'
738
739 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700740 name: bbsimImg
741 default: '{bbsimImg}'
742 description: 'Custom image selection for BBSIM (repo:tag)'
743
744 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700745 name: rwCoreImg
746 default: '{rwCoreImg}'
747 description: 'Custom image selection for VOLTHA (repo:tag)'
748
749 - string:
750 name: ofAgentImg
751 default: '{ofAgentImg}'
752 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
753
754 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700755 name: openoltAdapterImg
756 default: '{openoltAdapterImg}'
757 description: 'Custom image selection for Openolt Adapter (repo:tag)'
758
759 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700760 name: openonuAdapterImg
761 default: '{openonuAdapterImg}'
762 description: 'Custom image selection for Openonu Adapter (repo:tag)'
763
764 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100765 name: openonuAdapterGoImg
766 default: '{openonuAdapterGoImg}'
767 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
768
769 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700770 name: onosImg
771 default: '{onosImg}'
772 description: 'Custom image selection for Openonu Adapter (repo:tag)'
773
774 - string:
775 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700776 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700777 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
778
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700779 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800780 name: volthaHelmChartsChange
781 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700782 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 -0700783
Matteo Scandoloccc06192020-06-22 10:16:17 -0700784 - bool:
785 name: inMemoryEtcdStorage
786 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700787 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700788
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200789 - string:
790 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700791 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200792 description: 'Karaf home'
793
Andrea Campanellade9139a2022-02-09 16:50:36 +0100794 - string:
795 name: testTimeout
796 default: '{testTimeout}'
797 description: 'How long the scale test can run for in minutes, e.g 10, 15'
798
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700799- job-template:
800 id: 'voltha-scale-measurements'
801 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700802 disabled: '{disable-job}'
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700803 sandbox: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700804
805 description: |
806 <!-- Managed by Jenkins Job Builder -->
807 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
808 Using pipeline {pipeline-script} <br/><br/>
809 Scale measurements for VOLTHA 2.x
810
811 properties:
Joey Armstronge04fe1f2022-08-25 13:48:13 -0400812 - onf-infra-volthadevs-permissions
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700813 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800814 build-days-to-keep: '{big-build-days-to-keep}'
815 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700816
817 wrappers:
818 - lf-infra-wrappers:
819 build-timeout: '{build-timeout}'
820 jenkins-ssh-credential: '{jenkins-ssh-credential}'
821
822 # default values
Jan Klare8846dea2023-09-15 14:31:56 +0200823 pipeline-script: 'voltha/voltha-scale-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200824 pipeline-branch: 'master'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700825 release: master
826
827 bbsimImg: voltha/bbsim:master
828 rwCoreImg: voltha/voltha-rw-core:master
829 ofAgentImg: voltha/voltha-ofagent-go:master
Joey Armstrongca4cb462023-01-12 17:51:05 -0500830 openoltAdapterImg: voltha/voltha-openolt-adapter:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700831 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100832 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700833 onosImg: voltha/voltha-onos:master
834
835 bbsimChart: onf/bbsim
836 volthaChart: onf/voltha
837 openoltAdapterChart: onf/voltha-adapter-openolt
838 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700839 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700840 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700841
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800842 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700843 olts: 2
844 pons: 2
845 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100846 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700847 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000848 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700849 withFlows: false
850 provisionSubscribers: false
851 withEapol: true
852 withDhcp: true
853 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100854 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700855 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700856 withMonitoring: true
857 withProfiling: false
858 withPcap: false
Joey Armstrongca4cb462023-01-12 17:51:05 -0500859 withRadius: true
Andrea Campanellac179de22020-12-10 17:24:40 +0100860 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700861 onosReplicas: 3
862 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700863 kafkaReplicas: 3
864 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700865 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800866 onosStatInterval: 10
867 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200868 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700869 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800870 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800871 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700872 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100873 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700874 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 +0100875 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700876 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100877 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700878 dockerRegistry: 10.90.0.101:30500
879 trigger-comment: vv7CBoQQYYonvaN8xcru
880 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -0700881 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700882
883 <<: *voltha-scale-job-parameters
884
Matteo Scandolo272aed42020-05-08 15:05:57 -0700885 project-type: pipeline
886 concurrent: false
887
Jan Klare8b7b3df2023-09-15 11:27:15 +0200888 pipeline-scm:
889 scm:
890 - git:
891 url: https://gerrit.opencord.org/ci-management
892 branches:
893 - origin/{pipeline-branch}
894 script-path: jjb/pipeline/{pipeline-script}
Matteo Scandolo272aed42020-05-08 15:05:57 -0700895
Matteo Scandoloabb83972020-06-25 16:08:23 -0700896 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700897 # periodic jobs will set this every 4 hours
898 # 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 -0700899 - timed: |
900 TZ=America/Los_Angeles
901 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700902 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
903 # patchset jobs will set this to a meaningful comment
904 - gerrit:
905 server-name: '{gerrit-server-name}'
906 silent-start: false
907 successful-message: "PASSED scale test"
908 failure-message: "FAILED scale test"
909 unstable-message: "UNSTABLE scale test"
910 trigger-on:
911 - comment-added-contains-event:
912 comment-contains-value: '.*{trigger-comment}.*'
913 projects:
914 - project-compare-type: REG_EXP
915 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
916 branches:
917 - branch-compare-type: REG_EXP
918 branch-pattern: '{all-branches-regexp}'
Joey Armstrongaf679da2023-01-31 14:22:41 -0500919
920# [EOF]