blob: d7840af1c3edec1eefdb5caf5803648e4520b511 [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandolo8df57162020-10-06 14:43:53 -070012 # this job will be used to test custom images without disrupting tests on master
13 - 'voltha-scale-measurements':
14 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobb31fc72021-03-16 17:09:46 -070015 build-node: 'voltha-scale-1'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080016 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080017 # trigger on Feb 29th (a.k.a only trigger it manually)
18 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010019 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070020 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070021 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070022 onus: 32
23 withFlows: true
24 provisionSubscribers: true
25 withEapol: true
26 withDhcp: true
27 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070028 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080029 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000030
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080031 - 'voltha-scale-measurements':
32 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080033 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020034 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandoloac5ff3f2021-06-01 17:05:41 -070035 'disable-job': false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080036 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080037 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080038 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080039 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080041 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070042 pons: 16
43 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080044 withFlows: true
45 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080046 workflow: dt
47 withEapol: false
48 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049 withIgmp: false
Matteo Scandolo529e8822021-07-21 10:20:18 -070050 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080051
Matteo Scandolofebf6512021-03-02 11:37:37 -080052 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070053 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080055 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080056 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070057 time-trigger: "H H/4 * * *"
58 olts: 2
59 pons: 16
60 onus: 32
61 withFlows: true
62 provisionSubscribers: true
63 withEapol: true
64 withDhcp: true
65 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070066 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070067
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070068 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070069 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080070 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080071 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070072 time-trigger: "H H/4 * * *"
73 olts: 2
74 pons: 16
75 onus: 32
76 withFlows: true
77 provisionSubscribers: true
78 workflow: dt
79 withEapol: false
80 withDhcp: false
81 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070082 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandolo86939302020-10-30 13:32:08 -070083
84 - 'voltha-scale-measurements':
85 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080086 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080087 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -070088 time-trigger: "H H/4 * * *"
89 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 workflow: tt
95 withEapol: false
96 withDhcp: true
97 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -070098 onosReplicas: 3
99 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800100 extraHelmFlags: >
101 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
102 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
103 onosStatInterval: 30
104 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700105
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100106 # 4k ONTs jobs
107 - 'voltha-scale-measurements':
108 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
109 'disable-job': false
110 build-node: 'voltha-scale-1'
111 time-trigger: "H H/4 * * *"
112 olts: 2
113 pons: 64
114 onus: 32
115 withFlows: true
116 provisionSubscribers: true
117 workflow: dt
118 withEapol: false
119 withDhcp: false
120 withIgmp: false
121 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
122
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800123 # multi-stack jobs
124 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800125 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
126 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200127 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800128 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800129 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800130 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800131 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800132 olts: 2
133 pons: 16
134 onus: 32
135 withFlows: true
136 provisionSubscribers: true
137 workflow: att
138 withEapol: true
139 withDhcp: true
140 withIgmp: false
Matteo Scandolo53150202021-10-08 14:34:42 -0700141 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800142
143 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800144 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
145 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200146 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800147 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800148 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800149 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800150 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800151 olts: 2
152 pons: 16
153 onus: 32
154 withFlows: true
155 provisionSubscribers: true
156 workflow: dt
157 withEapol: false
158 withDhcp: false
159 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700160 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800161
162 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800163 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
164 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200165 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800166 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800167 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800168 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800169 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800170 olts: 2
171 pons: 16
172 onus: 32
173 withFlows: true
174 provisionSubscribers: true
175 workflow: tt
176 withEapol: false
177 withDhcp: true
178 withIgmp: true
Matteo Scandolo53150202021-10-08 14:34:42 -0700179 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800180
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000181 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700182 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000183 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800184 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000185 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800186 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700187 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700188 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700189 pons: 16
190 onus: 32
191 withFlows: true
192 provisionSubscribers: true
193 withEapol: true
194 withDhcp: true
195 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000196 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200197 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700198 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700199 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700200 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700201 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800202 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200203 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700204 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 -0700205
206 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000207 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800208 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000209 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800210 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700211 time-trigger: "H H/4 * * *"
212 olts: 2
213 pons: 16
214 onus: 32
215 withFlows: true
216 provisionSubscribers: true
217 workflow: dt
218 withEapol: false
219 withDhcp: false
220 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000221 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200222 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700223 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700224 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700225 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700226 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800227 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100228 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700229 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 -0700230
Matteo Scandolo031bd982020-09-16 10:03:47 -0700231 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000232 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800233 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000234 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800235 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700236 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700237 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700238 pons: 16
239 onus: 32
240 withFlows: true
241 provisionSubscribers: true
242 workflow: tt
243 withEapol: false
244 withDhcp: true
245 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000246 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200247 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700248 rwCoreImg: ''
249 ofAgentImg: ''
250 openoltAdapterImg: ''
251 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800252 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700253 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700254 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 -0700255
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700256 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100257 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700258 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100259 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700260 'disable-job': false
261 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100262 time-trigger: "H H/4 * * *"
263 withMonitoring: false
264 logLevel: WARN
265 volthaStacks: 10
266 olts: 2
267 pons: 16
268 onus: 32
269 withFlows: true
270 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700271 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100272 workflow: att
273 withEapol: true
274 withDhcp: true
275 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800276 bbsimImg: ''
277 rwCoreImg: ''
278 ofAgentImg: ''
279 openoltAdapterImg: ''
280 openonuAdapterImg: ''
281 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100282 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700283 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100284
285 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700286 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100287 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700288 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
289 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100290 time-trigger: "H H/4 * * *"
291 withMonitoring: false
292 logLevel: WARN
293 volthaStacks: 10
294 olts: 2
295 pons: 16
296 onus: 32
297 withFlows: true
298 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700299 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100300 workflow: dt
301 withEapol: false
302 withDhcp: false
303 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800304 bbsimImg: ''
305 rwCoreImg: ''
306 ofAgentImg: ''
307 openoltAdapterImg: ''
308 openonuAdapterImg: ''
309 openonuAdapterGoImg: ''
310 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700311 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100312
313 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700314 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100315 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700316 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
317 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100318 time-trigger: "H H/4 * * *"
319 withMonitoring: false
320 logLevel: WARN
321 volthaStacks: 10
322 olts: 2
323 pons: 16
324 onus: 32
325 withFlows: true
326 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700327 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100328 workflow: tt
329 withEapol: false
330 withDhcp: true
331 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800332 bbsimImg: ''
333 rwCoreImg: ''
334 ofAgentImg: ''
335 openoltAdapterImg: ''
336 openonuAdapterImg: ''
337 openonuAdapterGoImg: ''
338 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700339 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100340
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700341 # per patchset job
342 - 'voltha-scale-measurements':
343 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800344 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700345 olts: 1
346 pons: 16
347 onus: 32
348 withFlows: true
349 provisionSubscribers: true
350 withEapol: true
351 withDhcp: true
352 withIgmp: false
353 withMonitoring: false
354 trigger-comment: "voltha scale test ATT"
355
356 - 'voltha-scale-measurements':
357 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800358 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700359 olts: 1
360 pons: 16
361 onus: 32
362 withFlows: true
363 provisionSubscribers: true
364 workflow: tt
365 withEapol: false
366 withDhcp: true
367 withIgmp: true
368 withMonitoring: false
369 trigger-comment: "voltha scale test TT"
370
371 - 'voltha-scale-measurements':
372 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800373 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700374 olts: 1
375 pons: 16
376 onus: 32
377 withFlows: true
378 provisionSubscribers: true
379 workflow: dt
380 withEapol: false
381 withDhcp: false
382 withIgmp: false
383 withMonitoring: false
384 trigger-comment: "voltha scale test DT"
385
Matteo Scandolo272aed42020-05-08 15:05:57 -0700386 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700387 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700388 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700389 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700390
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700391
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700392# list of parameters for the VOLTHA Jobs,
393# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700394# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700395- voltha-scale-job-parameters: &voltha-scale-job-parameters
396 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700397 parameters:
398 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800399 name: pipeline-script
400 default: '{pipeline-script}'
401 description: 'The pipeline script to use'
402
403 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700404 name: release
405 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700406 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 -0700407
408 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700409 name: buildNode
410 default: '{build-node}'
411 description: 'Name of the Jenkins node to run the job on'
412
413 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700414 name: dockerRegistry
415 default: '{dockerRegistry}'
416 description: 'Address of the docker registry to use if we are building custom images'
417
418 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700419 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700420 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700421 description: 'Log level for all the components'
422
423 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800424 name: volthaStacks
425 default: '{volthaStacks}'
426 description: 'Number of VOLTHA Stacks to deploy'
427
428 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700429 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700430 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700431 description: 'Number of ONUs to provision'
432
433 - string:
434 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700435 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700436 description: 'Number of PONs to provision'
437
438 - string:
439 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700440 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700441 description: 'How many BBSim instances to run'
442
443 - string:
444 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700445 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700446 description: 'Which workflow are we testing (att, dt, tt)'
447
448 - bool:
449 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700450 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700451 description: 'Wheter to push flows from ONOS'
452
453 - bool:
454 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700455 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700456 description: 'Wheter to provision subscribers durint the tests'
457
458 - bool:
459 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700460 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700461 description: 'Wheter EAPOL is enabled for the test'
462
463 - bool:
464 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700465 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 description: 'Wheter DHCP is enabled for the test'
467
468 - bool:
469 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700470 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700471 description: 'Wheter IGMP is enabled for the test'
472
473 - bool:
474 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700475 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700476 description: 'Wheter Link Discovery is enabled for the test'
477
478 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700479 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700480 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700481 description: 'Option to install Prometheus'
482
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700483 - bool:
484 name: withProfiling
485 default: '{withProfiling}'
486 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
487
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700488 - bool:
489 name: withPcap
490 default: '{withPcap}'
491 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
492
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700493 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700494 name: withRadius
495 default: '{withRadius}'
496 description: 'Value to pass to kind-voltha WITH_RADIUS'
497
498 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700499 name: extraHelmFlags
500 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700501 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 -0700502
Matteo Scandolo272aed42020-05-08 15:05:57 -0700503 - string:
504 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700505 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700506 description: 'How many OpenONU adapter instances to run'
507
508 - string:
509 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700510 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700511 description: 'How many ONOSes instances to run'
512
513 - string:
514 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700515 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700516 description: 'How many Atomix instances to run'
517
518 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700519 name: kafkaReplicas
520 default: '{kafkaReplicas}'
521 description: 'How many Kafka instances to run'
522
523 - string:
524 name: etcdReplicas
525 default: '{etcdReplicas}'
526 description: 'How many ETCD instances to run'
527
528 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700529 name: onosStatInterval
530 default: '{onosStatInterval}'
531 description: 'How often ONOS should poll for ports, flows and meters'
532
533 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200534 name: onosGroupInterval
535 default: '{onosGroupInterval}'
536 description: 'How often ONOS should poll for groups'
537
538 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200539 name: flowObjWorkerThreads
540 default: '{flowObjWorkerThreads}'
541 description: 'How many threads are used by the FlowObjectiveManager worker pool'
542
543 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700544 name: bbsimImg
545 default: '{bbsimImg}'
546 description: 'Custom image selection for BBSIM (repo:tag)'
547
548 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549 name: rwCoreImg
550 default: '{rwCoreImg}'
551 description: 'Custom image selection for VOLTHA (repo:tag)'
552
553 - string:
554 name: ofAgentImg
555 default: '{ofAgentImg}'
556 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
557
558 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700559 name: openoltAdapterImg
560 default: '{openoltAdapterImg}'
561 description: 'Custom image selection for Openolt Adapter (repo:tag)'
562
563 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700564 name: openonuAdapterImg
565 default: '{openonuAdapterImg}'
566 description: 'Custom image selection for Openonu Adapter (repo:tag)'
567
568 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100569 name: openonuAdapterGoImg
570 default: '{openonuAdapterGoImg}'
571 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
572
573 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700574 name: onosImg
575 default: '{onosImg}'
576 description: 'Custom image selection for Openonu Adapter (repo:tag)'
577
578 - string:
579 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700580 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700581 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
582
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700583 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800584 name: volthaHelmChartsChange
585 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700586 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 -0700587
Matteo Scandoloccc06192020-06-22 10:16:17 -0700588 - bool:
589 name: inMemoryEtcdStorage
590 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700591 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700592
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200593 - string:
594 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700595 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200596 description: 'Karaf home'
597
Matteo Scandolo001003e2021-02-03 15:39:26 -0800598 # remove once voltha-2.6 is deprecated
599 - string:
600 name: kindVolthaChange
601 default: '{kindVolthaChange}'
602 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 -0800603 - bool:
604 name: withMibTemplate
605 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800606
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700607- job-template:
608 id: 'voltha-scale-measurements'
609 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700610 disabled: '{disable-job}'
611
612 description: |
613 <!-- Managed by Jenkins Job Builder -->
614 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
615 Using pipeline {pipeline-script} <br/><br/>
616 Scale measurements for VOLTHA 2.x
617
618 properties:
619 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800620 build-days-to-keep: '{big-build-days-to-keep}'
621 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700622
623 wrappers:
624 - lf-infra-wrappers:
625 build-timeout: '{build-timeout}'
626 jenkins-ssh-credential: '{jenkins-ssh-credential}'
627
628 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800629 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700630 release: master
631
632 bbsimImg: voltha/bbsim:master
633 rwCoreImg: voltha/voltha-rw-core:master
634 ofAgentImg: voltha/voltha-ofagent-go:master
635 openoltAdapterImg: voltha/voltha-openolt-adapter:master
636 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100637 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700638 onosImg: voltha/voltha-onos:master
639
640 bbsimChart: onf/bbsim
641 volthaChart: onf/voltha
642 openoltAdapterChart: onf/voltha-adapter-openolt
643 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700644 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700645 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700646
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800647 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700648 olts: 2
649 pons: 2
650 onus: 2
651 workflow: att
652 withFlows: false
653 provisionSubscribers: false
654 withEapol: true
655 withDhcp: true
656 withIgmp: false
657 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700658 withMonitoring: true
659 withProfiling: false
660 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700661 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100662 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700663 onosReplicas: 3
664 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700665 kafkaReplicas: 3
666 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700667 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800668 onosStatInterval: 10
669 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200670 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700671 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800672 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800673 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700674 inMemoryEtcdStorage: true
675 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700676 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700677 dockerRegistry: 10.90.0.101:30500
678 trigger-comment: vv7CBoQQYYonvaN8xcru
679 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700680
681 <<: *voltha-scale-job-parameters
682
Matteo Scandolo272aed42020-05-08 15:05:57 -0700683 project-type: pipeline
684 concurrent: false
685
686 dsl: !include-raw-escape: pipeline/{pipeline-script}
687
Matteo Scandoloabb83972020-06-25 16:08:23 -0700688 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700689 # periodic jobs will set this every 4 hours
690 # 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 -0700691 - timed: |
692 TZ=America/Los_Angeles
693 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700694 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
695 # patchset jobs will set this to a meaningful comment
696 - gerrit:
697 server-name: '{gerrit-server-name}'
698 silent-start: false
699 successful-message: "PASSED scale test"
700 failure-message: "FAILED scale test"
701 unstable-message: "UNSTABLE scale test"
702 trigger-on:
703 - comment-added-contains-event:
704 comment-contains-value: '.*{trigger-comment}.*'
705 projects:
706 - project-compare-type: REG_EXP
707 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
708 branches:
709 - branch-compare-type: REG_EXP
710 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700711
712- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700713 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800714 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800715
716 description: |
717 <!-- Managed by Jenkins Job Builder -->
718 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
719 Using pipeline {pipeline-script} <br/><br/>
720 Scale measurements for VOLTHA 2.x
721
722 properties:
723 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800724 build-days-to-keep: '{big-build-days-to-keep}'
725 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800726
727 wrappers:
728 - lf-infra-wrappers:
729 build-timeout: '{build-timeout}'
730 jenkins-ssh-credential: '{jenkins-ssh-credential}'
731
Matteo Scandolo0430f672020-05-07 11:50:26 -0700732 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800733 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700734 release: master
735
Matteo Scandolo0430f672020-05-07 11:50:26 -0700736 bbsimImg: voltha/bbsim:master
737 rwCoreImg: voltha/voltha-rw-core:master
738 ofAgentImg: voltha/voltha-ofagent-go:master
739 openoltAdapterImg: voltha/voltha-openolt-adapter:master
740 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100741 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700742 onosImg: voltha/voltha-onos:master
743
744 bbsimChart: onf/bbsim
745 volthaChart: onf/voltha
746 openoltAdapterChart: onf/voltha-adapter-openolt
747 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700748 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700749 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700750
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800751 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700752 olts: 2
753 pons: 2
754 onus: 2
755 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700756 withFlows: true
757 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700758 withEapol: true
759 withDhcp: true
760 withIgmp: false
761 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700762 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700763 withProfiling: false
764 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700765 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700766 openonuAdapterReplicas: 1
767 onosReplicas: 1
768 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700769 kafkaReplicas: 1
770 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700771 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800772 onosStatInterval: 10
773 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200774 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700775 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800776 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800777 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700778 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700779 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700780 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700781 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700782
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700783 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200784
Matteo Scandolo51b76302020-02-05 12:07:23 -0800785 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800786 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800787
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700788 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700789
Matteo Scandolo849db722020-10-21 10:58:41 -0700790 triggers:
791 - gerrit:
792 server-name: '{gerrit-server-name}'
793 silent-start: false
794 successful-message: "PASSED scale test"
795 failure-message: "FAILED scale test"
796 unstable-message: "UNSTABLE scale test"
797 trigger-on:
798 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700799 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700800 projects:
801 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700802 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700803 branches:
804 - branch-compare-type: REG_EXP
805 branch-pattern: '{all-branches-regexp}'