blob: 34d041d8fe7bc27e6816499acd523fe223b3477e [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandolo8df57162020-10-06 14:43:53 -070012 # this job will be used to test custom images without disrupting tests on master
13 - 'voltha-scale-measurements':
14 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobb31fc72021-03-16 17:09:46 -070015 build-node: 'voltha-scale-1'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080016 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080017 # trigger on Feb 29th (a.k.a only trigger it manually)
18 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010019 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070020 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070021 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070022 onus: 32
23 withFlows: true
24 provisionSubscribers: true
25 withEapol: true
26 withDhcp: true
27 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070028 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080029 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000030
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080031 - 'voltha-scale-measurements':
32 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080033 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020034 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandoloac5ff3f2021-06-01 17:05:41 -070035 'disable-job': false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080036 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080037 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080038 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080039 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080041 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070042 pons: 16
43 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080044 withFlows: true
45 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080046 workflow: dt
47 withEapol: false
48 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049 withIgmp: false
Matteo Scandolo529e8822021-07-21 10:20:18 -070050 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080051
Matteo Scandolofebf6512021-03-02 11:37:37 -080052 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070053 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080055 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080056 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070057 time-trigger: "H H/4 * * *"
58 olts: 2
59 pons: 16
60 onus: 32
61 withFlows: true
62 provisionSubscribers: true
63 withEapol: true
64 withDhcp: true
65 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070066 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070067
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070068 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000069 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000070 'disable-job': false
71 build-node: 'voltha-scale-1'
72 time-trigger: "H H/12 * * *"
73 olts: 2
74 pons: 16
75 onus: 32
76 withOnuUpgrade: true
77 withFlows: true
78 provisionSubscribers: false
79 withEapol: false
80 withDhcp: false
81 withIgmp: false
Hardik Windlassddaf7be2022-02-01 17:54:20 +000082 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=3s'
Hardik Windlass4a76e092022-01-28 11:51:55 +000083
84 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070085 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080086 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080087 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070088 time-trigger: "H H/4 * * *"
89 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 workflow: dt
95 withEapol: false
96 withDhcp: false
97 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070098 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 -070099
100 - 'voltha-scale-measurements':
101 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800102 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800103 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700104 time-trigger: "H H/4 * * *"
105 olts: 2
106 pons: 16
107 onus: 32
108 withFlows: true
109 provisionSubscribers: true
110 workflow: tt
111 withEapol: false
112 withDhcp: true
113 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700114 onosReplicas: 3
115 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800116 extraHelmFlags: >
117 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
118 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
119 onosStatInterval: 30
120 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700121
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100122 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100123 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100124 'disable-job': false
125 build-node: 'voltha-scale-1'
126 time-trigger: "H H/4 * * *"
127 olts: 2
128 pons: 16
129 onus: 32
130 withFlows: true
131 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100132 workflow: tt
133 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100134 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100135 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100136 withMaclearning: true
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100137 onosReplicas: 3
138 atomixReplicas: 3
139 extraHelmFlags: >
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100140 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values-tt.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100141 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100142 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100143
144
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100145 # 4k ONTs jobs
146 - 'voltha-scale-measurements':
147 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
148 'disable-job': false
149 build-node: 'voltha-scale-1'
150 time-trigger: "H H/4 * * *"
151 olts: 2
152 pons: 64
153 onus: 32
154 withFlows: true
155 provisionSubscribers: true
156 workflow: dt
157 withEapol: false
158 withDhcp: false
159 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100160 onosImg: andreacampanella/voltha-onos:4k-dev
161 withMibTemplate: false
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100162 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
163
Andrea Campanella518e6672022-01-17 11:42:53 +0100164 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100165 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Matteo Scandoloe7692012022-02-01 11:53:45 -0800166 'disable-job': false
Andrea Campanella518e6672022-01-17 11:42:53 +0100167 build-node: 'voltha-scale-1'
168 time-trigger: "H H/4 * * *"
169 olts: 1
170 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100171 onus: 63
Andrea Campanella518e6672022-01-17 11:42:53 +0100172 withFlows: true
173 provisionSubscribers: true
174 workflow: dt
175 withEapol: false
176 withDhcp: false
177 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100178 onosImg: andreacampanella/voltha-onos:4k-dev
179 withMibTemplate: false
Andrea Campanella4c2f1522022-01-19 19:10:03 +0100180 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100181
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800182 # multi-stack jobs
183 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800184 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
185 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200186 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800187 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800188 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800189 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800190 onosReplicas: 1
191 atomixReplicas: 0
192 kafkaReplicas: 1
193 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800194 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800195 olts: 2
196 pons: 16
197 onus: 32
198 withFlows: true
199 provisionSubscribers: true
200 workflow: att
201 withEapol: true
202 withDhcp: true
203 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800204 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800205
206 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800207 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
208 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200209 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800210 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800211 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800212 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800213 onosReplicas: 1
214 atomixReplicas: 0
215 kafkaReplicas: 1
216 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800217 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800218 olts: 2
219 pons: 16
220 onus: 32
221 withFlows: true
222 provisionSubscribers: true
223 workflow: dt
224 withEapol: false
225 withDhcp: false
226 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800227 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228
229 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800230 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
231 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200232 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800233 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800234 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800235 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800236 onosReplicas: 1
237 atomixReplicas: 0
238 kafkaReplicas: 1
239 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800240 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800241 olts: 2
242 pons: 16
243 onus: 32
244 withFlows: true
245 provisionSubscribers: true
246 workflow: tt
247 withEapol: false
248 withDhcp: true
249 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800250 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800251
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000252 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700253 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000254 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800255 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000256 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800257 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700258 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700259 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700260 pons: 16
261 onus: 32
262 withFlows: true
263 provisionSubscribers: true
264 withEapol: true
265 withDhcp: true
266 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000267 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100268 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200269 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700270 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700271 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700272 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700273 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800274 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200275 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700276 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 -0700277
278 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000279 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800280 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000281 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800282 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700283 time-trigger: "H H/4 * * *"
284 olts: 2
285 pons: 16
286 onus: 32
287 withFlows: true
288 provisionSubscribers: true
289 workflow: dt
290 withEapol: false
291 withDhcp: false
292 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000293 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100294 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200295 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700296 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700297 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700298 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700299 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800300 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100301 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700302 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 -0700303
Matteo Scandolo031bd982020-09-16 10:03:47 -0700304 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000305 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800306 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000307 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800308 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700309 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700310 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700311 pons: 16
312 onus: 32
313 withFlows: true
314 provisionSubscribers: true
315 workflow: tt
316 withEapol: false
317 withDhcp: true
318 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000319 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100320 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200321 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700322 rwCoreImg: ''
323 ofAgentImg: ''
324 openoltAdapterImg: ''
325 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800326 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700327 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700328 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 -0700329
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700330 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100331 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700332 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100333 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700334 'disable-job': false
335 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100336 time-trigger: "H H/4 * * *"
337 withMonitoring: false
338 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800339 onosReplicas: 1
340 atomixReplicas: 0
341 kafkaReplicas: 1
342 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100343 volthaStacks: 10
344 olts: 2
345 pons: 16
346 onus: 32
347 withFlows: true
348 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700349 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100350 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100351 workflow: att
352 withEapol: true
353 withDhcp: true
354 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800355 bbsimImg: ''
356 rwCoreImg: ''
357 ofAgentImg: ''
358 openoltAdapterImg: ''
359 openonuAdapterImg: ''
360 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100361 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700362 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100363
364 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700365 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100366 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700367 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
368 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100369 time-trigger: "H H/4 * * *"
370 withMonitoring: false
371 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800372 onosReplicas: 1
373 atomixReplicas: 0
374 kafkaReplicas: 1
375 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100376 volthaStacks: 10
377 olts: 2
378 pons: 16
379 onus: 32
380 withFlows: true
381 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700382 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100383 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100384 workflow: dt
385 withEapol: false
386 withDhcp: false
387 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800388 bbsimImg: ''
389 rwCoreImg: ''
390 ofAgentImg: ''
391 openoltAdapterImg: ''
392 openonuAdapterImg: ''
393 openonuAdapterGoImg: ''
394 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700395 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100396
397 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700398 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100399 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700400 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
401 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100402 time-trigger: "H H/4 * * *"
403 withMonitoring: false
404 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800405 onosReplicas: 1
406 atomixReplicas: 0
407 kafkaReplicas: 1
408 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100409 volthaStacks: 10
410 olts: 2
411 pons: 16
412 onus: 32
413 withFlows: true
414 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700415 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100416 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100417 workflow: tt
418 withEapol: false
419 withDhcp: true
420 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800421 bbsimImg: ''
422 rwCoreImg: ''
423 ofAgentImg: ''
424 openoltAdapterImg: ''
425 openonuAdapterImg: ''
426 openonuAdapterGoImg: ''
427 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700428 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100429
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700430 # per patchset job
431 - 'voltha-scale-measurements':
432 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800433 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700434 olts: 1
435 pons: 16
436 onus: 32
437 withFlows: true
438 provisionSubscribers: true
439 withEapol: true
440 withDhcp: true
441 withIgmp: false
442 withMonitoring: false
443 trigger-comment: "voltha scale test ATT"
444
445 - 'voltha-scale-measurements':
446 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800447 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700448 olts: 1
449 pons: 16
450 onus: 32
451 withFlows: true
452 provisionSubscribers: true
453 workflow: tt
454 withEapol: false
455 withDhcp: true
456 withIgmp: true
457 withMonitoring: false
458 trigger-comment: "voltha scale test TT"
459
460 - 'voltha-scale-measurements':
461 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800462 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700463 olts: 1
464 pons: 16
465 onus: 32
466 withFlows: true
467 provisionSubscribers: true
468 workflow: dt
469 withEapol: false
470 withDhcp: false
471 withIgmp: false
472 withMonitoring: false
473 trigger-comment: "voltha scale test DT"
474
Matteo Scandolo272aed42020-05-08 15:05:57 -0700475 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700476 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700477 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700478 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700479
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700480
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700481# list of parameters for the VOLTHA Jobs,
482# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700483# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700484- voltha-scale-job-parameters: &voltha-scale-job-parameters
485 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700486 parameters:
487 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800488 name: pipeline-script
489 default: '{pipeline-script}'
490 description: 'The pipeline script to use'
491
492 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700493 name: release
494 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700495 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 -0700496
497 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700498 name: buildNode
499 default: '{build-node}'
500 description: 'Name of the Jenkins node to run the job on'
501
502 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700503 name: dockerRegistry
504 default: '{dockerRegistry}'
505 description: 'Address of the docker registry to use if we are building custom images'
506
507 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700508 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700509 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700510 description: 'Log level for all the components'
511
512 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800513 name: volthaStacks
514 default: '{volthaStacks}'
515 description: 'Number of VOLTHA Stacks to deploy'
516
517 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700518 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700519 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700520 description: 'Number of ONUs to provision'
521
522 - string:
523 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700524 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 description: 'Number of PONs to provision'
526
527 - string:
528 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700529 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 description: 'How many BBSim instances to run'
531
532 - string:
533 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700534 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 description: 'Which workflow are we testing (att, dt, tt)'
536
537 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000538 name: withOnuUpgrade
539 default: '{withOnuUpgrade}'
540 description: 'Whether to run the ONU Upgrade test'
541
542 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700543 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700544 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000545 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700546
547 - bool:
548 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700549 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000550 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700551
552 - bool:
553 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700554 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000555 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700556
557 - bool:
558 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700559 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000560 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700561
562 - bool:
563 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700564 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000565 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700566
567 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100568 name: withMaclearning
569 default: '{withMaclearning}'
570 description: 'Whether mac learning is enabled for the test'
571
572 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700574 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000575 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700576
577 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700578 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700579 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700580 description: 'Option to install Prometheus'
581
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700582 - bool:
583 name: withProfiling
584 default: '{withProfiling}'
585 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
586
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700587 - bool:
588 name: withPcap
589 default: '{withPcap}'
590 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
591
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700592 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700593 name: withRadius
594 default: '{withRadius}'
595 description: 'Value to pass to kind-voltha WITH_RADIUS'
596
597 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700598 name: extraHelmFlags
599 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700600 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 -0700601
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 - string:
603 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700604 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700605 description: 'How many OpenONU adapter instances to run'
606
607 - string:
608 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700609 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700610 description: 'How many ONOSes instances to run'
611
612 - string:
613 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700614 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700615 description: 'How many Atomix instances to run'
616
617 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700618 name: kafkaReplicas
619 default: '{kafkaReplicas}'
620 description: 'How many Kafka instances to run'
621
622 - string:
623 name: etcdReplicas
624 default: '{etcdReplicas}'
625 description: 'How many ETCD instances to run'
626
627 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700628 name: onosStatInterval
629 default: '{onosStatInterval}'
630 description: 'How often ONOS should poll for ports, flows and meters'
631
632 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200633 name: onosGroupInterval
634 default: '{onosGroupInterval}'
635 description: 'How often ONOS should poll for groups'
636
637 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200638 name: flowObjWorkerThreads
639 default: '{flowObjWorkerThreads}'
640 description: 'How many threads are used by the FlowObjectiveManager worker pool'
641
642 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700643 name: bbsimImg
644 default: '{bbsimImg}'
645 description: 'Custom image selection for BBSIM (repo:tag)'
646
647 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700648 name: rwCoreImg
649 default: '{rwCoreImg}'
650 description: 'Custom image selection for VOLTHA (repo:tag)'
651
652 - string:
653 name: ofAgentImg
654 default: '{ofAgentImg}'
655 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
656
657 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700658 name: openoltAdapterImg
659 default: '{openoltAdapterImg}'
660 description: 'Custom image selection for Openolt Adapter (repo:tag)'
661
662 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700663 name: openonuAdapterImg
664 default: '{openonuAdapterImg}'
665 description: 'Custom image selection for Openonu Adapter (repo:tag)'
666
667 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100668 name: openonuAdapterGoImg
669 default: '{openonuAdapterGoImg}'
670 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
671
672 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700673 name: onosImg
674 default: '{onosImg}'
675 description: 'Custom image selection for Openonu Adapter (repo:tag)'
676
677 - string:
678 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700679 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700680 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
681
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700682 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800683 name: volthaHelmChartsChange
684 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700685 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 -0700686
Matteo Scandoloccc06192020-06-22 10:16:17 -0700687 - bool:
688 name: inMemoryEtcdStorage
689 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700690 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700691
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200692 - string:
693 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700694 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200695 description: 'Karaf home'
696
Matteo Scandolo001003e2021-02-03 15:39:26 -0800697 # remove once voltha-2.6 is deprecated
698 - string:
699 name: kindVolthaChange
700 default: '{kindVolthaChange}'
701 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 -0800702 - bool:
703 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100704 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800705
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700706- job-template:
707 id: 'voltha-scale-measurements'
708 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700709 disabled: '{disable-job}'
710
711 description: |
712 <!-- Managed by Jenkins Job Builder -->
713 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
714 Using pipeline {pipeline-script} <br/><br/>
715 Scale measurements for VOLTHA 2.x
716
717 properties:
718 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800719 build-days-to-keep: '{big-build-days-to-keep}'
720 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700721
722 wrappers:
723 - lf-infra-wrappers:
724 build-timeout: '{build-timeout}'
725 jenkins-ssh-credential: '{jenkins-ssh-credential}'
726
727 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800728 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700729 release: master
730
731 bbsimImg: voltha/bbsim:master
732 rwCoreImg: voltha/voltha-rw-core:master
733 ofAgentImg: voltha/voltha-ofagent-go:master
734 openoltAdapterImg: voltha/voltha-openolt-adapter:master
735 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100736 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700737 onosImg: voltha/voltha-onos:master
738
739 bbsimChart: onf/bbsim
740 volthaChart: onf/voltha
741 openoltAdapterChart: onf/voltha-adapter-openolt
742 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700743 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700744 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700745
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800746 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700747 olts: 2
748 pons: 2
749 onus: 2
750 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000751 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700752 withFlows: false
753 provisionSubscribers: false
754 withEapol: true
755 withDhcp: true
756 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100757 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700758 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700759 withMonitoring: true
760 withProfiling: false
761 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700762 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100763 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700764 onosReplicas: 3
765 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700766 kafkaReplicas: 3
767 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700768 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800769 onosStatInterval: 10
770 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200771 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700772 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800773 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800774 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700775 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100776 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100777 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700778 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700779 dockerRegistry: 10.90.0.101:30500
780 trigger-comment: vv7CBoQQYYonvaN8xcru
781 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700782
783 <<: *voltha-scale-job-parameters
784
Matteo Scandolo272aed42020-05-08 15:05:57 -0700785 project-type: pipeline
786 concurrent: false
787
788 dsl: !include-raw-escape: pipeline/{pipeline-script}
789
Matteo Scandoloabb83972020-06-25 16:08:23 -0700790 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700791 # periodic jobs will set this every 4 hours
792 # 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 -0700793 - timed: |
794 TZ=America/Los_Angeles
795 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700796 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
797 # patchset jobs will set this to a meaningful comment
798 - gerrit:
799 server-name: '{gerrit-server-name}'
800 silent-start: false
801 successful-message: "PASSED scale test"
802 failure-message: "FAILED scale test"
803 unstable-message: "UNSTABLE scale test"
804 trigger-on:
805 - comment-added-contains-event:
806 comment-contains-value: '.*{trigger-comment}.*'
807 projects:
808 - project-compare-type: REG_EXP
809 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
810 branches:
811 - branch-compare-type: REG_EXP
812 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700813
814- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700815 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800816 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800817
818 description: |
819 <!-- Managed by Jenkins Job Builder -->
820 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
821 Using pipeline {pipeline-script} <br/><br/>
822 Scale measurements for VOLTHA 2.x
823
824 properties:
825 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800826 build-days-to-keep: '{big-build-days-to-keep}'
827 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800828
829 wrappers:
830 - lf-infra-wrappers:
831 build-timeout: '{build-timeout}'
832 jenkins-ssh-credential: '{jenkins-ssh-credential}'
833
Matteo Scandolo0430f672020-05-07 11:50:26 -0700834 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800835 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700836 release: master
837
Matteo Scandolo0430f672020-05-07 11:50:26 -0700838 bbsimImg: voltha/bbsim:master
839 rwCoreImg: voltha/voltha-rw-core:master
840 ofAgentImg: voltha/voltha-ofagent-go:master
841 openoltAdapterImg: voltha/voltha-openolt-adapter:master
842 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100843 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700844 onosImg: voltha/voltha-onos:master
845
846 bbsimChart: onf/bbsim
847 volthaChart: onf/voltha
848 openoltAdapterChart: onf/voltha-adapter-openolt
849 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700850 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700851 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700852
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800853 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700854 olts: 2
855 pons: 2
856 onus: 2
857 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000858 withOnuUpgrade: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700859 withFlows: true
860 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700861 withEapol: true
862 withDhcp: true
863 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100864 withMaclearning: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700865 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700866 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700867 withProfiling: false
868 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700869 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700870 openonuAdapterReplicas: 1
871 onosReplicas: 1
872 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700873 kafkaReplicas: 1
874 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700875 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800876 onosStatInterval: 10
877 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200878 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700879 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800880 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800881 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700882 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100883 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100884 karafHome: 'apache-karaf-4.2.14'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700885 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700886 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700887
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700888 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200889
Matteo Scandolo51b76302020-02-05 12:07:23 -0800890 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800891 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800892
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700893 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700894
Matteo Scandolo849db722020-10-21 10:58:41 -0700895 triggers:
896 - gerrit:
897 server-name: '{gerrit-server-name}'
898 silent-start: false
899 successful-message: "PASSED scale test"
900 failure-message: "FAILED scale test"
901 unstable-message: "UNSTABLE scale test"
902 trigger-on:
903 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700904 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700905 projects:
906 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700907 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700908 branches:
909 - branch-compare-type: REG_EXP
910 branch-pattern: '{all-branches-regexp}'