blob: c5d2a855b315001edcfbe036e1992f76eb77a40d [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':
Matteo Scandolod43064b2020-07-13 17:18:45 -070069 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080070 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080071 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070072 time-trigger: "H H/4 * * *"
73 olts: 2
74 pons: 16
75 onus: 32
76 withFlows: true
77 provisionSubscribers: true
78 workflow: dt
79 withEapol: false
80 withDhcp: false
81 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070082 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 -070083
84 - 'voltha-scale-measurements':
85 name: 'voltha-scale-measurements-master-2-16-32-tt-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 Scandolo86939302020-10-30 13:32:08 -070088 time-trigger: "H H/4 * * *"
89 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 workflow: tt
95 withEapol: false
96 withDhcp: true
97 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -070098 onosReplicas: 3
99 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800100 extraHelmFlags: >
101 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
102 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
103 onosStatInterval: 30
104 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700105
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100106 # 4k ONTs jobs
107 - 'voltha-scale-measurements':
108 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
109 'disable-job': false
110 build-node: 'voltha-scale-1'
111 time-trigger: "H H/4 * * *"
112 olts: 2
113 pons: 64
114 onus: 32
115 withFlows: true
116 provisionSubscribers: true
117 workflow: dt
118 withEapol: false
119 withDhcp: false
120 withIgmp: false
121 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
122
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800123 # multi-stack jobs
124 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800125 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
126 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200127 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800128 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800129 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800130 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800131 onosReplicas: 1
132 atomixReplicas: 0
133 kafkaReplicas: 1
134 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800135 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800136 olts: 2
137 pons: 16
138 onus: 32
139 withFlows: true
140 provisionSubscribers: true
141 workflow: att
142 withEapol: true
143 withDhcp: true
144 withIgmp: false
Matteo Scandolo53150202021-10-08 14:34:42 -0700145 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800146
147 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800148 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
149 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200150 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800151 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800152 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800153 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800154 onosReplicas: 1
155 atomixReplicas: 0
156 kafkaReplicas: 1
157 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800158 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800159 olts: 2
160 pons: 16
161 onus: 32
162 withFlows: true
163 provisionSubscribers: true
164 workflow: dt
165 withEapol: false
166 withDhcp: false
167 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700168 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800169
170 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800171 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
172 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200173 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800174 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800175 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800176 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800177 onosReplicas: 1
178 atomixReplicas: 0
179 kafkaReplicas: 1
180 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800181 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800182 olts: 2
183 pons: 16
184 onus: 32
185 withFlows: true
186 provisionSubscribers: true
187 workflow: tt
188 withEapol: false
189 withDhcp: true
190 withIgmp: true
Matteo Scandolo53150202021-10-08 14:34:42 -0700191 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800192
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000193 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700194 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000195 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800196 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000197 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800198 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700199 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700200 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700201 pons: 16
202 onus: 32
203 withFlows: true
204 provisionSubscribers: true
205 withEapol: true
206 withDhcp: true
207 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000208 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200209 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700210 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700211 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700212 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700213 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800214 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200215 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700216 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 -0700217
218 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000219 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800220 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000221 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800222 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700223 time-trigger: "H H/4 * * *"
224 olts: 2
225 pons: 16
226 onus: 32
227 withFlows: true
228 provisionSubscribers: true
229 workflow: dt
230 withEapol: false
231 withDhcp: false
232 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000233 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200234 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700235 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700236 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700237 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700238 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800239 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100240 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700241 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 -0700242
Matteo Scandolo031bd982020-09-16 10:03:47 -0700243 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000244 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800245 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000246 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800247 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700248 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700249 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700250 pons: 16
251 onus: 32
252 withFlows: true
253 provisionSubscribers: true
254 workflow: tt
255 withEapol: false
256 withDhcp: true
257 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000258 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200259 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700260 rwCoreImg: ''
261 ofAgentImg: ''
262 openoltAdapterImg: ''
263 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800264 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700265 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700266 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 -0700267
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700268 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100269 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700270 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100271 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700272 'disable-job': false
273 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100274 time-trigger: "H H/4 * * *"
275 withMonitoring: false
276 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800277 onosReplicas: 1
278 atomixReplicas: 0
279 kafkaReplicas: 1
280 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100281 volthaStacks: 10
282 olts: 2
283 pons: 16
284 onus: 32
285 withFlows: true
286 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700287 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100288 workflow: att
289 withEapol: true
290 withDhcp: true
291 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800292 bbsimImg: ''
293 rwCoreImg: ''
294 ofAgentImg: ''
295 openoltAdapterImg: ''
296 openonuAdapterImg: ''
297 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100298 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700299 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100300
301 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700302 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100303 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700304 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
305 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100306 time-trigger: "H H/4 * * *"
307 withMonitoring: false
308 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800309 onosReplicas: 1
310 atomixReplicas: 0
311 kafkaReplicas: 1
312 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100313 volthaStacks: 10
314 olts: 2
315 pons: 16
316 onus: 32
317 withFlows: true
318 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700319 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100320 workflow: dt
321 withEapol: false
322 withDhcp: false
323 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800324 bbsimImg: ''
325 rwCoreImg: ''
326 ofAgentImg: ''
327 openoltAdapterImg: ''
328 openonuAdapterImg: ''
329 openonuAdapterGoImg: ''
330 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700331 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100332
333 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700334 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100335 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700336 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
337 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100338 time-trigger: "H H/4 * * *"
339 withMonitoring: false
340 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800341 onosReplicas: 1
342 atomixReplicas: 0
343 kafkaReplicas: 1
344 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100345 volthaStacks: 10
346 olts: 2
347 pons: 16
348 onus: 32
349 withFlows: true
350 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700351 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100352 workflow: tt
353 withEapol: false
354 withDhcp: true
355 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800356 bbsimImg: ''
357 rwCoreImg: ''
358 ofAgentImg: ''
359 openoltAdapterImg: ''
360 openonuAdapterImg: ''
361 openonuAdapterGoImg: ''
362 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700363 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100364
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700365 # per patchset job
366 - 'voltha-scale-measurements':
367 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800368 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700369 olts: 1
370 pons: 16
371 onus: 32
372 withFlows: true
373 provisionSubscribers: true
374 withEapol: true
375 withDhcp: true
376 withIgmp: false
377 withMonitoring: false
378 trigger-comment: "voltha scale test ATT"
379
380 - 'voltha-scale-measurements':
381 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800382 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700383 olts: 1
384 pons: 16
385 onus: 32
386 withFlows: true
387 provisionSubscribers: true
388 workflow: tt
389 withEapol: false
390 withDhcp: true
391 withIgmp: true
392 withMonitoring: false
393 trigger-comment: "voltha scale test TT"
394
395 - 'voltha-scale-measurements':
396 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800397 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700398 olts: 1
399 pons: 16
400 onus: 32
401 withFlows: true
402 provisionSubscribers: true
403 workflow: dt
404 withEapol: false
405 withDhcp: false
406 withIgmp: false
407 withMonitoring: false
408 trigger-comment: "voltha scale test DT"
409
Matteo Scandolo272aed42020-05-08 15:05:57 -0700410 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700411 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700412 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700413 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700414
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700415
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700416# list of parameters for the VOLTHA Jobs,
417# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700418# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700419- voltha-scale-job-parameters: &voltha-scale-job-parameters
420 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700421 parameters:
422 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800423 name: pipeline-script
424 default: '{pipeline-script}'
425 description: 'The pipeline script to use'
426
427 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700428 name: release
429 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700430 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 -0700431
432 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700433 name: buildNode
434 default: '{build-node}'
435 description: 'Name of the Jenkins node to run the job on'
436
437 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700438 name: dockerRegistry
439 default: '{dockerRegistry}'
440 description: 'Address of the docker registry to use if we are building custom images'
441
442 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700443 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700444 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700445 description: 'Log level for all the components'
446
447 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800448 name: volthaStacks
449 default: '{volthaStacks}'
450 description: 'Number of VOLTHA Stacks to deploy'
451
452 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700453 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700454 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700455 description: 'Number of ONUs to provision'
456
457 - string:
458 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700459 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700460 description: 'Number of PONs to provision'
461
462 - string:
463 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700464 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700465 description: 'How many BBSim instances to run'
466
467 - string:
468 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700469 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700470 description: 'Which workflow are we testing (att, dt, tt)'
471
472 - bool:
473 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700474 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700475 description: 'Wheter to push flows from ONOS'
476
477 - bool:
478 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700479 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700480 description: 'Wheter to provision subscribers durint the tests'
481
482 - bool:
483 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700484 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700485 description: 'Wheter EAPOL is enabled for the test'
486
487 - bool:
488 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700489 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700490 description: 'Wheter DHCP is enabled for the test'
491
492 - bool:
493 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700494 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700495 description: 'Wheter IGMP is enabled for the test'
496
497 - bool:
498 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700499 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700500 description: 'Wheter Link Discovery is enabled for the test'
501
502 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700503 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700504 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700505 description: 'Option to install Prometheus'
506
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700507 - bool:
508 name: withProfiling
509 default: '{withProfiling}'
510 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
511
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700512 - bool:
513 name: withPcap
514 default: '{withPcap}'
515 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
516
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700517 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700518 name: withRadius
519 default: '{withRadius}'
520 description: 'Value to pass to kind-voltha WITH_RADIUS'
521
522 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700523 name: extraHelmFlags
524 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700525 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 -0700526
Matteo Scandolo272aed42020-05-08 15:05:57 -0700527 - string:
528 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700529 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 description: 'How many OpenONU adapter instances to run'
531
532 - string:
533 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700534 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 description: 'How many ONOSes instances to run'
536
537 - string:
538 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700539 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 description: 'How many Atomix instances to run'
541
542 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700543 name: kafkaReplicas
544 default: '{kafkaReplicas}'
545 description: 'How many Kafka instances to run'
546
547 - string:
548 name: etcdReplicas
549 default: '{etcdReplicas}'
550 description: 'How many ETCD instances to run'
551
552 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700553 name: onosStatInterval
554 default: '{onosStatInterval}'
555 description: 'How often ONOS should poll for ports, flows and meters'
556
557 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200558 name: onosGroupInterval
559 default: '{onosGroupInterval}'
560 description: 'How often ONOS should poll for groups'
561
562 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200563 name: flowObjWorkerThreads
564 default: '{flowObjWorkerThreads}'
565 description: 'How many threads are used by the FlowObjectiveManager worker pool'
566
567 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700568 name: bbsimImg
569 default: '{bbsimImg}'
570 description: 'Custom image selection for BBSIM (repo:tag)'
571
572 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 name: rwCoreImg
574 default: '{rwCoreImg}'
575 description: 'Custom image selection for VOLTHA (repo:tag)'
576
577 - string:
578 name: ofAgentImg
579 default: '{ofAgentImg}'
580 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
581
582 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700583 name: openoltAdapterImg
584 default: '{openoltAdapterImg}'
585 description: 'Custom image selection for Openolt Adapter (repo:tag)'
586
587 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700588 name: openonuAdapterImg
589 default: '{openonuAdapterImg}'
590 description: 'Custom image selection for Openonu Adapter (repo:tag)'
591
592 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100593 name: openonuAdapterGoImg
594 default: '{openonuAdapterGoImg}'
595 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
596
597 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700598 name: onosImg
599 default: '{onosImg}'
600 description: 'Custom image selection for Openonu Adapter (repo:tag)'
601
602 - string:
603 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700604 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700605 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
606
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700607 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800608 name: volthaHelmChartsChange
609 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700610 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 -0700611
Matteo Scandoloccc06192020-06-22 10:16:17 -0700612 - bool:
613 name: inMemoryEtcdStorage
614 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700615 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700616
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200617 - string:
618 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700619 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200620 description: 'Karaf home'
621
Matteo Scandolo001003e2021-02-03 15:39:26 -0800622 # remove once voltha-2.6 is deprecated
623 - string:
624 name: kindVolthaChange
625 default: '{kindVolthaChange}'
626 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 -0800627 - bool:
628 name: withMibTemplate
629 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800630
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700631- job-template:
632 id: 'voltha-scale-measurements'
633 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700634 disabled: '{disable-job}'
635
636 description: |
637 <!-- Managed by Jenkins Job Builder -->
638 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
639 Using pipeline {pipeline-script} <br/><br/>
640 Scale measurements for VOLTHA 2.x
641
642 properties:
643 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800644 build-days-to-keep: '{big-build-days-to-keep}'
645 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700646
647 wrappers:
648 - lf-infra-wrappers:
649 build-timeout: '{build-timeout}'
650 jenkins-ssh-credential: '{jenkins-ssh-credential}'
651
652 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800653 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700654 release: master
655
656 bbsimImg: voltha/bbsim:master
657 rwCoreImg: voltha/voltha-rw-core:master
658 ofAgentImg: voltha/voltha-ofagent-go:master
659 openoltAdapterImg: voltha/voltha-openolt-adapter:master
660 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100661 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700662 onosImg: voltha/voltha-onos:master
663
664 bbsimChart: onf/bbsim
665 volthaChart: onf/voltha
666 openoltAdapterChart: onf/voltha-adapter-openolt
667 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700668 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700669 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700670
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800671 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700672 olts: 2
673 pons: 2
674 onus: 2
675 workflow: att
676 withFlows: false
677 provisionSubscribers: false
678 withEapol: true
679 withDhcp: true
680 withIgmp: false
681 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700682 withMonitoring: true
683 withProfiling: false
684 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700685 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100686 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700687 onosReplicas: 3
688 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700689 kafkaReplicas: 3
690 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700691 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800692 onosStatInterval: 10
693 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200694 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700695 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800696 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800697 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700698 inMemoryEtcdStorage: true
699 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700700 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700701 dockerRegistry: 10.90.0.101:30500
702 trigger-comment: vv7CBoQQYYonvaN8xcru
703 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700704
705 <<: *voltha-scale-job-parameters
706
Matteo Scandolo272aed42020-05-08 15:05:57 -0700707 project-type: pipeline
708 concurrent: false
709
710 dsl: !include-raw-escape: pipeline/{pipeline-script}
711
Matteo Scandoloabb83972020-06-25 16:08:23 -0700712 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700713 # periodic jobs will set this every 4 hours
714 # 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 -0700715 - timed: |
716 TZ=America/Los_Angeles
717 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700718 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
719 # patchset jobs will set this to a meaningful comment
720 - gerrit:
721 server-name: '{gerrit-server-name}'
722 silent-start: false
723 successful-message: "PASSED scale test"
724 failure-message: "FAILED scale test"
725 unstable-message: "UNSTABLE scale test"
726 trigger-on:
727 - comment-added-contains-event:
728 comment-contains-value: '.*{trigger-comment}.*'
729 projects:
730 - project-compare-type: REG_EXP
731 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
732 branches:
733 - branch-compare-type: REG_EXP
734 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700735
736- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700737 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800738 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800739
740 description: |
741 <!-- Managed by Jenkins Job Builder -->
742 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
743 Using pipeline {pipeline-script} <br/><br/>
744 Scale measurements for VOLTHA 2.x
745
746 properties:
747 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800748 build-days-to-keep: '{big-build-days-to-keep}'
749 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800750
751 wrappers:
752 - lf-infra-wrappers:
753 build-timeout: '{build-timeout}'
754 jenkins-ssh-credential: '{jenkins-ssh-credential}'
755
Matteo Scandolo0430f672020-05-07 11:50:26 -0700756 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800757 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700758 release: master
759
Matteo Scandolo0430f672020-05-07 11:50:26 -0700760 bbsimImg: voltha/bbsim:master
761 rwCoreImg: voltha/voltha-rw-core:master
762 ofAgentImg: voltha/voltha-ofagent-go:master
763 openoltAdapterImg: voltha/voltha-openolt-adapter:master
764 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100765 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700766 onosImg: voltha/voltha-onos:master
767
768 bbsimChart: onf/bbsim
769 volthaChart: onf/voltha
770 openoltAdapterChart: onf/voltha-adapter-openolt
771 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700772 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700773 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700774
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800775 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700776 olts: 2
777 pons: 2
778 onus: 2
779 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700780 withFlows: true
781 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700782 withEapol: true
783 withDhcp: true
784 withIgmp: false
785 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700786 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700787 withProfiling: false
788 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700789 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700790 openonuAdapterReplicas: 1
791 onosReplicas: 1
792 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700793 kafkaReplicas: 1
794 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700795 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800796 onosStatInterval: 10
797 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200798 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700799 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800800 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800801 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700802 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700803 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700804 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700805 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700806
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700807 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200808
Matteo Scandolo51b76302020-02-05 12:07:23 -0800809 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800810 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800811
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700812 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700813
Matteo Scandolo849db722020-10-21 10:58:41 -0700814 triggers:
815 - gerrit:
816 server-name: '{gerrit-server-name}'
817 silent-start: false
818 successful-message: "PASSED scale test"
819 failure-message: "FAILED scale test"
820 unstable-message: "UNSTABLE scale test"
821 trigger-on:
822 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700823 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700824 projects:
825 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700826 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700827 branches:
828 - branch-compare-type: REG_EXP
829 branch-pattern: '{all-branches-regexp}'