blob: 8f1839c1cf42356ab580fcb7fbd7e2d6c5a2748e [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 Scandolo7ec783f2022-05-09 15:10:10 -070016 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 Scandolo7ec783f2022-05-09 15:10:10 -070034 disable-job: false
Matteo Scandolo554bbee2021-06-29 10:31:58 +020035 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
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 Scandoloa8684b82022-06-23 16:53:19 -070050 # 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 -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 Scandolo2d30c7d2021-02-25 15:39:51 -080055 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070056 time-trigger: "H H/4 * * *"
Matteo Scandolob1a50612022-06-23 16:09:39 -070057 disable-job: false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070058 olts: 2
59 pons: 16
60 onus: 32
61 withFlows: true
62 provisionSubscribers: true
63 withEapol: true
64 withDhcp: true
65 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070066 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,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'
Matteo Scandolob1a50612022-06-23 16:09:39 -070070 disable-job: false
Hardik Windlass4a76e092022-01-28 11:51:55 +000071 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
Matteo Scandoloa8684b82022-06-23 16:53:19 -070082 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 +000083
84 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070085 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080086 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070087 time-trigger: "H H/4 * * *"
88 olts: 2
89 pons: 16
90 onus: 32
91 withFlows: true
92 provisionSubscribers: true
93 workflow: dt
94 withEapol: false
95 withDhcp: false
96 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070097 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 -070098
99 - 'voltha-scale-measurements':
100 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800101 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700102 time-trigger: "H H/4 * * *"
103 olts: 2
104 pons: 16
105 onus: 32
106 withFlows: true
107 provisionSubscribers: true
108 workflow: tt
109 withEapol: false
110 withDhcp: true
111 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700112 onosReplicas: 3
113 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800114 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700115 --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 -0800116 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
117 onosStatInterval: 30
118 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700119
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100120 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100121 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100122 build-node: 'voltha-scale-1'
123 time-trigger: "H H/4 * * *"
124 olts: 2
125 pons: 16
126 onus: 32
127 withFlows: true
128 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100129 workflow: tt
130 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100131 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100132 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100133 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100134 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100135 onosReplicas: 3
136 atomixReplicas: 3
137 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700138 --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 +0100139 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100140 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100141
142
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100143 # 4k ONTs jobs
144 - 'voltha-scale-measurements':
145 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100146 build-node: 'voltha-scale-1'
147 time-trigger: "H H/4 * * *"
148 olts: 2
149 pons: 64
150 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100151 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100152 withFlows: true
153 provisionSubscribers: true
154 workflow: dt
155 withEapol: false
156 withDhcp: false
157 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100158 onosImg: andreacampanella/voltha-onos:4k-dev
159 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700160 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 -0700161 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 +0100162
Andrea Campanella518e6672022-01-17 11:42:53 +0100163 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100164 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100165 build-node: 'voltha-scale-1'
166 time-trigger: "H H/4 * * *"
167 olts: 1
168 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100169 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100170 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100171 withFlows: true
172 provisionSubscribers: true
173 workflow: dt
174 withEapol: false
175 withDhcp: false
176 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100177 onosImg: andreacampanella/voltha-onos:4k-dev
178 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700179 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 -0700180 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 +0100181
Matteo Scandolo95f99682022-02-10 15:10:37 -0800182 - 'voltha-scale-measurements':
183 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800184 build-node: 'voltha-scale-1'
185 time-trigger: "H H/4 * * *"
186 olts: 1
187 pons: 64
188 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100189 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800190 withFlows: true
191 provisionSubscribers: true
192 workflow: tt
193 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100194 withDhcp: true
195 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800196 onosImg: andreacampanella/voltha-onos:4k-dev
197 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700198 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 -0700199 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 -0800200
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800201 # multi-stack jobs
202 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800203 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
204 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800205 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800206 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700207 disable-job: true
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: att
220 withEapol: true
221 withDhcp: true
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-dt-subscribers'
227 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800228 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800229 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700230 disable-job: true
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: dt
243 withEapol: false
244 withDhcp: false
245 withIgmp: false
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
248 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800249 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
250 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800251 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800252 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700253 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800254 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800255 onosReplicas: 1
256 atomixReplicas: 0
257 kafkaReplicas: 1
258 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800259 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800260 olts: 2
261 pons: 16
262 onus: 32
263 withFlows: true
264 provisionSubscribers: true
265 workflow: tt
266 withEapol: false
267 withDhcp: true
268 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800269 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800270
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000271 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700272 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000273 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000274 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800275 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700276 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700277 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700278 pons: 16
279 onus: 32
280 withFlows: true
281 provisionSubscribers: true
282 withEapol: true
283 withDhcp: true
284 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000285 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100286 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200287 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700288 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700289 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700290 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700291 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800292 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200293 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700294 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 -0700295
296 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000297 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000298 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800299 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700300 time-trigger: "H H/4 * * *"
301 olts: 2
302 pons: 16
303 onus: 32
304 withFlows: true
305 provisionSubscribers: true
306 workflow: dt
307 withEapol: false
308 withDhcp: false
309 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000310 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100311 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200312 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700313 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700314 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700315 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700316 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800317 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100318 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700319 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 -0700320
Matteo Scandolo031bd982020-09-16 10:03:47 -0700321 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000322 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000323 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800324 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700325 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700326 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700327 pons: 16
328 onus: 32
329 withFlows: true
330 provisionSubscribers: true
331 workflow: tt
332 withEapol: false
333 withDhcp: true
334 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000335 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100336 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200337 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700338 rwCoreImg: ''
339 ofAgentImg: ''
340 openoltAdapterImg: ''
341 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800342 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700343 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700344 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 -0700345
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700346 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100347 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700348 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100349 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700350 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100351 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700352 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100353 withMonitoring: false
354 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800355 onosReplicas: 1
356 atomixReplicas: 0
357 kafkaReplicas: 1
358 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100359 volthaStacks: 10
360 olts: 2
361 pons: 16
362 onus: 32
363 withFlows: true
364 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700365 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100366 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100367 workflow: att
368 withEapol: true
369 withDhcp: true
370 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800371 bbsimImg: ''
372 rwCoreImg: ''
373 ofAgentImg: ''
374 openoltAdapterImg: ''
375 openonuAdapterImg: ''
376 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100377 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700378 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100379
380 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700381 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100382 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700383 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100384 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700385 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100386 withMonitoring: false
387 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800388 onosReplicas: 1
389 atomixReplicas: 0
390 kafkaReplicas: 1
391 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100392 volthaStacks: 10
393 olts: 2
394 pons: 16
395 onus: 32
396 withFlows: true
397 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700398 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100399 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100400 workflow: dt
401 withEapol: false
402 withDhcp: false
403 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800404 bbsimImg: ''
405 rwCoreImg: ''
406 ofAgentImg: ''
407 openoltAdapterImg: ''
408 openonuAdapterImg: ''
409 openonuAdapterGoImg: ''
410 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700411 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100412
413 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700414 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100415 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700416 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100417 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700418 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100419 withMonitoring: false
420 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800421 onosReplicas: 1
422 atomixReplicas: 0
423 kafkaReplicas: 1
424 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100425 volthaStacks: 10
426 olts: 2
427 pons: 16
428 onus: 32
429 withFlows: true
430 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700431 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100432 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100433 workflow: tt
434 withEapol: false
435 withDhcp: true
436 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800437 bbsimImg: ''
438 rwCoreImg: ''
439 ofAgentImg: ''
440 openoltAdapterImg: ''
441 openonuAdapterImg: ''
442 openonuAdapterGoImg: ''
443 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700444 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100445
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700446 # per patchset job
447 - 'voltha-scale-measurements':
448 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800449 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700450 olts: 1
451 pons: 16
452 onus: 32
453 withFlows: true
454 provisionSubscribers: true
455 withEapol: true
456 withDhcp: true
457 withIgmp: false
458 withMonitoring: false
459 trigger-comment: "voltha scale test ATT"
460
461 - 'voltha-scale-measurements':
462 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800463 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700464 olts: 1
465 pons: 16
466 onus: 32
467 withFlows: true
468 provisionSubscribers: true
469 workflow: tt
470 withEapol: false
471 withDhcp: true
472 withIgmp: true
473 withMonitoring: false
474 trigger-comment: "voltha scale test TT"
475
476 - 'voltha-scale-measurements':
477 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800478 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700479 olts: 1
480 pons: 16
481 onus: 32
482 withFlows: true
483 provisionSubscribers: true
484 workflow: dt
485 withEapol: false
486 withDhcp: false
487 withIgmp: false
488 withMonitoring: false
489 trigger-comment: "voltha scale test DT"
490
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700491 # LWC pipeline
492 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700493 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700494 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700495 build-node: 'berlin-community-pod-2'
496 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700497 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700498 withMonitoring: true
499 olts: 1
500 pons: 16
501 onus: 32
502 withFlows: true
503 provisionSubscribers: true
504 withEapol: false
505 withDhcp: false
506 withIgmp: false
507 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
508 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700509 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700510
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700511 - 'voltha-scale-measurements':
512 name: 'voltha-scale-measurements-lwc-dt-256'
513 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
514 build-node: 'berlin-community-pod-2'
515 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700516 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700517 withMonitoring: true
518 olts: 1
519 pons: 16
520 onus: 16
521 withFlows: true
522 provisionSubscribers: true
523 withEapol: false
524 withDhcp: false
525 withIgmp: false
526 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
527 workflow: dt
528 volthaSystemTestsChange: refs/changes/10/31810/6
529
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700530
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700531# list of parameters for the VOLTHA Jobs,
532# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700533# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700534- voltha-scale-job-parameters: &voltha-scale-job-parameters
535 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700536 parameters:
537 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800538 name: pipeline-script
539 default: '{pipeline-script}'
540 description: 'The pipeline script to use'
541
542 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700543 name: release
544 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700545 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 -0700546
547 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 name: buildNode
549 default: '{build-node}'
550 description: 'Name of the Jenkins node to run the job on'
551
552 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700553 name: dockerRegistry
554 default: '{dockerRegistry}'
555 description: 'Address of the docker registry to use if we are building custom images'
556
557 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700558 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700559 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700560 description: 'Log level for all the components'
561
562 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800563 name: volthaStacks
564 default: '{volthaStacks}'
565 description: 'Number of VOLTHA Stacks to deploy'
566
567 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100568 name: unis
569 default: '{unis}'
570 description: 'Number of UNIs to provision'
571
572 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700574 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700575 description: 'Number of ONUs to provision'
576
577 - string:
578 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700579 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700580 description: 'Number of PONs to provision'
581
582 - string:
583 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700584 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700585 description: 'How many BBSim instances to run'
586
587 - string:
588 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700589 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700590 description: 'Which workflow are we testing (att, dt, tt)'
591
592 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000593 name: withOnuUpgrade
594 default: '{withOnuUpgrade}'
595 description: 'Whether to run the ONU Upgrade test'
596
597 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700598 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700599 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000600 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700601
602 - bool:
603 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700604 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000605 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700606
607 - bool:
608 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700609 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000610 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700611
612 - bool:
613 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700614 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000615 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700616
617 - bool:
618 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700619 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000620 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700621
622 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100623 name: withMaclearning
624 default: '{withMaclearning}'
625 description: 'Whether mac learning is enabled for the test'
626
627 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700628 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700629 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000630 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700631
632 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700633 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700634 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700635 description: 'Option to install Prometheus'
636
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700637 - bool:
638 name: withProfiling
639 default: '{withProfiling}'
640 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
641
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700642 - bool:
643 name: withPcap
644 default: '{withPcap}'
645 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
646
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700647 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700648 name: withRadius
649 default: '{withRadius}'
650 description: 'Value to pass to kind-voltha WITH_RADIUS'
651
652 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700653 name: extraHelmFlags
654 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700655 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 -0700656
Matteo Scandolo272aed42020-05-08 15:05:57 -0700657 - string:
658 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700659 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700660 description: 'How many OpenONU adapter instances to run'
661
662 - string:
663 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700664 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700665 description: 'How many ONOSes instances to run'
666
667 - string:
668 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700669 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700670 description: 'How many Atomix instances to run'
671
672 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700673 name: kafkaReplicas
674 default: '{kafkaReplicas}'
675 description: 'How many Kafka instances to run'
676
677 - string:
678 name: etcdReplicas
679 default: '{etcdReplicas}'
680 description: 'How many ETCD instances to run'
681
682 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700683 name: onosStatInterval
684 default: '{onosStatInterval}'
685 description: 'How often ONOS should poll for ports, flows and meters'
686
687 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200688 name: onosGroupInterval
689 default: '{onosGroupInterval}'
690 description: 'How often ONOS should poll for groups'
691
692 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200693 name: flowObjWorkerThreads
694 default: '{flowObjWorkerThreads}'
695 description: 'How many threads are used by the FlowObjectiveManager worker pool'
696
697 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700698 name: bbsimImg
699 default: '{bbsimImg}'
700 description: 'Custom image selection for BBSIM (repo:tag)'
701
702 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700703 name: rwCoreImg
704 default: '{rwCoreImg}'
705 description: 'Custom image selection for VOLTHA (repo:tag)'
706
707 - string:
708 name: ofAgentImg
709 default: '{ofAgentImg}'
710 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
711
712 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700713 name: openoltAdapterImg
714 default: '{openoltAdapterImg}'
715 description: 'Custom image selection for Openolt Adapter (repo:tag)'
716
717 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700718 name: openonuAdapterImg
719 default: '{openonuAdapterImg}'
720 description: 'Custom image selection for Openonu Adapter (repo:tag)'
721
722 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100723 name: openonuAdapterGoImg
724 default: '{openonuAdapterGoImg}'
725 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
726
727 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700728 name: onosImg
729 default: '{onosImg}'
730 description: 'Custom image selection for Openonu Adapter (repo:tag)'
731
732 - string:
733 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700734 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700735 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
736
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700737 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800738 name: volthaHelmChartsChange
739 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700740 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 -0700741
Matteo Scandoloccc06192020-06-22 10:16:17 -0700742 - bool:
743 name: inMemoryEtcdStorage
744 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700745 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700746
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200747 - string:
748 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700749 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200750 description: 'Karaf home'
751
Andrea Campanellade9139a2022-02-09 16:50:36 +0100752 - string:
753 name: testTimeout
754 default: '{testTimeout}'
755 description: 'How long the scale test can run for in minutes, e.g 10, 15'
756
Matteo Scandolo001003e2021-02-03 15:39:26 -0800757 # remove once voltha-2.6 is deprecated
758 - string:
759 name: kindVolthaChange
760 default: '{kindVolthaChange}'
761 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 -0800762 - bool:
763 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100764 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800765
Elia Battiston4decc6b2022-02-25 10:22:56 +0100766 - string:
767 name: mibTemplateUrl
768 default: '{mibTemplateUrl}'
769 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
770
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700771- job-template:
772 id: 'voltha-scale-measurements'
773 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700774 disabled: '{disable-job}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700775
776 description: |
777 <!-- Managed by Jenkins Job Builder -->
778 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
779 Using pipeline {pipeline-script} <br/><br/>
780 Scale measurements for VOLTHA 2.x
781
782 properties:
783 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800784 build-days-to-keep: '{big-build-days-to-keep}'
785 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700786
787 wrappers:
788 - lf-infra-wrappers:
789 build-timeout: '{build-timeout}'
790 jenkins-ssh-credential: '{jenkins-ssh-credential}'
791
792 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800793 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700794 release: master
795
796 bbsimImg: voltha/bbsim:master
797 rwCoreImg: voltha/voltha-rw-core:master
798 ofAgentImg: voltha/voltha-ofagent-go:master
799 openoltAdapterImg: voltha/voltha-openolt-adapter:master
800 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100801 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700802 onosImg: voltha/voltha-onos:master
803
804 bbsimChart: onf/bbsim
805 volthaChart: onf/voltha
806 openoltAdapterChart: onf/voltha-adapter-openolt
807 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700808 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700809 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700810
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800811 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700812 olts: 2
813 pons: 2
814 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100815 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700816 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000817 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700818 withFlows: false
819 provisionSubscribers: false
820 withEapol: true
821 withDhcp: true
822 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100823 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700824 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700825 withMonitoring: true
826 withProfiling: false
827 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700828 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100829 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700830 onosReplicas: 3
831 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700832 kafkaReplicas: 3
833 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700834 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800835 onosStatInterval: 10
836 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200837 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700838 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800839 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800840 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700841 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100842 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700843 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 +0100844 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700845 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100846 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700847 dockerRegistry: 10.90.0.101:30500
848 trigger-comment: vv7CBoQQYYonvaN8xcru
849 time-trigger: 0 0 29 2 *
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700850 disable-job: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700851
852 <<: *voltha-scale-job-parameters
853
Matteo Scandolo272aed42020-05-08 15:05:57 -0700854 project-type: pipeline
855 concurrent: false
856
857 dsl: !include-raw-escape: pipeline/{pipeline-script}
858
Matteo Scandoloabb83972020-06-25 16:08:23 -0700859 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700860 # periodic jobs will set this every 4 hours
861 # 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 -0700862 - timed: |
863 TZ=America/Los_Angeles
864 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700865 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
866 # patchset jobs will set this to a meaningful comment
867 - gerrit:
868 server-name: '{gerrit-server-name}'
869 silent-start: false
870 successful-message: "PASSED scale test"
871 failure-message: "FAILED scale test"
872 unstable-message: "UNSTABLE scale test"
873 trigger-on:
874 - comment-added-contains-event:
875 comment-contains-value: '.*{trigger-comment}.*'
876 projects:
877 - project-compare-type: REG_EXP
878 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
879 branches:
880 - branch-compare-type: REG_EXP
881 branch-pattern: '{all-branches-regexp}'