blob: 6b6aa5ab0920ad0369e1b9a4579acd5414ffa827 [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 Scandolof6fe0092020-12-10 09:43:04 -080012 # OpenONU PY Scale
Matteo Scandolob46bc402020-06-11 13:59:44 -070013 - 'voltha-scale-measurements':
Andrea Campanella27b5a662020-12-18 18:49:26 +010014 name: 'voltha-openonu-py-scale-measurements-2.6-2-16-32-dt-subscribers'
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -080015 pipeline-script: 'voltha-scale-test-2.6.groovy'
Matteo Scandolodbda3272021-03-04 14:50:07 -080016 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080017 build-node: 'voltha-scale-1'
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020018 time-trigger: "H H/4 * * *"
19 olts: 2
20 pons: 16
21 onus: 32
22 withFlows: true
23 provisionSubscribers: true
24 workflow: dt
Andrea Campanella27b5a662020-12-18 18:49:26 +010025 release: voltha-2.6
Andrea Campanellaf8e852b2020-09-30 14:48:09 +020026 withEapol: false
27 withDhcp: false
28 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080029 openonuAdapterReplicas: 8
30 extraHelmFlags: '--set use_openonu_adapter_go=false'
Matteo Scandoloebe4f722021-02-04 09:53:07 -080031 bbsimImg: ''
32 rwCoreImg: ''
33 ofAgentImg: ''
34 openoltAdapterImg: ''
35 openonuAdapterImg: ''
36 openonuAdapterGoImg: ''
37 onosImg: ''
Matteo Scandolo45ad8f52020-08-11 09:07:49 -070038
Andrea Campanellabdb199e2020-10-27 10:47:16 +010039 - 'voltha-scale-measurements':
Andrea Campanella27b5a662020-12-18 18:49:26 +010040 name: 'voltha-openonu-py-scale-measurements-2.6-2-16-32-att-subscribers'
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -080041 pipeline-script: 'voltha-scale-test-2.6.groovy'
Matteo Scandolodbda3272021-03-04 14:50:07 -080042 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080043 build-node: 'voltha-scale-1'
Andrea Campanellabdb199e2020-10-27 10:47:16 +010044 time-trigger: "H H/4 * * *"
Andrea Campanella37e8a452020-11-18 22:27:58 +010045 olts: 2
Andrea Campanellabdb199e2020-10-27 10:47:16 +010046 pons: 16
47 onus: 32
48 withFlows: true
49 provisionSubscribers: true
Andrea Campanella27b5a662020-12-18 18:49:26 +010050 release: voltha-2.6
Andrea Campanellabdb199e2020-10-27 10:47:16 +010051 withEapol: true
52 withDhcp: true
53 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080054 openonuAdapterReplicas: 8
55 extraHelmFlags: '--set use_openonu_adapter_go=false,authRetry=true,dhcpRetry=true'
Matteo Scandoloebe4f722021-02-04 09:53:07 -080056 bbsimImg: ''
57 rwCoreImg: ''
58 ofAgentImg: ''
59 openoltAdapterImg: ''
60 openonuAdapterImg: ''
61 openonuAdapterGoImg: ''
62 onosImg: ''
Andrea Campanellabdb199e2020-10-27 10:47:16 +010063
Girish Gowdra0de34422020-11-19 11:58:12 -080064 - 'voltha-scale-measurements':
Andrea Campanella27b5a662020-12-18 18:49:26 +010065 name: 'voltha-openonu-py-scale-measurements-2.6-2-16-32-tt-subscribers'
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -080066 pipeline-script: 'voltha-scale-test-2.6.groovy'
Matteo Scandolodbda3272021-03-04 14:50:07 -080067 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080068 build-node: 'voltha-scale-1'
Girish Gowdra0de34422020-11-19 11:58:12 -080069 time-trigger: "H H/4 * * *"
Andrea Campanella945a21d2020-11-24 11:09:53 +010070 olts: 2
Girish Gowdra0de34422020-11-19 11:58:12 -080071 pons: 16
72 onus: 32
73 withFlows: true
74 workflow: tt
75 provisionSubscribers: true
Andrea Campanella27b5a662020-12-18 18:49:26 +010076 release: voltha-2.6
Girish Gowdra0de34422020-11-19 11:58:12 -080077 withEapol: false
78 withDhcp: true
79 withIgmp: false
Matteo Scandolof6fe0092020-12-10 09:43:04 -080080 openonuAdapterReplicas: 8
81 extraHelmFlags: '--set use_openonu_adapter_go=false,dhcpRetry=true,defaults.incremental_evto_update=true'
Matteo Scandoloebe4f722021-02-04 09:53:07 -080082 bbsimImg: ''
83 rwCoreImg: ''
84 ofAgentImg: ''
85 openoltAdapterImg: ''
86 openonuAdapterImg: ''
87 openonuAdapterGoImg: ''
88 onosImg: ''
Girish Gowdra0de34422020-11-19 11:58:12 -080089
Matteo Scandolo8df57162020-10-06 14:43:53 -070090 # this job will be used to test custom images without disrupting tests on master
91 - 'voltha-scale-measurements':
92 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobe823242020-11-20 13:48:13 -080093 build-node: 'voltha-scale-2'
Andrea Campanella642e5502020-11-19 19:47:02 +010094 pipeline-script: 'voltha-scale-test-etcd-kafka-bitnami.groovy'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080095 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080096 # trigger on Feb 29th (a.k.a only trigger it manually)
97 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010098 withMonitoring: true
Matteo Scandoloe6647a02020-11-02 10:27:52 -080099 olts: 2
Matteo Scandolo8df57162020-10-06 14:43:53 -0700100 pons: 16
101 onus: 32
102 withFlows: true
103 provisionSubscribers: true
104 withEapol: true
105 withDhcp: true
106 withIgmp: false
Matteo Scandolo0feb5e92020-10-27 19:34:51 -0700107 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo08d7d002020-11-20 17:37:56 -0800108 withPcap: false
Matteo Scandolobe823242020-11-20 13:48:13 -0800109 openoltAdapterImg: gcgirish/voltha-openolt-adapter:writeThroughCache
Matteo Scandolo9665d592020-10-23 19:08:14 +0000110
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800111 - 'voltha-scale-measurements':
112 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -0800113 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800114 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo557cd8b2021-02-25 10:42:45 -0800115 'disable-job': false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800116 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -0800117 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -0800118 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -0800119 logLevel: WARN
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800120 volthaStacks: 2
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800121 olts: 2
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800122 pons: 2
123 onus: 2
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800124 withFlows: true
125 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -0800126 workflow: dt
127 withEapol: false
128 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800129 withIgmp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800130
Matteo Scandolo8df57162020-10-06 14:43:53 -0700131
Matteo Scandoloe51ef6c2020-09-28 10:32:12 -0700132 # jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS (1 OLT)
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700133 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700134 name: 'voltha-scale-measurements-master-1-16-32-att-subscribers'
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800135 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800136 build-node: 'voltha-scale-1'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700137 time-trigger: "H H/4 * * *"
138 olts: 1
139 pons: 16
140 onus: 32
141 withFlows: true
142 provisionSubscribers: true
143 withEapol: true
144 withDhcp: true
145 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700146 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700147
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700148 - 'voltha-scale-measurements':
149 name: 'voltha-scale-measurements-master-1-16-32-tt-subscribers'
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800150 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800151 build-node: 'voltha-scale-1'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700152 time-trigger: "H H/4 * * *"
153 olts: 1
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 Scandolo37cba472020-10-26 14:15:34 -0700162 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandoloc05da5c2020-09-01 15:05:50 -0700163
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700164 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700165 name: 'voltha-scale-measurements-master-1-16-32-dt-subscribers'
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800166 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800167 build-node: 'voltha-scale-1'
Matteo Scandoloe4b04342020-05-28 07:35:45 -0700168 time-trigger: "H H/4 * * *"
169 olts: 1
170 pons: 16
171 onus: 32
172 withFlows: true
173 provisionSubscribers: true
174 workflow: dt
175 withEapol: false
176 withDhcp: false
177 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700178 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Andrea Campanellafc7c9492020-05-12 12:56:38 +0200179
Matteo Scandolofebf6512021-03-02 11:37:37 -0800180 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700181 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700182 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800183 'disable-job': false
184 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700185 time-trigger: "H H/4 * * *"
186 olts: 2
187 pons: 16
188 onus: 32
189 withFlows: true
190 provisionSubscribers: true
191 withEapol: true
192 withDhcp: true
193 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700194 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo82bd2282021-03-01 15:59:20 -0800195 rwCoreImg: matteoscandolo/voltha-rw-core:kafka-retry
Andrea Campanellaa9699212021-03-08 19:03:57 +0100196 onosImg: andreacampanella/voltha-onos:app-update-sadis
Matteo Scandolodbda3272021-03-04 14:50:07 -0800197 # bbsimImg: matteoscandolo/bbsim:id-check
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700198
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700199 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700200 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolodbda3272021-03-04 14:50:07 -0800201 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800202 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700203 time-trigger: "H H/4 * * *"
204 olts: 2
205 pons: 16
206 onus: 32
207 withFlows: true
208 provisionSubscribers: true
209 workflow: dt
210 withEapol: false
211 withDhcp: false
212 withIgmp: false
Matteo Scandolo37cba472020-10-26 14:15:34 -0700213 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo82bd2282021-03-01 15:59:20 -0800214 rwCoreImg: matteoscandolo/voltha-rw-core:kafka-retry
Andrea Campanellaa9699212021-03-08 19:03:57 +0100215 onosImg: andreacampanella/voltha-onos:app-update-sadis
Matteo Scandolodbda3272021-03-04 14:50:07 -0800216 # bbsimImg: matteoscandolo/bbsim:id-check
Matteo Scandolo86939302020-10-30 13:32:08 -0700217
218 - 'voltha-scale-measurements':
219 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolodbda3272021-03-04 14:50:07 -0800220 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800221 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700222 time-trigger: "H H/4 * * *"
223 olts: 2
224 pons: 16
225 onus: 32
226 withFlows: true
227 provisionSubscribers: true
228 workflow: tt
229 withEapol: false
230 withDhcp: true
231 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700232 onosReplicas: 3
233 atomixReplicas: 3
Matteo Scandolo86939302020-10-30 13:32:08 -0700234 extraHelmFlags: '--set authRetry=true,dhcpRetry=true'
Matteo Scandolo82bd2282021-03-01 15:59:20 -0800235 rwCoreImg: matteoscandolo/voltha-rw-core:kafka-retry
Andrea Campanellaa9699212021-03-08 19:03:57 +0100236 onosImg: andreacampanella/voltha-onos:app-update-sadis
Matteo Scandolodbda3272021-03-04 14:50:07 -0800237 # bbsimImg: matteoscandolo/bbsim:id-check
Matteo Scandolo272aed42020-05-08 15:05:57 -0700238
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800239 # multi-stack jobs
240 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800241 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
242 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800243 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800244 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800245 time-trigger: "H H/4 * * *"
246 withMonitoring: false
247 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800248 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800249 olts: 2
250 pons: 16
251 onus: 32
252 withFlows: true
253 provisionSubscribers: true
254 workflow: att
255 withEapol: true
256 withDhcp: true
257 withIgmp: false
Matteo Scandolo82bd2282021-03-01 15:59:20 -0800258 rwCoreImg: matteoscandolo/voltha-rw-core:kafka-retry
Andrea Campanellaa9699212021-03-08 19:03:57 +0100259 onosImg: andreacampanella/voltha-onos:app-update-sadis
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800260
261 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800262 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
263 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800264 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800265 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800266 time-trigger: "H H/4 * * *"
267 withMonitoring: false
268 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800269 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800270 olts: 2
271 pons: 16
272 onus: 32
273 withFlows: true
274 provisionSubscribers: true
275 workflow: dt
276 withEapol: false
277 withDhcp: false
278 withIgmp: false
Matteo Scandolo82bd2282021-03-01 15:59:20 -0800279 rwCoreImg: matteoscandolo/voltha-rw-core:kafka-retry
Andrea Campanellaa9699212021-03-08 19:03:57 +0100280 onosImg: andreacampanella/voltha-onos:app-update-sadis
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800281
282 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800283 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
284 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800285 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800286 'disable-job': false
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800287 time-trigger: "H H/4 * * *"
288 withMonitoring: false
289 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800290 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800291 olts: 2
292 pons: 16
293 onus: 32
294 withFlows: true
295 provisionSubscribers: true
296 workflow: tt
297 withEapol: false
298 withDhcp: true
299 withIgmp: true
Matteo Scandolo82bd2282021-03-01 15:59:20 -0800300 rwCoreImg: matteoscandolo/voltha-rw-core:kafka-retry
Andrea Campanellaa9699212021-03-08 19:03:57 +0100301 onosImg: andreacampanella/voltha-onos:app-update-sadis
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800302
Matteo Scandolo17321b82020-12-11 10:05:10 -0800303 # voltha-2.6 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700304 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800305 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-att-subscribers'
Matteo Scandolo11311742021-01-25 13:56:22 -0800306 pipeline-script: 'voltha-scale-test-2.6.groovy'
Matteo Scandolodbda3272021-03-04 14:50:07 -0800307 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800308 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700309 time-trigger: "H H/4 * * *"
310 olts: 1
311 pons: 16
312 onus: 32
313 withFlows: true
314 provisionSubscribers: true
315 withEapol: true
316 withDhcp: true
317 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700318 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800319 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700320 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700321 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700322 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700323 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700324 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800325 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200326 onosImg: ''
Matteo Scandolod43064b2020-07-13 17:18:45 -0700327
328 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800329 name: 'voltha-scale-measurements-voltha-2.6-2-16-32-dt-subscribers'
Matteo Scandolo11311742021-01-25 13:56:22 -0800330 pipeline-script: 'voltha-scale-test-2.6.groovy'
Matteo Scandolodbda3272021-03-04 14:50:07 -0800331 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800332 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700333 time-trigger: "H H/4 * * *"
334 olts: 2
335 pons: 16
336 onus: 32
337 withFlows: true
338 provisionSubscribers: true
339 workflow: dt
340 withEapol: false
341 withDhcp: false
342 withIgmp: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700343 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800344 release: voltha-2.6
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700345 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700346 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700347 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700348 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700349 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800350 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200351 onosImg: ''
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700352
Matteo Scandolo031bd982020-09-16 10:03:47 -0700353 - 'voltha-scale-measurements':
Matteo Scandolo17321b82020-12-11 10:05:10 -0800354 name: 'voltha-scale-measurements-voltha-2.6-1-16-32-tt-subscribers'
Matteo Scandolo11311742021-01-25 13:56:22 -0800355 pipeline-script: 'voltha-scale-test-2.6.groovy'
Matteo Scandolodbda3272021-03-04 14:50:07 -0800356 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800357 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700358 time-trigger: "H H/4 * * *"
359 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
Matteo Scandolo031bd982020-09-16 10:03:47 -0700368 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandolo17321b82020-12-11 10:05:10 -0800369 release: voltha-2.6
Matteo Scandolo031bd982020-09-16 10:03:47 -0700370 bbsimImg: ''
371 rwCoreImg: ''
372 ofAgentImg: ''
373 openoltAdapterImg: ''
374 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800375 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700376 onosImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700377
Andrea Campanella27b5a662020-12-18 18:49:26 +0100378 # 2.6 multi-stack jobs
379 - 'voltha-scale-measurements':
380 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-att-subscribers'
381 build-node: 'voltha-scale-2'
382 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolo557cd8b2021-02-25 10:42:45 -0800383 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100384 time-trigger: "H H/4 * * *"
385 withMonitoring: false
386 logLevel: WARN
387 volthaStacks: 10
388 olts: 2
389 pons: 16
390 onus: 32
391 withFlows: true
392 provisionSubscribers: true
393 release: voltha-2.6
394 workflow: att
395 withEapol: true
396 withDhcp: true
397 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800398 bbsimImg: ''
399 rwCoreImg: ''
400 ofAgentImg: ''
401 openoltAdapterImg: ''
402 openonuAdapterImg: ''
403 openonuAdapterGoImg: ''
404 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100405
406 - 'voltha-scale-measurements':
407 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-dt-subscribers'
408 build-node: 'voltha-scale-2'
409 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolo557cd8b2021-02-25 10:42:45 -0800410 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100411 time-trigger: "H H/4 * * *"
412 withMonitoring: false
413 logLevel: WARN
414 volthaStacks: 10
415 olts: 2
416 pons: 16
417 onus: 32
418 withFlows: true
419 provisionSubscribers: true
420 release: voltha-2.6
421 workflow: dt
422 withEapol: false
423 withDhcp: false
424 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800425 bbsimImg: ''
426 rwCoreImg: ''
427 ofAgentImg: ''
428 openoltAdapterImg: ''
429 openonuAdapterImg: ''
430 openonuAdapterGoImg: ''
431 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100432
433 - 'voltha-scale-measurements':
434 name: 'voltha-scale-measurements-2.6-10-stacks-2-16-32-tt-subscribers'
435 build-node: 'voltha-scale-2'
436 pipeline-script: 'voltha-scale-multi-stack.groovy'
Matteo Scandolo557cd8b2021-02-25 10:42:45 -0800437 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100438 time-trigger: "H H/4 * * *"
439 withMonitoring: false
440 logLevel: WARN
441 volthaStacks: 10
442 olts: 2
443 pons: 16
444 onus: 32
445 withFlows: true
446 provisionSubscribers: true
447 release: voltha-2.6
448 workflow: tt
449 withEapol: false
450 withDhcp: true
451 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800452 bbsimImg: ''
453 rwCoreImg: ''
454 ofAgentImg: ''
455 openoltAdapterImg: ''
456 openonuAdapterImg: ''
457 openonuAdapterGoImg: ''
458 onosImg: ''
Andrea Campanella27b5a662020-12-18 18:49:26 +0100459
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700460 # per patchset job
461 - 'voltha-scale-measurements':
462 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800463 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700464 olts: 1
465 pons: 16
466 onus: 32
467 withFlows: true
468 provisionSubscribers: true
469 withEapol: true
470 withDhcp: true
471 withIgmp: false
472 withMonitoring: false
473 trigger-comment: "voltha scale test ATT"
474
475 - 'voltha-scale-measurements':
476 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800477 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700478 olts: 1
479 pons: 16
480 onus: 32
481 withFlows: true
482 provisionSubscribers: true
483 workflow: tt
484 withEapol: false
485 withDhcp: true
486 withIgmp: true
487 withMonitoring: false
488 trigger-comment: "voltha scale test TT"
489
490 - 'voltha-scale-measurements':
491 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800492 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700493 olts: 1
494 pons: 16
495 onus: 32
496 withFlows: true
497 provisionSubscribers: true
498 workflow: dt
499 withEapol: false
500 withDhcp: false
501 withIgmp: false
502 withMonitoring: false
503 trigger-comment: "voltha scale test DT"
504
Matteo Scandolo272aed42020-05-08 15:05:57 -0700505 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700506 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700507 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700508 build-node: 'voltha-scale'
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700509 extraHelmFlags: '--set defaults.rw_core.timeout=30s '
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700510
Matteo Scandolodc930192020-08-27 15:56:16 -0700511 # development matrix
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700512 - 'voltha-scale-matrix':
513 name: 'voltha-scale-matrix-voltha-master-dev'
Matteo Scandolodc930192020-08-27 15:56:16 -0700514 build-node: 'voltha-scale'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800515
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700516 # development matrix
517 - 'voltha-scale-matrix':
518 name: 'voltha-scale-matrix-voltha-master'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800519 build-node: 'voltha-scale-1'
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700520 onosReplicas: 3
521 atomixReplicas: 3
522 kafkaReplicas: 3
523 etcdReplicas: 3
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800524 topologies: 1-16-16, 1-16-32, 2-16-32
Matteo Scandoloaf41ca92020-11-05 06:04:54 -0800525 time-trigger: H 0 * * *
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700526
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700527# list of parameters for the VOLTHA Jobs,
528# used as anchor so that can be shared across multiple jobs
529# to use in a job: `parameters: *voltha-build-job-parameters`
530- voltha-scale-job-parameters: &voltha-scale-job-parameters
531 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700532 parameters:
533 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800534 name: pipeline-script
535 default: '{pipeline-script}'
536 description: 'The pipeline script to use'
537
538 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700539 name: release
540 default: '{release}'
541 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
542
543 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700544 name: buildNode
545 default: '{build-node}'
546 description: 'Name of the Jenkins node to run the job on'
547
548 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700549 name: dockerRegistry
550 default: '{dockerRegistry}'
551 description: 'Address of the docker registry to use if we are building custom images'
552
553 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700554 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700555 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700556 description: 'Log level for all the components'
557
558 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800559 name: volthaStacks
560 default: '{volthaStacks}'
561 description: 'Number of VOLTHA Stacks to deploy'
562
563 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700564 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700565 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700566 description: 'Number of ONUs to provision'
567
568 - string:
569 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700570 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700571 description: 'Number of PONs to provision'
572
573 - string:
574 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700575 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700576 description: 'How many BBSim instances to run'
577
578 - string:
579 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700580 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700581 description: 'Which workflow are we testing (att, dt, tt)'
582
583 - bool:
584 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700585 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700586 description: 'Wheter to push flows from ONOS'
587
588 - bool:
589 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700590 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700591 description: 'Wheter to provision subscribers durint the tests'
592
593 - bool:
594 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700595 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700596 description: 'Wheter EAPOL is enabled for the test'
597
598 - bool:
599 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700600 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700601 description: 'Wheter DHCP is enabled for the test'
602
603 - bool:
604 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700605 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700606 description: 'Wheter IGMP is enabled for the test'
607
608 - bool:
609 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700610 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700611 description: 'Wheter Link Discovery is enabled for the test'
612
613 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700614 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700615 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700616 description: 'Option to install Prometheus'
617
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700618 - bool:
619 name: withProfiling
620 default: '{withProfiling}'
621 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
622
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700623 - bool:
624 name: withPcap
625 default: '{withPcap}'
626 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
627
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700628 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700629 name: withRadius
630 default: '{withRadius}'
631 description: 'Value to pass to kind-voltha WITH_RADIUS'
632
633 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700634 name: extraHelmFlags
635 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700636 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 -0700637
Matteo Scandolo272aed42020-05-08 15:05:57 -0700638 - string:
639 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700640 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700641 description: 'How many OpenONU adapter instances to run'
642
643 - string:
644 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700645 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700646 description: 'How many ONOSes instances to run'
647
648 - string:
649 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700650 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700651 description: 'How many Atomix instances to run'
652
653 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700654 name: kafkaReplicas
655 default: '{kafkaReplicas}'
656 description: 'How many Kafka instances to run'
657
658 - string:
659 name: etcdReplicas
660 default: '{etcdReplicas}'
661 description: 'How many ETCD instances to run'
662
663 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700664 name: onosStatInterval
665 default: '{onosStatInterval}'
666 description: 'How often ONOS should poll for ports, flows and meters'
667
668 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700669 name: bbsimImg
670 default: '{bbsimImg}'
671 description: 'Custom image selection for BBSIM (repo:tag)'
672
673 - string:
674 name: bbsimChart
675 default: '{bbsimChart}'
676 description: 'BBSim chart name (or location on file system)'
677
678 - string:
679 name: rwCoreImg
680 default: '{rwCoreImg}'
681 description: 'Custom image selection for VOLTHA (repo:tag)'
682
683 - string:
684 name: ofAgentImg
685 default: '{ofAgentImg}'
686 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
687
688 - string:
689 name: volthaChart
690 default: '{volthaChart}'
691 description: 'VOLTHA chart name (or location on file system)'
692
693 - string:
694 name: openoltAdapterImg
695 default: '{openoltAdapterImg}'
696 description: 'Custom image selection for Openolt Adapter (repo:tag)'
697
698 - string:
699 name: openoltAdapterChart
700 default: '{openoltAdapterChart}'
701 description: 'OpenOLT chart name (or location on file system)'
702
703 - string:
704 name: openonuAdapterImg
705 default: '{openonuAdapterImg}'
706 description: 'Custom image selection for Openonu Adapter (repo:tag)'
707
708 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100709 name: openonuAdapterGoImg
710 default: '{openonuAdapterGoImg}'
711 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
712
713 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700714 name: openonuAdapterChart
715 default: '{openonuAdapterChart}'
716 description: 'OpenONU chart name (or location on file system)'
717
718 - string:
719 name: onosImg
720 default: '{onosImg}'
721 description: 'Custom image selection for Openonu Adapter (repo:tag)'
722
723 - string:
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700724 name: onosChart
725 default: '{onosChart}'
726 description: 'ONOS chart name (or location on file system)'
727
728 - string:
Matteo Scandolo06506102020-10-13 12:24:20 -0700729 name: radiusChart
730 default: '{radiusChart}'
731 description: 'freeradius chart name (or location on file system)'
732
733 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700734 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700735 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700736 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
737
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700738 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800739 name: volthaHelmChartsChange
740 default: '{volthaHelmChartsChange}'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700741 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
742
Matteo Scandoloccc06192020-06-22 10:16:17 -0700743 - bool:
744 name: inMemoryEtcdStorage
745 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700746 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700747
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200748 - string:
749 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700750 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200751 description: 'Karaf home'
752
Matteo Scandolo001003e2021-02-03 15:39:26 -0800753 # remove once voltha-2.6 is deprecated
754 - string:
755 name: kindVolthaChange
756 default: '{kindVolthaChange}'
757 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 -0800758 - bool:
759 name: withMibTemplate
760 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800761
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700762- job-template:
763 id: 'voltha-scale-measurements'
764 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700765 disabled: '{disable-job}'
766
767 description: |
768 <!-- Managed by Jenkins Job Builder -->
769 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
770 Using pipeline {pipeline-script} <br/><br/>
771 Scale measurements for VOLTHA 2.x
772
773 properties:
774 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800775 build-days-to-keep: '{big-build-days-to-keep}'
776 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700777
778 wrappers:
779 - lf-infra-wrappers:
780 build-timeout: '{build-timeout}'
781 jenkins-ssh-credential: '{jenkins-ssh-credential}'
782
783 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800784 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700785 release: master
786
787 bbsimImg: voltha/bbsim:master
788 rwCoreImg: voltha/voltha-rw-core:master
789 ofAgentImg: voltha/voltha-ofagent-go:master
790 openoltAdapterImg: voltha/voltha-openolt-adapter:master
791 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100792 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700793 onosImg: voltha/voltha-onos:master
794
795 bbsimChart: onf/bbsim
796 volthaChart: onf/voltha
797 openoltAdapterChart: onf/voltha-adapter-openolt
798 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700799 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700800 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700801
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800802 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700803 olts: 2
804 pons: 2
805 onus: 2
806 workflow: att
807 withFlows: false
808 provisionSubscribers: false
809 withEapol: true
810 withDhcp: true
811 withIgmp: false
812 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700813 withMonitoring: true
814 withProfiling: false
815 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700816 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100817 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700818 onosReplicas: 3
819 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700820 kafkaReplicas: 3
821 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700822 extraHelmFlags: ''
823 onosStatInterval: 5
824 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800825 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800826 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700827 inMemoryEtcdStorage: true
828 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700829 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700830 dockerRegistry: 10.90.0.101:30500
831 trigger-comment: vv7CBoQQYYonvaN8xcru
832 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700833
834 <<: *voltha-scale-job-parameters
835
Matteo Scandolo272aed42020-05-08 15:05:57 -0700836 project-type: pipeline
837 concurrent: false
838
839 dsl: !include-raw-escape: pipeline/{pipeline-script}
840
Matteo Scandoloabb83972020-06-25 16:08:23 -0700841 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700842 # periodic jobs will set this every 4 hours
843 # 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 -0700844 - timed: |
845 TZ=America/Los_Angeles
846 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700847 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
848 # patchset jobs will set this to a meaningful comment
849 - gerrit:
850 server-name: '{gerrit-server-name}'
851 silent-start: false
852 successful-message: "PASSED scale test"
853 failure-message: "FAILED scale test"
854 unstable-message: "UNSTABLE scale test"
855 trigger-on:
856 - comment-added-contains-event:
857 comment-contains-value: '.*{trigger-comment}.*'
858 projects:
859 - project-compare-type: REG_EXP
860 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
861 branches:
862 - branch-compare-type: REG_EXP
863 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700864
865- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700866 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800867 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800868
869 description: |
870 <!-- Managed by Jenkins Job Builder -->
871 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
872 Using pipeline {pipeline-script} <br/><br/>
873 Scale measurements for VOLTHA 2.x
874
875 properties:
876 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800877 build-days-to-keep: '{big-build-days-to-keep}'
878 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800879
880 wrappers:
881 - lf-infra-wrappers:
882 build-timeout: '{build-timeout}'
883 jenkins-ssh-credential: '{jenkins-ssh-credential}'
884
Matteo Scandolo0430f672020-05-07 11:50:26 -0700885 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800886 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700887 release: master
888
Matteo Scandolo0430f672020-05-07 11:50:26 -0700889 bbsimImg: voltha/bbsim:master
890 rwCoreImg: voltha/voltha-rw-core:master
891 ofAgentImg: voltha/voltha-ofagent-go:master
892 openoltAdapterImg: voltha/voltha-openolt-adapter:master
893 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100894 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700895 onosImg: voltha/voltha-onos:master
896
897 bbsimChart: onf/bbsim
898 volthaChart: onf/voltha
899 openoltAdapterChart: onf/voltha-adapter-openolt
900 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700901 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700902 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700903
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800904 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700905 olts: 2
906 pons: 2
907 onus: 2
908 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700909 withFlows: true
910 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700911 withEapol: true
912 withDhcp: true
913 withIgmp: false
914 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700915 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700916 withProfiling: false
917 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700918 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700919 openonuAdapterReplicas: 1
920 onosReplicas: 1
921 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700922 kafkaReplicas: 1
923 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700924 extraHelmFlags: ''
925 onosStatInterval: 5
926 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800927 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800928 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700929 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700930 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700931 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700932 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700933
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700934 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200935
Matteo Scandolo51b76302020-02-05 12:07:23 -0800936 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800937 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800938
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700939 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700940
Matteo Scandolo849db722020-10-21 10:58:41 -0700941 triggers:
942 - gerrit:
943 server-name: '{gerrit-server-name}'
944 silent-start: false
945 successful-message: "PASSED scale test"
946 failure-message: "FAILED scale test"
947 unstable-message: "UNSTABLE scale test"
948 trigger-on:
949 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700950 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700951 projects:
952 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700953 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700954 branches:
955 - branch-compare-type: REG_EXP
956 branch-pattern: '{all-branches-regexp}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700957- job-template:
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700958 id: 'voltha-scale-matrix'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700959 name: '{name}'
960 pipeline-script: 'voltha-scale-matrix.groovy'
961
962 description: |
963 <!-- Managed by Jenkins Job Builder -->
964 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
965 Using pipeline {pipeline-script} <br/><br/>
966 Scale measurements for VOLTHA 2.x
967
968 properties:
969 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800970 build-days-to-keep: '{big-build-days-to-keep}'
971 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700972
973 wrappers:
974 - lf-infra-wrappers:
975 build-timeout: '{build-timeout}'
976 jenkins-ssh-credential: '{jenkins-ssh-credential}'
977
978 # default values
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800979 time-trigger: 0 0 29 2 *
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700980 release: master
981 build-node: 'voltha-scale'
Matteo Scandolo52749cb2020-08-27 16:33:13 -0700982 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800983 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800984 kindVolthaChange: ''
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700985 onosReplicas: 1
986 atomixReplicas: 0
987 kafkaReplicas: 1
988 etcdReplicas: 1
Matteo Scandoloe5d41f62020-11-04 15:43:50 -0800989 openonuAdapterReplicas: 1
Matteo Scandoloffc7f842020-11-04 13:43:21 -0800990 topologies: 1-1-1, 1-2-2, 2-2-2
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700991
992 project-type: pipeline
993 concurrent: false
994
995 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandolodc930192020-08-27 15:56:16 -0700996
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700997 parameters:
998 - string:
999 name: release
1000 default: '{release}'
1001 description: 'Version of the code to test (matches a branch in kind-voltha and voltha-system-tests repos)'
1002
1003 - string:
1004 name: buildNode
1005 default: '{build-node}'
1006 description: 'Name of the Jenkins node to run the job on'
Matteo Scandolo52749cb2020-08-27 16:33:13 -07001007
1008 - string:
1009 name: volthaSystemTestsChange
1010 default: '{volthaSystemTestsChange}'
1011 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
1012
1013 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -08001014 name: volthaHelmChartsChange
1015 default: '{volthaHelmChartsChange}'
1016 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo5fec8022020-08-27 17:29:35 -07001017
1018 - string:
1019 name: onosReplicas
1020 default: '{onosReplicas}'
1021 description: 'How many ONOSes instances to run'
1022
1023 - string:
1024 name: atomixReplicas
1025 default: '{atomixReplicas}'
1026 description: 'How many Atomix instances to run'
1027
1028 - string:
1029 name: kafkaReplicas
1030 default: '{kafkaReplicas}'
1031 description: 'How many Kafka instances to run'
1032
1033 - string:
1034 name: etcdReplicas
1035 default: '{etcdReplicas}'
1036 description: 'How many ETCD instances to run'
Matteo Scandoloffc7f842020-11-04 13:43:21 -08001037
1038 - string:
Matteo Scandoloe5d41f62020-11-04 15:43:50 -08001039 name: openonuAdapterReplicas
1040 default: '{openonuAdapterReplicas}'
1041 description: 'How many OpenONU adapter instances to run'
1042
1043 - string:
Matteo Scandoloffc7f842020-11-04 13:43:21 -08001044 name: topologies
1045 default: '{topologies}'
1046 description: 'Topologies configuration, comma separate list of "olt-pon-onu" eg: "1-16-16, 1-16-32"'
1047
1048 triggers:
1049 - timed: |
1050 TZ=America/Los_Angeles
1051 {time-trigger}