blob: b72c10ece6720ffb98481e16cd7d1f28162fc31e [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
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800106 # multi-stack jobs
107 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800108 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
109 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200110 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800111 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800112 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800113 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800114 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800115 olts: 2
116 pons: 16
117 onus: 32
118 withFlows: true
119 provisionSubscribers: true
120 workflow: att
121 withEapol: true
122 withDhcp: true
123 withIgmp: false
Matteo Scandolo53150202021-10-08 14:34:42 -0700124 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 -0800125
126 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800127 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
128 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200129 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800130 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800131 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800132 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800133 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800134 olts: 2
135 pons: 16
136 onus: 32
137 withFlows: true
138 provisionSubscribers: true
139 workflow: dt
140 withEapol: false
141 withDhcp: false
142 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700143 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 -0800144
145 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800146 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
147 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200148 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800149 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800150 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800151 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800152 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800153 olts: 2
154 pons: 16
155 onus: 32
156 withFlows: true
157 provisionSubscribers: true
158 workflow: tt
159 withEapol: false
160 withDhcp: true
161 withIgmp: true
Matteo Scandolo53150202021-10-08 14:34:42 -0700162 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 -0800163
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000164 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700165 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000166 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800167 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000168 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800169 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700170 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700171 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700172 pons: 16
173 onus: 32
174 withFlows: true
175 provisionSubscribers: true
176 withEapol: true
177 withDhcp: true
178 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000179 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200180 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700181 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700182 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700183 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700184 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800185 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200186 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700187 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Andrea Campanellaa10ae722021-12-29 18:27:48 +0100188 volthaHelmChartsChange: "refs/changes/93/29993/3"
Matteo Scandolod43064b2020-07-13 17:18:45 -0700189
190 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000191 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800192 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000193 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800194 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700195 time-trigger: "H H/4 * * *"
196 olts: 2
197 pons: 16
198 onus: 32
199 withFlows: true
200 provisionSubscribers: true
201 workflow: dt
202 withEapol: false
203 withDhcp: false
204 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000205 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200206 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700207 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700208 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700209 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700210 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800211 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200212 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700213 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Andrea Campanellaa10ae722021-12-29 18:27:48 +0100214 volthaHelmChartsChange: "refs/changes/93/29993/3"
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700215
Matteo Scandolo031bd982020-09-16 10:03:47 -0700216 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000217 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800218 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000219 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800220 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700221 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700222 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700223 pons: 16
224 onus: 32
225 withFlows: true
226 provisionSubscribers: true
227 workflow: tt
228 withEapol: false
229 withDhcp: true
230 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000231 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200232 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700233 rwCoreImg: ''
234 ofAgentImg: ''
235 openoltAdapterImg: ''
236 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800237 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700238 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700239 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Andrea Campanellaa10ae722021-12-29 18:27:48 +0100240 volthaHelmChartsChange: "refs/changes/93/29993/3"
Matteo Scandolo031bd982020-09-16 10:03:47 -0700241
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700242 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100243 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700244 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100245 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700246 'disable-job': false
247 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100248 time-trigger: "H H/4 * * *"
249 withMonitoring: false
250 logLevel: WARN
251 volthaStacks: 10
252 olts: 2
253 pons: 16
254 onus: 32
255 withFlows: true
256 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700257 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100258 workflow: att
259 withEapol: true
260 withDhcp: true
261 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800262 bbsimImg: ''
263 rwCoreImg: ''
264 ofAgentImg: ''
265 openoltAdapterImg: ''
266 openonuAdapterImg: ''
267 openonuAdapterGoImg: ''
268 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700269 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100270
271 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700272 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100273 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700274 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
275 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100276 time-trigger: "H H/4 * * *"
277 withMonitoring: false
278 logLevel: WARN
279 volthaStacks: 10
280 olts: 2
281 pons: 16
282 onus: 32
283 withFlows: true
284 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700285 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100286 workflow: dt
287 withEapol: false
288 withDhcp: false
289 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800290 bbsimImg: ''
291 rwCoreImg: ''
292 ofAgentImg: ''
293 openoltAdapterImg: ''
294 openonuAdapterImg: ''
295 openonuAdapterGoImg: ''
296 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700297 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100298
299 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700300 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100301 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700302 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
303 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100304 time-trigger: "H H/4 * * *"
305 withMonitoring: false
306 logLevel: WARN
307 volthaStacks: 10
308 olts: 2
309 pons: 16
310 onus: 32
311 withFlows: true
312 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700313 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100314 workflow: tt
315 withEapol: false
316 withDhcp: true
317 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800318 bbsimImg: ''
319 rwCoreImg: ''
320 ofAgentImg: ''
321 openoltAdapterImg: ''
322 openonuAdapterImg: ''
323 openonuAdapterGoImg: ''
324 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700325 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100326
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700327 # per patchset job
328 - 'voltha-scale-measurements':
329 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800330 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700331 olts: 1
332 pons: 16
333 onus: 32
334 withFlows: true
335 provisionSubscribers: true
336 withEapol: true
337 withDhcp: true
338 withIgmp: false
339 withMonitoring: false
340 trigger-comment: "voltha scale test ATT"
341
342 - 'voltha-scale-measurements':
343 name: 'voltha-scale-measurements-patchset-1-16-32-tt-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 workflow: tt
351 withEapol: false
352 withDhcp: true
353 withIgmp: true
354 withMonitoring: false
355 trigger-comment: "voltha scale test TT"
356
357 - 'voltha-scale-measurements':
358 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800359 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700360 olts: 1
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 withMonitoring: false
370 trigger-comment: "voltha scale test DT"
371
Matteo Scandolo272aed42020-05-08 15:05:57 -0700372 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700373 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700374 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700375 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700376
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700377
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700378# list of parameters for the VOLTHA Jobs,
379# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700380# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700381- voltha-scale-job-parameters: &voltha-scale-job-parameters
382 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700383 parameters:
384 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800385 name: pipeline-script
386 default: '{pipeline-script}'
387 description: 'The pipeline script to use'
388
389 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700390 name: release
391 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700392 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 -0700393
394 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700395 name: buildNode
396 default: '{build-node}'
397 description: 'Name of the Jenkins node to run the job on'
398
399 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700400 name: dockerRegistry
401 default: '{dockerRegistry}'
402 description: 'Address of the docker registry to use if we are building custom images'
403
404 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700405 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700406 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700407 description: 'Log level for all the components'
408
409 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800410 name: volthaStacks
411 default: '{volthaStacks}'
412 description: 'Number of VOLTHA Stacks to deploy'
413
414 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700415 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700416 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700417 description: 'Number of ONUs to provision'
418
419 - string:
420 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700421 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700422 description: 'Number of PONs to provision'
423
424 - string:
425 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700426 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700427 description: 'How many BBSim instances to run'
428
429 - string:
430 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700431 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700432 description: 'Which workflow are we testing (att, dt, tt)'
433
434 - bool:
435 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700436 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700437 description: 'Wheter to push flows from ONOS'
438
439 - bool:
440 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700441 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700442 description: 'Wheter to provision subscribers durint the tests'
443
444 - bool:
445 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700446 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700447 description: 'Wheter EAPOL is enabled for the test'
448
449 - bool:
450 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700451 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700452 description: 'Wheter DHCP is enabled for the test'
453
454 - bool:
455 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700456 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700457 description: 'Wheter IGMP is enabled for the test'
458
459 - bool:
460 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700461 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700462 description: 'Wheter Link Discovery is enabled for the test'
463
464 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700465 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700466 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700467 description: 'Option to install Prometheus'
468
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700469 - bool:
470 name: withProfiling
471 default: '{withProfiling}'
472 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
473
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700474 - bool:
475 name: withPcap
476 default: '{withPcap}'
477 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
478
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700479 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700480 name: withRadius
481 default: '{withRadius}'
482 description: 'Value to pass to kind-voltha WITH_RADIUS'
483
484 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700485 name: extraHelmFlags
486 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700487 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 -0700488
Matteo Scandolo272aed42020-05-08 15:05:57 -0700489 - string:
490 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700491 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700492 description: 'How many OpenONU adapter instances to run'
493
494 - string:
495 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700496 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700497 description: 'How many ONOSes instances to run'
498
499 - string:
500 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700501 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700502 description: 'How many Atomix instances to run'
503
504 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700505 name: kafkaReplicas
506 default: '{kafkaReplicas}'
507 description: 'How many Kafka instances to run'
508
509 - string:
510 name: etcdReplicas
511 default: '{etcdReplicas}'
512 description: 'How many ETCD instances to run'
513
514 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700515 name: onosStatInterval
516 default: '{onosStatInterval}'
517 description: 'How often ONOS should poll for ports, flows and meters'
518
519 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200520 name: onosGroupInterval
521 default: '{onosGroupInterval}'
522 description: 'How often ONOS should poll for groups'
523
524 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200525 name: flowObjWorkerThreads
526 default: '{flowObjWorkerThreads}'
527 description: 'How many threads are used by the FlowObjectiveManager worker pool'
528
529 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 name: bbsimImg
531 default: '{bbsimImg}'
532 description: 'Custom image selection for BBSIM (repo:tag)'
533
534 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 name: rwCoreImg
536 default: '{rwCoreImg}'
537 description: 'Custom image selection for VOLTHA (repo:tag)'
538
539 - string:
540 name: ofAgentImg
541 default: '{ofAgentImg}'
542 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
543
544 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 name: openoltAdapterImg
546 default: '{openoltAdapterImg}'
547 description: 'Custom image selection for Openolt Adapter (repo:tag)'
548
549 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 name: openonuAdapterImg
551 default: '{openonuAdapterImg}'
552 description: 'Custom image selection for Openonu Adapter (repo:tag)'
553
554 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100555 name: openonuAdapterGoImg
556 default: '{openonuAdapterGoImg}'
557 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
558
559 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700560 name: onosImg
561 default: '{onosImg}'
562 description: 'Custom image selection for Openonu Adapter (repo:tag)'
563
564 - string:
565 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700566 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700567 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
568
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700569 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800570 name: volthaHelmChartsChange
571 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700572 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 -0700573
Matteo Scandoloccc06192020-06-22 10:16:17 -0700574 - bool:
575 name: inMemoryEtcdStorage
576 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700577 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700578
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200579 - string:
580 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700581 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200582 description: 'Karaf home'
583
Matteo Scandolo001003e2021-02-03 15:39:26 -0800584 # remove once voltha-2.6 is deprecated
585 - string:
586 name: kindVolthaChange
587 default: '{kindVolthaChange}'
588 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 -0800589 - bool:
590 name: withMibTemplate
591 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800592
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700593- job-template:
594 id: 'voltha-scale-measurements'
595 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700596 disabled: '{disable-job}'
597
598 description: |
599 <!-- Managed by Jenkins Job Builder -->
600 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
601 Using pipeline {pipeline-script} <br/><br/>
602 Scale measurements for VOLTHA 2.x
603
604 properties:
605 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800606 build-days-to-keep: '{big-build-days-to-keep}'
607 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700608
609 wrappers:
610 - lf-infra-wrappers:
611 build-timeout: '{build-timeout}'
612 jenkins-ssh-credential: '{jenkins-ssh-credential}'
613
614 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800615 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700616 release: master
617
618 bbsimImg: voltha/bbsim:master
619 rwCoreImg: voltha/voltha-rw-core:master
620 ofAgentImg: voltha/voltha-ofagent-go:master
621 openoltAdapterImg: voltha/voltha-openolt-adapter:master
622 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100623 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700624 onosImg: voltha/voltha-onos:master
625
626 bbsimChart: onf/bbsim
627 volthaChart: onf/voltha
628 openoltAdapterChart: onf/voltha-adapter-openolt
629 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700630 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700631 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700632
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800633 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700634 olts: 2
635 pons: 2
636 onus: 2
637 workflow: att
638 withFlows: false
639 provisionSubscribers: false
640 withEapol: true
641 withDhcp: true
642 withIgmp: false
643 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700644 withMonitoring: true
645 withProfiling: false
646 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700647 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100648 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700649 onosReplicas: 3
650 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700651 kafkaReplicas: 3
652 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700653 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800654 onosStatInterval: 10
655 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200656 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700657 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800658 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800659 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700660 inMemoryEtcdStorage: true
661 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700662 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700663 dockerRegistry: 10.90.0.101:30500
664 trigger-comment: vv7CBoQQYYonvaN8xcru
665 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700666
667 <<: *voltha-scale-job-parameters
668
Matteo Scandolo272aed42020-05-08 15:05:57 -0700669 project-type: pipeline
670 concurrent: false
671
672 dsl: !include-raw-escape: pipeline/{pipeline-script}
673
Matteo Scandoloabb83972020-06-25 16:08:23 -0700674 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700675 # periodic jobs will set this every 4 hours
676 # 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 -0700677 - timed: |
678 TZ=America/Los_Angeles
679 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700680 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
681 # patchset jobs will set this to a meaningful comment
682 - gerrit:
683 server-name: '{gerrit-server-name}'
684 silent-start: false
685 successful-message: "PASSED scale test"
686 failure-message: "FAILED scale test"
687 unstable-message: "UNSTABLE scale test"
688 trigger-on:
689 - comment-added-contains-event:
690 comment-contains-value: '.*{trigger-comment}.*'
691 projects:
692 - project-compare-type: REG_EXP
693 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
694 branches:
695 - branch-compare-type: REG_EXP
696 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700697
698- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700699 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800700 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800701
702 description: |
703 <!-- Managed by Jenkins Job Builder -->
704 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
705 Using pipeline {pipeline-script} <br/><br/>
706 Scale measurements for VOLTHA 2.x
707
708 properties:
709 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800710 build-days-to-keep: '{big-build-days-to-keep}'
711 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800712
713 wrappers:
714 - lf-infra-wrappers:
715 build-timeout: '{build-timeout}'
716 jenkins-ssh-credential: '{jenkins-ssh-credential}'
717
Matteo Scandolo0430f672020-05-07 11:50:26 -0700718 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800719 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700720 release: master
721
Matteo Scandolo0430f672020-05-07 11:50:26 -0700722 bbsimImg: voltha/bbsim:master
723 rwCoreImg: voltha/voltha-rw-core:master
724 ofAgentImg: voltha/voltha-ofagent-go:master
725 openoltAdapterImg: voltha/voltha-openolt-adapter:master
726 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100727 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700728 onosImg: voltha/voltha-onos:master
729
730 bbsimChart: onf/bbsim
731 volthaChart: onf/voltha
732 openoltAdapterChart: onf/voltha-adapter-openolt
733 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700734 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700735 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700736
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800737 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700738 olts: 2
739 pons: 2
740 onus: 2
741 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700742 withFlows: true
743 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700744 withEapol: true
745 withDhcp: true
746 withIgmp: false
747 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700748 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700749 withProfiling: false
750 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700751 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700752 openonuAdapterReplicas: 1
753 onosReplicas: 1
754 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700755 kafkaReplicas: 1
756 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700757 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800758 onosStatInterval: 10
759 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200760 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700761 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800762 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800763 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700764 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700765 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700766 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700767 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700768
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700769 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200770
Matteo Scandolo51b76302020-02-05 12:07:23 -0800771 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800772 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800773
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700774 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700775
Matteo Scandolo849db722020-10-21 10:58:41 -0700776 triggers:
777 - gerrit:
778 server-name: '{gerrit-server-name}'
779 silent-start: false
780 successful-message: "PASSED scale test"
781 failure-message: "FAILED scale test"
782 unstable-message: "UNSTABLE scale test"
783 trigger-on:
784 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700785 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700786 projects:
787 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700788 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700789 branches:
790 - branch-compare-type: REG_EXP
791 branch-pattern: '{all-branches-regexp}'