blob: 4439528ab401e4897b026d86a4c9aa161140e3bb [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':
123 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-maclearner'
124 '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
132 withEapol: true
133 withDhcp: true
134 withIgmp: false
135 onosReplicas: 3
136 atomixReplicas: 3
137 extraHelmFlags: >
138 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
139 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
140
141
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100142 # 4k ONTs jobs
143 - 'voltha-scale-measurements':
144 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
145 'disable-job': false
146 build-node: 'voltha-scale-1'
147 time-trigger: "H H/4 * * *"
148 olts: 2
149 pons: 64
150 onus: 32
151 withFlows: true
152 provisionSubscribers: true
153 workflow: dt
154 withEapol: false
155 withDhcp: false
156 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100157 onosImg: andreacampanella/voltha-onos:4k-dev
158 withMibTemplate: false
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100159 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
160
Andrea Campanella518e6672022-01-17 11:42:53 +0100161 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100162 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Matteo Scandoloe7692012022-02-01 11:53:45 -0800163 'disable-job': false
Andrea Campanella518e6672022-01-17 11:42:53 +0100164 build-node: 'voltha-scale-1'
165 time-trigger: "H H/4 * * *"
166 olts: 1
167 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100168 onus: 63
Andrea Campanella518e6672022-01-17 11:42:53 +0100169 withFlows: true
170 provisionSubscribers: true
171 workflow: dt
172 withEapol: false
173 withDhcp: false
174 withIgmp: false
Matteo Scandolo4c0e0f12022-01-24 18:15:03 -0800175 onosImg: matteoscandolo/voltha-onos:oltapp
Andrea Campanella4c2f1522022-01-19 19:10:03 +0100176 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 +0100177
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800178 # multi-stack jobs
179 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800180 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
181 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200182 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800183 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800184 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800185 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800186 onosReplicas: 1
187 atomixReplicas: 0
188 kafkaReplicas: 1
189 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800190 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800191 olts: 2
192 pons: 16
193 onus: 32
194 withFlows: true
195 provisionSubscribers: true
196 workflow: att
197 withEapol: true
198 withDhcp: true
199 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800200 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800201
202 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800203 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
204 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200205 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800206 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800207 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800208 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800209 onosReplicas: 1
210 atomixReplicas: 0
211 kafkaReplicas: 1
212 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800213 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800214 olts: 2
215 pons: 16
216 onus: 32
217 withFlows: true
218 provisionSubscribers: true
219 workflow: dt
220 withEapol: false
221 withDhcp: false
222 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800223 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800224
225 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800226 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
227 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200228 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800229 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800230 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800231 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800232 onosReplicas: 1
233 atomixReplicas: 0
234 kafkaReplicas: 1
235 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800236 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800237 olts: 2
238 pons: 16
239 onus: 32
240 withFlows: true
241 provisionSubscribers: true
242 workflow: tt
243 withEapol: false
244 withDhcp: true
245 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800246 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800247
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000248 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700249 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000250 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800251 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000252 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800253 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700254 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700255 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700256 pons: 16
257 onus: 32
258 withFlows: true
259 provisionSubscribers: true
260 withEapol: true
261 withDhcp: true
262 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000263 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100264 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200265 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700266 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700267 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700268 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700269 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800270 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200271 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700272 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 -0700273
274 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000275 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800276 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000277 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800278 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700279 time-trigger: "H H/4 * * *"
280 olts: 2
281 pons: 16
282 onus: 32
283 withFlows: true
284 provisionSubscribers: true
285 workflow: dt
286 withEapol: false
287 withDhcp: false
288 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000289 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100290 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200291 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700292 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700293 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700294 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700295 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800296 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100297 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700298 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 -0700299
Matteo Scandolo031bd982020-09-16 10:03:47 -0700300 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000301 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800302 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000303 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800304 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700305 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700306 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700307 pons: 16
308 onus: 32
309 withFlows: true
310 provisionSubscribers: true
311 workflow: tt
312 withEapol: false
313 withDhcp: true
314 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000315 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100316 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200317 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700318 rwCoreImg: ''
319 ofAgentImg: ''
320 openoltAdapterImg: ''
321 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800322 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700323 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700324 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 -0700325
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700326 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100327 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700328 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100329 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700330 'disable-job': false
331 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100332 time-trigger: "H H/4 * * *"
333 withMonitoring: false
334 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800335 onosReplicas: 1
336 atomixReplicas: 0
337 kafkaReplicas: 1
338 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100339 volthaStacks: 10
340 olts: 2
341 pons: 16
342 onus: 32
343 withFlows: true
344 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700345 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100346 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100347 workflow: att
348 withEapol: true
349 withDhcp: true
350 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800351 bbsimImg: ''
352 rwCoreImg: ''
353 ofAgentImg: ''
354 openoltAdapterImg: ''
355 openonuAdapterImg: ''
356 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100357 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700358 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100359
360 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700361 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100362 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700363 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
364 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100365 time-trigger: "H H/4 * * *"
366 withMonitoring: false
367 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800368 onosReplicas: 1
369 atomixReplicas: 0
370 kafkaReplicas: 1
371 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100372 volthaStacks: 10
373 olts: 2
374 pons: 16
375 onus: 32
376 withFlows: true
377 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700378 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100379 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100380 workflow: dt
381 withEapol: false
382 withDhcp: false
383 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800384 bbsimImg: ''
385 rwCoreImg: ''
386 ofAgentImg: ''
387 openoltAdapterImg: ''
388 openonuAdapterImg: ''
389 openonuAdapterGoImg: ''
390 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700391 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100392
393 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700394 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100395 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700396 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
397 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100398 time-trigger: "H H/4 * * *"
399 withMonitoring: false
400 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800401 onosReplicas: 1
402 atomixReplicas: 0
403 kafkaReplicas: 1
404 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100405 volthaStacks: 10
406 olts: 2
407 pons: 16
408 onus: 32
409 withFlows: true
410 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700411 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100412 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100413 workflow: tt
414 withEapol: false
415 withDhcp: true
416 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800417 bbsimImg: ''
418 rwCoreImg: ''
419 ofAgentImg: ''
420 openoltAdapterImg: ''
421 openonuAdapterImg: ''
422 openonuAdapterGoImg: ''
423 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700424 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100425
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700426 # per patchset job
427 - 'voltha-scale-measurements':
428 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800429 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700430 olts: 1
431 pons: 16
432 onus: 32
433 withFlows: true
434 provisionSubscribers: true
435 withEapol: true
436 withDhcp: true
437 withIgmp: false
438 withMonitoring: false
439 trigger-comment: "voltha scale test ATT"
440
441 - 'voltha-scale-measurements':
442 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800443 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700444 olts: 1
445 pons: 16
446 onus: 32
447 withFlows: true
448 provisionSubscribers: true
449 workflow: tt
450 withEapol: false
451 withDhcp: true
452 withIgmp: true
453 withMonitoring: false
454 trigger-comment: "voltha scale test TT"
455
456 - 'voltha-scale-measurements':
457 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800458 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700459 olts: 1
460 pons: 16
461 onus: 32
462 withFlows: true
463 provisionSubscribers: true
464 workflow: dt
465 withEapol: false
466 withDhcp: false
467 withIgmp: false
468 withMonitoring: false
469 trigger-comment: "voltha scale test DT"
470
Matteo Scandolo272aed42020-05-08 15:05:57 -0700471 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700472 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700473 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700474 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700475
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700476
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700477# list of parameters for the VOLTHA Jobs,
478# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700479# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700480- voltha-scale-job-parameters: &voltha-scale-job-parameters
481 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700482 parameters:
483 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800484 name: pipeline-script
485 default: '{pipeline-script}'
486 description: 'The pipeline script to use'
487
488 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700489 name: release
490 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700491 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 -0700492
493 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700494 name: buildNode
495 default: '{build-node}'
496 description: 'Name of the Jenkins node to run the job on'
497
498 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700499 name: dockerRegistry
500 default: '{dockerRegistry}'
501 description: 'Address of the docker registry to use if we are building custom images'
502
503 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700504 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700505 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700506 description: 'Log level for all the components'
507
508 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800509 name: volthaStacks
510 default: '{volthaStacks}'
511 description: 'Number of VOLTHA Stacks to deploy'
512
513 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700514 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700515 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700516 description: 'Number of ONUs to provision'
517
518 - string:
519 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700520 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700521 description: 'Number of PONs to provision'
522
523 - string:
524 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700525 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700526 description: 'How many BBSim instances to run'
527
528 - string:
529 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700530 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700531 description: 'Which workflow are we testing (att, dt, tt)'
532
533 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000534 name: withOnuUpgrade
535 default: '{withOnuUpgrade}'
536 description: 'Whether to run the ONU Upgrade test'
537
538 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700539 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700540 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000541 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700542
543 - bool:
544 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700545 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000546 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700547
548 - bool:
549 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700550 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000551 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700552
553 - bool:
554 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700555 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000556 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700557
558 - bool:
559 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700560 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000561 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700562
563 - bool:
564 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700565 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000566 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700567
568 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700569 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700570 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700571 description: 'Option to install Prometheus'
572
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700573 - bool:
574 name: withProfiling
575 default: '{withProfiling}'
576 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
577
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700578 - bool:
579 name: withPcap
580 default: '{withPcap}'
581 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
582
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700583 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700584 name: withRadius
585 default: '{withRadius}'
586 description: 'Value to pass to kind-voltha WITH_RADIUS'
587
588 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700589 name: extraHelmFlags
590 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700591 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 -0700592
Matteo Scandolo272aed42020-05-08 15:05:57 -0700593 - string:
594 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700595 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700596 description: 'How many OpenONU adapter instances to run'
597
598 - string:
599 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700600 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700601 description: 'How many ONOSes instances to run'
602
603 - string:
604 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700605 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700606 description: 'How many Atomix instances to run'
607
608 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700609 name: kafkaReplicas
610 default: '{kafkaReplicas}'
611 description: 'How many Kafka instances to run'
612
613 - string:
614 name: etcdReplicas
615 default: '{etcdReplicas}'
616 description: 'How many ETCD instances to run'
617
618 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700619 name: onosStatInterval
620 default: '{onosStatInterval}'
621 description: 'How often ONOS should poll for ports, flows and meters'
622
623 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200624 name: onosGroupInterval
625 default: '{onosGroupInterval}'
626 description: 'How often ONOS should poll for groups'
627
628 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200629 name: flowObjWorkerThreads
630 default: '{flowObjWorkerThreads}'
631 description: 'How many threads are used by the FlowObjectiveManager worker pool'
632
633 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700634 name: bbsimImg
635 default: '{bbsimImg}'
636 description: 'Custom image selection for BBSIM (repo:tag)'
637
638 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700639 name: rwCoreImg
640 default: '{rwCoreImg}'
641 description: 'Custom image selection for VOLTHA (repo:tag)'
642
643 - string:
644 name: ofAgentImg
645 default: '{ofAgentImg}'
646 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
647
648 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700649 name: openoltAdapterImg
650 default: '{openoltAdapterImg}'
651 description: 'Custom image selection for Openolt Adapter (repo:tag)'
652
653 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700654 name: openonuAdapterImg
655 default: '{openonuAdapterImg}'
656 description: 'Custom image selection for Openonu Adapter (repo:tag)'
657
658 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100659 name: openonuAdapterGoImg
660 default: '{openonuAdapterGoImg}'
661 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
662
663 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700664 name: onosImg
665 default: '{onosImg}'
666 description: 'Custom image selection for Openonu Adapter (repo:tag)'
667
668 - string:
669 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700670 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700671 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
672
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700673 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800674 name: volthaHelmChartsChange
675 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700676 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 -0700677
Matteo Scandoloccc06192020-06-22 10:16:17 -0700678 - bool:
679 name: inMemoryEtcdStorage
680 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700681 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700682
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200683 - string:
684 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700685 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200686 description: 'Karaf home'
687
Matteo Scandolo001003e2021-02-03 15:39:26 -0800688 # remove once voltha-2.6 is deprecated
689 - string:
690 name: kindVolthaChange
691 default: '{kindVolthaChange}'
692 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 -0800693 - bool:
694 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100695 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800696
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700697- job-template:
698 id: 'voltha-scale-measurements'
699 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700700 disabled: '{disable-job}'
701
702 description: |
703 <!-- Managed by Jenkins Job Builder -->
704 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
705 Using pipeline {pipeline-script} <br/><br/>
706 Scale measurements for VOLTHA 2.x
707
708 properties:
709 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800710 build-days-to-keep: '{big-build-days-to-keep}'
711 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700712
713 wrappers:
714 - lf-infra-wrappers:
715 build-timeout: '{build-timeout}'
716 jenkins-ssh-credential: '{jenkins-ssh-credential}'
717
718 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800719 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700720 release: master
721
722 bbsimImg: voltha/bbsim:master
723 rwCoreImg: voltha/voltha-rw-core:master
724 ofAgentImg: voltha/voltha-ofagent-go:master
725 openoltAdapterImg: voltha/voltha-openolt-adapter:master
726 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100727 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700728 onosImg: voltha/voltha-onos:master
729
730 bbsimChart: onf/bbsim
731 volthaChart: onf/voltha
732 openoltAdapterChart: onf/voltha-adapter-openolt
733 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700734 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700735 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700736
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800737 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700738 olts: 2
739 pons: 2
740 onus: 2
741 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000742 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700743 withFlows: false
744 provisionSubscribers: false
745 withEapol: true
746 withDhcp: true
747 withIgmp: false
748 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700749 withMonitoring: true
750 withProfiling: false
751 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700752 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100753 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700754 onosReplicas: 3
755 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700756 kafkaReplicas: 3
757 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700758 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800759 onosStatInterval: 10
760 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200761 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700762 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800763 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800764 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700765 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100766 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100767 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700768 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700769 dockerRegistry: 10.90.0.101:30500
770 trigger-comment: vv7CBoQQYYonvaN8xcru
771 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700772
773 <<: *voltha-scale-job-parameters
774
Matteo Scandolo272aed42020-05-08 15:05:57 -0700775 project-type: pipeline
776 concurrent: false
777
778 dsl: !include-raw-escape: pipeline/{pipeline-script}
779
Matteo Scandoloabb83972020-06-25 16:08:23 -0700780 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700781 # periodic jobs will set this every 4 hours
782 # 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 -0700783 - timed: |
784 TZ=America/Los_Angeles
785 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700786 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
787 # patchset jobs will set this to a meaningful comment
788 - gerrit:
789 server-name: '{gerrit-server-name}'
790 silent-start: false
791 successful-message: "PASSED scale test"
792 failure-message: "FAILED scale test"
793 unstable-message: "UNSTABLE scale test"
794 trigger-on:
795 - comment-added-contains-event:
796 comment-contains-value: '.*{trigger-comment}.*'
797 projects:
798 - project-compare-type: REG_EXP
799 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
800 branches:
801 - branch-compare-type: REG_EXP
802 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700803
804- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700805 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800806 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800807
808 description: |
809 <!-- Managed by Jenkins Job Builder -->
810 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
811 Using pipeline {pipeline-script} <br/><br/>
812 Scale measurements for VOLTHA 2.x
813
814 properties:
815 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800816 build-days-to-keep: '{big-build-days-to-keep}'
817 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800818
819 wrappers:
820 - lf-infra-wrappers:
821 build-timeout: '{build-timeout}'
822 jenkins-ssh-credential: '{jenkins-ssh-credential}'
823
Matteo Scandolo0430f672020-05-07 11:50:26 -0700824 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800825 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700826 release: master
827
Matteo Scandolo0430f672020-05-07 11:50:26 -0700828 bbsimImg: voltha/bbsim:master
829 rwCoreImg: voltha/voltha-rw-core:master
830 ofAgentImg: voltha/voltha-ofagent-go:master
831 openoltAdapterImg: voltha/voltha-openolt-adapter:master
832 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100833 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700834 onosImg: voltha/voltha-onos:master
835
836 bbsimChart: onf/bbsim
837 volthaChart: onf/voltha
838 openoltAdapterChart: onf/voltha-adapter-openolt
839 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700840 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700841 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700842
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800843 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700844 olts: 2
845 pons: 2
846 onus: 2
847 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000848 withOnuUpgrade: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700849 withFlows: true
850 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700851 withEapol: true
852 withDhcp: true
853 withIgmp: false
854 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700855 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700856 withProfiling: false
857 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700858 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700859 openonuAdapterReplicas: 1
860 onosReplicas: 1
861 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700862 kafkaReplicas: 1
863 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700864 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800865 onosStatInterval: 10
866 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200867 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700868 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800869 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800870 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700871 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100872 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100873 karafHome: 'apache-karaf-4.2.14'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700874 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700875 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700876
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700877 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200878
Matteo Scandolo51b76302020-02-05 12:07:23 -0800879 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800880 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800881
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700882 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700883
Matteo Scandolo849db722020-10-21 10:58:41 -0700884 triggers:
885 - gerrit:
886 server-name: '{gerrit-server-name}'
887 silent-start: false
888 successful-message: "PASSED scale test"
889 failure-message: "FAILED scale test"
890 unstable-message: "UNSTABLE scale test"
891 trigger-on:
892 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700893 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700894 projects:
895 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700896 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700897 branches:
898 - branch-compare-type: REG_EXP
899 branch-pattern: '{all-branches-regexp}'