blob: cd9bf4b33480f6aea3b1e61e906b035c95147991 [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 Scandoloe6647a02020-11-02 10:27:52 -080016 # trigger on Feb 29th (a.k.a only trigger it manually)
17 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010018 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070019 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070020 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070021 onus: 32
22 withFlows: true
23 provisionSubscribers: true
24 withEapol: true
25 withDhcp: true
26 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070027 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080028 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000029
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080030 - 'voltha-scale-measurements':
31 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080032 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020033 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080034 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080035 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080036 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080037 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070038 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080039 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 pons: 16
41 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080042 withFlows: true
43 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080044 workflow: dt
45 withEapol: false
46 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080047 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070048 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049
Matteo Scandolofebf6512021-03-02 11:37:37 -080050 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070051 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070052 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080053 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070054 time-trigger: "H H/4 * * *"
Matteo Scandolob1a50612022-06-23 16:09:39 -070055 disable-job: false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070056 olts: 2
57 pons: 16
58 onus: 32
59 withFlows: true
60 provisionSubscribers: true
61 withEapol: true
62 withDhcp: true
63 withIgmp: false
Matteo Scandolo4a78a072022-06-24 19:13:48 -070064 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn --set global.rpc_timeout=30s --set voltha.ofagent.log_level=DEBUG'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070065
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070066 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000067 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000068 build-node: 'voltha-scale-1'
69 time-trigger: "H H/12 * * *"
70 olts: 2
71 pons: 16
72 onus: 32
73 withOnuUpgrade: true
74 withFlows: true
75 provisionSubscribers: false
76 withEapol: false
77 withDhcp: false
78 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070079 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=3s'
Hardik Windlass4a76e092022-01-28 11:51:55 +000080
81 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070082 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080083 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070084 time-trigger: "H H/4 * * *"
85 olts: 2
86 pons: 16
87 onus: 32
88 withFlows: true
89 provisionSubscribers: true
90 workflow: dt
91 withEapol: false
92 withDhcp: false
93 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070094 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn'
Matteo Scandolo86939302020-10-30 13:32:08 -070095
96 - 'voltha-scale-measurements':
97 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080098 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -070099 time-trigger: "H H/4 * * *"
100 olts: 2
101 pons: 16
102 onus: 32
103 withFlows: true
104 provisionSubscribers: true
105 workflow: tt
106 withEapol: false
107 withDhcp: true
108 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700109 onosReplicas: 3
110 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800111 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700112 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800113 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
114 onosStatInterval: 30
115 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700116
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100117 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100118 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100119 build-node: 'voltha-scale-1'
120 time-trigger: "H H/4 * * *"
121 olts: 2
122 pons: 16
123 onus: 32
124 withFlows: true
125 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100126 workflow: tt
127 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100128 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100129 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100130 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100131 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100132 onosReplicas: 3
133 atomixReplicas: 3
134 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700135 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values-tt.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100136 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100137 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100138
139
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100140 # 4k ONTs jobs
141 - 'voltha-scale-measurements':
142 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100143 build-node: 'voltha-scale-1'
144 time-trigger: "H H/4 * * *"
145 olts: 2
146 pons: 64
147 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100148 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100149 withFlows: true
150 provisionSubscribers: true
151 workflow: dt
152 withEapol: false
153 withDhcp: false
154 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100155 onosImg: andreacampanella/voltha-onos:4k-dev
156 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700157 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700158 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100159
Andrea Campanella518e6672022-01-17 11:42:53 +0100160 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100161 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100162 build-node: 'voltha-scale-1'
163 time-trigger: "H H/4 * * *"
164 olts: 1
165 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100166 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100167 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100168 withFlows: true
169 provisionSubscribers: true
170 workflow: dt
171 withEapol: false
172 withDhcp: false
173 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100174 onosImg: andreacampanella/voltha-onos:4k-dev
175 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700176 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700177 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100178
Matteo Scandolo95f99682022-02-10 15:10:37 -0800179 - 'voltha-scale-measurements':
180 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800181 build-node: 'voltha-scale-1'
182 time-trigger: "H H/4 * * *"
183 olts: 1
184 pons: 64
185 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100186 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800187 withFlows: true
188 provisionSubscribers: true
189 workflow: tt
190 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100191 withDhcp: true
192 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800193 onosImg: andreacampanella/voltha-onos:4k-dev
194 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700195 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700196 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn -f /home/cord/tt-custom-values.yaml'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800197
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800198 # multi-stack jobs
199 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800200 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
201 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800202 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800203 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700204 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800205 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800206 onosReplicas: 1
207 atomixReplicas: 0
208 kafkaReplicas: 1
209 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800210 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800211 olts: 2
212 pons: 16
213 onus: 32
214 withFlows: true
215 provisionSubscribers: true
216 workflow: att
217 withEapol: true
218 withDhcp: true
219 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800220 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800221
222 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800223 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
224 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800225 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800226 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700227 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800229 onosReplicas: 1
230 atomixReplicas: 0
231 kafkaReplicas: 1
232 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800233 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800234 olts: 2
235 pons: 16
236 onus: 32
237 withFlows: true
238 provisionSubscribers: true
239 workflow: dt
240 withEapol: false
241 withDhcp: false
242 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800243 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800244
245 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800246 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
247 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800248 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800249 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700250 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800251 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800252 onosReplicas: 1
253 atomixReplicas: 0
254 kafkaReplicas: 1
255 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800256 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800257 olts: 2
258 pons: 16
259 onus: 32
260 withFlows: true
261 provisionSubscribers: true
262 workflow: tt
263 withEapol: false
264 withDhcp: true
265 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800266 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800267
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000268 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700269 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000270 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000271 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800272 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700273 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700274 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700275 pons: 16
276 onus: 32
277 withFlows: true
278 provisionSubscribers: true
279 withEapol: true
280 withDhcp: true
281 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000282 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100283 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200284 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700285 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700286 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700287 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700288 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800289 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200290 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700291 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
Matteo Scandolod43064b2020-07-13 17:18:45 -0700292
293 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000294 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000295 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800296 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700297 time-trigger: "H H/4 * * *"
298 olts: 2
299 pons: 16
300 onus: 32
301 withFlows: true
302 provisionSubscribers: true
303 workflow: dt
304 withEapol: false
305 withDhcp: false
306 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000307 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100308 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200309 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700310 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700311 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700312 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700313 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800314 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100315 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700316 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700317
Matteo Scandolo031bd982020-09-16 10:03:47 -0700318 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000319 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000320 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800321 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700322 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700323 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700324 pons: 16
325 onus: 32
326 withFlows: true
327 provisionSubscribers: true
328 workflow: tt
329 withEapol: false
330 withDhcp: true
331 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000332 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100333 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200334 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700335 rwCoreImg: ''
336 ofAgentImg: ''
337 openoltAdapterImg: ''
338 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800339 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700340 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700341 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn"
Matteo Scandolo031bd982020-09-16 10:03:47 -0700342
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700343 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100344 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700345 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-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'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100348 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700349 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100350 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: att
365 withEapol: true
366 withDhcp: true
367 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800368 bbsimImg: ''
369 rwCoreImg: ''
370 ofAgentImg: ''
371 openoltAdapterImg: ''
372 openonuAdapterImg: ''
373 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100374 onosImg: 'voltha/voltha-onos:5.0.4'
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-dt-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'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100381 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700382 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100383 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: dt
398 withEapol: false
399 withDhcp: false
400 withIgmp: false
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
410 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700411 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100412 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700413 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100414 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700415 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100416 withMonitoring: false
417 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800418 onosReplicas: 1
419 atomixReplicas: 0
420 kafkaReplicas: 1
421 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100422 volthaStacks: 10
423 olts: 2
424 pons: 16
425 onus: 32
426 withFlows: true
427 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700428 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100429 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100430 workflow: tt
431 withEapol: false
432 withDhcp: true
433 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800434 bbsimImg: ''
435 rwCoreImg: ''
436 ofAgentImg: ''
437 openoltAdapterImg: ''
438 openonuAdapterImg: ''
439 openonuAdapterGoImg: ''
440 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700441 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100442
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700443 # per patchset job
444 - 'voltha-scale-measurements':
445 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800446 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700447 olts: 1
448 pons: 16
449 onus: 32
450 withFlows: true
451 provisionSubscribers: true
452 withEapol: true
453 withDhcp: true
454 withIgmp: false
455 withMonitoring: false
456 trigger-comment: "voltha scale test ATT"
457
458 - 'voltha-scale-measurements':
459 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800460 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700461 olts: 1
462 pons: 16
463 onus: 32
464 withFlows: true
465 provisionSubscribers: true
466 workflow: tt
467 withEapol: false
468 withDhcp: true
469 withIgmp: true
470 withMonitoring: false
471 trigger-comment: "voltha scale test TT"
472
473 - 'voltha-scale-measurements':
474 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800475 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700476 olts: 1
477 pons: 16
478 onus: 32
479 withFlows: true
480 provisionSubscribers: true
481 workflow: dt
482 withEapol: false
483 withDhcp: false
484 withIgmp: false
485 withMonitoring: false
486 trigger-comment: "voltha scale test DT"
487
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700488 # LWC pipeline
489 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700490 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700491 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700492 build-node: 'berlin-community-pod-2'
493 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700494 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700495 withMonitoring: true
496 olts: 1
497 pons: 16
498 onus: 32
499 withFlows: true
500 provisionSubscribers: true
501 withEapol: false
502 withDhcp: false
503 withIgmp: false
504 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
505 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700506 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700507
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700508 - 'voltha-scale-measurements':
509 name: 'voltha-scale-measurements-lwc-dt-256'
510 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
511 build-node: 'berlin-community-pod-2'
512 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700513 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700514 withMonitoring: true
515 olts: 1
516 pons: 16
517 onus: 16
518 withFlows: true
519 provisionSubscribers: true
520 withEapol: false
521 withDhcp: false
522 withIgmp: false
523 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
524 workflow: dt
525 volthaSystemTestsChange: refs/changes/10/31810/6
526
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700527
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700528# list of parameters for the VOLTHA Jobs,
529# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700530# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700531- voltha-scale-job-parameters: &voltha-scale-job-parameters
532 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700533 parameters:
534 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800535 name: pipeline-script
536 default: '{pipeline-script}'
537 description: 'The pipeline script to use'
538
539 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700540 name: release
541 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700542 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 -0700543
544 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 name: buildNode
546 default: '{build-node}'
547 description: 'Name of the Jenkins node to run the job on'
548
549 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700550 name: dockerRegistry
551 default: '{dockerRegistry}'
552 description: 'Address of the docker registry to use if we are building custom images'
553
554 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700555 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700556 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700557 description: 'Log level for all the components'
558
559 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800560 name: volthaStacks
561 default: '{volthaStacks}'
562 description: 'Number of VOLTHA Stacks to deploy'
563
564 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100565 name: unis
566 default: '{unis}'
567 description: 'Number of UNIs to provision'
568
569 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700570 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700571 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700572 description: 'Number of ONUs to provision'
573
574 - string:
575 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700576 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700577 description: 'Number of PONs to provision'
578
579 - string:
580 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700581 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700582 description: 'How many BBSim instances to run'
583
584 - string:
585 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700586 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700587 description: 'Which workflow are we testing (att, dt, tt)'
588
589 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000590 name: withOnuUpgrade
591 default: '{withOnuUpgrade}'
592 description: 'Whether to run the ONU Upgrade test'
593
594 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700595 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700596 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000597 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700598
599 - bool:
600 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700601 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000602 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700603
604 - bool:
605 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700606 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000607 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700608
609 - bool:
610 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700611 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000612 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700613
614 - bool:
615 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700616 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000617 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700618
619 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100620 name: withMaclearning
621 default: '{withMaclearning}'
622 description: 'Whether mac learning is enabled for the test'
623
624 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700625 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700626 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000627 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700628
629 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700630 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700631 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700632 description: 'Option to install Prometheus'
633
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700634 - bool:
635 name: withProfiling
636 default: '{withProfiling}'
637 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
638
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700639 - bool:
640 name: withPcap
641 default: '{withPcap}'
642 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
643
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700644 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700645 name: withRadius
646 default: '{withRadius}'
647 description: 'Value to pass to kind-voltha WITH_RADIUS'
648
649 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700650 name: extraHelmFlags
651 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700652 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 -0700653
Matteo Scandolo272aed42020-05-08 15:05:57 -0700654 - string:
655 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700656 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700657 description: 'How many OpenONU adapter instances to run'
658
659 - string:
660 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700661 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700662 description: 'How many ONOSes instances to run'
663
664 - string:
665 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700666 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700667 description: 'How many Atomix instances to run'
668
669 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700670 name: kafkaReplicas
671 default: '{kafkaReplicas}'
672 description: 'How many Kafka instances to run'
673
674 - string:
675 name: etcdReplicas
676 default: '{etcdReplicas}'
677 description: 'How many ETCD instances to run'
678
679 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700680 name: onosStatInterval
681 default: '{onosStatInterval}'
682 description: 'How often ONOS should poll for ports, flows and meters'
683
684 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200685 name: onosGroupInterval
686 default: '{onosGroupInterval}'
687 description: 'How often ONOS should poll for groups'
688
689 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200690 name: flowObjWorkerThreads
691 default: '{flowObjWorkerThreads}'
692 description: 'How many threads are used by the FlowObjectiveManager worker pool'
693
694 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700695 name: bbsimImg
696 default: '{bbsimImg}'
697 description: 'Custom image selection for BBSIM (repo:tag)'
698
699 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700700 name: rwCoreImg
701 default: '{rwCoreImg}'
702 description: 'Custom image selection for VOLTHA (repo:tag)'
703
704 - string:
705 name: ofAgentImg
706 default: '{ofAgentImg}'
707 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
708
709 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700710 name: openoltAdapterImg
711 default: '{openoltAdapterImg}'
712 description: 'Custom image selection for Openolt Adapter (repo:tag)'
713
714 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700715 name: openonuAdapterImg
716 default: '{openonuAdapterImg}'
717 description: 'Custom image selection for Openonu Adapter (repo:tag)'
718
719 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100720 name: openonuAdapterGoImg
721 default: '{openonuAdapterGoImg}'
722 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
723
724 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700725 name: onosImg
726 default: '{onosImg}'
727 description: 'Custom image selection for Openonu Adapter (repo:tag)'
728
729 - string:
730 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700731 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700732 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
733
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700734 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800735 name: volthaHelmChartsChange
736 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700737 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 -0700738
Matteo Scandoloccc06192020-06-22 10:16:17 -0700739 - bool:
740 name: inMemoryEtcdStorage
741 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700742 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700743
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200744 - string:
745 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700746 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200747 description: 'Karaf home'
748
Andrea Campanellade9139a2022-02-09 16:50:36 +0100749 - string:
750 name: testTimeout
751 default: '{testTimeout}'
752 description: 'How long the scale test can run for in minutes, e.g 10, 15'
753
Matteo Scandolo001003e2021-02-03 15:39:26 -0800754 # remove once voltha-2.6 is deprecated
755 - string:
756 name: kindVolthaChange
757 default: '{kindVolthaChange}'
758 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 -0800759 - bool:
760 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100761 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800762
Elia Battiston4decc6b2022-02-25 10:22:56 +0100763 - string:
764 name: mibTemplateUrl
765 default: '{mibTemplateUrl}'
766 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
767
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700768- job-template:
769 id: 'voltha-scale-measurements'
770 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700771 disabled: '{disable-job}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700772
773 description: |
774 <!-- Managed by Jenkins Job Builder -->
775 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
776 Using pipeline {pipeline-script} <br/><br/>
777 Scale measurements for VOLTHA 2.x
778
779 properties:
780 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800781 build-days-to-keep: '{big-build-days-to-keep}'
782 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700783
784 wrappers:
785 - lf-infra-wrappers:
786 build-timeout: '{build-timeout}'
787 jenkins-ssh-credential: '{jenkins-ssh-credential}'
788
789 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800790 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700791 release: master
792
793 bbsimImg: voltha/bbsim:master
794 rwCoreImg: voltha/voltha-rw-core:master
795 ofAgentImg: voltha/voltha-ofagent-go:master
796 openoltAdapterImg: voltha/voltha-openolt-adapter:master
797 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100798 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700799 onosImg: voltha/voltha-onos:master
800
801 bbsimChart: onf/bbsim
802 volthaChart: onf/voltha
803 openoltAdapterChart: onf/voltha-adapter-openolt
804 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700805 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700806 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700807
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800808 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700809 olts: 2
810 pons: 2
811 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100812 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700813 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000814 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700815 withFlows: false
816 provisionSubscribers: false
817 withEapol: true
818 withDhcp: true
819 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100820 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700821 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700822 withMonitoring: true
823 withProfiling: false
824 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700825 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100826 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700827 onosReplicas: 3
828 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700829 kafkaReplicas: 3
830 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700831 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800832 onosStatInterval: 10
833 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200834 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700835 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800836 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800837 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700838 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100839 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700840 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1.json'
Andrea Campanella188e50d2022-01-14 11:30:05 +0100841 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700842 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100843 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700844 dockerRegistry: 10.90.0.101:30500
845 trigger-comment: vv7CBoQQYYonvaN8xcru
846 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -0700847 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700848
849 <<: *voltha-scale-job-parameters
850
Matteo Scandolo272aed42020-05-08 15:05:57 -0700851 project-type: pipeline
852 concurrent: false
853
854 dsl: !include-raw-escape: pipeline/{pipeline-script}
855
Matteo Scandoloabb83972020-06-25 16:08:23 -0700856 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700857 # periodic jobs will set this every 4 hours
858 # 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 -0700859 - timed: |
860 TZ=America/Los_Angeles
861 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700862 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
863 # patchset jobs will set this to a meaningful comment
864 - gerrit:
865 server-name: '{gerrit-server-name}'
866 silent-start: false
867 successful-message: "PASSED scale test"
868 failure-message: "FAILED scale test"
869 unstable-message: "UNSTABLE scale test"
870 trigger-on:
871 - comment-added-contains-event:
872 comment-contains-value: '.*{trigger-comment}.*'
873 projects:
874 - project-compare-type: REG_EXP
875 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
876 branches:
877 - branch-compare-type: REG_EXP
878 branch-pattern: '{all-branches-regexp}'