blob: 93ceb4e0e291c559fde559fec89675507f1da0fc [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':
Matteo Scandolod43064b2020-07-13 17:18:45 -070069 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080070 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080071 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070072 time-trigger: "H H/4 * * *"
73 olts: 2
74 pons: 16
75 onus: 32
76 withFlows: true
77 provisionSubscribers: true
78 workflow: dt
79 withEapol: false
80 withDhcp: false
81 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070082 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 -070083
84 - 'voltha-scale-measurements':
85 name: 'voltha-scale-measurements-master-2-16-32-tt-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 Scandolo86939302020-10-30 13:32:08 -070088 time-trigger: "H H/4 * * *"
89 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 workflow: tt
95 withEapol: false
96 withDhcp: true
97 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -070098 onosReplicas: 3
99 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800100 extraHelmFlags: >
101 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
102 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
103 onosStatInterval: 30
104 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700105
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100106 - 'voltha-scale-measurements':
107 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-maclearner'
108 'disable-job': false
109 build-node: 'voltha-scale-1'
110 time-trigger: "H H/4 * * *"
111 olts: 2
112 pons: 16
113 onus: 32
114 withFlows: true
115 provisionSubscribers: true
116 withEapol: true
117 withDhcp: true
118 withIgmp: false
119 onosReplicas: 3
120 atomixReplicas: 3
121 extraHelmFlags: >
122 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
123 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
124
125
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100126 # 4k ONTs jobs
127 - 'voltha-scale-measurements':
128 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
129 'disable-job': false
130 build-node: 'voltha-scale-1'
131 time-trigger: "H H/4 * * *"
132 olts: 2
133 pons: 64
134 onus: 32
135 withFlows: true
136 provisionSubscribers: true
137 workflow: dt
138 withEapol: false
139 withDhcp: false
140 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100141 onosImg: andreacampanella/voltha-onos:4k-dev
142 withMibTemplate: false
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100143 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
144
Andrea Campanella518e6672022-01-17 11:42:53 +0100145 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100146 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100147 'disable-job': false
148 build-node: 'voltha-scale-1'
149 time-trigger: "H H/4 * * *"
150 olts: 1
151 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100152 onus: 63
Andrea Campanella518e6672022-01-17 11:42:53 +0100153 withFlows: true
154 provisionSubscribers: true
155 workflow: dt
156 withEapol: false
157 withDhcp: false
158 withIgmp: false
Matteo Scandolo4c0e0f12022-01-24 18:15:03 -0800159 onosImg: matteoscandolo/voltha-onos:oltapp
Andrea Campanella4c2f1522022-01-19 19:10:03 +0100160 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 +0100161
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800162 # multi-stack jobs
163 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800164 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
165 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200166 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800167 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800168 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800169 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800170 onosReplicas: 1
171 atomixReplicas: 0
172 kafkaReplicas: 1
173 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800174 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800175 olts: 2
176 pons: 16
177 onus: 32
178 withFlows: true
179 provisionSubscribers: true
180 workflow: att
181 withEapol: true
182 withDhcp: true
183 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800184 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800185
186 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800187 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
188 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200189 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800190 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800191 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800192 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800193 onosReplicas: 1
194 atomixReplicas: 0
195 kafkaReplicas: 1
196 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800197 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800198 olts: 2
199 pons: 16
200 onus: 32
201 withFlows: true
202 provisionSubscribers: true
203 workflow: dt
204 withEapol: false
205 withDhcp: false
206 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800207 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800208
209 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800210 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
211 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200212 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800213 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800214 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800215 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800216 onosReplicas: 1
217 atomixReplicas: 0
218 kafkaReplicas: 1
219 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800220 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800221 olts: 2
222 pons: 16
223 onus: 32
224 withFlows: true
225 provisionSubscribers: true
226 workflow: tt
227 withEapol: false
228 withDhcp: true
229 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800230 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800231
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000232 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700233 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000234 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800235 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000236 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800237 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700238 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700239 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700240 pons: 16
241 onus: 32
242 withFlows: true
243 provisionSubscribers: true
244 withEapol: true
245 withDhcp: true
246 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000247 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100248 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200249 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700250 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700251 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700252 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700253 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800254 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200255 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700256 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 -0700257
258 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000259 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800260 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000261 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800262 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700263 time-trigger: "H H/4 * * *"
264 olts: 2
265 pons: 16
266 onus: 32
267 withFlows: true
268 provisionSubscribers: true
269 workflow: dt
270 withEapol: false
271 withDhcp: false
272 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000273 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100274 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200275 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700276 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700277 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700278 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700279 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800280 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100281 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700282 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 -0700283
Matteo Scandolo031bd982020-09-16 10:03:47 -0700284 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000285 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800286 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000287 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800288 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700289 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700290 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700291 pons: 16
292 onus: 32
293 withFlows: true
294 provisionSubscribers: true
295 workflow: tt
296 withEapol: false
297 withDhcp: true
298 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000299 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100300 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200301 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700302 rwCoreImg: ''
303 ofAgentImg: ''
304 openoltAdapterImg: ''
305 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800306 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700307 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700308 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 -0700309
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700310 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100311 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700312 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100313 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700314 'disable-job': false
315 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100316 time-trigger: "H H/4 * * *"
317 withMonitoring: false
318 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800319 onosReplicas: 1
320 atomixReplicas: 0
321 kafkaReplicas: 1
322 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100323 volthaStacks: 10
324 olts: 2
325 pons: 16
326 onus: 32
327 withFlows: true
328 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700329 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100330 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100331 workflow: att
332 withEapol: true
333 withDhcp: true
334 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800335 bbsimImg: ''
336 rwCoreImg: ''
337 ofAgentImg: ''
338 openoltAdapterImg: ''
339 openonuAdapterImg: ''
340 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100341 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700342 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100343
344 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700345 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100346 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700347 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
348 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100349 time-trigger: "H H/4 * * *"
350 withMonitoring: false
351 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800352 onosReplicas: 1
353 atomixReplicas: 0
354 kafkaReplicas: 1
355 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100356 volthaStacks: 10
357 olts: 2
358 pons: 16
359 onus: 32
360 withFlows: true
361 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700362 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100363 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100364 workflow: dt
365 withEapol: false
366 withDhcp: false
367 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800368 bbsimImg: ''
369 rwCoreImg: ''
370 ofAgentImg: ''
371 openoltAdapterImg: ''
372 openonuAdapterImg: ''
373 openonuAdapterGoImg: ''
374 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700375 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100376
377 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700378 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100379 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700380 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
381 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100382 time-trigger: "H H/4 * * *"
383 withMonitoring: false
384 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800385 onosReplicas: 1
386 atomixReplicas: 0
387 kafkaReplicas: 1
388 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100389 volthaStacks: 10
390 olts: 2
391 pons: 16
392 onus: 32
393 withFlows: true
394 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700395 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100396 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100397 workflow: tt
398 withEapol: false
399 withDhcp: true
400 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800401 bbsimImg: ''
402 rwCoreImg: ''
403 ofAgentImg: ''
404 openoltAdapterImg: ''
405 openonuAdapterImg: ''
406 openonuAdapterGoImg: ''
407 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700408 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100409
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700410 # per patchset job
411 - 'voltha-scale-measurements':
412 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800413 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700414 olts: 1
415 pons: 16
416 onus: 32
417 withFlows: true
418 provisionSubscribers: true
419 withEapol: true
420 withDhcp: true
421 withIgmp: false
422 withMonitoring: false
423 trigger-comment: "voltha scale test ATT"
424
425 - 'voltha-scale-measurements':
426 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800427 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700428 olts: 1
429 pons: 16
430 onus: 32
431 withFlows: true
432 provisionSubscribers: true
433 workflow: tt
434 withEapol: false
435 withDhcp: true
436 withIgmp: true
437 withMonitoring: false
438 trigger-comment: "voltha scale test TT"
439
440 - 'voltha-scale-measurements':
441 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800442 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700443 olts: 1
444 pons: 16
445 onus: 32
446 withFlows: true
447 provisionSubscribers: true
448 workflow: dt
449 withEapol: false
450 withDhcp: false
451 withIgmp: false
452 withMonitoring: false
453 trigger-comment: "voltha scale test DT"
454
Matteo Scandolo272aed42020-05-08 15:05:57 -0700455 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700456 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700457 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700458 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700459
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700460
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700461# list of parameters for the VOLTHA Jobs,
462# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700463# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700464- voltha-scale-job-parameters: &voltha-scale-job-parameters
465 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 parameters:
467 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800468 name: pipeline-script
469 default: '{pipeline-script}'
470 description: 'The pipeline script to use'
471
472 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700473 name: release
474 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700475 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 -0700476
477 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700478 name: buildNode
479 default: '{build-node}'
480 description: 'Name of the Jenkins node to run the job on'
481
482 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700483 name: dockerRegistry
484 default: '{dockerRegistry}'
485 description: 'Address of the docker registry to use if we are building custom images'
486
487 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700488 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700489 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700490 description: 'Log level for all the components'
491
492 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800493 name: volthaStacks
494 default: '{volthaStacks}'
495 description: 'Number of VOLTHA Stacks to deploy'
496
497 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700498 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700499 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700500 description: 'Number of ONUs to provision'
501
502 - string:
503 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700504 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700505 description: 'Number of PONs to provision'
506
507 - string:
508 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700509 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700510 description: 'How many BBSim instances to run'
511
512 - string:
513 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700514 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700515 description: 'Which workflow are we testing (att, dt, tt)'
516
517 - bool:
518 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700519 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700520 description: 'Wheter to push flows from ONOS'
521
522 - bool:
523 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700524 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 description: 'Wheter to provision subscribers durint the tests'
526
527 - bool:
528 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700529 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 description: 'Wheter EAPOL is enabled for the test'
531
532 - bool:
533 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700534 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 description: 'Wheter DHCP is enabled for the test'
536
537 - bool:
538 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700539 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 description: 'Wheter IGMP is enabled for the test'
541
542 - bool:
543 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700544 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 description: 'Wheter Link Discovery is enabled for the test'
546
547 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700549 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 description: 'Option to install Prometheus'
551
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700552 - bool:
553 name: withProfiling
554 default: '{withProfiling}'
555 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
556
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700557 - bool:
558 name: withPcap
559 default: '{withPcap}'
560 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
561
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700562 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700563 name: withRadius
564 default: '{withRadius}'
565 description: 'Value to pass to kind-voltha WITH_RADIUS'
566
567 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700568 name: extraHelmFlags
569 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700570 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 -0700571
Matteo Scandolo272aed42020-05-08 15:05:57 -0700572 - string:
573 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700574 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700575 description: 'How many OpenONU adapter instances to run'
576
577 - string:
578 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700579 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700580 description: 'How many ONOSes instances to run'
581
582 - string:
583 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700584 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700585 description: 'How many Atomix instances to run'
586
587 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700588 name: kafkaReplicas
589 default: '{kafkaReplicas}'
590 description: 'How many Kafka instances to run'
591
592 - string:
593 name: etcdReplicas
594 default: '{etcdReplicas}'
595 description: 'How many ETCD instances to run'
596
597 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700598 name: onosStatInterval
599 default: '{onosStatInterval}'
600 description: 'How often ONOS should poll for ports, flows and meters'
601
602 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200603 name: onosGroupInterval
604 default: '{onosGroupInterval}'
605 description: 'How often ONOS should poll for groups'
606
607 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200608 name: flowObjWorkerThreads
609 default: '{flowObjWorkerThreads}'
610 description: 'How many threads are used by the FlowObjectiveManager worker pool'
611
612 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700613 name: bbsimImg
614 default: '{bbsimImg}'
615 description: 'Custom image selection for BBSIM (repo:tag)'
616
617 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700618 name: rwCoreImg
619 default: '{rwCoreImg}'
620 description: 'Custom image selection for VOLTHA (repo:tag)'
621
622 - string:
623 name: ofAgentImg
624 default: '{ofAgentImg}'
625 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
626
627 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700628 name: openoltAdapterImg
629 default: '{openoltAdapterImg}'
630 description: 'Custom image selection for Openolt Adapter (repo:tag)'
631
632 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700633 name: openonuAdapterImg
634 default: '{openonuAdapterImg}'
635 description: 'Custom image selection for Openonu Adapter (repo:tag)'
636
637 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100638 name: openonuAdapterGoImg
639 default: '{openonuAdapterGoImg}'
640 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
641
642 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700643 name: onosImg
644 default: '{onosImg}'
645 description: 'Custom image selection for Openonu Adapter (repo:tag)'
646
647 - string:
648 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700649 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700650 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
651
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700652 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800653 name: volthaHelmChartsChange
654 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700655 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 -0700656
Matteo Scandoloccc06192020-06-22 10:16:17 -0700657 - bool:
658 name: inMemoryEtcdStorage
659 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700660 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700661
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200662 - string:
663 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700664 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200665 description: 'Karaf home'
666
Matteo Scandolo001003e2021-02-03 15:39:26 -0800667 # remove once voltha-2.6 is deprecated
668 - string:
669 name: kindVolthaChange
670 default: '{kindVolthaChange}'
671 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 -0800672 - bool:
673 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100674 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800675
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700676- job-template:
677 id: 'voltha-scale-measurements'
678 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700679 disabled: '{disable-job}'
680
681 description: |
682 <!-- Managed by Jenkins Job Builder -->
683 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
684 Using pipeline {pipeline-script} <br/><br/>
685 Scale measurements for VOLTHA 2.x
686
687 properties:
688 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800689 build-days-to-keep: '{big-build-days-to-keep}'
690 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700691
692 wrappers:
693 - lf-infra-wrappers:
694 build-timeout: '{build-timeout}'
695 jenkins-ssh-credential: '{jenkins-ssh-credential}'
696
697 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800698 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700699 release: master
700
701 bbsimImg: voltha/bbsim:master
702 rwCoreImg: voltha/voltha-rw-core:master
703 ofAgentImg: voltha/voltha-ofagent-go:master
704 openoltAdapterImg: voltha/voltha-openolt-adapter:master
705 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100706 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700707 onosImg: voltha/voltha-onos:master
708
709 bbsimChart: onf/bbsim
710 volthaChart: onf/voltha
711 openoltAdapterChart: onf/voltha-adapter-openolt
712 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700713 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700714 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700715
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800716 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700717 olts: 2
718 pons: 2
719 onus: 2
720 workflow: att
721 withFlows: false
722 provisionSubscribers: false
723 withEapol: true
724 withDhcp: true
725 withIgmp: false
726 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700727 withMonitoring: true
728 withProfiling: false
729 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700730 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100731 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700732 onosReplicas: 3
733 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700734 kafkaReplicas: 3
735 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700736 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800737 onosStatInterval: 10
738 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200739 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700740 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800741 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800742 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700743 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100744 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100745 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700746 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700747 dockerRegistry: 10.90.0.101:30500
748 trigger-comment: vv7CBoQQYYonvaN8xcru
749 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700750
751 <<: *voltha-scale-job-parameters
752
Matteo Scandolo272aed42020-05-08 15:05:57 -0700753 project-type: pipeline
754 concurrent: false
755
756 dsl: !include-raw-escape: pipeline/{pipeline-script}
757
Matteo Scandoloabb83972020-06-25 16:08:23 -0700758 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700759 # periodic jobs will set this every 4 hours
760 # 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 -0700761 - timed: |
762 TZ=America/Los_Angeles
763 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700764 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
765 # patchset jobs will set this to a meaningful comment
766 - gerrit:
767 server-name: '{gerrit-server-name}'
768 silent-start: false
769 successful-message: "PASSED scale test"
770 failure-message: "FAILED scale test"
771 unstable-message: "UNSTABLE scale test"
772 trigger-on:
773 - comment-added-contains-event:
774 comment-contains-value: '.*{trigger-comment}.*'
775 projects:
776 - project-compare-type: REG_EXP
777 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
778 branches:
779 - branch-compare-type: REG_EXP
780 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700781
782- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700783 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800784 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800785
786 description: |
787 <!-- Managed by Jenkins Job Builder -->
788 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
789 Using pipeline {pipeline-script} <br/><br/>
790 Scale measurements for VOLTHA 2.x
791
792 properties:
793 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800794 build-days-to-keep: '{big-build-days-to-keep}'
795 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800796
797 wrappers:
798 - lf-infra-wrappers:
799 build-timeout: '{build-timeout}'
800 jenkins-ssh-credential: '{jenkins-ssh-credential}'
801
Matteo Scandolo0430f672020-05-07 11:50:26 -0700802 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800803 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700804 release: master
805
Matteo Scandolo0430f672020-05-07 11:50:26 -0700806 bbsimImg: voltha/bbsim:master
807 rwCoreImg: voltha/voltha-rw-core:master
808 ofAgentImg: voltha/voltha-ofagent-go:master
809 openoltAdapterImg: voltha/voltha-openolt-adapter:master
810 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100811 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700812 onosImg: voltha/voltha-onos:master
813
814 bbsimChart: onf/bbsim
815 volthaChart: onf/voltha
816 openoltAdapterChart: onf/voltha-adapter-openolt
817 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700818 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700819 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700820
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800821 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700822 olts: 2
823 pons: 2
824 onus: 2
825 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700826 withFlows: true
827 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700828 withEapol: true
829 withDhcp: true
830 withIgmp: false
831 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700832 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700833 withProfiling: false
834 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700835 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700836 openonuAdapterReplicas: 1
837 onosReplicas: 1
838 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700839 kafkaReplicas: 1
840 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700841 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800842 onosStatInterval: 10
843 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200844 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700845 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800846 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800847 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700848 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100849 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100850 karafHome: 'apache-karaf-4.2.14'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700851 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700852 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700853
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700854 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200855
Matteo Scandolo51b76302020-02-05 12:07:23 -0800856 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800857 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800858
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700859 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700860
Matteo Scandolo849db722020-10-21 10:58:41 -0700861 triggers:
862 - gerrit:
863 server-name: '{gerrit-server-name}'
864 silent-start: false
865 successful-message: "PASSED scale test"
866 failure-message: "FAILED scale test"
867 unstable-message: "UNSTABLE scale test"
868 trigger-on:
869 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700870 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700871 projects:
872 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700873 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700874 branches:
875 - branch-compare-type: REG_EXP
876 branch-pattern: '{all-branches-regexp}'