blob: 6b41b152d157b6e8b27128af92c0e7de0435f213 [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'
Jan Klare8846dea2023-09-15 14:31:56 +020033 pipeline-script: 'voltha/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +020034 pipeline-branch: 'master'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080035 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080036 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080037 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080038 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070039 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080040 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070041 pons: 16
42 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080043 withFlows: true
44 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080045 workflow: dt
46 withEapol: false
47 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080048 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070049 # 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 -080050
Matteo Scandolofebf6512021-03-02 11:37:37 -080051 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070052 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070053 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080054 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070055 time-trigger: "H H/4 * * *"
Joey Armstrong01bbf8d2023-03-05 06:20:14 -050056 disable-job: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070057 olts: 2
58 pons: 16
59 onus: 32
60 withFlows: true
61 provisionSubscribers: true
62 withEapol: true
63 withDhcp: true
64 withIgmp: false
Joey Armstrongca4cb462023-01-12 17:51:05 -050065 extraHelmFlags: >-
66 --set authRetry=true,dhcpRetry=true
67 --set voltha.securityContext.enabled=false -f /home/jenkins/voltha-scale/voltha-values.yaml
68 --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
69 --set global.rpc_timeout=30s --set voltha.ofagent.log_level=DEBUG'
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070070 onosReplicas: 1
71 atomixReplicas: 1
72 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -070073 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -070074 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -050075 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070076
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070077 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000078 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000079 build-node: 'voltha-scale-1'
80 time-trigger: "H H/12 * * *"
81 olts: 2
82 pons: 16
83 onus: 32
84 withOnuUpgrade: true
85 withFlows: true
86 provisionSubscribers: false
87 withEapol: false
88 withDhcp: false
89 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070090 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 +000091
92 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070093 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080094 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070095 time-trigger: "H H/4 * * *"
Joey Armstrong01bbf8d2023-03-05 06:20:14 -050096 disable-job: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070097 olts: 2
98 pons: 16
99 onus: 32
100 withFlows: true
101 provisionSubscribers: true
102 workflow: dt
103 withEapol: false
104 withDhcp: false
105 withIgmp: false
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700106 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 -0700107 onosReplicas: 1
108 atomixReplicas: 1
109 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700110 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700111 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -0500112 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo86939302020-10-30 13:32:08 -0700113
114 - 'voltha-scale-measurements':
115 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800116 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700117 time-trigger: "H H/4 * * *"
Joey Armstrong01bbf8d2023-03-05 06:20:14 -0500118 disable-job: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700119 olts: 2
120 pons: 16
121 onus: 32
122 withFlows: true
123 provisionSubscribers: true
124 workflow: tt
125 withEapol: false
126 withDhcp: true
127 withIgmp: true
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800128 extraHelmFlags: >
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700129 --set voltha.securityContext.enabled=false
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700130 --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 -0800131 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
132 onosStatInterval: 30
133 onosGroupInterval: 30
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700134 onosReplicas: 1
135 atomixReplicas: 1
136 onosImg: andreacampanella/voltha-onos:extend-timeout
137 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700138 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Joey Armstrongca4cb462023-01-12 17:51:05 -0500139 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo272aed42020-05-08 15:05:57 -0700140
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100141 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100142 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100143 build-node: 'voltha-scale-1'
144 time-trigger: "H H/4 * * *"
Joey Armstrong01bbf8d2023-03-05 06:20:14 -0500145 disable-job: true
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100146 olts: 2
147 pons: 16
148 onus: 32
149 withFlows: true
150 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100151 workflow: tt
152 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100153 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100154 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100155 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100156 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100157 onosReplicas: 3
158 atomixReplicas: 3
159 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700160 --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 +0100161 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100162 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100163
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100164 # 4k ONTs jobs
165 - 'voltha-scale-measurements':
166 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100167 build-node: 'voltha-scale-1'
168 time-trigger: "H H/4 * * *"
169 olts: 2
170 pons: 64
171 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100172 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100173 withFlows: true
174 provisionSubscribers: true
175 workflow: dt
176 withEapol: false
177 withDhcp: false
178 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100179 onosImg: andreacampanella/voltha-onos:4k-dev
180 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700181 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 -0700182 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 +0100183
Andrea Campanella518e6672022-01-17 11:42:53 +0100184 - 'voltha-scale-measurements':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500185 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
186 build-node: 'voltha-scale-1'
187 time-trigger: "H H/4 * * *"
188 olts: 1
189 pons: 64
190 onus: 63
191 unis: 1
192 withFlows: true
193 provisionSubscribers: true
194 workflow: dt
195 withEapol: false
196 withDhcp: false
197 withIgmp: false
198 onosImg: andreacampanella/voltha-onos:4k-dev
199 withMibTemplate: false
200 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
201 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 +0100202
Matteo Scandolo95f99682022-02-10 15:10:37 -0800203 - 'voltha-scale-measurements':
Joey Armstrongca4cb462023-01-12 17:51:05 -0500204 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
205 build-node: 'voltha-scale-1'
206 time-trigger: "H H/4 * * *"
207 olts: 1
208 pons: 64
209 onus: 63
210 unis: 1
211 withFlows: true
212 provisionSubscribers: true
213 workflow: tt
214 withEapol: false
215 withDhcp: true
216 withIgmp: true
217 onosImg: andreacampanella/voltha-onos:4k-dev
218 withMibTemplate: false
219 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
220 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 -0800221
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800222 # multi-stack jobs
223 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800224 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
225 build-node: 'voltha-scale-2'
Jan Klare8846dea2023-09-15 14:31:56 +0200226 pipeline-script: 'voltha/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200227 pipeline-branch: 'master'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700229 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800230 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800231 onosReplicas: 1
232 atomixReplicas: 0
233 kafkaReplicas: 1
234 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800235 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800236 olts: 2
237 pons: 16
238 onus: 32
239 withFlows: true
240 provisionSubscribers: true
241 workflow: att
242 withEapol: true
243 withDhcp: true
244 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800245 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800246
247 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800248 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
249 build-node: 'voltha-scale-2'
Jan Klare8846dea2023-09-15 14:31:56 +0200250 pipeline-script: 'voltha/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200251 pipeline-branch: 'master'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800252 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700253 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800254 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800255 onosReplicas: 1
256 atomixReplicas: 0
257 kafkaReplicas: 1
258 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800259 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800260 olts: 2
261 pons: 16
262 onus: 32
263 withFlows: true
264 provisionSubscribers: true
265 workflow: dt
266 withEapol: false
267 withDhcp: false
268 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800269 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800270
271 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800272 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
273 build-node: 'voltha-scale-2'
Jan Klare8846dea2023-09-15 14:31:56 +0200274 pipeline-script: 'voltha/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200275 pipeline-branch: 'master'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800276 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700277 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800278 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800279 onosReplicas: 1
280 atomixReplicas: 0
281 kafkaReplicas: 1
282 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800283 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800284 olts: 2
285 pons: 16
286 onus: 32
287 withFlows: true
288 provisionSubscribers: true
289 workflow: tt
290 withEapol: false
291 withDhcp: true
292 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800293 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800294
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400295 # -----------------------------------------------------------------------
296 # voltha-2.12 Jobs
297 # -----------------------------------------------------------------------
298 - 'voltha-scale-measurements':
299 name: 'voltha-scale-measurements-voltha-2.12-2-16-32-att-subscribers'
300 pipeline-script: 'voltha/voltha-2.12/voltha-scale-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200301 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400302 build-node: 'voltha-scale-1'
303 time-trigger: "H H/4 * * *"
304 disable-job: true
305 olts: 2
306 pons: 16
307 onus: 32
308 withFlows: true
309 provisionSubscribers: true
310 withEapol: true
311 withDhcp: true
312 withIgmp: false
313 release: voltha-2.12
314 karaf-home: 'apache-karaf-4.2.9'
315 bbsimImg: ''
316 rwCoreImg: ''
317 ofAgentImg: ''
318 openoltAdapterImg: ''
319 openonuAdapterImg: ''
320 openonuAdapterGoImg: ''
321 onosImg: ''
322 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500323
324 # voltha-2.11 Jobs
325 - 'voltha-scale-measurements':
326 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-att-subscribers'
327 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200328 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500329 build-node: 'voltha-scale-1'
330 time-trigger: "H H/4 * * *"
Joey Armstrongd1514132023-03-03 14:57:41 -0500331 disable-job: true
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500332 olts: 2
333 pons: 16
334 onus: 32
335 withFlows: true
336 provisionSubscribers: true
337 withEapol: true
338 withDhcp: true
339 withIgmp: false
340 release: voltha-2.11
341 karaf-home: 'apache-karaf-4.2.9'
342 bbsimImg: ''
343 rwCoreImg: ''
344 ofAgentImg: ''
345 openoltAdapterImg: ''
346 openonuAdapterImg: ''
347 openonuAdapterGoImg: ''
348 onosImg: ''
349 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
350
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400351 # -----------------------------------------------------------------------
352 # -----------------------------------------------------------------------
353 - 'voltha-scale-measurements':
354 name: 'voltha-scale-measurements-voltha-2.12-2-16-32-dt-subscribers'
355 pipeline-script: 'voltha/voltha-2.12/voltha-scale-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200356 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400357 build-node: 'voltha-scale-1'
358 time-trigger: "H H/4 * * *"
359 disable-job: true
360 olts: 2
361 pons: 16
362 onus: 32
363 withFlows: true
364 provisionSubscribers: true
365 workflow: dt
366 withEapol: false
367 withDhcp: false
368 withIgmp: false
369 release: voltha-2.12
370 karaf-home: 'apache-karaf-4.2.9'
371 bbsimImg: ''
372 rwCoreImg: ''
373 ofAgentImg: ''
374 openoltAdapterImg: ''
375 openonuAdapterImg: ''
376 openonuAdapterGoImg: ''
377 onosImg: 'voltha/voltha-onos:5.0.4'
378 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
379
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500380 - 'voltha-scale-measurements':
381 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-dt-subscribers'
382 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200383 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500384 build-node: 'voltha-scale-1'
385 time-trigger: "H H/4 * * *"
Joey Armstrongd1514132023-03-03 14:57:41 -0500386 disable-job: true
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500387 olts: 2
388 pons: 16
389 onus: 32
390 withFlows: true
391 provisionSubscribers: true
392 workflow: dt
393 withEapol: false
394 withDhcp: false
395 withIgmp: false
396 release: voltha-2.11
397 karaf-home: 'apache-karaf-4.2.9'
398 bbsimImg: ''
399 rwCoreImg: ''
400 ofAgentImg: ''
401 openoltAdapterImg: ''
402 openonuAdapterImg: ''
403 openonuAdapterGoImg: ''
404 onosImg: 'voltha/voltha-onos:5.0.4'
405 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
406
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400407 # -----------------------------------------------------------------------
408 # -----------------------------------------------------------------------
409 - 'voltha-scale-measurements':
410 name: 'voltha-scale-measurements-voltha-2.12-2-16-32-tt-subscribers'
411 pipeline-script: 'voltha/voltha-2.12/voltha-scale-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200412 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400413 build-node: 'voltha-scale-1'
414 time-trigger: "H H/4 * * *"
415 disable-job: true
416 olts: 2
417 pons: 16
418 onus: 32
419 withFlows: true
420 provisionSubscribers: true
421 workflow: tt
422 withEapol: false
423 withDhcp: true
424 withIgmp: true
425 release: voltha-2.12
426 karaf-home: 'apache-karaf-4.2.9'
427 bbsimImg: ''
428 rwCoreImg: ''
429 ofAgentImg: ''
430 openoltAdapterImg: ''
431 openonuAdapterImg: ''
432 openonuAdapterGoImg: ''
433 onosImg: ''
434 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
435
436 # -----------------------------------------------------------------------
437 # -----------------------------------------------------------------------
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500438 - 'voltha-scale-measurements':
439 name: 'voltha-scale-measurements-voltha-2.11-2-16-32-tt-subscribers'
440 pipeline-script: 'voltha/voltha-2.11/voltha-scale-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200441 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500442 build-node: 'voltha-scale-1'
443 time-trigger: "H H/4 * * *"
Joey Armstrongd1514132023-03-03 14:57:41 -0500444 disable-job: true
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500445 olts: 2
446 pons: 16
447 onus: 32
448 withFlows: true
449 provisionSubscribers: true
450 workflow: tt
451 withEapol: false
452 withDhcp: true
453 withIgmp: true
454 release: voltha-2.11
455 karaf-home: 'apache-karaf-4.2.9'
456 bbsimImg: ''
457 rwCoreImg: ''
458 ofAgentImg: ''
459 openoltAdapterImg: ''
460 openonuAdapterImg: ''
461 openonuAdapterGoImg: ''
462 onosImg: ''
463 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
464
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400465 # -----------------------------------------------------------------------
466 # Multi-stack jobs
467 # -----------------------------------------------------------------------
468 - 'voltha-scale-measurements':
469 name: 'voltha-scale-measurements-2.12-10-stacks-2-16-32-att-subscribers'
470 build-node: 'voltha-scale-2'
471 pipeline-script: 'voltha/voltha-2.12/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200472 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400473 time-trigger: "H H/4 * * *"
474 disable-job: true
475 withMonitoring: false
476 logLevel: WARN
477 onosReplicas: 1
478 atomixReplicas: 0
479 kafkaReplicas: 1
480 etcdReplicas: 1
481 volthaStacks: 10
482 olts: 2
483 pons: 16
484 onus: 32
485 withFlows: true
486 provisionSubscribers: true
487 release: voltha-2.12
488 karaf-home: 'apache-karaf-4.2.9'
489 workflow: att
490 withEapol: true
491 withDhcp: true
492 withIgmp: false
493 bbsimImg: ''
494 rwCoreImg: ''
495 ofAgentImg: ''
496 openoltAdapterImg: ''
497 openonuAdapterImg: ''
498 openonuAdapterGoImg: ''
499 onosImg: 'voltha/voltha-onos:5.0.4'
500 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
501
502 # -----------------------------------------------------------------------
503 # -----------------------------------------------------------------------
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500504 # 2.11 multi-stack jobs
505 - 'voltha-scale-measurements':
506 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-att-subscribers'
507 build-node: 'voltha-scale-2'
508 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200509 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500510 time-trigger: "H H/4 * * *"
511 disable-job: true
512 withMonitoring: false
513 logLevel: WARN
514 onosReplicas: 1
515 atomixReplicas: 0
516 kafkaReplicas: 1
517 etcdReplicas: 1
518 volthaStacks: 10
519 olts: 2
520 pons: 16
521 onus: 32
522 withFlows: true
523 provisionSubscribers: true
524 release: voltha-2.11
525 karaf-home: 'apache-karaf-4.2.9'
526 workflow: att
527 withEapol: true
528 withDhcp: true
529 withIgmp: false
530 bbsimImg: ''
531 rwCoreImg: ''
532 ofAgentImg: ''
533 openoltAdapterImg: ''
534 openonuAdapterImg: ''
535 openonuAdapterGoImg: ''
536 onosImg: 'voltha/voltha-onos:5.0.4'
537 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
538
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400539 # -----------------------------------------------------------------------
540 # -----------------------------------------------------------------------
541 - 'voltha-scale-measurements':
542 name: 'voltha-scale-measurements-2.12-10-stacks-2-16-32-dt-subscribers'
543 build-node: 'voltha-scale-2'
544 pipeline-script: 'voltha/voltha-2.12/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200545 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400546 time-trigger: "H H/4 * * *"
547 disable-job: true
548 withMonitoring: false
549 logLevel: WARN
550 onosReplicas: 1
551 atomixReplicas: 0
552 kafkaReplicas: 1
553 etcdReplicas: 1
554 volthaStacks: 10
555 olts: 2
556 pons: 16
557 onus: 32
558 withFlows: true
559 provisionSubscribers: true
560 release: voltha-2.12
561 karaf-home: 'apache-karaf-4.2.9'
562 workflow: dt
563 withEapol: false
564 withDhcp: false
565 withIgmp: false
566 bbsimImg: ''
567 rwCoreImg: ''
568 ofAgentImg: ''
569 openoltAdapterImg: ''
570 openonuAdapterImg: ''
571 openonuAdapterGoImg: ''
572 onosImg: ''
573 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
574
575 # -----------------------------------------------------------------------
576 # -----------------------------------------------------------------------
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500577 - 'voltha-scale-measurements':
578 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-dt-subscribers'
579 build-node: 'voltha-scale-2'
580 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200581 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500582 time-trigger: "H H/4 * * *"
583 disable-job: true
584 withMonitoring: false
585 logLevel: WARN
586 onosReplicas: 1
587 atomixReplicas: 0
588 kafkaReplicas: 1
589 etcdReplicas: 1
590 volthaStacks: 10
591 olts: 2
592 pons: 16
593 onus: 32
594 withFlows: true
595 provisionSubscribers: true
596 release: voltha-2.11
597 karaf-home: 'apache-karaf-4.2.9'
598 workflow: dt
599 withEapol: false
600 withDhcp: false
601 withIgmp: false
602 bbsimImg: ''
603 rwCoreImg: ''
604 ofAgentImg: ''
605 openoltAdapterImg: ''
606 openonuAdapterImg: ''
607 openonuAdapterGoImg: ''
608 onosImg: ''
609 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
610
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400611 # -----------------------------------------------------------------------
612 # -----------------------------------------------------------------------
613 - 'voltha-scale-measurements':
614 name: 'voltha-scale-measurements-2.12-10-stacks-2-16-32-tt-subscribers'
615 build-node: 'voltha-scale-2'
616 pipeline-script: 'voltha/voltha-2.12/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200617 pipeline-branch: 'voltha-2.12'
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400618 time-trigger: "H H/4 * * *"
619 disable-job: true
620 withMonitoring: false
621 logLevel: WARN
622 onosReplicas: 1
623 atomixReplicas: 0
624 kafkaReplicas: 1
625 etcdReplicas: 1
626 volthaStacks: 10
627 olts: 2
628 pons: 16
629 onus: 32
630 withFlows: true
631 provisionSubscribers: true
632 release: voltha-2.12
633 karaf-home: 'apache-karaf-4.2.9'
634 workflow: tt
635 withEapol: false
636 withDhcp: true
637 withIgmp: true
638 bbsimImg: ''
639 rwCoreImg: ''
640 ofAgentImg: ''
641 openoltAdapterImg: ''
642 openonuAdapterImg: ''
643 openonuAdapterGoImg: ''
644 onosImg: ''
645 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
646
647 # -----------------------------------------------------------------------
648 # -----------------------------------------------------------------------
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500649 - 'voltha-scale-measurements':
650 name: 'voltha-scale-measurements-2.11-10-stacks-2-16-32-tt-subscribers'
651 build-node: 'voltha-scale-2'
652 pipeline-script: 'voltha/voltha-2.11/voltha-scale-multi-stack.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200653 pipeline-branch: 'voltha-2.11'
Joey Armstrong1a2ee172023-01-27 17:20:37 -0500654 time-trigger: "H H/4 * * *"
655 disable-job: true
656 withMonitoring: false
657 logLevel: WARN
658 onosReplicas: 1
659 atomixReplicas: 0
660 kafkaReplicas: 1
661 etcdReplicas: 1
662 volthaStacks: 10
663 olts: 2
664 pons: 16
665 onus: 32
666 withFlows: true
667 provisionSubscribers: true
668 release: voltha-2.11
669 karaf-home: 'apache-karaf-4.2.9'
670 workflow: tt
671 withEapol: false
672 withDhcp: true
673 withIgmp: true
674 bbsimImg: ''
675 rwCoreImg: ''
676 ofAgentImg: ''
677 openoltAdapterImg: ''
678 openonuAdapterImg: ''
679 openonuAdapterGoImg: ''
680 onosImg: ''
681 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
682
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400683 # -----------------------------------------------------------------------
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000684 # voltha-2.8 Jobs
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400685 # -----------------------------------------------------------------------
686# - 'voltha-scale-measurements':
687# name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
688# pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
689# build-node: 'voltha-scale-1'
690# time-trigger: "H H/4 * * *"
691# disable-job: true
692# olts: 2
693# pons: 16
694# onus: 32
695# withFlows: true
696# provisionSubscribers: true
697# withEapol: true
698# withDhcp: true
699# withIgmp: false
700# release: voltha-2.8
701# karaf-home: 'apache-karaf-4.2.9'
702# bbsimImg: ''
703# rwCoreImg: ''
704# ofAgentImg: ''
705# openoltAdapterImg: ''
706# openonuAdapterImg: ''
707# openonuAdapterGoImg: ''
708# onosImg: ''
709######## 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 -0700710
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400711# - 'voltha-scale-measurements':
712# name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
713# pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
714# build-node: 'voltha-scale-1'
715# time-trigger: "H H/4 * * *"
716# disable-job: true
717# olts: 2
718# pons: 16
719# onus: 32
720# withFlows: true
721# provisionSubscribers: true
722# workflow: dt
723# withEapol: false
724# withDhcp: false
725# withIgmp: false
726# release: voltha-2.8
727# karaf-home: 'apache-karaf-4.2.9'
728# bbsimImg: ''
729# rwCoreImg: ''
730# ofAgentImg: ''
731# openoltAdapterImg: ''
732# openonuAdapterImg: ''
733# openonuAdapterGoImg: ''
734# onosImg: 'voltha/voltha-onos:5.0.4'
735# 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 -0700736
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400737# - 'voltha-scale-measurements':
738# name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
739# pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
740# build-node: 'voltha-scale-1'
741# time-trigger: "H H/4 * * *"
742# disable-job: true
743# olts: 2
744# pons: 16
745# onus: 32
746# withFlows: true
747# provisionSubscribers: true
748# workflow: tt
749# withEapol: false
750# withDhcp: true
751# withIgmp: true
752# release: voltha-2.8
753# karaf-home: 'apache-karaf-4.2.9'
754# bbsimImg: ''
755# rwCoreImg: ''
756# ofAgentImg: ''
757# openoltAdapterImg: ''
758# openonuAdapterImg: ''
759# openonuAdapterGoImg: ''
760# onosImg: ''
761# 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 -0700762
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700763 # 2.8 multi-stack jobs
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400764# - 'voltha-scale-measurements':
765# name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
766# build-node: 'voltha-scale-2'
767# pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
768# time-trigger: "H H/4 * * *"
769# disable-job: true
770# withMonitoring: false
771# logLevel: WARN
772# onosReplicas: 1
773# atomixReplicas: 0
774# kafkaReplicas: 1
775# etcdReplicas: 1
776# volthaStacks: 10
777# olts: 2
778# pons: 16
779# onus: 32
780# withFlows: true
781# provisionSubscribers: true
782# release: voltha-2.8
783# karaf-home: 'apache-karaf-4.2.9'
784# workflow: att
785# withEapol: true
786# withDhcp: true
787# withIgmp: false
788# bbsimImg: ''
789# rwCoreImg: ''
790# ofAgentImg: ''
791# openoltAdapterImg: ''
792# openonuAdapterImg: ''
793# openonuAdapterGoImg: ''
794# onosImg: 'voltha/voltha-onos:5.0.4'
795# extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100796
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400797# - 'voltha-scale-measurements':
798# name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
799# build-node: 'voltha-scale-2'
800# pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
801# time-trigger: "H H/4 * * *"
802# disable-job: true
803# withMonitoring: false
804# logLevel: WARN
805# onosReplicas: 1
806# atomixReplicas: 0
807# kafkaReplicas: 1
808# etcdReplicas: 1
809# volthaStacks: 10
810# olts: 2
811# pons: 16
812# onus: 32
813# withFlows: true
814# provisionSubscribers: true
815# release: voltha-2.8
816# karaf-home: 'apache-karaf-4.2.9'
817# workflow: dt
818# withEapol: false
819# withDhcp: false
820# withIgmp: false
821# bbsimImg: ''
822# rwCoreImg: ''
823# ofAgentImg: ''
824# openoltAdapterImg: ''
825# openonuAdapterImg: ''
826# openonuAdapterGoImg: ''
827# onosImg: ''
828# extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100829
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400830# - 'voltha-scale-measurements':
831# name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
832# build-node: 'voltha-scale-2'
833# pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
834# time-trigger: "H H/4 * * *"
835# disable-job: true
836# withMonitoring: false
837# logLevel: WARN
838# onosReplicas: 1
839# atomixReplicas: 0
840# kafkaReplicas: 1
841# etcdReplicas: 1
842# volthaStacks: 10
843# olts: 2
844# pons: 16
845# onus: 32
846# withFlows: true
847# provisionSubscribers: true
848# release: voltha-2.8
849# karaf-home: 'apache-karaf-4.2.9'
850# workflow: tt
851# withEapol: false
852# withDhcp: true
853# withIgmp: true
854# bbsimImg: ''
855# rwCoreImg: ''
856# ofAgentImg: ''
857# openoltAdapterImg: ''
858# openonuAdapterImg: ''
859# openonuAdapterGoImg: ''
860# onosImg: ''
861# extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100862
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400863 # -----------------------------------------------------------------------
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700864 # per patchset job
Joey Armstrong0eb8bd82023-07-10 13:26:25 -0400865 # -----------------------------------------------------------------------
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700866 - 'voltha-scale-measurements':
867 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800868 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700869 olts: 1
870 pons: 16
871 onus: 32
872 withFlows: true
873 provisionSubscribers: true
874 withEapol: true
875 withDhcp: true
876 withIgmp: false
877 withMonitoring: false
878 trigger-comment: "voltha scale test ATT"
879
880 - 'voltha-scale-measurements':
881 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800882 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700883 olts: 1
884 pons: 16
885 onus: 32
886 withFlows: true
887 provisionSubscribers: true
888 workflow: tt
889 withEapol: false
890 withDhcp: true
891 withIgmp: true
892 withMonitoring: false
893 trigger-comment: "voltha scale test TT"
894
895 - 'voltha-scale-measurements':
896 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800897 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700898 olts: 1
899 pons: 16
900 onus: 32
901 withFlows: true
902 provisionSubscribers: true
903 workflow: dt
904 withEapol: false
905 withDhcp: false
906 withIgmp: false
907 withMonitoring: false
908 trigger-comment: "voltha scale test DT"
909
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700910 # LWC pipeline
911 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700912 name: 'voltha-scale-measurements-lwc-dt-512'
Jan Klare8846dea2023-09-15 14:31:56 +0200913 pipeline-script: 'voltha/voltha-scale-lwc-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200914 pipeline-branch: 'master'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700915 build-node: 'berlin-community-pod-2'
916 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700917 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700918 withMonitoring: true
919 olts: 1
920 pons: 16
921 onus: 32
922 withFlows: true
923 provisionSubscribers: true
924 withEapol: false
925 withDhcp: false
926 withIgmp: false
927 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
928 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700929 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700930
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700931 - 'voltha-scale-measurements':
932 name: 'voltha-scale-measurements-lwc-dt-256'
Jan Klare8846dea2023-09-15 14:31:56 +0200933 pipeline-script: 'voltha/voltha-scale-lwc-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +0200934 pipeline-branch: 'master'
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700935 build-node: 'berlin-community-pod-2'
936 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700937 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700938 withMonitoring: true
939 olts: 1
940 pons: 16
941 onus: 16
942 withFlows: true
943 provisionSubscribers: true
944 withEapol: false
945 withDhcp: false
946 withIgmp: false
947 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
948 workflow: dt
949 volthaSystemTestsChange: refs/changes/10/31810/6
950
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700951
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700952# list of parameters for the VOLTHA Jobs,
953# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700954# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700955- voltha-scale-job-parameters: &voltha-scale-job-parameters
956 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700957 parameters:
958 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800959 name: pipeline-script
960 default: '{pipeline-script}'
961 description: 'The pipeline script to use'
962
963 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700964 name: release
965 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700966 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 -0700967
968 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700969 name: buildNode
970 default: '{build-node}'
971 description: 'Name of the Jenkins node to run the job on'
972
973 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700974 name: dockerRegistry
975 default: '{dockerRegistry}'
976 description: 'Address of the docker registry to use if we are building custom images'
977
978 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700979 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700980 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700981 description: 'Log level for all the components'
982
983 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800984 name: volthaStacks
985 default: '{volthaStacks}'
986 description: 'Number of VOLTHA Stacks to deploy'
987
988 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100989 name: unis
990 default: '{unis}'
991 description: 'Number of UNIs to provision'
992
993 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700994 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700995 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700996 description: 'Number of ONUs to provision'
997
998 - string:
999 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -07001000 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001001 description: 'Number of PONs to provision'
1002
1003 - string:
1004 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -07001005 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001006 description: 'How many BBSim instances to run'
1007
1008 - string:
1009 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -07001010 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001011 description: 'Which workflow are we testing (att, dt, tt)'
1012
1013 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +00001014 name: withOnuUpgrade
1015 default: '{withOnuUpgrade}'
1016 description: 'Whether to run the ONU Upgrade test'
1017
1018 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001019 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -07001020 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +00001021 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001022
1023 - bool:
1024 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -07001025 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +00001026 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001027
1028 - bool:
1029 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -07001030 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +00001031 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001032
1033 - bool:
1034 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -07001035 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +00001036 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001037
1038 - bool:
1039 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -07001040 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +00001041 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001042
1043 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +01001044 name: withMaclearning
1045 default: '{withMaclearning}'
1046 description: 'Whether mac learning is enabled for the test'
1047
1048 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001049 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -07001050 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +00001051 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001052
1053 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001054 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -07001055 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001056 description: 'Option to install Prometheus'
1057
Matteo Scandoloa731f8f2020-05-11 10:27:26 -07001058 - bool:
1059 name: withProfiling
1060 default: '{withProfiling}'
1061 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
1062
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -07001063 - bool:
1064 name: withPcap
1065 default: '{withPcap}'
1066 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
1067
Matteo Scandoloa731f8f2020-05-11 10:27:26 -07001068 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -07001069 name: withRadius
1070 default: '{withRadius}'
1071 description: 'Value to pass to kind-voltha WITH_RADIUS'
1072
1073 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -07001074 name: extraHelmFlags
1075 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -07001076 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 -07001077
Matteo Scandolo272aed42020-05-08 15:05:57 -07001078 - string:
1079 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -07001080 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001081 description: 'How many OpenONU adapter instances to run'
1082
1083 - string:
1084 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -07001085 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001086 description: 'How many ONOSes instances to run'
1087
1088 - string:
1089 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -07001090 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001091 description: 'How many Atomix instances to run'
1092
1093 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -07001094 name: kafkaReplicas
1095 default: '{kafkaReplicas}'
1096 description: 'How many Kafka instances to run'
1097
1098 - string:
1099 name: etcdReplicas
1100 default: '{etcdReplicas}'
1101 description: 'How many ETCD instances to run'
1102
1103 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -07001104 name: onosStatInterval
1105 default: '{onosStatInterval}'
1106 description: 'How often ONOS should poll for ports, flows and meters'
1107
1108 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +02001109 name: onosGroupInterval
1110 default: '{onosGroupInterval}'
1111 description: 'How often ONOS should poll for groups'
1112
1113 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +02001114 name: flowObjWorkerThreads
1115 default: '{flowObjWorkerThreads}'
1116 description: 'How many threads are used by the FlowObjectiveManager worker pool'
1117
1118 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001119 name: bbsimImg
1120 default: '{bbsimImg}'
1121 description: 'Custom image selection for BBSIM (repo:tag)'
1122
1123 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001124 name: rwCoreImg
1125 default: '{rwCoreImg}'
1126 description: 'Custom image selection for VOLTHA (repo:tag)'
1127
1128 - string:
1129 name: ofAgentImg
1130 default: '{ofAgentImg}'
1131 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
1132
1133 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001134 name: openoltAdapterImg
1135 default: '{openoltAdapterImg}'
1136 description: 'Custom image selection for Openolt Adapter (repo:tag)'
1137
1138 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001139 name: openonuAdapterImg
1140 default: '{openonuAdapterImg}'
1141 description: 'Custom image selection for Openonu Adapter (repo:tag)'
1142
1143 - string:
Andrea Campanella28763082020-11-18 10:55:31 +01001144 name: openonuAdapterGoImg
1145 default: '{openonuAdapterGoImg}'
1146 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
1147
1148 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -07001149 name: onosImg
1150 default: '{onosImg}'
1151 description: 'Custom image selection for Openonu Adapter (repo:tag)'
1152
1153 - string:
1154 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -07001155 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -07001156 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
1157
Matteo Scandolo5708e2f2020-06-03 14:11:32 -07001158 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -08001159 name: volthaHelmChartsChange
1160 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -07001161 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 -07001162
Matteo Scandoloccc06192020-06-22 10:16:17 -07001163 - bool:
1164 name: inMemoryEtcdStorage
1165 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -07001166 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -07001167
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +02001168 - string:
1169 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -07001170 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +02001171 description: 'Karaf home'
1172
Andrea Campanellade9139a2022-02-09 16:50:36 +01001173 - string:
1174 name: testTimeout
1175 default: '{testTimeout}'
1176 description: 'How long the scale test can run for in minutes, e.g 10, 15'
1177
Matteo Scandolo001003e2021-02-03 15:39:26 -08001178 # remove once voltha-2.6 is deprecated
1179 - string:
1180 name: kindVolthaChange
1181 default: '{kindVolthaChange}'
1182 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 -05001183
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -08001184 - bool:
1185 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +01001186 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -08001187
Elia Battiston4decc6b2022-02-25 10:22:56 +01001188 - string:
1189 name: mibTemplateUrl
1190 default: '{mibTemplateUrl}'
1191 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
1192
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001193- job-template:
1194 id: 'voltha-scale-measurements'
1195 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -07001196 disabled: '{disable-job}'
Matteo Scandoloa7fda432022-06-27 16:57:37 -07001197 sandbox: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001198
1199 description: |
1200 <!-- Managed by Jenkins Job Builder -->
1201 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
1202 Using pipeline {pipeline-script} <br/><br/>
1203 Scale measurements for VOLTHA 2.x
1204
1205 properties:
Joey Armstronge04fe1f2022-08-25 13:48:13 -04001206 - onf-infra-volthadevs-permissions
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001207 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -08001208 build-days-to-keep: '{big-build-days-to-keep}'
1209 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001210
1211 wrappers:
1212 - lf-infra-wrappers:
1213 build-timeout: '{build-timeout}'
1214 jenkins-ssh-credential: '{jenkins-ssh-credential}'
1215
1216 # default values
Jan Klare8846dea2023-09-15 14:31:56 +02001217 pipeline-script: 'voltha/voltha-scale-test.groovy'
Jan Klare8b7b3df2023-09-15 11:27:15 +02001218 pipeline-branch: 'master'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001219 release: master
1220
1221 bbsimImg: voltha/bbsim:master
1222 rwCoreImg: voltha/voltha-rw-core:master
1223 ofAgentImg: voltha/voltha-ofagent-go:master
Joey Armstrongca4cb462023-01-12 17:51:05 -05001224 openoltAdapterImg: voltha/voltha-openolt-adapter:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001225 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +01001226 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001227 onosImg: voltha/voltha-onos:master
1228
1229 bbsimChart: onf/bbsim
1230 volthaChart: onf/voltha
1231 openoltAdapterChart: onf/voltha-adapter-openolt
1232 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -07001233 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -07001234 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001235
Matteo Scandolo4b006ae2020-11-09 16:14:40 -08001236 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001237 olts: 2
1238 pons: 2
1239 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +01001240 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001241 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +00001242 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001243 withFlows: false
1244 provisionSubscribers: false
1245 withEapol: true
1246 withDhcp: true
1247 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +01001248 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001249 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001250 withMonitoring: true
1251 withProfiling: false
1252 withPcap: false
Joey Armstrongca4cb462023-01-12 17:51:05 -05001253 withRadius: true
Andrea Campanellac179de22020-12-10 17:24:40 +01001254 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001255 onosReplicas: 3
1256 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -07001257 kafkaReplicas: 3
1258 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001259 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -08001260 onosStatInterval: 10
1261 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +02001262 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001263 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -08001264 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -08001265 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001266 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +01001267 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -07001268 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 +01001269 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -07001270 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +01001271 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001272 dockerRegistry: 10.90.0.101:30500
1273 trigger-comment: vv7CBoQQYYonvaN8xcru
1274 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -07001275 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -07001276
1277 <<: *voltha-scale-job-parameters
1278
Matteo Scandolo272aed42020-05-08 15:05:57 -07001279 project-type: pipeline
1280 concurrent: false
1281
Jan Klare8b7b3df2023-09-15 11:27:15 +02001282 pipeline-scm:
1283 scm:
1284 - git:
1285 url: https://gerrit.opencord.org/ci-management
1286 branches:
1287 - origin/{pipeline-branch}
1288 script-path: jjb/pipeline/{pipeline-script}
Matteo Scandolo272aed42020-05-08 15:05:57 -07001289
Matteo Scandoloabb83972020-06-25 16:08:23 -07001290 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001291 # periodic jobs will set this every 4 hours
1292 # 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 -07001293 - timed: |
1294 TZ=America/Los_Angeles
1295 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -07001296 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
1297 # patchset jobs will set this to a meaningful comment
1298 - gerrit:
1299 server-name: '{gerrit-server-name}'
1300 silent-start: false
1301 successful-message: "PASSED scale test"
1302 failure-message: "FAILED scale test"
1303 unstable-message: "UNSTABLE scale test"
1304 trigger-on:
1305 - comment-added-contains-event:
1306 comment-contains-value: '.*{trigger-comment}.*'
1307 projects:
1308 - project-compare-type: REG_EXP
1309 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
1310 branches:
1311 - branch-compare-type: REG_EXP
1312 branch-pattern: '{all-branches-regexp}'
Joey Armstrongaf679da2023-01-31 14:22:41 -05001313
1314# [EOF]