blob: 5f423ff5f31e002154d2fe3698ecb26c99de2211 [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandolo8df57162020-10-06 14:43:53 -070012 # this job will be used to test custom images without disrupting tests on master
13 - 'voltha-scale-measurements':
14 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobb31fc72021-03-16 17:09:46 -070015 build-node: 'voltha-scale-1'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080016 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080017 # trigger on Feb 29th (a.k.a only trigger it manually)
18 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010019 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070020 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070021 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070022 onus: 32
23 withFlows: true
24 provisionSubscribers: true
25 withEapol: true
26 withDhcp: true
27 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070028 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080029 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000030
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080031 - 'voltha-scale-measurements':
32 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080033 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020034 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandoloac5ff3f2021-06-01 17:05:41 -070035 'disable-job': false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080036 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080037 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080038 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080039 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080041 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070042 pons: 16
43 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080044 withFlows: true
45 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080046 workflow: dt
47 withEapol: false
48 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049 withIgmp: false
Matteo Scandolo529e8822021-07-21 10:20:18 -070050 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080051
Matteo Scandolofebf6512021-03-02 11:37:37 -080052 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070053 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080055 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080056 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070057 time-trigger: "H H/4 * * *"
58 olts: 2
59 pons: 16
60 onus: 32
61 withFlows: true
62 provisionSubscribers: true
63 withEapol: true
64 withDhcp: true
65 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070066 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandolocae4a472021-12-14 10:27:17 -080067 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070068
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070069 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070070 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080071 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080072 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070073 time-trigger: "H H/4 * * *"
74 olts: 2
75 pons: 16
76 onus: 32
77 withFlows: true
78 provisionSubscribers: true
79 workflow: dt
80 withEapol: false
81 withDhcp: false
82 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070083 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandolocae4a472021-12-14 10:27:17 -080084 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo86939302020-10-30 13:32:08 -070085
86 - 'voltha-scale-measurements':
87 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080088 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080089 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -070090 time-trigger: "H H/4 * * *"
91 olts: 2
92 pons: 16
93 onus: 32
94 withFlows: true
95 provisionSubscribers: true
96 workflow: tt
97 withEapol: false
98 withDhcp: true
99 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700100 onosReplicas: 3
101 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800102 extraHelmFlags: >
103 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
104 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
105 onosStatInterval: 30
106 onosGroupInterval: 30
Matteo Scandolocae4a472021-12-14 10:27:17 -0800107 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700108
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800109 # multi-stack jobs
110 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800111 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
112 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200113 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800114 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800115 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800116 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800117 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800118 olts: 2
119 pons: 16
120 onus: 32
121 withFlows: true
122 provisionSubscribers: true
123 workflow: att
124 withEapol: true
125 withDhcp: true
126 withIgmp: false
Matteo Scandolo53150202021-10-08 14:34:42 -0700127 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolocae4a472021-12-14 10:27:17 -0800128 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800129
130 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800131 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
132 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200133 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800134 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800135 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800136 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800137 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800138 olts: 2
139 pons: 16
140 onus: 32
141 withFlows: true
142 provisionSubscribers: true
143 workflow: dt
144 withEapol: false
145 withDhcp: false
146 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700147 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolocae4a472021-12-14 10:27:17 -0800148 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800149
150 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800151 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
152 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200153 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800154 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800155 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800156 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800157 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800158 olts: 2
159 pons: 16
160 onus: 32
161 withFlows: true
162 provisionSubscribers: true
163 workflow: tt
164 withEapol: false
165 withDhcp: true
166 withIgmp: true
Matteo Scandolo53150202021-10-08 14:34:42 -0700167 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolocae4a472021-12-14 10:27:17 -0800168 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800169
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000170 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700171 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000172 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800173 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000174 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800175 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700176 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700177 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700178 pons: 16
179 onus: 32
180 withFlows: true
181 provisionSubscribers: true
182 withEapol: true
183 withDhcp: true
184 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000185 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200186 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700187 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700188 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700189 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700190 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800191 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200192 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700193 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolod43064b2020-07-13 17:18:45 -0700194
195 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000196 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800197 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000198 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800199 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700200 time-trigger: "H H/4 * * *"
201 olts: 2
202 pons: 16
203 onus: 32
204 withFlows: true
205 provisionSubscribers: true
206 workflow: dt
207 withEapol: false
208 withDhcp: false
209 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000210 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200211 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700212 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700213 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700214 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700215 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800216 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200217 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700218 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700219
Matteo Scandolo031bd982020-09-16 10:03:47 -0700220 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000221 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800222 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000223 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800224 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700225 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700226 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700227 pons: 16
228 onus: 32
229 withFlows: true
230 provisionSubscribers: true
231 workflow: tt
232 withEapol: false
233 withDhcp: true
234 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000235 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200236 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700237 rwCoreImg: ''
238 ofAgentImg: ''
239 openoltAdapterImg: ''
240 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800241 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700242 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700243 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo031bd982020-09-16 10:03:47 -0700244
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700245 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100246 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700247 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100248 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700249 'disable-job': false
250 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100251 time-trigger: "H H/4 * * *"
252 withMonitoring: false
253 logLevel: WARN
254 volthaStacks: 10
255 olts: 2
256 pons: 16
257 onus: 32
258 withFlows: true
259 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700260 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100261 workflow: att
262 withEapol: true
263 withDhcp: true
264 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800265 bbsimImg: ''
266 rwCoreImg: ''
267 ofAgentImg: ''
268 openoltAdapterImg: ''
269 openonuAdapterImg: ''
270 openonuAdapterGoImg: ''
271 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700272 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100273
274 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700275 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100276 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700277 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
278 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100279 time-trigger: "H H/4 * * *"
280 withMonitoring: false
281 logLevel: WARN
282 volthaStacks: 10
283 olts: 2
284 pons: 16
285 onus: 32
286 withFlows: true
287 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700288 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100289 workflow: dt
290 withEapol: false
291 withDhcp: false
292 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800293 bbsimImg: ''
294 rwCoreImg: ''
295 ofAgentImg: ''
296 openoltAdapterImg: ''
297 openonuAdapterImg: ''
298 openonuAdapterGoImg: ''
299 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700300 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100301
302 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700303 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100304 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700305 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
306 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100307 time-trigger: "H H/4 * * *"
308 withMonitoring: false
309 logLevel: WARN
310 volthaStacks: 10
311 olts: 2
312 pons: 16
313 onus: 32
314 withFlows: true
315 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700316 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100317 workflow: tt
318 withEapol: false
319 withDhcp: true
320 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800321 bbsimImg: ''
322 rwCoreImg: ''
323 ofAgentImg: ''
324 openoltAdapterImg: ''
325 openonuAdapterImg: ''
326 openonuAdapterGoImg: ''
327 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700328 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100329
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700330 # per patchset job
331 - 'voltha-scale-measurements':
332 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800333 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700334 olts: 1
335 pons: 16
336 onus: 32
337 withFlows: true
338 provisionSubscribers: true
339 withEapol: true
340 withDhcp: true
341 withIgmp: false
342 withMonitoring: false
343 trigger-comment: "voltha scale test ATT"
344
345 - 'voltha-scale-measurements':
346 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800347 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700348 olts: 1
349 pons: 16
350 onus: 32
351 withFlows: true
352 provisionSubscribers: true
353 workflow: tt
354 withEapol: false
355 withDhcp: true
356 withIgmp: true
357 withMonitoring: false
358 trigger-comment: "voltha scale test TT"
359
360 - 'voltha-scale-measurements':
361 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800362 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700363 olts: 1
364 pons: 16
365 onus: 32
366 withFlows: true
367 provisionSubscribers: true
368 workflow: dt
369 withEapol: false
370 withDhcp: false
371 withIgmp: false
372 withMonitoring: false
373 trigger-comment: "voltha scale test DT"
374
Matteo Scandolo272aed42020-05-08 15:05:57 -0700375 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700376 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700377 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700378 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700379
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700380
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700381# list of parameters for the VOLTHA Jobs,
382# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700383# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700384- voltha-scale-job-parameters: &voltha-scale-job-parameters
385 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700386 parameters:
387 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800388 name: pipeline-script
389 default: '{pipeline-script}'
390 description: 'The pipeline script to use'
391
392 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700393 name: release
394 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700395 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 -0700396
397 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700398 name: buildNode
399 default: '{build-node}'
400 description: 'Name of the Jenkins node to run the job on'
401
402 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700403 name: dockerRegistry
404 default: '{dockerRegistry}'
405 description: 'Address of the docker registry to use if we are building custom images'
406
407 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700408 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700409 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700410 description: 'Log level for all the components'
411
412 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800413 name: volthaStacks
414 default: '{volthaStacks}'
415 description: 'Number of VOLTHA Stacks to deploy'
416
417 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700418 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700419 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700420 description: 'Number of ONUs to provision'
421
422 - string:
423 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700424 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700425 description: 'Number of PONs to provision'
426
427 - string:
428 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700429 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700430 description: 'How many BBSim instances to run'
431
432 - string:
433 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700434 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700435 description: 'Which workflow are we testing (att, dt, tt)'
436
437 - bool:
438 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700439 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700440 description: 'Wheter to push flows from ONOS'
441
442 - bool:
443 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700444 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700445 description: 'Wheter to provision subscribers durint the tests'
446
447 - bool:
448 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700449 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700450 description: 'Wheter EAPOL is enabled for the test'
451
452 - bool:
453 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700454 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700455 description: 'Wheter DHCP is enabled for the test'
456
457 - bool:
458 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700459 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700460 description: 'Wheter IGMP is enabled for the test'
461
462 - bool:
463 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700464 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700465 description: 'Wheter Link Discovery is enabled for the test'
466
467 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700468 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700469 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700470 description: 'Option to install Prometheus'
471
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700472 - bool:
473 name: withProfiling
474 default: '{withProfiling}'
475 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
476
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700477 - bool:
478 name: withPcap
479 default: '{withPcap}'
480 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
481
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700482 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700483 name: withRadius
484 default: '{withRadius}'
485 description: 'Value to pass to kind-voltha WITH_RADIUS'
486
487 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700488 name: extraHelmFlags
489 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700490 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 -0700491
Matteo Scandolo272aed42020-05-08 15:05:57 -0700492 - string:
493 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700494 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700495 description: 'How many OpenONU adapter instances to run'
496
497 - string:
498 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700499 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700500 description: 'How many ONOSes instances to run'
501
502 - string:
503 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700504 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700505 description: 'How many Atomix instances to run'
506
507 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700508 name: kafkaReplicas
509 default: '{kafkaReplicas}'
510 description: 'How many Kafka instances to run'
511
512 - string:
513 name: etcdReplicas
514 default: '{etcdReplicas}'
515 description: 'How many ETCD instances to run'
516
517 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700518 name: onosStatInterval
519 default: '{onosStatInterval}'
520 description: 'How often ONOS should poll for ports, flows and meters'
521
522 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200523 name: onosGroupInterval
524 default: '{onosGroupInterval}'
525 description: 'How often ONOS should poll for groups'
526
527 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200528 name: flowObjWorkerThreads
529 default: '{flowObjWorkerThreads}'
530 description: 'How many threads are used by the FlowObjectiveManager worker pool'
531
532 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700533 name: bbsimImg
534 default: '{bbsimImg}'
535 description: 'Custom image selection for BBSIM (repo:tag)'
536
537 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700538 name: rwCoreImg
539 default: '{rwCoreImg}'
540 description: 'Custom image selection for VOLTHA (repo:tag)'
541
542 - string:
543 name: ofAgentImg
544 default: '{ofAgentImg}'
545 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
546
547 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 name: openoltAdapterImg
549 default: '{openoltAdapterImg}'
550 description: 'Custom image selection for Openolt Adapter (repo:tag)'
551
552 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700553 name: openonuAdapterImg
554 default: '{openonuAdapterImg}'
555 description: 'Custom image selection for Openonu Adapter (repo:tag)'
556
557 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100558 name: openonuAdapterGoImg
559 default: '{openonuAdapterGoImg}'
560 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
561
562 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700563 name: onosImg
564 default: '{onosImg}'
565 description: 'Custom image selection for Openonu Adapter (repo:tag)'
566
567 - string:
568 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700569 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700570 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
571
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700572 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800573 name: volthaHelmChartsChange
574 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700575 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 -0700576
Matteo Scandoloccc06192020-06-22 10:16:17 -0700577 - bool:
578 name: inMemoryEtcdStorage
579 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700580 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700581
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200582 - string:
583 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700584 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200585 description: 'Karaf home'
586
Matteo Scandolo001003e2021-02-03 15:39:26 -0800587 # remove once voltha-2.6 is deprecated
588 - string:
589 name: kindVolthaChange
590 default: '{kindVolthaChange}'
591 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800592 - bool:
593 name: withMibTemplate
594 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800595
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700596- job-template:
597 id: 'voltha-scale-measurements'
598 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700599 disabled: '{disable-job}'
600
601 description: |
602 <!-- Managed by Jenkins Job Builder -->
603 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
604 Using pipeline {pipeline-script} <br/><br/>
605 Scale measurements for VOLTHA 2.x
606
607 properties:
608 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800609 build-days-to-keep: '{big-build-days-to-keep}'
610 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700611
612 wrappers:
613 - lf-infra-wrappers:
614 build-timeout: '{build-timeout}'
615 jenkins-ssh-credential: '{jenkins-ssh-credential}'
616
617 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800618 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700619 release: master
620
621 bbsimImg: voltha/bbsim:master
622 rwCoreImg: voltha/voltha-rw-core:master
623 ofAgentImg: voltha/voltha-ofagent-go:master
624 openoltAdapterImg: voltha/voltha-openolt-adapter:master
625 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100626 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700627 onosImg: voltha/voltha-onos:master
628
629 bbsimChart: onf/bbsim
630 volthaChart: onf/voltha
631 openoltAdapterChart: onf/voltha-adapter-openolt
632 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700633 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700634 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700635
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800636 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700637 olts: 2
638 pons: 2
639 onus: 2
640 workflow: att
641 withFlows: false
642 provisionSubscribers: false
643 withEapol: true
644 withDhcp: true
645 withIgmp: false
646 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700647 withMonitoring: true
648 withProfiling: false
649 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700650 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100651 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700652 onosReplicas: 3
653 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700654 kafkaReplicas: 3
655 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700656 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800657 onosStatInterval: 10
658 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200659 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700660 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800661 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800662 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700663 inMemoryEtcdStorage: true
664 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700665 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700666 dockerRegistry: 10.90.0.101:30500
667 trigger-comment: vv7CBoQQYYonvaN8xcru
668 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700669
670 <<: *voltha-scale-job-parameters
671
Matteo Scandolo272aed42020-05-08 15:05:57 -0700672 project-type: pipeline
673 concurrent: false
674
675 dsl: !include-raw-escape: pipeline/{pipeline-script}
676
Matteo Scandoloabb83972020-06-25 16:08:23 -0700677 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700678 # periodic jobs will set this every 4 hours
679 # 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 -0700680 - timed: |
681 TZ=America/Los_Angeles
682 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700683 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
684 # patchset jobs will set this to a meaningful comment
685 - gerrit:
686 server-name: '{gerrit-server-name}'
687 silent-start: false
688 successful-message: "PASSED scale test"
689 failure-message: "FAILED scale test"
690 unstable-message: "UNSTABLE scale test"
691 trigger-on:
692 - comment-added-contains-event:
693 comment-contains-value: '.*{trigger-comment}.*'
694 projects:
695 - project-compare-type: REG_EXP
696 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
697 branches:
698 - branch-compare-type: REG_EXP
699 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700700
701- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700702 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800703 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800704
705 description: |
706 <!-- Managed by Jenkins Job Builder -->
707 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
708 Using pipeline {pipeline-script} <br/><br/>
709 Scale measurements for VOLTHA 2.x
710
711 properties:
712 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800713 build-days-to-keep: '{big-build-days-to-keep}'
714 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800715
716 wrappers:
717 - lf-infra-wrappers:
718 build-timeout: '{build-timeout}'
719 jenkins-ssh-credential: '{jenkins-ssh-credential}'
720
Matteo Scandolo0430f672020-05-07 11:50:26 -0700721 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800722 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700723 release: master
724
Matteo Scandolo0430f672020-05-07 11:50:26 -0700725 bbsimImg: voltha/bbsim:master
726 rwCoreImg: voltha/voltha-rw-core:master
727 ofAgentImg: voltha/voltha-ofagent-go:master
728 openoltAdapterImg: voltha/voltha-openolt-adapter:master
729 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100730 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700731 onosImg: voltha/voltha-onos:master
732
733 bbsimChart: onf/bbsim
734 volthaChart: onf/voltha
735 openoltAdapterChart: onf/voltha-adapter-openolt
736 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700737 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700738 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700739
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800740 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700741 olts: 2
742 pons: 2
743 onus: 2
744 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700745 withFlows: true
746 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700747 withEapol: true
748 withDhcp: true
749 withIgmp: false
750 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700751 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700752 withProfiling: false
753 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700754 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700755 openonuAdapterReplicas: 1
756 onosReplicas: 1
757 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700758 kafkaReplicas: 1
759 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700760 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800761 onosStatInterval: 10
762 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200763 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700764 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800765 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800766 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700767 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700768 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700769 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700770 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700771
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700772 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200773
Matteo Scandolo51b76302020-02-05 12:07:23 -0800774 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800775 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800776
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700777 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700778
Matteo Scandolo849db722020-10-21 10:58:41 -0700779 triggers:
780 - gerrit:
781 server-name: '{gerrit-server-name}'
782 silent-start: false
783 successful-message: "PASSED scale test"
784 failure-message: "FAILED scale test"
785 unstable-message: "UNSTABLE scale test"
786 trigger-on:
787 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700788 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700789 projects:
790 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700791 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700792 branches:
793 - branch-compare-type: REG_EXP
794 branch-pattern: '{all-branches-regexp}'