blob: 62ffb022c7e4a472ca97bab92452a283e414e63e [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':
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070053 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-grpc'
54 'disable-job': false
55 build-node: 'voltha-scale-1'
56 # trigger on Feb 29th (a.k.a only trigger it manually)
57 time-trigger: "H 0 29 2 *"
58 logLevel: DEBUG
Matteo Scandolo4d355992021-06-08 11:18:59 +020059 olts: 2
60 pons: 16
61 onus: 32
62 withFlows: true
63 provisionSubscribers: true
64 withEapol: true
65 withDhcp: true
66 withIgmp: false
Andrea Campanellaa2a99872021-06-08 14:47:02 +020067 inMemoryEtcdStorage: false
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070068 extraHelmFlags: >
69 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
70 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-api.voltha1.svc:55555
71 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.voltha1.svc:50060
72 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-api.voltha1.svc:55555
73 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha1-voltha-adapter-openonu-api.voltha1.svc:50060
74 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
75 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
76 --set global.tracing.enabled=true
77 volthaHelmChartsChange: refs/changes/69/26569/3
78 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
79 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
80 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
Matteo Scandolo4d355992021-06-08 11:18:59 +020081
Matteo Scandolofebf6512021-03-02 11:37:37 -080082 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070083 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070084 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -080085 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080086 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070087 time-trigger: "H H/4 * * *"
88 olts: 2
89 pons: 16
90 onus: 32
91 withFlows: true
92 provisionSubscribers: true
93 withEapol: true
94 withDhcp: true
95 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070096 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 -070097
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070098 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070099 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200100 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800101 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700102 time-trigger: "H H/4 * * *"
103 olts: 2
104 pons: 16
105 onus: 32
106 withFlows: true
107 provisionSubscribers: true
108 workflow: dt
109 withEapol: false
110 withDhcp: false
111 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700112 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 -0700113
114 - 'voltha-scale-measurements':
115 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200116 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800117 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700118 time-trigger: "H H/4 * * *"
119 olts: 2
120 pons: 16
121 onus: 32
122 withFlows: true
123 provisionSubscribers: true
124 workflow: tt
125 withEapol: false
126 withDhcp: true
127 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700128 onosReplicas: 3
129 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700130 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 -0700131
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800132 # multi-stack jobs
133 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800134 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
135 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200136 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800137 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800138 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800139 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800140 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800141 olts: 2
142 pons: 16
143 onus: 32
144 withFlows: true
145 provisionSubscribers: true
146 workflow: att
147 withEapol: true
148 withDhcp: true
149 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700150 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800151
152 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800153 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
154 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200155 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800156 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800157 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800158 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800159 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800160 olts: 2
161 pons: 16
162 onus: 32
163 withFlows: true
164 provisionSubscribers: true
165 workflow: dt
166 withEapol: false
167 withDhcp: false
168 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700169 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 -0800170
171 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800172 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
173 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200174 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800175 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800176 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800177 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800178 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800179 olts: 2
180 pons: 16
181 onus: 32
182 withFlows: true
183 provisionSubscribers: true
184 workflow: tt
185 withEapol: false
186 withDhcp: true
187 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700188 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800189
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000190 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700191 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000192 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700193 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000194 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800195 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700196 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700197 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700198 pons: 16
199 onus: 32
200 withFlows: true
201 provisionSubscribers: true
202 withEapol: true
203 withDhcp: true
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: "--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 -0700214
215 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000216 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700217 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000218 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800219 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700220 time-trigger: "H H/4 * * *"
221 olts: 2
222 pons: 16
223 onus: 32
224 withFlows: true
225 provisionSubscribers: true
226 workflow: dt
227 withEapol: false
228 withDhcp: false
229 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000230 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200231 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700232 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700233 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700234 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700235 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800236 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200237 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700238 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 -0700239
Matteo Scandolo031bd982020-09-16 10:03:47 -0700240 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000241 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700242 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000243 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800244 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700245 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700246 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700247 pons: 16
248 onus: 32
249 withFlows: true
250 provisionSubscribers: true
251 workflow: tt
252 withEapol: false
253 withDhcp: true
254 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000255 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200256 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700257 rwCoreImg: ''
258 ofAgentImg: ''
259 openoltAdapterImg: ''
260 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800261 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700262 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700263 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 -0700264
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700265 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100266 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700267 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100268 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700269 'disable-job': false
270 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100271 time-trigger: "H H/4 * * *"
272 withMonitoring: false
273 logLevel: WARN
274 volthaStacks: 10
275 olts: 2
276 pons: 16
277 onus: 32
278 withFlows: true
279 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700280 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100281 workflow: att
282 withEapol: true
283 withDhcp: true
284 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800285 bbsimImg: ''
286 rwCoreImg: ''
287 ofAgentImg: ''
288 openoltAdapterImg: ''
289 openonuAdapterImg: ''
290 openonuAdapterGoImg: ''
291 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700292 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100293
294 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700295 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100296 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700297 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
298 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100299 time-trigger: "H H/4 * * *"
300 withMonitoring: false
301 logLevel: WARN
302 volthaStacks: 10
303 olts: 2
304 pons: 16
305 onus: 32
306 withFlows: true
307 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700308 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100309 workflow: dt
310 withEapol: false
311 withDhcp: false
312 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800313 bbsimImg: ''
314 rwCoreImg: ''
315 ofAgentImg: ''
316 openoltAdapterImg: ''
317 openonuAdapterImg: ''
318 openonuAdapterGoImg: ''
319 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700320 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100321
322 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700323 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100324 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700325 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
326 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100327 time-trigger: "H H/4 * * *"
328 withMonitoring: false
329 logLevel: WARN
330 volthaStacks: 10
331 olts: 2
332 pons: 16
333 onus: 32
334 withFlows: true
335 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700336 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100337 workflow: tt
338 withEapol: false
339 withDhcp: true
340 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800341 bbsimImg: ''
342 rwCoreImg: ''
343 ofAgentImg: ''
344 openoltAdapterImg: ''
345 openonuAdapterImg: ''
346 openonuAdapterGoImg: ''
347 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700348 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100349
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700350 # per patchset job
351 - 'voltha-scale-measurements':
352 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800353 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700354 olts: 1
355 pons: 16
356 onus: 32
357 withFlows: true
358 provisionSubscribers: true
359 withEapol: true
360 withDhcp: true
361 withIgmp: false
362 withMonitoring: false
363 trigger-comment: "voltha scale test ATT"
364
365 - 'voltha-scale-measurements':
366 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800367 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700368 olts: 1
369 pons: 16
370 onus: 32
371 withFlows: true
372 provisionSubscribers: true
373 workflow: tt
374 withEapol: false
375 withDhcp: true
376 withIgmp: true
377 withMonitoring: false
378 trigger-comment: "voltha scale test TT"
379
380 - 'voltha-scale-measurements':
381 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800382 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700383 olts: 1
384 pons: 16
385 onus: 32
386 withFlows: true
387 provisionSubscribers: true
388 workflow: dt
389 withEapol: false
390 withDhcp: false
391 withIgmp: false
392 withMonitoring: false
393 trigger-comment: "voltha scale test DT"
394
Matteo Scandolo272aed42020-05-08 15:05:57 -0700395 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700396 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700397 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700398 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700399
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700400
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700401# list of parameters for the VOLTHA Jobs,
402# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700403# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700404- voltha-scale-job-parameters: &voltha-scale-job-parameters
405 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700406 parameters:
407 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800408 name: pipeline-script
409 default: '{pipeline-script}'
410 description: 'The pipeline script to use'
411
412 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700413 name: release
414 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700415 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 -0700416
417 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700418 name: buildNode
419 default: '{build-node}'
420 description: 'Name of the Jenkins node to run the job on'
421
422 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700423 name: dockerRegistry
424 default: '{dockerRegistry}'
425 description: 'Address of the docker registry to use if we are building custom images'
426
427 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700428 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700429 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700430 description: 'Log level for all the components'
431
432 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800433 name: volthaStacks
434 default: '{volthaStacks}'
435 description: 'Number of VOLTHA Stacks to deploy'
436
437 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700438 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700439 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700440 description: 'Number of ONUs to provision'
441
442 - string:
443 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700444 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700445 description: 'Number of PONs to provision'
446
447 - string:
448 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700449 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700450 description: 'How many BBSim instances to run'
451
452 - string:
453 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700454 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700455 description: 'Which workflow are we testing (att, dt, tt)'
456
457 - bool:
458 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700459 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700460 description: 'Wheter to push flows from ONOS'
461
462 - bool:
463 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700464 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700465 description: 'Wheter to provision subscribers durint the tests'
466
467 - bool:
468 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700469 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700470 description: 'Wheter EAPOL is enabled for the test'
471
472 - bool:
473 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700474 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700475 description: 'Wheter DHCP is enabled for the test'
476
477 - bool:
478 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700479 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700480 description: 'Wheter IGMP is enabled for the test'
481
482 - bool:
483 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700484 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700485 description: 'Wheter Link Discovery is enabled for the test'
486
487 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700488 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700489 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700490 description: 'Option to install Prometheus'
491
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700492 - bool:
493 name: withProfiling
494 default: '{withProfiling}'
495 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
496
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700497 - bool:
498 name: withPcap
499 default: '{withPcap}'
500 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
501
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700502 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700503 name: withRadius
504 default: '{withRadius}'
505 description: 'Value to pass to kind-voltha WITH_RADIUS'
506
507 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700508 name: extraHelmFlags
509 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700510 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 -0700511
Matteo Scandolo272aed42020-05-08 15:05:57 -0700512 - string:
513 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700514 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700515 description: 'How many OpenONU adapter instances to run'
516
517 - string:
518 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700519 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700520 description: 'How many ONOSes instances to run'
521
522 - string:
523 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700524 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 description: 'How many Atomix instances to run'
526
527 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700528 name: kafkaReplicas
529 default: '{kafkaReplicas}'
530 description: 'How many Kafka instances to run'
531
532 - string:
533 name: etcdReplicas
534 default: '{etcdReplicas}'
535 description: 'How many ETCD instances to run'
536
537 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700538 name: onosStatInterval
539 default: '{onosStatInterval}'
540 description: 'How often ONOS should poll for ports, flows and meters'
541
542 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200543 name: onosGroupInterval
544 default: '{onosGroupInterval}'
545 description: 'How often ONOS should poll for groups'
546
547 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200548 name: flowObjWorkerThreads
549 default: '{flowObjWorkerThreads}'
550 description: 'How many threads are used by the FlowObjectiveManager worker pool'
551
552 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700553 name: bbsimImg
554 default: '{bbsimImg}'
555 description: 'Custom image selection for BBSIM (repo:tag)'
556
557 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700558 name: rwCoreImg
559 default: '{rwCoreImg}'
560 description: 'Custom image selection for VOLTHA (repo:tag)'
561
562 - string:
563 name: ofAgentImg
564 default: '{ofAgentImg}'
565 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
566
567 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700568 name: openoltAdapterImg
569 default: '{openoltAdapterImg}'
570 description: 'Custom image selection for Openolt Adapter (repo:tag)'
571
572 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 name: openonuAdapterImg
574 default: '{openonuAdapterImg}'
575 description: 'Custom image selection for Openonu Adapter (repo:tag)'
576
577 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100578 name: openonuAdapterGoImg
579 default: '{openonuAdapterGoImg}'
580 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
581
582 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700583 name: onosImg
584 default: '{onosImg}'
585 description: 'Custom image selection for Openonu Adapter (repo:tag)'
586
587 - string:
588 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700589 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700590 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
591
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700592 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800593 name: volthaHelmChartsChange
594 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700595 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 -0700596
Matteo Scandoloccc06192020-06-22 10:16:17 -0700597 - bool:
598 name: inMemoryEtcdStorage
599 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700600 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700601
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200602 - string:
603 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700604 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200605 description: 'Karaf home'
606
Matteo Scandolo001003e2021-02-03 15:39:26 -0800607 # remove once voltha-2.6 is deprecated
608 - string:
609 name: kindVolthaChange
610 default: '{kindVolthaChange}'
611 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 -0800612 - bool:
613 name: withMibTemplate
614 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800615
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700616- job-template:
617 id: 'voltha-scale-measurements'
618 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700619 disabled: '{disable-job}'
620
621 description: |
622 <!-- Managed by Jenkins Job Builder -->
623 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
624 Using pipeline {pipeline-script} <br/><br/>
625 Scale measurements for VOLTHA 2.x
626
627 properties:
628 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800629 build-days-to-keep: '{big-build-days-to-keep}'
630 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700631
632 wrappers:
633 - lf-infra-wrappers:
634 build-timeout: '{build-timeout}'
635 jenkins-ssh-credential: '{jenkins-ssh-credential}'
636
637 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800638 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700639 release: master
640
641 bbsimImg: voltha/bbsim:master
642 rwCoreImg: voltha/voltha-rw-core:master
643 ofAgentImg: voltha/voltha-ofagent-go:master
644 openoltAdapterImg: voltha/voltha-openolt-adapter:master
645 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100646 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700647 onosImg: voltha/voltha-onos:master
648
649 bbsimChart: onf/bbsim
650 volthaChart: onf/voltha
651 openoltAdapterChart: onf/voltha-adapter-openolt
652 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700653 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700654 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700655
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800656 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700657 olts: 2
658 pons: 2
659 onus: 2
660 workflow: att
661 withFlows: false
662 provisionSubscribers: false
663 withEapol: true
664 withDhcp: true
665 withIgmp: false
666 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700667 withMonitoring: true
668 withProfiling: false
669 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700670 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100671 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700672 onosReplicas: 3
673 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700674 kafkaReplicas: 3
675 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700676 extraHelmFlags: ''
677 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200678 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200679 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700680 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800681 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800682 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700683 inMemoryEtcdStorage: true
684 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700685 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700686 dockerRegistry: 10.90.0.101:30500
687 trigger-comment: vv7CBoQQYYonvaN8xcru
688 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700689
690 <<: *voltha-scale-job-parameters
691
Matteo Scandolo272aed42020-05-08 15:05:57 -0700692 project-type: pipeline
693 concurrent: false
694
695 dsl: !include-raw-escape: pipeline/{pipeline-script}
696
Matteo Scandoloabb83972020-06-25 16:08:23 -0700697 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700698 # periodic jobs will set this every 4 hours
699 # 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 -0700700 - timed: |
701 TZ=America/Los_Angeles
702 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700703 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
704 # patchset jobs will set this to a meaningful comment
705 - gerrit:
706 server-name: '{gerrit-server-name}'
707 silent-start: false
708 successful-message: "PASSED scale test"
709 failure-message: "FAILED scale test"
710 unstable-message: "UNSTABLE scale test"
711 trigger-on:
712 - comment-added-contains-event:
713 comment-contains-value: '.*{trigger-comment}.*'
714 projects:
715 - project-compare-type: REG_EXP
716 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
717 branches:
718 - branch-compare-type: REG_EXP
719 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700720
721- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700722 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800723 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800724
725 description: |
726 <!-- Managed by Jenkins Job Builder -->
727 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
728 Using pipeline {pipeline-script} <br/><br/>
729 Scale measurements for VOLTHA 2.x
730
731 properties:
732 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800733 build-days-to-keep: '{big-build-days-to-keep}'
734 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800735
736 wrappers:
737 - lf-infra-wrappers:
738 build-timeout: '{build-timeout}'
739 jenkins-ssh-credential: '{jenkins-ssh-credential}'
740
Matteo Scandolo0430f672020-05-07 11:50:26 -0700741 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800742 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700743 release: master
744
Matteo Scandolo0430f672020-05-07 11:50:26 -0700745 bbsimImg: voltha/bbsim:master
746 rwCoreImg: voltha/voltha-rw-core:master
747 ofAgentImg: voltha/voltha-ofagent-go:master
748 openoltAdapterImg: voltha/voltha-openolt-adapter:master
749 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100750 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700751 onosImg: voltha/voltha-onos:master
752
753 bbsimChart: onf/bbsim
754 volthaChart: onf/voltha
755 openoltAdapterChart: onf/voltha-adapter-openolt
756 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700757 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700758 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700759
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800760 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700761 olts: 2
762 pons: 2
763 onus: 2
764 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700765 withFlows: true
766 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700767 withEapol: true
768 withDhcp: true
769 withIgmp: false
770 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700771 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700772 withProfiling: false
773 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700774 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700775 openonuAdapterReplicas: 1
776 onosReplicas: 1
777 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700778 kafkaReplicas: 1
779 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700780 extraHelmFlags: ''
781 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200782 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200783 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700784 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800785 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800786 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700787 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700788 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700789 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700790 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700791
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700792 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200793
Matteo Scandolo51b76302020-02-05 12:07:23 -0800794 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800795 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800796
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700797 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700798
Matteo Scandolo849db722020-10-21 10:58:41 -0700799 triggers:
800 - gerrit:
801 server-name: '{gerrit-server-name}'
802 silent-start: false
803 successful-message: "PASSED scale test"
804 failure-message: "FAILED scale test"
805 unstable-message: "UNSTABLE scale test"
806 trigger-on:
807 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700808 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700809 projects:
810 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700811 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700812 branches:
813 - branch-compare-type: REG_EXP
814 branch-pattern: '{all-branches-regexp}'