blob: dc26595d616c0c7800110553cba754ebe57a0552 [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 Scandoloabd031a2022-06-28 13:18:49 -070064 extraHelmFlags: '--set authRetry=true,dhcpRetry=true --set voltha.securityContext.enabled=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 Scandolo8630f3d2022-06-27 11:55:54 -070065 onosReplicas: 1
66 atomixReplicas: 1
67 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -070068 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070069
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070070 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000071 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000072 build-node: 'voltha-scale-1'
73 time-trigger: "H H/12 * * *"
74 olts: 2
75 pons: 16
76 onus: 32
77 withOnuUpgrade: true
78 withFlows: true
79 provisionSubscribers: false
80 withEapol: false
81 withDhcp: false
82 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070083 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 +000084
85 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070086 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080087 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070088 time-trigger: "H H/4 * * *"
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070089 disable-job: false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070090 olts: 2
91 pons: 16
92 onus: 32
93 withFlows: true
94 provisionSubscribers: true
95 workflow: dt
96 withEapol: false
97 withDhcp: false
98 withIgmp: false
Matteo Scandolo878ea7b2022-06-27 16:21:03 -070099 extraHelmFlags: '--set voltha.securityContext.enabled=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn'
Matteo Scandolo8630f3d2022-06-27 11:55:54 -0700100 onosReplicas: 1
101 atomixReplicas: 1
102 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700103 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo86939302020-10-30 13:32:08 -0700104
105 - 'voltha-scale-measurements':
106 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800107 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700108 time-trigger: "H H/4 * * *"
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700109 disable-job: false
Matteo Scandolo86939302020-10-30 13:32:08 -0700110 olts: 2
111 pons: 16
112 onus: 32
113 withFlows: true
114 provisionSubscribers: true
115 workflow: tt
116 withEapol: false
117 withDhcp: true
118 withIgmp: true
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800119 extraHelmFlags: >
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700120 --set voltha.securityContext.enabled=false
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700121 --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 -0800122 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
123 onosStatInterval: 30
124 onosGroupInterval: 30
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700125 onosReplicas: 1
126 atomixReplicas: 1
127 onosImg: andreacampanella/voltha-onos:extend-timeout
128 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo272aed42020-05-08 15:05:57 -0700129
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100130 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100131 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100132 build-node: 'voltha-scale-1'
133 time-trigger: "H H/4 * * *"
134 olts: 2
135 pons: 16
136 onus: 32
137 withFlows: true
138 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100139 workflow: tt
140 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100141 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100142 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100143 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100144 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100145 onosReplicas: 3
146 atomixReplicas: 3
147 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700148 --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 +0100149 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100150 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100151
152
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100153 # 4k ONTs jobs
154 - 'voltha-scale-measurements':
155 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100156 build-node: 'voltha-scale-1'
157 time-trigger: "H H/4 * * *"
158 olts: 2
159 pons: 64
160 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100161 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100162 withFlows: true
163 provisionSubscribers: true
164 workflow: dt
165 withEapol: false
166 withDhcp: false
167 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100168 onosImg: andreacampanella/voltha-onos:4k-dev
169 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700170 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 -0700171 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 +0100172
Andrea Campanella518e6672022-01-17 11:42:53 +0100173 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100174 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100175 build-node: 'voltha-scale-1'
176 time-trigger: "H H/4 * * *"
177 olts: 1
178 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100179 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100180 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100181 withFlows: true
182 provisionSubscribers: true
183 workflow: dt
184 withEapol: false
185 withDhcp: false
186 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100187 onosImg: andreacampanella/voltha-onos:4k-dev
188 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700189 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 -0700190 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 +0100191
Matteo Scandolo95f99682022-02-10 15:10:37 -0800192 - 'voltha-scale-measurements':
193 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800194 build-node: 'voltha-scale-1'
195 time-trigger: "H H/4 * * *"
196 olts: 1
197 pons: 64
198 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100199 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800200 withFlows: true
201 provisionSubscribers: true
202 workflow: tt
203 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100204 withDhcp: true
205 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800206 onosImg: andreacampanella/voltha-onos:4k-dev
207 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700208 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 -0700209 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 -0800210
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800211 # multi-stack jobs
212 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800213 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
214 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800215 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800216 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700217 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800218 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800219 onosReplicas: 1
220 atomixReplicas: 0
221 kafkaReplicas: 1
222 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800223 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800224 olts: 2
225 pons: 16
226 onus: 32
227 withFlows: true
228 provisionSubscribers: true
229 workflow: att
230 withEapol: true
231 withDhcp: true
232 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800233 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800234
235 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800236 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
237 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800238 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800239 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700240 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800241 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800242 onosReplicas: 1
243 atomixReplicas: 0
244 kafkaReplicas: 1
245 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800246 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800247 olts: 2
248 pons: 16
249 onus: 32
250 withFlows: true
251 provisionSubscribers: true
252 workflow: dt
253 withEapol: false
254 withDhcp: false
255 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800256 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800257
258 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800259 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
260 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800261 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800262 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700263 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800264 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800265 onosReplicas: 1
266 atomixReplicas: 0
267 kafkaReplicas: 1
268 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800269 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800270 olts: 2
271 pons: 16
272 onus: 32
273 withFlows: true
274 provisionSubscribers: true
275 workflow: tt
276 withEapol: false
277 withDhcp: true
278 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800279 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800280
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000281 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700282 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000283 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000284 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800285 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700286 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700287 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700288 pons: 16
289 onus: 32
290 withFlows: true
291 provisionSubscribers: true
292 withEapol: true
293 withDhcp: true
294 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000295 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100296 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200297 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700298 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700299 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700300 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700301 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800302 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200303 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700304 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 -0700305
306 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000307 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000308 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800309 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700310 time-trigger: "H H/4 * * *"
311 olts: 2
312 pons: 16
313 onus: 32
314 withFlows: true
315 provisionSubscribers: true
316 workflow: dt
317 withEapol: false
318 withDhcp: false
319 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000320 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100321 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200322 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700323 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700324 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700325 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700326 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800327 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100328 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700329 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 -0700330
Matteo Scandolo031bd982020-09-16 10:03:47 -0700331 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000332 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000333 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800334 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700335 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700336 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700337 pons: 16
338 onus: 32
339 withFlows: true
340 provisionSubscribers: true
341 workflow: tt
342 withEapol: false
343 withDhcp: true
344 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000345 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100346 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200347 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700348 rwCoreImg: ''
349 ofAgentImg: ''
350 openoltAdapterImg: ''
351 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800352 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700353 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700354 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 -0700355
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700356 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100357 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700358 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100359 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700360 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100361 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700362 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100363 withMonitoring: false
364 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800365 onosReplicas: 1
366 atomixReplicas: 0
367 kafkaReplicas: 1
368 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100369 volthaStacks: 10
370 olts: 2
371 pons: 16
372 onus: 32
373 withFlows: true
374 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700375 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100376 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100377 workflow: att
378 withEapol: true
379 withDhcp: true
380 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800381 bbsimImg: ''
382 rwCoreImg: ''
383 ofAgentImg: ''
384 openoltAdapterImg: ''
385 openonuAdapterImg: ''
386 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100387 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700388 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100389
390 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700391 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100392 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700393 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100394 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700395 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100396 withMonitoring: false
397 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800398 onosReplicas: 1
399 atomixReplicas: 0
400 kafkaReplicas: 1
401 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100402 volthaStacks: 10
403 olts: 2
404 pons: 16
405 onus: 32
406 withFlows: true
407 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700408 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100409 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100410 workflow: dt
411 withEapol: false
412 withDhcp: false
413 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800414 bbsimImg: ''
415 rwCoreImg: ''
416 ofAgentImg: ''
417 openoltAdapterImg: ''
418 openonuAdapterImg: ''
419 openonuAdapterGoImg: ''
420 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700421 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100422
423 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700424 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100425 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700426 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100427 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700428 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100429 withMonitoring: false
430 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800431 onosReplicas: 1
432 atomixReplicas: 0
433 kafkaReplicas: 1
434 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100435 volthaStacks: 10
436 olts: 2
437 pons: 16
438 onus: 32
439 withFlows: true
440 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700441 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100442 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100443 workflow: tt
444 withEapol: false
445 withDhcp: true
446 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800447 bbsimImg: ''
448 rwCoreImg: ''
449 ofAgentImg: ''
450 openoltAdapterImg: ''
451 openonuAdapterImg: ''
452 openonuAdapterGoImg: ''
453 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700454 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100455
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700456 # per patchset job
457 - 'voltha-scale-measurements':
458 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800459 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700460 olts: 1
461 pons: 16
462 onus: 32
463 withFlows: true
464 provisionSubscribers: true
465 withEapol: true
466 withDhcp: true
467 withIgmp: false
468 withMonitoring: false
469 trigger-comment: "voltha scale test ATT"
470
471 - 'voltha-scale-measurements':
472 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800473 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700474 olts: 1
475 pons: 16
476 onus: 32
477 withFlows: true
478 provisionSubscribers: true
479 workflow: tt
480 withEapol: false
481 withDhcp: true
482 withIgmp: true
483 withMonitoring: false
484 trigger-comment: "voltha scale test TT"
485
486 - 'voltha-scale-measurements':
487 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800488 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700489 olts: 1
490 pons: 16
491 onus: 32
492 withFlows: true
493 provisionSubscribers: true
494 workflow: dt
495 withEapol: false
496 withDhcp: false
497 withIgmp: false
498 withMonitoring: false
499 trigger-comment: "voltha scale test DT"
500
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700501 # LWC pipeline
502 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700503 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700504 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700505 build-node: 'berlin-community-pod-2'
506 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700507 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700508 withMonitoring: true
509 olts: 1
510 pons: 16
511 onus: 32
512 withFlows: true
513 provisionSubscribers: true
514 withEapol: false
515 withDhcp: false
516 withIgmp: false
517 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
518 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700519 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700520
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700521 - 'voltha-scale-measurements':
522 name: 'voltha-scale-measurements-lwc-dt-256'
523 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
524 build-node: 'berlin-community-pod-2'
525 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700526 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700527 withMonitoring: true
528 olts: 1
529 pons: 16
530 onus: 16
531 withFlows: true
532 provisionSubscribers: true
533 withEapol: false
534 withDhcp: false
535 withIgmp: false
536 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
537 workflow: dt
538 volthaSystemTestsChange: refs/changes/10/31810/6
539
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700540
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700541# list of parameters for the VOLTHA Jobs,
542# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700543# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700544- voltha-scale-job-parameters: &voltha-scale-job-parameters
545 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700546 parameters:
547 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800548 name: pipeline-script
549 default: '{pipeline-script}'
550 description: 'The pipeline script to use'
551
552 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700553 name: release
554 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700555 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 -0700556
557 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700558 name: buildNode
559 default: '{build-node}'
560 description: 'Name of the Jenkins node to run the job on'
561
562 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700563 name: dockerRegistry
564 default: '{dockerRegistry}'
565 description: 'Address of the docker registry to use if we are building custom images'
566
567 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700568 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700569 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700570 description: 'Log level for all the components'
571
572 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800573 name: volthaStacks
574 default: '{volthaStacks}'
575 description: 'Number of VOLTHA Stacks to deploy'
576
577 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100578 name: unis
579 default: '{unis}'
580 description: 'Number of UNIs to provision'
581
582 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700583 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700584 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700585 description: 'Number of ONUs to provision'
586
587 - string:
588 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700589 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700590 description: 'Number of PONs to provision'
591
592 - string:
593 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700594 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700595 description: 'How many BBSim instances to run'
596
597 - string:
598 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700599 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700600 description: 'Which workflow are we testing (att, dt, tt)'
601
602 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000603 name: withOnuUpgrade
604 default: '{withOnuUpgrade}'
605 description: 'Whether to run the ONU Upgrade test'
606
607 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700608 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700609 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000610 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700611
612 - bool:
613 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700614 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000615 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700616
617 - bool:
618 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700619 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000620 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700621
622 - bool:
623 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700624 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000625 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700626
627 - bool:
628 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700629 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000630 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700631
632 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100633 name: withMaclearning
634 default: '{withMaclearning}'
635 description: 'Whether mac learning is enabled for the test'
636
637 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700638 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700639 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000640 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700641
642 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700643 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700644 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700645 description: 'Option to install Prometheus'
646
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700647 - bool:
648 name: withProfiling
649 default: '{withProfiling}'
650 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
651
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700652 - bool:
653 name: withPcap
654 default: '{withPcap}'
655 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
656
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700657 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700658 name: withRadius
659 default: '{withRadius}'
660 description: 'Value to pass to kind-voltha WITH_RADIUS'
661
662 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700663 name: extraHelmFlags
664 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700665 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 -0700666
Matteo Scandolo272aed42020-05-08 15:05:57 -0700667 - string:
668 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700669 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700670 description: 'How many OpenONU adapter instances to run'
671
672 - string:
673 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700674 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700675 description: 'How many ONOSes instances to run'
676
677 - string:
678 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700679 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700680 description: 'How many Atomix instances to run'
681
682 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700683 name: kafkaReplicas
684 default: '{kafkaReplicas}'
685 description: 'How many Kafka instances to run'
686
687 - string:
688 name: etcdReplicas
689 default: '{etcdReplicas}'
690 description: 'How many ETCD instances to run'
691
692 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700693 name: onosStatInterval
694 default: '{onosStatInterval}'
695 description: 'How often ONOS should poll for ports, flows and meters'
696
697 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200698 name: onosGroupInterval
699 default: '{onosGroupInterval}'
700 description: 'How often ONOS should poll for groups'
701
702 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200703 name: flowObjWorkerThreads
704 default: '{flowObjWorkerThreads}'
705 description: 'How many threads are used by the FlowObjectiveManager worker pool'
706
707 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700708 name: bbsimImg
709 default: '{bbsimImg}'
710 description: 'Custom image selection for BBSIM (repo:tag)'
711
712 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700713 name: rwCoreImg
714 default: '{rwCoreImg}'
715 description: 'Custom image selection for VOLTHA (repo:tag)'
716
717 - string:
718 name: ofAgentImg
719 default: '{ofAgentImg}'
720 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
721
722 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700723 name: openoltAdapterImg
724 default: '{openoltAdapterImg}'
725 description: 'Custom image selection for Openolt Adapter (repo:tag)'
726
727 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700728 name: openonuAdapterImg
729 default: '{openonuAdapterImg}'
730 description: 'Custom image selection for Openonu Adapter (repo:tag)'
731
732 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100733 name: openonuAdapterGoImg
734 default: '{openonuAdapterGoImg}'
735 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
736
737 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700738 name: onosImg
739 default: '{onosImg}'
740 description: 'Custom image selection for Openonu Adapter (repo:tag)'
741
742 - string:
743 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700744 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700745 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
746
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700747 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800748 name: volthaHelmChartsChange
749 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700750 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 -0700751
Matteo Scandoloccc06192020-06-22 10:16:17 -0700752 - bool:
753 name: inMemoryEtcdStorage
754 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700755 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700756
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200757 - string:
758 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700759 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200760 description: 'Karaf home'
761
Andrea Campanellade9139a2022-02-09 16:50:36 +0100762 - string:
763 name: testTimeout
764 default: '{testTimeout}'
765 description: 'How long the scale test can run for in minutes, e.g 10, 15'
766
Matteo Scandolo001003e2021-02-03 15:39:26 -0800767 # remove once voltha-2.6 is deprecated
768 - string:
769 name: kindVolthaChange
770 default: '{kindVolthaChange}'
771 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 -0800772 - bool:
773 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100774 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800775
Elia Battiston4decc6b2022-02-25 10:22:56 +0100776 - string:
777 name: mibTemplateUrl
778 default: '{mibTemplateUrl}'
779 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
780
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700781- job-template:
782 id: 'voltha-scale-measurements'
783 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700784 disabled: '{disable-job}'
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700785 sandbox: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700786
787 description: |
788 <!-- Managed by Jenkins Job Builder -->
789 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
790 Using pipeline {pipeline-script} <br/><br/>
791 Scale measurements for VOLTHA 2.x
792
793 properties:
794 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800795 build-days-to-keep: '{big-build-days-to-keep}'
796 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700797
798 wrappers:
799 - lf-infra-wrappers:
800 build-timeout: '{build-timeout}'
801 jenkins-ssh-credential: '{jenkins-ssh-credential}'
802
803 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800804 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700805 release: master
806
807 bbsimImg: voltha/bbsim:master
808 rwCoreImg: voltha/voltha-rw-core:master
809 ofAgentImg: voltha/voltha-ofagent-go:master
810 openoltAdapterImg: voltha/voltha-openolt-adapter:master
811 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100812 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700813 onosImg: voltha/voltha-onos:master
814
815 bbsimChart: onf/bbsim
816 volthaChart: onf/voltha
817 openoltAdapterChart: onf/voltha-adapter-openolt
818 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700819 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700820 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700821
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800822 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700823 olts: 2
824 pons: 2
825 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100826 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700827 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000828 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700829 withFlows: false
830 provisionSubscribers: false
831 withEapol: true
832 withDhcp: true
833 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100834 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700835 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700836 withMonitoring: true
837 withProfiling: false
838 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700839 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100840 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700841 onosReplicas: 3
842 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700843 kafkaReplicas: 3
844 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700845 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800846 onosStatInterval: 10
847 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200848 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700849 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800850 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800851 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700852 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100853 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700854 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 +0100855 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700856 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100857 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700858 dockerRegistry: 10.90.0.101:30500
859 trigger-comment: vv7CBoQQYYonvaN8xcru
860 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -0700861 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700862
863 <<: *voltha-scale-job-parameters
864
Matteo Scandolo272aed42020-05-08 15:05:57 -0700865 project-type: pipeline
866 concurrent: false
867
868 dsl: !include-raw-escape: pipeline/{pipeline-script}
869
Matteo Scandoloabb83972020-06-25 16:08:23 -0700870 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700871 # periodic jobs will set this every 4 hours
872 # 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 -0700873 - timed: |
874 TZ=America/Los_Angeles
875 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700876 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
877 # patchset jobs will set this to a meaningful comment
878 - gerrit:
879 server-name: '{gerrit-server-name}'
880 silent-start: false
881 successful-message: "PASSED scale test"
882 failure-message: "FAILED scale test"
883 unstable-message: "UNSTABLE scale test"
884 trigger-on:
885 - comment-added-contains-event:
886 comment-contains-value: '.*{trigger-comment}.*'
887 projects:
888 - project-compare-type: REG_EXP
889 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
890 branches:
891 - branch-compare-type: REG_EXP
892 branch-pattern: '{all-branches-regexp}'