blob: a41fc315ab426b9bf4331936d05f6eb02b8476b5 [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
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000291 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700292 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000293 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000294 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800295 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700296 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700297 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700298 pons: 16
299 onus: 32
300 withFlows: true
301 provisionSubscribers: true
302 withEapol: true
303 withDhcp: true
304 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000305 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100306 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200307 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700308 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700309 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700310 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700311 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800312 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200313 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700314 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 -0700315
316 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000317 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000318 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800319 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700320 time-trigger: "H H/4 * * *"
321 olts: 2
322 pons: 16
323 onus: 32
324 withFlows: true
325 provisionSubscribers: true
326 workflow: dt
327 withEapol: false
328 withDhcp: false
329 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000330 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100331 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200332 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700333 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700334 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700335 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700336 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800337 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100338 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700339 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 -0700340
Matteo Scandolo031bd982020-09-16 10:03:47 -0700341 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000342 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000343 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800344 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700345 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700346 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700347 pons: 16
348 onus: 32
349 withFlows: true
350 provisionSubscribers: true
351 workflow: tt
352 withEapol: false
353 withDhcp: true
354 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000355 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100356 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200357 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700358 rwCoreImg: ''
359 ofAgentImg: ''
360 openoltAdapterImg: ''
361 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800362 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700363 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700364 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 -0700365
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700366 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100367 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700368 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100369 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700370 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100371 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700372 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100373 withMonitoring: false
374 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800375 onosReplicas: 1
376 atomixReplicas: 0
377 kafkaReplicas: 1
378 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100379 volthaStacks: 10
380 olts: 2
381 pons: 16
382 onus: 32
383 withFlows: true
384 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700385 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100386 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100387 workflow: att
388 withEapol: true
389 withDhcp: true
390 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800391 bbsimImg: ''
392 rwCoreImg: ''
393 ofAgentImg: ''
394 openoltAdapterImg: ''
395 openonuAdapterImg: ''
396 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100397 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700398 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100399
400 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700401 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100402 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700403 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100404 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700405 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100406 withMonitoring: false
407 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800408 onosReplicas: 1
409 atomixReplicas: 0
410 kafkaReplicas: 1
411 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100412 volthaStacks: 10
413 olts: 2
414 pons: 16
415 onus: 32
416 withFlows: true
417 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700418 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100419 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100420 workflow: dt
421 withEapol: false
422 withDhcp: false
423 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800424 bbsimImg: ''
425 rwCoreImg: ''
426 ofAgentImg: ''
427 openoltAdapterImg: ''
428 openonuAdapterImg: ''
429 openonuAdapterGoImg: ''
430 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700431 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100432
433 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700434 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100435 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700436 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100437 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700438 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100439 withMonitoring: false
440 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800441 onosReplicas: 1
442 atomixReplicas: 0
443 kafkaReplicas: 1
444 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100445 volthaStacks: 10
446 olts: 2
447 pons: 16
448 onus: 32
449 withFlows: true
450 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700451 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100452 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100453 workflow: tt
454 withEapol: false
455 withDhcp: true
456 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800457 bbsimImg: ''
458 rwCoreImg: ''
459 ofAgentImg: ''
460 openoltAdapterImg: ''
461 openonuAdapterImg: ''
462 openonuAdapterGoImg: ''
463 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700464 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100465
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700466 # per patchset job
467 - 'voltha-scale-measurements':
468 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800469 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700470 olts: 1
471 pons: 16
472 onus: 32
473 withFlows: true
474 provisionSubscribers: true
475 withEapol: true
476 withDhcp: true
477 withIgmp: false
478 withMonitoring: false
479 trigger-comment: "voltha scale test ATT"
480
481 - 'voltha-scale-measurements':
482 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800483 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700484 olts: 1
485 pons: 16
486 onus: 32
487 withFlows: true
488 provisionSubscribers: true
489 workflow: tt
490 withEapol: false
491 withDhcp: true
492 withIgmp: true
493 withMonitoring: false
494 trigger-comment: "voltha scale test TT"
495
496 - 'voltha-scale-measurements':
497 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800498 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700499 olts: 1
500 pons: 16
501 onus: 32
502 withFlows: true
503 provisionSubscribers: true
504 workflow: dt
505 withEapol: false
506 withDhcp: false
507 withIgmp: false
508 withMonitoring: false
509 trigger-comment: "voltha scale test DT"
510
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700511 # LWC pipeline
512 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700513 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700514 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700515 build-node: 'berlin-community-pod-2'
516 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700517 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700518 withMonitoring: true
519 olts: 1
520 pons: 16
521 onus: 32
522 withFlows: true
523 provisionSubscribers: true
524 withEapol: false
525 withDhcp: false
526 withIgmp: false
527 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
528 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700529 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700530
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700531 - 'voltha-scale-measurements':
532 name: 'voltha-scale-measurements-lwc-dt-256'
533 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
534 build-node: 'berlin-community-pod-2'
535 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700536 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700537 withMonitoring: true
538 olts: 1
539 pons: 16
540 onus: 16
541 withFlows: true
542 provisionSubscribers: true
543 withEapol: false
544 withDhcp: false
545 withIgmp: false
546 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
547 workflow: dt
548 volthaSystemTestsChange: refs/changes/10/31810/6
549
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700550
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700551# list of parameters for the VOLTHA Jobs,
552# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700553# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700554- voltha-scale-job-parameters: &voltha-scale-job-parameters
555 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700556 parameters:
557 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800558 name: pipeline-script
559 default: '{pipeline-script}'
560 description: 'The pipeline script to use'
561
562 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700563 name: release
564 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700565 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 -0700566
567 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700568 name: buildNode
569 default: '{build-node}'
570 description: 'Name of the Jenkins node to run the job on'
571
572 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700573 name: dockerRegistry
574 default: '{dockerRegistry}'
575 description: 'Address of the docker registry to use if we are building custom images'
576
577 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700578 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700579 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700580 description: 'Log level for all the components'
581
582 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800583 name: volthaStacks
584 default: '{volthaStacks}'
585 description: 'Number of VOLTHA Stacks to deploy'
586
587 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100588 name: unis
589 default: '{unis}'
590 description: 'Number of UNIs to provision'
591
592 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700593 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700594 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700595 description: 'Number of ONUs to provision'
596
597 - string:
598 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700599 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700600 description: 'Number of PONs to provision'
601
602 - string:
603 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700604 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700605 description: 'How many BBSim instances to run'
606
607 - string:
608 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700609 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700610 description: 'Which workflow are we testing (att, dt, tt)'
611
612 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000613 name: withOnuUpgrade
614 default: '{withOnuUpgrade}'
615 description: 'Whether to run the ONU Upgrade test'
616
617 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700618 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700619 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000620 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700621
622 - bool:
623 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700624 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000625 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700626
627 - bool:
628 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700629 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000630 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700631
632 - bool:
633 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700634 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000635 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700636
637 - bool:
638 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700639 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000640 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700641
642 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100643 name: withMaclearning
644 default: '{withMaclearning}'
645 description: 'Whether mac learning is enabled for the test'
646
647 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700648 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700649 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000650 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700651
652 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700653 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700654 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700655 description: 'Option to install Prometheus'
656
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700657 - bool:
658 name: withProfiling
659 default: '{withProfiling}'
660 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
661
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700662 - bool:
663 name: withPcap
664 default: '{withPcap}'
665 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
666
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700667 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700668 name: withRadius
669 default: '{withRadius}'
670 description: 'Value to pass to kind-voltha WITH_RADIUS'
671
672 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700673 name: extraHelmFlags
674 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700675 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 -0700676
Matteo Scandolo272aed42020-05-08 15:05:57 -0700677 - string:
678 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700679 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700680 description: 'How many OpenONU adapter instances to run'
681
682 - string:
683 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700684 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700685 description: 'How many ONOSes instances to run'
686
687 - string:
688 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700689 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700690 description: 'How many Atomix instances to run'
691
692 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700693 name: kafkaReplicas
694 default: '{kafkaReplicas}'
695 description: 'How many Kafka instances to run'
696
697 - string:
698 name: etcdReplicas
699 default: '{etcdReplicas}'
700 description: 'How many ETCD instances to run'
701
702 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700703 name: onosStatInterval
704 default: '{onosStatInterval}'
705 description: 'How often ONOS should poll for ports, flows and meters'
706
707 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200708 name: onosGroupInterval
709 default: '{onosGroupInterval}'
710 description: 'How often ONOS should poll for groups'
711
712 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200713 name: flowObjWorkerThreads
714 default: '{flowObjWorkerThreads}'
715 description: 'How many threads are used by the FlowObjectiveManager worker pool'
716
717 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700718 name: bbsimImg
719 default: '{bbsimImg}'
720 description: 'Custom image selection for BBSIM (repo:tag)'
721
722 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700723 name: rwCoreImg
724 default: '{rwCoreImg}'
725 description: 'Custom image selection for VOLTHA (repo:tag)'
726
727 - string:
728 name: ofAgentImg
729 default: '{ofAgentImg}'
730 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
731
732 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700733 name: openoltAdapterImg
734 default: '{openoltAdapterImg}'
735 description: 'Custom image selection for Openolt Adapter (repo:tag)'
736
737 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700738 name: openonuAdapterImg
739 default: '{openonuAdapterImg}'
740 description: 'Custom image selection for Openonu Adapter (repo:tag)'
741
742 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100743 name: openonuAdapterGoImg
744 default: '{openonuAdapterGoImg}'
745 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
746
747 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700748 name: onosImg
749 default: '{onosImg}'
750 description: 'Custom image selection for Openonu Adapter (repo:tag)'
751
752 - string:
753 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700754 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700755 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
756
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700757 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800758 name: volthaHelmChartsChange
759 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700760 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 -0700761
Matteo Scandoloccc06192020-06-22 10:16:17 -0700762 - bool:
763 name: inMemoryEtcdStorage
764 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700765 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700766
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200767 - string:
768 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700769 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200770 description: 'Karaf home'
771
Andrea Campanellade9139a2022-02-09 16:50:36 +0100772 - string:
773 name: testTimeout
774 default: '{testTimeout}'
775 description: 'How long the scale test can run for in minutes, e.g 10, 15'
776
Matteo Scandolo001003e2021-02-03 15:39:26 -0800777 # remove once voltha-2.6 is deprecated
778 - string:
779 name: kindVolthaChange
780 default: '{kindVolthaChange}'
781 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800782 - bool:
783 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100784 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800785
Elia Battiston4decc6b2022-02-25 10:22:56 +0100786 - string:
787 name: mibTemplateUrl
788 default: '{mibTemplateUrl}'
789 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
790
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700791- job-template:
792 id: 'voltha-scale-measurements'
793 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700794 disabled: '{disable-job}'
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700795 sandbox: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700796
797 description: |
798 <!-- Managed by Jenkins Job Builder -->
799 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
800 Using pipeline {pipeline-script} <br/><br/>
801 Scale measurements for VOLTHA 2.x
802
803 properties:
Joey Armstronge04fe1f2022-08-25 13:48:13 -0400804 - onf-infra-volthadevs-permissions
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700805 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800806 build-days-to-keep: '{big-build-days-to-keep}'
807 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700808
809 wrappers:
810 - lf-infra-wrappers:
811 build-timeout: '{build-timeout}'
812 jenkins-ssh-credential: '{jenkins-ssh-credential}'
813
814 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800815 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700816 release: master
817
818 bbsimImg: voltha/bbsim:master
819 rwCoreImg: voltha/voltha-rw-core:master
820 ofAgentImg: voltha/voltha-ofagent-go:master
Joey Armstrongca4cb462023-01-12 17:51:05 -0500821 openoltAdapterImg: voltha/voltha-openolt-adapter:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700822 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100823 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700824 onosImg: voltha/voltha-onos:master
825
826 bbsimChart: onf/bbsim
827 volthaChart: onf/voltha
828 openoltAdapterChart: onf/voltha-adapter-openolt
829 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700830 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700831 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700832
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800833 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700834 olts: 2
835 pons: 2
836 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100837 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700838 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000839 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700840 withFlows: false
841 provisionSubscribers: false
842 withEapol: true
843 withDhcp: true
844 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100845 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700846 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700847 withMonitoring: true
848 withProfiling: false
849 withPcap: false
Joey Armstrongca4cb462023-01-12 17:51:05 -0500850 withRadius: true
Andrea Campanellac179de22020-12-10 17:24:40 +0100851 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700852 onosReplicas: 3
853 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700854 kafkaReplicas: 3
855 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700856 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800857 onosStatInterval: 10
858 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200859 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700860 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800861 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800862 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700863 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100864 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700865 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 +0100866 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700867 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100868 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700869 dockerRegistry: 10.90.0.101:30500
870 trigger-comment: vv7CBoQQYYonvaN8xcru
871 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -0700872 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700873
874 <<: *voltha-scale-job-parameters
875
Matteo Scandolo272aed42020-05-08 15:05:57 -0700876 project-type: pipeline
877 concurrent: false
878
879 dsl: !include-raw-escape: pipeline/{pipeline-script}
880
Matteo Scandoloabb83972020-06-25 16:08:23 -0700881 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700882 # periodic jobs will set this every 4 hours
883 # 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 -0700884 - timed: |
885 TZ=America/Los_Angeles
886 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700887 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
888 # patchset jobs will set this to a meaningful comment
889 - gerrit:
890 server-name: '{gerrit-server-name}'
891 silent-start: false
892 successful-message: "PASSED scale test"
893 failure-message: "FAILED scale test"
894 unstable-message: "UNSTABLE scale test"
895 trigger-on:
896 - comment-added-contains-event:
897 comment-contains-value: '.*{trigger-comment}.*'
898 projects:
899 - project-compare-type: REG_EXP
900 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
901 branches:
902 - branch-compare-type: REG_EXP
903 branch-pattern: '{all-branches-regexp}'