blob: 6b81f350f5eb63f2491e15d71005053d453bca82 [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 Scandolo4d355992021-06-08 11:18:59 +020052 - 'voltha-scale-measurements':
53 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-ssd'
Matteo Scandoloa58c0572021-06-30 14:39:29 +020054 'disable-job': true
Matteo Scandolo4d355992021-06-08 11:18:59 +020055 build-node: 'voltha-scale-z1d'
56 time-trigger: "H H/1 * * *"
57 olts: 2
58 pons: 16
59 onus: 32
60 withFlows: true
61 provisionSubscribers: true
62 withEapol: true
63 withDhcp: true
64 withIgmp: false
Andrea Campanellaa2a99872021-06-08 14:47:02 +020065 inMemoryEtcdStorage: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -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 Scandolo4d355992021-06-08 11:18:59 +020067 volthaHelmChartsChange: refs/changes/69/25069/7
68
Matteo Scandolofebf6512021-03-02 11:37:37 -080069 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070070 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070071 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -080072 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080073 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070074 time-trigger: "H H/4 * * *"
75 olts: 2
76 pons: 16
77 onus: 32
78 withFlows: true
79 provisionSubscribers: true
80 withEapol: true
81 withDhcp: true
82 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070083 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 -070084
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070085 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070086 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020087 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080088 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070089 time-trigger: "H H/4 * * *"
90 olts: 2
91 pons: 16
92 onus: 32
93 withFlows: true
94 provisionSubscribers: true
95 workflow: dt
96 withEapol: false
97 withDhcp: false
98 withIgmp: false
Matteo Scandolo554bbee2021-06-29 10:31:58 +020099 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml '
Matteo Scandolo86939302020-10-30 13:32:08 -0700100
101 - 'voltha-scale-measurements':
102 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200103 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800104 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700105 time-trigger: "H H/4 * * *"
106 olts: 2
107 pons: 16
108 onus: 32
109 withFlows: true
110 provisionSubscribers: true
111 workflow: tt
112 withEapol: false
113 withDhcp: true
114 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700115 onosReplicas: 3
116 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700117 extraHelmFlags: '--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700118
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800119 # multi-stack jobs
120 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800121 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
122 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200123 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800124 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800125 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800126 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800127 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800128 olts: 2
129 pons: 16
130 onus: 32
131 withFlows: true
132 provisionSubscribers: true
133 workflow: att
134 withEapol: true
135 withDhcp: true
136 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700137 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800138
139 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800140 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
141 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200142 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800143 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800144 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800145 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800146 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800147 olts: 2
148 pons: 16
149 onus: 32
150 withFlows: true
151 provisionSubscribers: true
152 workflow: dt
153 withEapol: false
154 withDhcp: false
155 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700156 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 -0800157
158 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800159 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
160 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200161 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800162 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800163 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800164 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800165 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800166 olts: 2
167 pons: 16
168 onus: 32
169 withFlows: true
170 provisionSubscribers: true
171 workflow: tt
172 withEapol: false
173 withDhcp: true
174 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700175 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800176
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000177 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700178 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000179 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700180 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000181 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800182 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700183 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700184 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700185 pons: 16
186 onus: 32
187 withFlows: true
188 provisionSubscribers: true
189 withEapol: true
190 withDhcp: true
191 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000192 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200193 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700194 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700195 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700196 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700197 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800198 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200199 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700200 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 -0700201
202 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000203 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700204 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000205 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800206 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700207 time-trigger: "H H/4 * * *"
208 olts: 2
209 pons: 16
210 onus: 32
211 withFlows: true
212 provisionSubscribers: true
213 workflow: dt
214 withEapol: false
215 withDhcp: false
216 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000217 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200218 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700219 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700220 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700221 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700222 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800223 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200224 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700225 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 -0700226
Matteo Scandolo031bd982020-09-16 10:03:47 -0700227 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000228 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700229 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000230 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800231 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700232 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700233 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700234 pons: 16
235 onus: 32
236 withFlows: true
237 provisionSubscribers: true
238 workflow: tt
239 withEapol: false
240 withDhcp: true
241 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000242 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200243 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700244 rwCoreImg: ''
245 ofAgentImg: ''
246 openoltAdapterImg: ''
247 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800248 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700249 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700250 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 -0700251
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700252 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100253 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700254 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100255 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700256 'disable-job': false
257 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100258 time-trigger: "H H/4 * * *"
259 withMonitoring: false
260 logLevel: WARN
261 volthaStacks: 10
262 olts: 2
263 pons: 16
264 onus: 32
265 withFlows: true
266 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700267 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100268 workflow: att
269 withEapol: true
270 withDhcp: true
271 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800272 bbsimImg: ''
273 rwCoreImg: ''
274 ofAgentImg: ''
275 openoltAdapterImg: ''
276 openonuAdapterImg: ''
277 openonuAdapterGoImg: ''
278 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700279 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100280
281 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700282 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100283 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700284 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
285 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100286 time-trigger: "H H/4 * * *"
287 withMonitoring: false
288 logLevel: WARN
289 volthaStacks: 10
290 olts: 2
291 pons: 16
292 onus: 32
293 withFlows: true
294 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700295 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100296 workflow: dt
297 withEapol: false
298 withDhcp: false
299 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800300 bbsimImg: ''
301 rwCoreImg: ''
302 ofAgentImg: ''
303 openoltAdapterImg: ''
304 openonuAdapterImg: ''
305 openonuAdapterGoImg: ''
306 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700307 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100308
309 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700310 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100311 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700312 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
313 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100314 time-trigger: "H H/4 * * *"
315 withMonitoring: false
316 logLevel: WARN
317 volthaStacks: 10
318 olts: 2
319 pons: 16
320 onus: 32
321 withFlows: true
322 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700323 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100324 workflow: tt
325 withEapol: false
326 withDhcp: true
327 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800328 bbsimImg: ''
329 rwCoreImg: ''
330 ofAgentImg: ''
331 openoltAdapterImg: ''
332 openonuAdapterImg: ''
333 openonuAdapterGoImg: ''
334 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700335 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100336
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700337 # per patchset job
338 - 'voltha-scale-measurements':
339 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800340 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700341 olts: 1
342 pons: 16
343 onus: 32
344 withFlows: true
345 provisionSubscribers: true
346 withEapol: true
347 withDhcp: true
348 withIgmp: false
349 withMonitoring: false
350 trigger-comment: "voltha scale test ATT"
351
352 - 'voltha-scale-measurements':
353 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800354 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700355 olts: 1
356 pons: 16
357 onus: 32
358 withFlows: true
359 provisionSubscribers: true
360 workflow: tt
361 withEapol: false
362 withDhcp: true
363 withIgmp: true
364 withMonitoring: false
365 trigger-comment: "voltha scale test TT"
366
367 - 'voltha-scale-measurements':
368 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800369 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700370 olts: 1
371 pons: 16
372 onus: 32
373 withFlows: true
374 provisionSubscribers: true
375 workflow: dt
376 withEapol: false
377 withDhcp: false
378 withIgmp: false
379 withMonitoring: false
380 trigger-comment: "voltha scale test DT"
381
Matteo Scandolo272aed42020-05-08 15:05:57 -0700382 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700383 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700384 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700385 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700386
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700387
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700388# list of parameters for the VOLTHA Jobs,
389# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700390# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700391- voltha-scale-job-parameters: &voltha-scale-job-parameters
392 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700393 parameters:
394 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800395 name: pipeline-script
396 default: '{pipeline-script}'
397 description: 'The pipeline script to use'
398
399 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700400 name: release
401 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700402 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 -0700403
404 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700405 name: buildNode
406 default: '{build-node}'
407 description: 'Name of the Jenkins node to run the job on'
408
409 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700410 name: dockerRegistry
411 default: '{dockerRegistry}'
412 description: 'Address of the docker registry to use if we are building custom images'
413
414 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700415 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700416 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700417 description: 'Log level for all the components'
418
419 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800420 name: volthaStacks
421 default: '{volthaStacks}'
422 description: 'Number of VOLTHA Stacks to deploy'
423
424 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700425 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700426 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700427 description: 'Number of ONUs to provision'
428
429 - string:
430 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700431 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700432 description: 'Number of PONs to provision'
433
434 - string:
435 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700436 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700437 description: 'How many BBSim instances to run'
438
439 - string:
440 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700441 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700442 description: 'Which workflow are we testing (att, dt, tt)'
443
444 - bool:
445 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700446 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700447 description: 'Wheter to push flows from ONOS'
448
449 - bool:
450 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700451 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700452 description: 'Wheter to provision subscribers durint the tests'
453
454 - bool:
455 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700456 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700457 description: 'Wheter EAPOL is enabled for the test'
458
459 - bool:
460 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700461 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700462 description: 'Wheter DHCP is enabled for the test'
463
464 - bool:
465 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700466 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700467 description: 'Wheter IGMP is enabled for the test'
468
469 - bool:
470 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700471 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700472 description: 'Wheter Link Discovery is enabled for the test'
473
474 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700475 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700476 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700477 description: 'Option to install Prometheus'
478
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700479 - bool:
480 name: withProfiling
481 default: '{withProfiling}'
482 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
483
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700484 - bool:
485 name: withPcap
486 default: '{withPcap}'
487 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
488
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700489 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700490 name: withRadius
491 default: '{withRadius}'
492 description: 'Value to pass to kind-voltha WITH_RADIUS'
493
494 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700495 name: extraHelmFlags
496 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700497 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 -0700498
Matteo Scandolo272aed42020-05-08 15:05:57 -0700499 - string:
500 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700501 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700502 description: 'How many OpenONU adapter instances to run'
503
504 - string:
505 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700506 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700507 description: 'How many ONOSes instances to run'
508
509 - string:
510 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700511 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700512 description: 'How many Atomix instances to run'
513
514 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700515 name: kafkaReplicas
516 default: '{kafkaReplicas}'
517 description: 'How many Kafka instances to run'
518
519 - string:
520 name: etcdReplicas
521 default: '{etcdReplicas}'
522 description: 'How many ETCD instances to run'
523
524 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700525 name: onosStatInterval
526 default: '{onosStatInterval}'
527 description: 'How often ONOS should poll for ports, flows and meters'
528
529 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200530 name: onosGroupInterval
531 default: '{onosGroupInterval}'
532 description: 'How often ONOS should poll for groups'
533
534 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200535 name: flowObjWorkerThreads
536 default: '{flowObjWorkerThreads}'
537 description: 'How many threads are used by the FlowObjectiveManager worker pool'
538
539 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 name: bbsimImg
541 default: '{bbsimImg}'
542 description: 'Custom image selection for BBSIM (repo:tag)'
543
544 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 name: rwCoreImg
546 default: '{rwCoreImg}'
547 description: 'Custom image selection for VOLTHA (repo:tag)'
548
549 - string:
550 name: ofAgentImg
551 default: '{ofAgentImg}'
552 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
553
554 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700555 name: openoltAdapterImg
556 default: '{openoltAdapterImg}'
557 description: 'Custom image selection for Openolt Adapter (repo:tag)'
558
559 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700560 name: openonuAdapterImg
561 default: '{openonuAdapterImg}'
562 description: 'Custom image selection for Openonu Adapter (repo:tag)'
563
564 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100565 name: openonuAdapterGoImg
566 default: '{openonuAdapterGoImg}'
567 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
568
569 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700570 name: onosImg
571 default: '{onosImg}'
572 description: 'Custom image selection for Openonu Adapter (repo:tag)'
573
574 - string:
575 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700576 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700577 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
578
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700579 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800580 name: volthaHelmChartsChange
581 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700582 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 -0700583
Matteo Scandoloccc06192020-06-22 10:16:17 -0700584 - bool:
585 name: inMemoryEtcdStorage
586 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700587 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700588
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200589 - string:
590 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700591 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200592 description: 'Karaf home'
593
Matteo Scandolo001003e2021-02-03 15:39:26 -0800594 # remove once voltha-2.6 is deprecated
595 - string:
596 name: kindVolthaChange
597 default: '{kindVolthaChange}'
598 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 -0800599 - bool:
600 name: withMibTemplate
601 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800602
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700603- job-template:
604 id: 'voltha-scale-measurements'
605 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700606 disabled: '{disable-job}'
607
608 description: |
609 <!-- Managed by Jenkins Job Builder -->
610 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
611 Using pipeline {pipeline-script} <br/><br/>
612 Scale measurements for VOLTHA 2.x
613
614 properties:
615 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800616 build-days-to-keep: '{big-build-days-to-keep}'
617 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700618
619 wrappers:
620 - lf-infra-wrappers:
621 build-timeout: '{build-timeout}'
622 jenkins-ssh-credential: '{jenkins-ssh-credential}'
623
624 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800625 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700626 release: master
627
628 bbsimImg: voltha/bbsim:master
629 rwCoreImg: voltha/voltha-rw-core:master
630 ofAgentImg: voltha/voltha-ofagent-go:master
631 openoltAdapterImg: voltha/voltha-openolt-adapter:master
632 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100633 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700634 onosImg: voltha/voltha-onos:master
635
636 bbsimChart: onf/bbsim
637 volthaChart: onf/voltha
638 openoltAdapterChart: onf/voltha-adapter-openolt
639 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700640 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700641 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700642
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800643 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700644 olts: 2
645 pons: 2
646 onus: 2
647 workflow: att
648 withFlows: false
649 provisionSubscribers: false
650 withEapol: true
651 withDhcp: true
652 withIgmp: false
653 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700654 withMonitoring: true
655 withProfiling: false
656 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700657 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100658 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700659 onosReplicas: 3
660 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700661 kafkaReplicas: 3
662 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700663 extraHelmFlags: ''
664 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200665 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200666 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700667 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800668 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800669 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700670 inMemoryEtcdStorage: true
671 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700672 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700673 dockerRegistry: 10.90.0.101:30500
674 trigger-comment: vv7CBoQQYYonvaN8xcru
675 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700676
677 <<: *voltha-scale-job-parameters
678
Matteo Scandolo272aed42020-05-08 15:05:57 -0700679 project-type: pipeline
680 concurrent: false
681
682 dsl: !include-raw-escape: pipeline/{pipeline-script}
683
Matteo Scandoloabb83972020-06-25 16:08:23 -0700684 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700685 # periodic jobs will set this every 4 hours
686 # 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 -0700687 - timed: |
688 TZ=America/Los_Angeles
689 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700690 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
691 # patchset jobs will set this to a meaningful comment
692 - gerrit:
693 server-name: '{gerrit-server-name}'
694 silent-start: false
695 successful-message: "PASSED scale test"
696 failure-message: "FAILED scale test"
697 unstable-message: "UNSTABLE scale test"
698 trigger-on:
699 - comment-added-contains-event:
700 comment-contains-value: '.*{trigger-comment}.*'
701 projects:
702 - project-compare-type: REG_EXP
703 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
704 branches:
705 - branch-compare-type: REG_EXP
706 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700707
708- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700709 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800710 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800711
712 description: |
713 <!-- Managed by Jenkins Job Builder -->
714 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
715 Using pipeline {pipeline-script} <br/><br/>
716 Scale measurements for VOLTHA 2.x
717
718 properties:
719 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800720 build-days-to-keep: '{big-build-days-to-keep}'
721 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800722
723 wrappers:
724 - lf-infra-wrappers:
725 build-timeout: '{build-timeout}'
726 jenkins-ssh-credential: '{jenkins-ssh-credential}'
727
Matteo Scandolo0430f672020-05-07 11:50:26 -0700728 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800729 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700730 release: master
731
Matteo Scandolo0430f672020-05-07 11:50:26 -0700732 bbsimImg: voltha/bbsim:master
733 rwCoreImg: voltha/voltha-rw-core:master
734 ofAgentImg: voltha/voltha-ofagent-go:master
735 openoltAdapterImg: voltha/voltha-openolt-adapter:master
736 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100737 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700738 onosImg: voltha/voltha-onos:master
739
740 bbsimChart: onf/bbsim
741 volthaChart: onf/voltha
742 openoltAdapterChart: onf/voltha-adapter-openolt
743 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700744 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700745 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700746
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800747 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700748 olts: 2
749 pons: 2
750 onus: 2
751 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700752 withFlows: true
753 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700754 withEapol: true
755 withDhcp: true
756 withIgmp: false
757 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700758 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700759 withProfiling: false
760 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700761 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700762 openonuAdapterReplicas: 1
763 onosReplicas: 1
764 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700765 kafkaReplicas: 1
766 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700767 extraHelmFlags: ''
768 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200769 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200770 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700771 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800772 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800773 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700774 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700775 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700776 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700777 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700778
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700779 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200780
Matteo Scandolo51b76302020-02-05 12:07:23 -0800781 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800782 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800783
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700784 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700785
Matteo Scandolo849db722020-10-21 10:58:41 -0700786 triggers:
787 - gerrit:
788 server-name: '{gerrit-server-name}'
789 silent-start: false
790 successful-message: "PASSED scale test"
791 failure-message: "FAILED scale test"
792 unstable-message: "UNSTABLE scale test"
793 trigger-on:
794 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700795 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700796 projects:
797 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700798 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700799 branches:
800 - branch-compare-type: REG_EXP
801 branch-pattern: '{all-branches-regexp}'