blob: 2b274cb60eb33e0961ac4cec93157d8ae823771b [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandolo8df57162020-10-06 14:43:53 -070012 # this job will be used to test custom images without disrupting tests on master
13 - 'voltha-scale-measurements':
14 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobb31fc72021-03-16 17:09:46 -070015 build-node: 'voltha-scale-1'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080016 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080017 # trigger on Feb 29th (a.k.a only trigger it manually)
18 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010019 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070020 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070021 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070022 onus: 32
23 withFlows: true
24 provisionSubscribers: true
25 withEapol: true
26 withDhcp: true
27 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070028 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080029 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000030
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080031 - 'voltha-scale-measurements':
32 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080033 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020034 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandoloac5ff3f2021-06-01 17:05:41 -070035 'disable-job': false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080036 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080037 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080038 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080039 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080041 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070042 pons: 16
43 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080044 withFlows: true
45 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080046 workflow: dt
47 withEapol: false
48 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049 withIgmp: false
Matteo Scandolo529e8822021-07-21 10:20:18 -070050 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080051
Matteo Scandolofebf6512021-03-02 11:37:37 -080052 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070053 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080055 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080056 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070057 time-trigger: "H H/4 * * *"
58 olts: 2
59 pons: 16
60 onus: 32
61 withFlows: true
62 provisionSubscribers: true
63 withEapol: true
64 withDhcp: true
65 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070066 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070067
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070068 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000069 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000070 'disable-job': false
71 build-node: 'voltha-scale-1'
72 time-trigger: "H H/12 * * *"
73 olts: 2
74 pons: 16
75 onus: 32
76 withOnuUpgrade: true
77 withFlows: true
78 provisionSubscribers: false
79 withEapol: false
80 withDhcp: false
81 withIgmp: false
Hardik Windlassddaf7be2022-02-01 17:54:20 +000082 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=3s'
Hardik Windlass4a76e092022-01-28 11:51:55 +000083
84 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070085 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080086 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080087 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070088 time-trigger: "H H/4 * * *"
89 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 workflow: dt
95 withEapol: false
96 withDhcp: false
97 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070098 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandolo86939302020-10-30 13:32:08 -070099
100 - 'voltha-scale-measurements':
101 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800102 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800103 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700104 time-trigger: "H H/4 * * *"
105 olts: 2
106 pons: 16
107 onus: 32
108 withFlows: true
109 provisionSubscribers: true
110 workflow: tt
111 withEapol: false
112 withDhcp: true
113 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700114 onosReplicas: 3
115 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800116 extraHelmFlags: >
117 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
118 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
119 onosStatInterval: 30
120 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700121
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100122 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100123 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100124 'disable-job': false
125 build-node: 'voltha-scale-1'
126 time-trigger: "H H/4 * * *"
127 olts: 2
128 pons: 16
129 onus: 32
130 withFlows: true
131 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100132 workflow: tt
133 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100134 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100135 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100136 withMaclearning: true
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100137 onosReplicas: 3
138 atomixReplicas: 3
139 extraHelmFlags: >
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100140 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values-tt.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100141 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100142 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100143
144
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100145 # 4k ONTs jobs
146 - 'voltha-scale-measurements':
147 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
148 'disable-job': false
149 build-node: 'voltha-scale-1'
150 time-trigger: "H H/4 * * *"
151 olts: 2
152 pons: 64
153 onus: 32
154 withFlows: true
155 provisionSubscribers: true
156 workflow: dt
157 withEapol: false
158 withDhcp: false
159 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100160 onosImg: andreacampanella/voltha-onos:4k-dev
161 withMibTemplate: false
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100162 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
163
Andrea Campanella518e6672022-01-17 11:42:53 +0100164 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100165 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Matteo Scandoloe7692012022-02-01 11:53:45 -0800166 'disable-job': false
Andrea Campanella518e6672022-01-17 11:42:53 +0100167 build-node: 'voltha-scale-1'
168 time-trigger: "H H/4 * * *"
169 olts: 1
170 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100171 onus: 63
Andrea Campanella518e6672022-01-17 11:42:53 +0100172 withFlows: true
173 provisionSubscribers: true
174 workflow: dt
175 withEapol: false
176 withDhcp: false
177 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100178 onosImg: andreacampanella/voltha-onos:4k-dev
179 withMibTemplate: false
Andrea Campanella4c2f1522022-01-19 19:10:03 +0100180 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100181
Matteo Scandolo95f99682022-02-10 15:10:37 -0800182 - 'voltha-scale-measurements':
183 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
184 'disable-job': false
185 build-node: 'voltha-scale-1'
186 time-trigger: "H H/4 * * *"
187 olts: 1
188 pons: 64
189 onus: 63
190 withFlows: true
191 provisionSubscribers: true
192 workflow: tt
193 withEapol: false
194 withDhcp: false
195 withIgmp: false
196 onosImg: andreacampanella/voltha-onos:4k-dev
197 withMibTemplate: false
198 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
199
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800200 # multi-stack jobs
201 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800202 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
203 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200204 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800205 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800206 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800207 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800208 onosReplicas: 1
209 atomixReplicas: 0
210 kafkaReplicas: 1
211 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800212 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800213 olts: 2
214 pons: 16
215 onus: 32
216 withFlows: true
217 provisionSubscribers: true
218 workflow: att
219 withEapol: true
220 withDhcp: true
221 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800222 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800223
224 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800225 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
226 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200227 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800228 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800229 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800230 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800231 onosReplicas: 1
232 atomixReplicas: 0
233 kafkaReplicas: 1
234 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800235 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800236 olts: 2
237 pons: 16
238 onus: 32
239 withFlows: true
240 provisionSubscribers: true
241 workflow: dt
242 withEapol: false
243 withDhcp: false
244 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800245 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800246
247 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800248 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
249 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200250 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800251 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800252 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800253 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800254 onosReplicas: 1
255 atomixReplicas: 0
256 kafkaReplicas: 1
257 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800258 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800259 olts: 2
260 pons: 16
261 onus: 32
262 withFlows: true
263 provisionSubscribers: true
264 workflow: tt
265 withEapol: false
266 withDhcp: true
267 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800268 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800269
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000270 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700271 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000272 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800273 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000274 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800275 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700276 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700277 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700278 pons: 16
279 onus: 32
280 withFlows: true
281 provisionSubscribers: true
282 withEapol: true
283 withDhcp: true
284 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000285 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100286 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200287 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700288 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700289 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700290 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700291 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800292 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200293 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700294 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolod43064b2020-07-13 17:18:45 -0700295
296 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000297 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800298 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000299 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800300 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700301 time-trigger: "H H/4 * * *"
302 olts: 2
303 pons: 16
304 onus: 32
305 withFlows: true
306 provisionSubscribers: true
307 workflow: dt
308 withEapol: false
309 withDhcp: false
310 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000311 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100312 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200313 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700314 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700315 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700316 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700317 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800318 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100319 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700320 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700321
Matteo Scandolo031bd982020-09-16 10:03:47 -0700322 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000323 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800324 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000325 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800326 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700327 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700328 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700329 pons: 16
330 onus: 32
331 withFlows: true
332 provisionSubscribers: true
333 workflow: tt
334 withEapol: false
335 withDhcp: true
336 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000337 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100338 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200339 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700340 rwCoreImg: ''
341 ofAgentImg: ''
342 openoltAdapterImg: ''
343 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800344 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700345 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700346 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo031bd982020-09-16 10:03:47 -0700347
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700348 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100349 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700350 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100351 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700352 'disable-job': false
353 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100354 time-trigger: "H H/4 * * *"
355 withMonitoring: false
356 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800357 onosReplicas: 1
358 atomixReplicas: 0
359 kafkaReplicas: 1
360 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100361 volthaStacks: 10
362 olts: 2
363 pons: 16
364 onus: 32
365 withFlows: true
366 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700367 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100368 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100369 workflow: att
370 withEapol: true
371 withDhcp: true
372 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800373 bbsimImg: ''
374 rwCoreImg: ''
375 ofAgentImg: ''
376 openoltAdapterImg: ''
377 openonuAdapterImg: ''
378 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100379 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700380 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100381
382 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700383 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100384 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700385 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
386 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100387 time-trigger: "H H/4 * * *"
388 withMonitoring: false
389 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800390 onosReplicas: 1
391 atomixReplicas: 0
392 kafkaReplicas: 1
393 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100394 volthaStacks: 10
395 olts: 2
396 pons: 16
397 onus: 32
398 withFlows: true
399 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700400 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100401 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100402 workflow: dt
403 withEapol: false
404 withDhcp: false
405 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800406 bbsimImg: ''
407 rwCoreImg: ''
408 ofAgentImg: ''
409 openoltAdapterImg: ''
410 openonuAdapterImg: ''
411 openonuAdapterGoImg: ''
412 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700413 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100414
415 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700416 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100417 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700418 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
419 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100420 time-trigger: "H H/4 * * *"
421 withMonitoring: false
422 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800423 onosReplicas: 1
424 atomixReplicas: 0
425 kafkaReplicas: 1
426 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100427 volthaStacks: 10
428 olts: 2
429 pons: 16
430 onus: 32
431 withFlows: true
432 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700433 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100434 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100435 workflow: tt
436 withEapol: false
437 withDhcp: true
438 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800439 bbsimImg: ''
440 rwCoreImg: ''
441 ofAgentImg: ''
442 openoltAdapterImg: ''
443 openonuAdapterImg: ''
444 openonuAdapterGoImg: ''
445 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700446 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100447
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700448 # per patchset job
449 - 'voltha-scale-measurements':
450 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800451 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700452 olts: 1
453 pons: 16
454 onus: 32
455 withFlows: true
456 provisionSubscribers: true
457 withEapol: true
458 withDhcp: true
459 withIgmp: false
460 withMonitoring: false
461 trigger-comment: "voltha scale test ATT"
462
463 - 'voltha-scale-measurements':
464 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800465 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700466 olts: 1
467 pons: 16
468 onus: 32
469 withFlows: true
470 provisionSubscribers: true
471 workflow: tt
472 withEapol: false
473 withDhcp: true
474 withIgmp: true
475 withMonitoring: false
476 trigger-comment: "voltha scale test TT"
477
478 - 'voltha-scale-measurements':
479 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800480 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700481 olts: 1
482 pons: 16
483 onus: 32
484 withFlows: true
485 provisionSubscribers: true
486 workflow: dt
487 withEapol: false
488 withDhcp: false
489 withIgmp: false
490 withMonitoring: false
491 trigger-comment: "voltha scale test DT"
492
Matteo Scandolo272aed42020-05-08 15:05:57 -0700493 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700494 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700495 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700496 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700497
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700498
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700499# list of parameters for the VOLTHA Jobs,
500# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700501# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700502- voltha-scale-job-parameters: &voltha-scale-job-parameters
503 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700504 parameters:
505 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800506 name: pipeline-script
507 default: '{pipeline-script}'
508 description: 'The pipeline script to use'
509
510 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700511 name: release
512 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700513 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 -0700514
515 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700516 name: buildNode
517 default: '{build-node}'
518 description: 'Name of the Jenkins node to run the job on'
519
520 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700521 name: dockerRegistry
522 default: '{dockerRegistry}'
523 description: 'Address of the docker registry to use if we are building custom images'
524
525 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700526 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700527 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700528 description: 'Log level for all the components'
529
530 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800531 name: volthaStacks
532 default: '{volthaStacks}'
533 description: 'Number of VOLTHA Stacks to deploy'
534
535 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700536 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700537 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700538 description: 'Number of ONUs to provision'
539
540 - string:
541 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700542 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700543 description: 'Number of PONs to provision'
544
545 - string:
546 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700547 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 description: 'How many BBSim instances to run'
549
550 - string:
551 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700552 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700553 description: 'Which workflow are we testing (att, dt, tt)'
554
555 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000556 name: withOnuUpgrade
557 default: '{withOnuUpgrade}'
558 description: 'Whether to run the ONU Upgrade test'
559
560 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700561 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700562 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000563 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700564
565 - bool:
566 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700567 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000568 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700569
570 - bool:
571 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700572 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000573 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700574
575 - bool:
576 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700577 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000578 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700579
580 - bool:
581 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700582 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000583 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700584
585 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100586 name: withMaclearning
587 default: '{withMaclearning}'
588 description: 'Whether mac learning is enabled for the test'
589
590 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700591 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700592 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000593 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700594
595 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700596 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700597 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700598 description: 'Option to install Prometheus'
599
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700600 - bool:
601 name: withProfiling
602 default: '{withProfiling}'
603 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
604
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700605 - bool:
606 name: withPcap
607 default: '{withPcap}'
608 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
609
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700610 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700611 name: withRadius
612 default: '{withRadius}'
613 description: 'Value to pass to kind-voltha WITH_RADIUS'
614
615 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700616 name: extraHelmFlags
617 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700618 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 -0700619
Matteo Scandolo272aed42020-05-08 15:05:57 -0700620 - string:
621 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700622 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700623 description: 'How many OpenONU adapter instances to run'
624
625 - string:
626 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700627 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700628 description: 'How many ONOSes instances to run'
629
630 - string:
631 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700632 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700633 description: 'How many Atomix instances to run'
634
635 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700636 name: kafkaReplicas
637 default: '{kafkaReplicas}'
638 description: 'How many Kafka instances to run'
639
640 - string:
641 name: etcdReplicas
642 default: '{etcdReplicas}'
643 description: 'How many ETCD instances to run'
644
645 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700646 name: onosStatInterval
647 default: '{onosStatInterval}'
648 description: 'How often ONOS should poll for ports, flows and meters'
649
650 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200651 name: onosGroupInterval
652 default: '{onosGroupInterval}'
653 description: 'How often ONOS should poll for groups'
654
655 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200656 name: flowObjWorkerThreads
657 default: '{flowObjWorkerThreads}'
658 description: 'How many threads are used by the FlowObjectiveManager worker pool'
659
660 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700661 name: bbsimImg
662 default: '{bbsimImg}'
663 description: 'Custom image selection for BBSIM (repo:tag)'
664
665 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700666 name: rwCoreImg
667 default: '{rwCoreImg}'
668 description: 'Custom image selection for VOLTHA (repo:tag)'
669
670 - string:
671 name: ofAgentImg
672 default: '{ofAgentImg}'
673 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
674
675 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700676 name: openoltAdapterImg
677 default: '{openoltAdapterImg}'
678 description: 'Custom image selection for Openolt Adapter (repo:tag)'
679
680 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700681 name: openonuAdapterImg
682 default: '{openonuAdapterImg}'
683 description: 'Custom image selection for Openonu Adapter (repo:tag)'
684
685 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100686 name: openonuAdapterGoImg
687 default: '{openonuAdapterGoImg}'
688 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
689
690 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700691 name: onosImg
692 default: '{onosImg}'
693 description: 'Custom image selection for Openonu Adapter (repo:tag)'
694
695 - string:
696 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700697 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700698 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
699
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700700 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800701 name: volthaHelmChartsChange
702 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700703 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 -0700704
Matteo Scandoloccc06192020-06-22 10:16:17 -0700705 - bool:
706 name: inMemoryEtcdStorage
707 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700708 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700709
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200710 - string:
711 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700712 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200713 description: 'Karaf home'
714
Matteo Scandolo001003e2021-02-03 15:39:26 -0800715 # remove once voltha-2.6 is deprecated
716 - string:
717 name: kindVolthaChange
718 default: '{kindVolthaChange}'
719 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 -0800720 - bool:
721 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100722 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800723
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700724- job-template:
725 id: 'voltha-scale-measurements'
726 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700727 disabled: '{disable-job}'
728
729 description: |
730 <!-- Managed by Jenkins Job Builder -->
731 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
732 Using pipeline {pipeline-script} <br/><br/>
733 Scale measurements for VOLTHA 2.x
734
735 properties:
736 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800737 build-days-to-keep: '{big-build-days-to-keep}'
738 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700739
740 wrappers:
741 - lf-infra-wrappers:
742 build-timeout: '{build-timeout}'
743 jenkins-ssh-credential: '{jenkins-ssh-credential}'
744
745 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800746 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700747 release: master
748
749 bbsimImg: voltha/bbsim:master
750 rwCoreImg: voltha/voltha-rw-core:master
751 ofAgentImg: voltha/voltha-ofagent-go:master
752 openoltAdapterImg: voltha/voltha-openolt-adapter:master
753 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100754 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700755 onosImg: voltha/voltha-onos:master
756
757 bbsimChart: onf/bbsim
758 volthaChart: onf/voltha
759 openoltAdapterChart: onf/voltha-adapter-openolt
760 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700761 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700762 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700763
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800764 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700765 olts: 2
766 pons: 2
767 onus: 2
768 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000769 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700770 withFlows: false
771 provisionSubscribers: false
772 withEapol: true
773 withDhcp: true
774 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100775 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700776 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700777 withMonitoring: true
778 withProfiling: false
779 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700780 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100781 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700782 onosReplicas: 3
783 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700784 kafkaReplicas: 3
785 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700786 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800787 onosStatInterval: 10
788 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200789 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700790 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800791 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800792 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700793 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100794 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100795 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700796 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700797 dockerRegistry: 10.90.0.101:30500
798 trigger-comment: vv7CBoQQYYonvaN8xcru
799 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700800
801 <<: *voltha-scale-job-parameters
802
Matteo Scandolo272aed42020-05-08 15:05:57 -0700803 project-type: pipeline
804 concurrent: false
805
806 dsl: !include-raw-escape: pipeline/{pipeline-script}
807
Matteo Scandoloabb83972020-06-25 16:08:23 -0700808 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700809 # periodic jobs will set this every 4 hours
810 # 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 -0700811 - timed: |
812 TZ=America/Los_Angeles
813 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700814 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
815 # patchset jobs will set this to a meaningful comment
816 - gerrit:
817 server-name: '{gerrit-server-name}'
818 silent-start: false
819 successful-message: "PASSED scale test"
820 failure-message: "FAILED scale test"
821 unstable-message: "UNSTABLE scale test"
822 trigger-on:
823 - comment-added-contains-event:
824 comment-contains-value: '.*{trigger-comment}.*'
825 projects:
826 - project-compare-type: REG_EXP
827 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
828 branches:
829 - branch-compare-type: REG_EXP
830 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700831
832- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700833 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800834 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800835
836 description: |
837 <!-- Managed by Jenkins Job Builder -->
838 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
839 Using pipeline {pipeline-script} <br/><br/>
840 Scale measurements for VOLTHA 2.x
841
842 properties:
843 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800844 build-days-to-keep: '{big-build-days-to-keep}'
845 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800846
847 wrappers:
848 - lf-infra-wrappers:
849 build-timeout: '{build-timeout}'
850 jenkins-ssh-credential: '{jenkins-ssh-credential}'
851
Matteo Scandolo0430f672020-05-07 11:50:26 -0700852 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800853 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700854 release: master
855
Matteo Scandolo0430f672020-05-07 11:50:26 -0700856 bbsimImg: voltha/bbsim:master
857 rwCoreImg: voltha/voltha-rw-core:master
858 ofAgentImg: voltha/voltha-ofagent-go:master
859 openoltAdapterImg: voltha/voltha-openolt-adapter:master
860 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100861 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700862 onosImg: voltha/voltha-onos:master
863
864 bbsimChart: onf/bbsim
865 volthaChart: onf/voltha
866 openoltAdapterChart: onf/voltha-adapter-openolt
867 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700868 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700869 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700870
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800871 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700872 olts: 2
873 pons: 2
874 onus: 2
875 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000876 withOnuUpgrade: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700877 withFlows: true
878 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700879 withEapol: true
880 withDhcp: true
881 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100882 withMaclearning: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700883 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700884 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700885 withProfiling: false
886 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700887 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700888 openonuAdapterReplicas: 1
889 onosReplicas: 1
890 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700891 kafkaReplicas: 1
892 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700893 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800894 onosStatInterval: 10
895 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200896 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700897 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800898 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800899 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700900 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100901 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100902 karafHome: 'apache-karaf-4.2.14'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700903 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700904 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700905
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700906 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200907
Matteo Scandolo51b76302020-02-05 12:07:23 -0800908 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800909 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800910
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700911 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700912
Matteo Scandolo849db722020-10-21 10:58:41 -0700913 triggers:
914 - gerrit:
915 server-name: '{gerrit-server-name}'
916 silent-start: false
917 successful-message: "PASSED scale test"
918 failure-message: "FAILED scale test"
919 unstable-message: "UNSTABLE scale test"
920 trigger-on:
921 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700922 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700923 projects:
924 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700925 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700926 branches:
927 - branch-compare-type: REG_EXP
928 branch-pattern: '{all-branches-regexp}'