blob: 689faebb6a6bb50ee85693b3ee72d5cb31a7f48b [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandolo8df57162020-10-06 14:43:53 -070012 # this job will be used to test custom images without disrupting tests on master
13 - 'voltha-scale-measurements':
14 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobb31fc72021-03-16 17:09:46 -070015 build-node: 'voltha-scale-1'
Matteo Scandoloe6647a02020-11-02 10:27:52 -080016 # trigger on Feb 29th (a.k.a only trigger it manually)
17 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010018 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070019 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070020 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070021 onus: 32
22 withFlows: true
23 provisionSubscribers: true
24 withEapol: true
25 withDhcp: true
26 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070027 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080028 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000029
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080030 - 'voltha-scale-measurements':
31 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080032 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020033 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080034 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080035 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080036 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080037 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070038 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080039 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 pons: 16
41 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080042 withFlows: true
43 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080044 workflow: dt
45 withEapol: false
46 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080047 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070048 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049
Matteo Scandolofebf6512021-03-02 11:37:37 -080050 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070051 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070052 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080053 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070054 time-trigger: "H H/4 * * *"
Matteo Scandolob1a50612022-06-23 16:09:39 -070055 disable-job: false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070056 olts: 2
57 pons: 16
58 onus: 32
59 withFlows: true
60 provisionSubscribers: true
61 withEapol: true
62 withDhcp: true
63 withIgmp: false
Joey Armstrongca4cb462023-01-12 17:51:05 -050064 extraHelmFlags: >-
65 --set authRetry=true,dhcpRetry=true
66 --set voltha.securityContext.enabled=false -f /home/jenkins/voltha-scale/voltha-values.yaml
67 --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
68 --set global.rpc_timeout=30s --set voltha.ofagent.log_level=DEBUG'
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070069 onosReplicas: 1
70 atomixReplicas: 1
71 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -070072 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -070073 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -050074 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070075
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070076 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000077 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000078 build-node: 'voltha-scale-1'
79 time-trigger: "H H/12 * * *"
80 olts: 2
81 pons: 16
82 onus: 32
83 withOnuUpgrade: true
84 withFlows: true
85 provisionSubscribers: false
86 withEapol: false
87 withDhcp: false
88 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070089 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=3s'
Hardik Windlass4a76e092022-01-28 11:51:55 +000090
91 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070092 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080093 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070094 time-trigger: "H H/4 * * *"
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070095 disable-job: false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070096 olts: 2
97 pons: 16
98 onus: 32
99 withFlows: true
100 provisionSubscribers: true
101 workflow: dt
102 withEapol: false
103 withDhcp: false
104 withIgmp: false
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700105 extraHelmFlags: '--set voltha.securityContext.enabled=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn'
Matteo Scandolo8630f3d2022-06-27 11:55:54 -0700106 onosReplicas: 1
107 atomixReplicas: 1
108 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700109 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700110 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -0500111 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo86939302020-10-30 13:32:08 -0700112
113 - 'voltha-scale-measurements':
114 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800115 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700116 time-trigger: "H H/4 * * *"
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700117 disable-job: false
Matteo Scandolo86939302020-10-30 13:32:08 -0700118 olts: 2
119 pons: 16
120 onus: 32
121 withFlows: true
122 provisionSubscribers: true
123 workflow: tt
124 withEapol: false
125 withDhcp: true
126 withIgmp: true
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800127 extraHelmFlags: >
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700128 --set voltha.securityContext.enabled=false
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700129 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800130 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
131 onosStatInterval: 30
132 onosGroupInterval: 30
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700133 onosReplicas: 1
134 atomixReplicas: 1
135 onosImg: andreacampanella/voltha-onos:extend-timeout
136 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700137 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -0500138 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo272aed42020-05-08 15:05:57 -0700139
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100140 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100141 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100142 build-node: 'voltha-scale-1'
143 time-trigger: "H H/4 * * *"
144 olts: 2
145 pons: 16
146 onus: 32
147 withFlows: true
148 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100149 workflow: tt
150 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100151 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100152 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100153 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100154 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100155 onosReplicas: 3
156 atomixReplicas: 3
157 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700158 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values-tt.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100159 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100160 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100161
162
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100163 # 4k ONTs jobs
164 - 'voltha-scale-measurements':
165 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100166 build-node: 'voltha-scale-1'
167 time-trigger: "H H/4 * * *"
168 olts: 2
169 pons: 64
170 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100171 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100172 withFlows: true
173 provisionSubscribers: true
174 workflow: dt
175 withEapol: false
176 withDhcp: false
177 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100178 onosImg: andreacampanella/voltha-onos:4k-dev
179 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700180 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700181 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100182
Andrea Campanella518e6672022-01-17 11:42:53 +0100183 - 'voltha-scale-measurements':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500184 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
185 build-node: 'voltha-scale-1'
186 time-trigger: "H H/4 * * *"
187 olts: 1
188 pons: 64
189 onus: 63
190 unis: 1
191 withFlows: true
192 provisionSubscribers: true
193 workflow: dt
194 withEapol: false
195 withDhcp: false
196 withIgmp: false
197 onosImg: andreacampanella/voltha-onos:4k-dev
198 withMibTemplate: false
199 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
200 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100201
Matteo Scandolo95f99682022-02-10 15:10:37 -0800202 - 'voltha-scale-measurements':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500203 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
204 build-node: 'voltha-scale-1'
205 time-trigger: "H H/4 * * *"
206 olts: 1
207 pons: 64
208 onus: 63
209 unis: 1
210 withFlows: true
211 provisionSubscribers: true
212 workflow: tt
213 withEapol: false
214 withDhcp: true
215 withIgmp: true
216 onosImg: andreacampanella/voltha-onos:4k-dev
217 withMibTemplate: false
218 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
219 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn -f /home/cord/tt-custom-values.yaml'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800220
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800221 # multi-stack jobs
222 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800223 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
224 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800225 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800226 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700227 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800229 onosReplicas: 1
230 atomixReplicas: 0
231 kafkaReplicas: 1
232 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800233 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800234 olts: 2
235 pons: 16
236 onus: 32
237 withFlows: true
238 provisionSubscribers: true
239 workflow: att
240 withEapol: true
241 withDhcp: true
242 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800243 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800244
245 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800246 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
247 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800248 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800249 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700250 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800251 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800252 onosReplicas: 1
253 atomixReplicas: 0
254 kafkaReplicas: 1
255 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800256 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800257 olts: 2
258 pons: 16
259 onus: 32
260 withFlows: true
261 provisionSubscribers: true
262 workflow: dt
263 withEapol: false
264 withDhcp: false
265 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800266 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800267
268 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800269 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
270 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800271 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800272 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700273 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800274 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800275 onosReplicas: 1
276 atomixReplicas: 0
277 kafkaReplicas: 1
278 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800279 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800280 olts: 2
281 pons: 16
282 onus: 32
283 withFlows: true
284 provisionSubscribers: true
285 workflow: tt
286 withEapol: false
287 withDhcp: true
288 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800289 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800290
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500291
292 # voltha-2.11 Jobs
293 - 'voltha-scale-measurements':
294 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-att-subscribers'
295 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
296 build-node: 'voltha-scale-1'
297 time-trigger: "H H/4 * * *"
298 olts: 2
299 pons: 16
300 onus: 32
301 withFlows: true
302 provisionSubscribers: true
303 withEapol: true
304 withDhcp: true
305 withIgmp: false
306 release: voltha-2.11
307 karaf-home: 'apache-karaf-4.2.9'
308 bbsimImg: ''
309 rwCoreImg: ''
310 ofAgentImg: ''
311 openoltAdapterImg: ''
312 openonuAdapterImg: ''
313 openonuAdapterGoImg: ''
314 onosImg: ''
315 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
316
317 - 'voltha-scale-measurements':
318 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-dt-subscribers'
319 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
320 build-node: 'voltha-scale-1'
321 time-trigger: "H H/4 * * *"
322 olts: 2
323 pons: 16
324 onus: 32
325 withFlows: true
326 provisionSubscribers: true
327 workflow: dt
328 withEapol: false
329 withDhcp: false
330 withIgmp: false
331 release: voltha-2.11
332 karaf-home: 'apache-karaf-4.2.9'
333 bbsimImg: ''
334 rwCoreImg: ''
335 ofAgentImg: ''
336 openoltAdapterImg: ''
337 openonuAdapterImg: ''
338 openonuAdapterGoImg: ''
339 onosImg: 'voltha/voltha-onos:5.0.4'
340 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
341
342 - 'voltha-scale-measurements':
343 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-tt-subscribers'
344 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
345 build-node: 'voltha-scale-1'
346 time-trigger: "H H/4 * * *"
347 olts: 2
348 pons: 16
349 onus: 32
350 withFlows: true
351 provisionSubscribers: true
352 workflow: tt
353 withEapol: false
354 withDhcp: true
355 withIgmp: true
356 release: voltha-2.11
357 karaf-home: 'apache-karaf-4.2.9'
358 bbsimImg: ''
359 rwCoreImg: ''
360 ofAgentImg: ''
361 openoltAdapterImg: ''
362 openonuAdapterImg: ''
363 openonuAdapterGoImg: ''
364 onosImg: ''
365 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
366
367 # 2.11 multi-stack jobs
368 - 'voltha-scale-measurements':
369 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-att-subscribers'
370 build-node: 'voltha-scale-2'
371 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
372 time-trigger: "H H/4 * * *"
373 disable-job: true
374 withMonitoring: false
375 logLevel: WARN
376 onosReplicas: 1
377 atomixReplicas: 0
378 kafkaReplicas: 1
379 etcdReplicas: 1
380 volthaStacks: 10
381 olts: 2
382 pons: 16
383 onus: 32
384 withFlows: true
385 provisionSubscribers: true
386 release: voltha-2.11
387 karaf-home: 'apache-karaf-4.2.9'
388 workflow: att
389 withEapol: true
390 withDhcp: true
391 withIgmp: false
392 bbsimImg: ''
393 rwCoreImg: ''
394 ofAgentImg: ''
395 openoltAdapterImg: ''
396 openonuAdapterImg: ''
397 openonuAdapterGoImg: ''
398 onosImg: 'voltha/voltha-onos:5.0.4'
399 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
400
401 - 'voltha-scale-measurements':
402 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-dt-subscribers'
403 build-node: 'voltha-scale-2'
404 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
405 time-trigger: "H H/4 * * *"
406 disable-job: true
407 withMonitoring: false
408 logLevel: WARN
409 onosReplicas: 1
410 atomixReplicas: 0
411 kafkaReplicas: 1
412 etcdReplicas: 1
413 volthaStacks: 10
414 olts: 2
415 pons: 16
416 onus: 32
417 withFlows: true
418 provisionSubscribers: true
419 release: voltha-2.11
420 karaf-home: 'apache-karaf-4.2.9'
421 workflow: dt
422 withEapol: false
423 withDhcp: false
424 withIgmp: false
425 bbsimImg: ''
426 rwCoreImg: ''
427 ofAgentImg: ''
428 openoltAdapterImg: ''
429 openonuAdapterImg: ''
430 openonuAdapterGoImg: ''
431 onosImg: ''
432 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
433
434 - 'voltha-scale-measurements':
435 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-tt-subscribers'
436 build-node: 'voltha-scale-2'
437 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
438 time-trigger: "H H/4 * * *"
439 disable-job: true
440 withMonitoring: false
441 logLevel: WARN
442 onosReplicas: 1
443 atomixReplicas: 0
444 kafkaReplicas: 1
445 etcdReplicas: 1
446 volthaStacks: 10
447 olts: 2
448 pons: 16
449 onus: 32
450 withFlows: true
451 provisionSubscribers: true
452 release: voltha-2.11
453 karaf-home: 'apache-karaf-4.2.9'
454 workflow: tt
455 withEapol: false
456 withDhcp: true
457 withIgmp: true
458 bbsimImg: ''
459 rwCoreImg: ''
460 ofAgentImg: ''
461 openoltAdapterImg: ''
462 openonuAdapterImg: ''
463 openonuAdapterGoImg: ''
464 onosImg: ''
465 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
466
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000467 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700468 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000469 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000470 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800471 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700472 time-trigger: "H H/4 * * *"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500473 disable-job: true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700474 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700475 pons: 16
476 onus: 32
477 withFlows: true
478 provisionSubscribers: true
479 withEapol: true
480 withDhcp: true
481 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000482 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100483 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200484 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700485 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700486 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700487 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700488 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800489 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200490 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700491 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 -0700492
493 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000494 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000495 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800496 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700497 time-trigger: "H H/4 * * *"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500498 disable-job: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700499 olts: 2
500 pons: 16
501 onus: 32
502 withFlows: true
503 provisionSubscribers: true
504 workflow: dt
505 withEapol: false
506 withDhcp: false
507 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000508 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100509 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200510 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700511 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700512 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700513 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700514 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800515 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100516 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700517 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 -0700518
Matteo Scandolo031bd982020-09-16 10:03:47 -0700519 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000520 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000521 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800522 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700523 time-trigger: "H H/4 * * *"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500524 disable-job: true
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700525 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700526 pons: 16
527 onus: 32
528 withFlows: true
529 provisionSubscribers: true
530 workflow: tt
531 withEapol: false
532 withDhcp: true
533 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000534 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100535 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200536 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700537 rwCoreImg: ''
538 ofAgentImg: ''
539 openoltAdapterImg: ''
540 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800541 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700542 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700543 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 -0700544
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700545 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100546 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700547 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100548 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700549 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100550 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700551 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100552 withMonitoring: false
553 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800554 onosReplicas: 1
555 atomixReplicas: 0
556 kafkaReplicas: 1
557 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100558 volthaStacks: 10
559 olts: 2
560 pons: 16
561 onus: 32
562 withFlows: true
563 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700564 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100565 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100566 workflow: att
567 withEapol: true
568 withDhcp: true
569 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800570 bbsimImg: ''
571 rwCoreImg: ''
572 ofAgentImg: ''
573 openoltAdapterImg: ''
574 openonuAdapterImg: ''
575 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100576 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700577 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100578
579 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700580 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100581 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700582 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100583 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700584 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100585 withMonitoring: false
586 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800587 onosReplicas: 1
588 atomixReplicas: 0
589 kafkaReplicas: 1
590 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100591 volthaStacks: 10
592 olts: 2
593 pons: 16
594 onus: 32
595 withFlows: true
596 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700597 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100598 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100599 workflow: dt
600 withEapol: false
601 withDhcp: false
602 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800603 bbsimImg: ''
604 rwCoreImg: ''
605 ofAgentImg: ''
606 openoltAdapterImg: ''
607 openonuAdapterImg: ''
608 openonuAdapterGoImg: ''
609 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700610 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100611
612 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700613 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100614 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700615 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100616 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700617 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100618 withMonitoring: false
619 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800620 onosReplicas: 1
621 atomixReplicas: 0
622 kafkaReplicas: 1
623 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100624 volthaStacks: 10
625 olts: 2
626 pons: 16
627 onus: 32
628 withFlows: true
629 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700630 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100631 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100632 workflow: tt
633 withEapol: false
634 withDhcp: true
635 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800636 bbsimImg: ''
637 rwCoreImg: ''
638 ofAgentImg: ''
639 openoltAdapterImg: ''
640 openonuAdapterImg: ''
641 openonuAdapterGoImg: ''
642 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700643 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100644
Joey Armstrong35a8f8f2023-01-30 14:05:29 -0500645 # voltha-2.11 Jobs
646 - 'voltha-scale-measurements':
647 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-att-subscribers'
648 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
649 build-node: 'voltha-scale-1'
650 time-trigger: "H H/4 * * *"
651 disable-job: true
652 olts: 2
653 pons: 16
654 onus: 32
655 withFlows: true
656 provisionSubscribers: true
657 withEapol: true
658 withDhcp: true
659 withIgmp: false
660 release: voltha-2.11
661 karaf-home: 'apache-karaf-4.2.9'
662 bbsimImg: ''
663 rwCoreImg: ''
664 ofAgentImg: ''
665 openoltAdapterImg: ''
666 openonuAdapterImg: ''
667 openonuAdapterGoImg: ''
668 onosImg: ''
669 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
670
671 - 'voltha-scale-measurements':
672 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-dt-subscribers'
673 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
674 build-node: 'voltha-scale-1'
675 time-trigger: "H H/4 * * *"
676 disable-job: true
677 olts: 2
678 pons: 16
679 onus: 32
680 withFlows: true
681 provisionSubscribers: true
682 workflow: dt
683 withEapol: false
684 withDhcp: false
685 withIgmp: false
686 release: voltha-2.11
687 karaf-home: 'apache-karaf-4.2.9'
688 bbsimImg: ''
689 rwCoreImg: ''
690 ofAgentImg: ''
691 openoltAdapterImg: ''
692 openonuAdapterImg: ''
693 openonuAdapterGoImg: ''
694 onosImg: 'voltha/voltha-onos:5.0.4'
695 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
696
697 - 'voltha-scale-measurements':
698 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-tt-subscribers'
699 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
700 build-node: 'voltha-scale-1'
701 time-trigger: "H H/4 * * *"
702 disable-job: true
703 olts: 2
704 pons: 16
705 onus: 32
706 withFlows: true
707 provisionSubscribers: true
708 workflow: tt
709 withEapol: false
710 withDhcp: true
711 withIgmp: true
712 release: voltha-2.11
713 karaf-home: 'apache-karaf-4.2.9'
714 bbsimImg: ''
715 rwCoreImg: ''
716 ofAgentImg: ''
717 openoltAdapterImg: ''
718 openonuAdapterImg: ''
719 openonuAdapterGoImg: ''
720 onosImg: ''
721 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
722
723 # 2.11 multi-stack jobs
724 - 'voltha-scale-measurements':
725 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-att-subscribers'
726 build-node: 'voltha-scale-2'
727 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
728 time-trigger: "H H/4 * * *"
729 disable-job: true
730 withMonitoring: false
731 logLevel: WARN
732 onosReplicas: 1
733 atomixReplicas: 0
734 kafkaReplicas: 1
735 etcdReplicas: 1
736 volthaStacks: 10
737 olts: 2
738 pons: 16
739 onus: 32
740 withFlows: true
741 provisionSubscribers: true
742 release: voltha-2.11
743 karaf-home: 'apache-karaf-4.2.9'
744 workflow: att
745 withEapol: true
746 withDhcp: true
747 withIgmp: false
748 bbsimImg: ''
749 rwCoreImg: ''
750 ofAgentImg: ''
751 openoltAdapterImg: ''
752 openonuAdapterImg: ''
753 openonuAdapterGoImg: ''
754 onosImg: 'voltha/voltha-onos:5.0.4'
755 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
756
757 - 'voltha-scale-measurements':
758 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-dt-subscribers'
759 build-node: 'voltha-scale-2'
760 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
761 time-trigger: "H H/4 * * *"
762 disable-job: true
763 withMonitoring: false
764 logLevel: WARN
765 onosReplicas: 1
766 atomixReplicas: 0
767 kafkaReplicas: 1
768 etcdReplicas: 1
769 volthaStacks: 10
770 olts: 2
771 pons: 16
772 onus: 32
773 withFlows: true
774 provisionSubscribers: true
775 release: voltha-2.11
776 karaf-home: 'apache-karaf-4.2.9'
777 workflow: dt
778 withEapol: false
779 withDhcp: false
780 withIgmp: false
781 bbsimImg: ''
782 rwCoreImg: ''
783 ofAgentImg: ''
784 openoltAdapterImg: ''
785 openonuAdapterImg: ''
786 openonuAdapterGoImg: ''
787 onosImg: ''
788 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
789
790 - 'voltha-scale-measurements':
791 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-tt-subscribers'
792 build-node: 'voltha-scale-2'
793 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
794 time-trigger: "H H/4 * * *"
795 disable-job: true
796 withMonitoring: false
797 logLevel: WARN
798 onosReplicas: 1
799 atomixReplicas: 0
800 kafkaReplicas: 1
801 etcdReplicas: 1
802 volthaStacks: 10
803 olts: 2
804 pons: 16
805 onus: 32
806 withFlows: true
807 provisionSubscribers: true
808 release: voltha-2.11
809 karaf-home: 'apache-karaf-4.2.9'
810 workflow: tt
811 withEapol: false
812 withDhcp: true
813 withIgmp: true
814 bbsimImg: ''
815 rwCoreImg: ''
816 ofAgentImg: ''
817 openoltAdapterImg: ''
818 openonuAdapterImg: ''
819 openonuAdapterGoImg: ''
820 onosImg: ''
821 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
822
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700823 # per patchset job
824 - 'voltha-scale-measurements':
825 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800826 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700827 olts: 1
828 pons: 16
829 onus: 32
830 withFlows: true
831 provisionSubscribers: true
832 withEapol: true
833 withDhcp: true
834 withIgmp: false
835 withMonitoring: false
836 trigger-comment: "voltha scale test ATT"
837
838 - 'voltha-scale-measurements':
839 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800840 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700841 olts: 1
842 pons: 16
843 onus: 32
844 withFlows: true
845 provisionSubscribers: true
846 workflow: tt
847 withEapol: false
848 withDhcp: true
849 withIgmp: true
850 withMonitoring: false
851 trigger-comment: "voltha scale test TT"
852
853 - 'voltha-scale-measurements':
854 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800855 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700856 olts: 1
857 pons: 16
858 onus: 32
859 withFlows: true
860 provisionSubscribers: true
861 workflow: dt
862 withEapol: false
863 withDhcp: false
864 withIgmp: false
865 withMonitoring: false
866 trigger-comment: "voltha scale test DT"
867
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700868 # LWC pipeline
869 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700870 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700871 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700872 build-node: 'berlin-community-pod-2'
873 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700874 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700875 withMonitoring: true
876 olts: 1
877 pons: 16
878 onus: 32
879 withFlows: true
880 provisionSubscribers: true
881 withEapol: false
882 withDhcp: false
883 withIgmp: false
884 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
885 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700886 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700887
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700888 - 'voltha-scale-measurements':
889 name: 'voltha-scale-measurements-lwc-dt-256'
890 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
891 build-node: 'berlin-community-pod-2'
892 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700893 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700894 withMonitoring: true
895 olts: 1
896 pons: 16
897 onus: 16
898 withFlows: true
899 provisionSubscribers: true
900 withEapol: false
901 withDhcp: false
902 withIgmp: false
903 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
904 workflow: dt
905 volthaSystemTestsChange: refs/changes/10/31810/6
906
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700907
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700908# list of parameters for the VOLTHA Jobs,
909# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700910# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700911- voltha-scale-job-parameters: &voltha-scale-job-parameters
912 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700913 parameters:
914 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800915 name: pipeline-script
916 default: '{pipeline-script}'
917 description: 'The pipeline script to use'
918
919 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700920 name: release
921 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700922 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 -0700923
924 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700925 name: buildNode
926 default: '{build-node}'
927 description: 'Name of the Jenkins node to run the job on'
928
929 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700930 name: dockerRegistry
931 default: '{dockerRegistry}'
932 description: 'Address of the docker registry to use if we are building custom images'
933
934 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700935 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700936 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700937 description: 'Log level for all the components'
938
939 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800940 name: volthaStacks
941 default: '{volthaStacks}'
942 description: 'Number of VOLTHA Stacks to deploy'
943
944 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100945 name: unis
946 default: '{unis}'
947 description: 'Number of UNIs to provision'
948
949 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700950 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700951 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700952 description: 'Number of ONUs to provision'
953
954 - string:
955 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700956 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700957 description: 'Number of PONs to provision'
958
959 - string:
960 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700961 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700962 description: 'How many BBSim instances to run'
963
964 - string:
965 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700966 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700967 description: 'Which workflow are we testing (att, dt, tt)'
968
969 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000970 name: withOnuUpgrade
971 default: '{withOnuUpgrade}'
972 description: 'Whether to run the ONU Upgrade test'
973
974 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700975 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700976 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000977 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700978
979 - bool:
980 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700981 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000982 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700983
984 - bool:
985 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700986 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000987 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700988
989 - bool:
990 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700991 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000992 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700993
994 - bool:
995 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700996 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000997 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700998
999 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +01001000 name: withMaclearning
1001 default: '{withMaclearning}'
1002 description: 'Whether mac learning is enabled for the test'
1003
1004 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001005 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -07001006 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +00001007 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001008
1009 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001010 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -07001011 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001012 description: 'Option to install Prometheus'
1013
Matteo Scandoloa731f8f2020-05-11 10:27:26 -07001014 - bool:
1015 name: withProfiling
1016 default: '{withProfiling}'
1017 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
1018
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -07001019 - bool:
1020 name: withPcap
1021 default: '{withPcap}'
1022 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
1023
Matteo Scandoloa731f8f2020-05-11 10:27:26 -07001024 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -07001025 name: withRadius
1026 default: '{withRadius}'
1027 description: 'Value to pass to kind-voltha WITH_RADIUS'
1028
1029 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -07001030 name: extraHelmFlags
1031 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -07001032 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 -07001033
Matteo Scandolo272aed42020-05-08 15:05:57 -07001034 - string:
1035 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -07001036 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001037 description: 'How many OpenONU adapter instances to run'
1038
1039 - string:
1040 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -07001041 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001042 description: 'How many ONOSes instances to run'
1043
1044 - string:
1045 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -07001046 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001047 description: 'How many Atomix instances to run'
1048
1049 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -07001050 name: kafkaReplicas
1051 default: '{kafkaReplicas}'
1052 description: 'How many Kafka instances to run'
1053
1054 - string:
1055 name: etcdReplicas
1056 default: '{etcdReplicas}'
1057 description: 'How many ETCD instances to run'
1058
1059 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -07001060 name: onosStatInterval
1061 default: '{onosStatInterval}'
1062 description: 'How often ONOS should poll for ports, flows and meters'
1063
1064 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +02001065 name: onosGroupInterval
1066 default: '{onosGroupInterval}'
1067 description: 'How often ONOS should poll for groups'
1068
1069 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +02001070 name: flowObjWorkerThreads
1071 default: '{flowObjWorkerThreads}'
1072 description: 'How many threads are used by the FlowObjectiveManager worker pool'
1073
1074 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001075 name: bbsimImg
1076 default: '{bbsimImg}'
1077 description: 'Custom image selection for BBSIM (repo:tag)'
1078
1079 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001080 name: rwCoreImg
1081 default: '{rwCoreImg}'
1082 description: 'Custom image selection for VOLTHA (repo:tag)'
1083
1084 - string:
1085 name: ofAgentImg
1086 default: '{ofAgentImg}'
1087 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
1088
1089 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001090 name: openoltAdapterImg
1091 default: '{openoltAdapterImg}'
1092 description: 'Custom image selection for Openolt Adapter (repo:tag)'
1093
1094 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001095 name: openonuAdapterImg
1096 default: '{openonuAdapterImg}'
1097 description: 'Custom image selection for Openonu Adapter (repo:tag)'
1098
1099 - string:
Andrea Campanella28763082020-11-18 10:55:31 +01001100 name: openonuAdapterGoImg
1101 default: '{openonuAdapterGoImg}'
1102 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
1103
1104 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001105 name: onosImg
1106 default: '{onosImg}'
1107 description: 'Custom image selection for Openonu Adapter (repo:tag)'
1108
1109 - string:
1110 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -07001111 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001112 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
1113
Matteo Scandolo5708e2f2020-06-03 14:11:32 -07001114 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -08001115 name: volthaHelmChartsChange
1116 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -07001117 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 -07001118
Matteo Scandoloccc06192020-06-22 10:16:17 -07001119 - bool:
1120 name: inMemoryEtcdStorage
1121 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -07001122 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -07001123
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +02001124 - string:
1125 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -07001126 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +02001127 description: 'Karaf home'
1128
Andrea Campanellade9139a2022-02-09 16:50:36 +01001129 - string:
1130 name: testTimeout
1131 default: '{testTimeout}'
1132 description: 'How long the scale test can run for in minutes, e.g 10, 15'
1133
Matteo Scandolo001003e2021-02-03 15:39:26 -08001134 # remove once voltha-2.6 is deprecated
1135 - string:
1136 name: kindVolthaChange
1137 default: '{kindVolthaChange}'
1138 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Joey Armstrong35a8f8f2023-01-30 14:05:29 -05001139
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -08001140 - bool:
1141 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +01001142 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -08001143
Elia Battiston4decc6b2022-02-25 10:22:56 +01001144 - string:
1145 name: mibTemplateUrl
1146 default: '{mibTemplateUrl}'
1147 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
1148
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001149- job-template:
1150 id: 'voltha-scale-measurements'
1151 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -07001152 disabled: '{disable-job}'
Matteo Scandoloa7fda432022-06-27 16:57:37 -07001153 sandbox: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001154
1155 description: |
1156 <!-- Managed by Jenkins Job Builder -->
1157 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
1158 Using pipeline {pipeline-script} <br/><br/>
1159 Scale measurements for VOLTHA 2.x
1160
1161 properties:
Joey Armstronge04fe1f2022-08-25 13:48:13 -04001162 - onf-infra-volthadevs-permissions
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001163 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -08001164 build-days-to-keep: '{big-build-days-to-keep}'
1165 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001166
1167 wrappers:
1168 - lf-infra-wrappers:
1169 build-timeout: '{build-timeout}'
1170 jenkins-ssh-credential: '{jenkins-ssh-credential}'
1171
1172 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -08001173 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001174 release: master
1175
1176 bbsimImg: voltha/bbsim:master
1177 rwCoreImg: voltha/voltha-rw-core:master
1178 ofAgentImg: voltha/voltha-ofagent-go:master
Joey Armstrongca4cb462023-01-12 17:51:05 -05001179 openoltAdapterImg: voltha/voltha-openolt-adapter:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001180 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +01001181 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001182 onosImg: voltha/voltha-onos:master
1183
1184 bbsimChart: onf/bbsim
1185 volthaChart: onf/voltha
1186 openoltAdapterChart: onf/voltha-adapter-openolt
1187 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -07001188 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -07001189 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001190
Matteo Scandolo4b006ae2020-11-09 16:14:40 -08001191 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001192 olts: 2
1193 pons: 2
1194 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +01001195 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001196 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +00001197 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001198 withFlows: false
1199 provisionSubscribers: false
1200 withEapol: true
1201 withDhcp: true
1202 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +01001203 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001204 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001205 withMonitoring: true
1206 withProfiling: false
1207 withPcap: false
Joey Armstrongca4cb462023-01-12 17:51:05 -05001208 withRadius: true
Andrea Campanellac179de22020-12-10 17:24:40 +01001209 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001210 onosReplicas: 3
1211 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -07001212 kafkaReplicas: 3
1213 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001214 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -08001215 onosStatInterval: 10
1216 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +02001217 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001218 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -08001219 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -08001220 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001221 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +01001222 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -07001223 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 +01001224 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -07001225 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +01001226 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001227 dockerRegistry: 10.90.0.101:30500
1228 trigger-comment: vv7CBoQQYYonvaN8xcru
1229 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -07001230 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001231
1232 <<: *voltha-scale-job-parameters
1233
Matteo Scandolo272aed42020-05-08 15:05:57 -07001234 project-type: pipeline
1235 concurrent: false
1236
1237 dsl: !include-raw-escape: pipeline/{pipeline-script}
1238
Matteo Scandoloabb83972020-06-25 16:08:23 -07001239 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001240 # periodic jobs will set this every 4 hours
1241 # 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 -07001242 - timed: |
1243 TZ=America/Los_Angeles
1244 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001245 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
1246 # patchset jobs will set this to a meaningful comment
1247 - gerrit:
1248 server-name: '{gerrit-server-name}'
1249 silent-start: false
1250 successful-message: "PASSED scale test"
1251 failure-message: "FAILED scale test"
1252 unstable-message: "UNSTABLE scale test"
1253 trigger-on:
1254 - comment-added-contains-event:
1255 comment-contains-value: '.*{trigger-comment}.*'
1256 projects:
1257 - project-compare-type: REG_EXP
1258 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
1259 branches:
1260 - branch-compare-type: REG_EXP
1261 branch-pattern: '{all-branches-regexp}'
Joey Armstrongaf679da2023-01-31 14:22:41 -05001262
1263# [EOF]