blob: dc1ef7bdbdafca01fd859c11d6861a341b76034f [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 Scandolo8630f3d2022-06-27 11:55:54 -070065 onosReplicas: 1
66 atomixReplicas: 1
67 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070068
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070069 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000070 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
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 * * *"
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070088 disable-job: false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070089 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 workflow: dt
95 withEapol: false
96 withDhcp: false
97 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070098 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn'
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070099 onosReplicas: 1
100 atomixReplicas: 1
101 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo86939302020-10-30 13:32:08 -0700102
103 - 'voltha-scale-measurements':
104 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800105 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700106 time-trigger: "H H/4 * * *"
107 olts: 2
108 pons: 16
109 onus: 32
110 withFlows: true
111 provisionSubscribers: true
112 workflow: tt
113 withEapol: false
114 withDhcp: true
115 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700116 onosReplicas: 3
117 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800118 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700119 --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 -0800120 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
121 onosStatInterval: 30
122 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700123
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100124 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100125 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100126 build-node: 'voltha-scale-1'
127 time-trigger: "H H/4 * * *"
128 olts: 2
129 pons: 16
130 onus: 32
131 withFlows: true
132 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100133 workflow: tt
134 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100135 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100136 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100137 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100138 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100139 onosReplicas: 3
140 atomixReplicas: 3
141 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700142 --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 +0100143 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100144 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100145
146
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100147 # 4k ONTs jobs
148 - 'voltha-scale-measurements':
149 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100150 build-node: 'voltha-scale-1'
151 time-trigger: "H H/4 * * *"
152 olts: 2
153 pons: 64
154 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100155 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100156 withFlows: true
157 provisionSubscribers: true
158 workflow: dt
159 withEapol: false
160 withDhcp: false
161 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100162 onosImg: andreacampanella/voltha-onos:4k-dev
163 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700164 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 -0700165 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 +0100166
Andrea Campanella518e6672022-01-17 11:42:53 +0100167 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100168 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100169 build-node: 'voltha-scale-1'
170 time-trigger: "H H/4 * * *"
171 olts: 1
172 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100173 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100174 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100175 withFlows: true
176 provisionSubscribers: true
177 workflow: dt
178 withEapol: false
179 withDhcp: false
180 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100181 onosImg: andreacampanella/voltha-onos:4k-dev
182 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700183 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 -0700184 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 +0100185
Matteo Scandolo95f99682022-02-10 15:10:37 -0800186 - 'voltha-scale-measurements':
187 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800188 build-node: 'voltha-scale-1'
189 time-trigger: "H H/4 * * *"
190 olts: 1
191 pons: 64
192 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100193 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800194 withFlows: true
195 provisionSubscribers: true
196 workflow: tt
197 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100198 withDhcp: true
199 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800200 onosImg: andreacampanella/voltha-onos:4k-dev
201 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700202 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 -0700203 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 -0800204
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800205 # multi-stack jobs
206 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800207 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
208 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800209 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800210 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700211 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800212 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800213 onosReplicas: 1
214 atomixReplicas: 0
215 kafkaReplicas: 1
216 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800217 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800218 olts: 2
219 pons: 16
220 onus: 32
221 withFlows: true
222 provisionSubscribers: true
223 workflow: att
224 withEapol: true
225 withDhcp: true
226 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800227 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228
229 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800230 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
231 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800232 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800233 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700234 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800235 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800236 onosReplicas: 1
237 atomixReplicas: 0
238 kafkaReplicas: 1
239 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800240 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800241 olts: 2
242 pons: 16
243 onus: 32
244 withFlows: true
245 provisionSubscribers: true
246 workflow: dt
247 withEapol: false
248 withDhcp: false
249 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800250 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800251
252 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800253 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
254 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800255 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800256 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700257 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800258 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800259 onosReplicas: 1
260 atomixReplicas: 0
261 kafkaReplicas: 1
262 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800263 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800264 olts: 2
265 pons: 16
266 onus: 32
267 withFlows: true
268 provisionSubscribers: true
269 workflow: tt
270 withEapol: false
271 withDhcp: true
272 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800273 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800274
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000275 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700276 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000277 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000278 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800279 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700280 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700281 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700282 pons: 16
283 onus: 32
284 withFlows: true
285 provisionSubscribers: true
286 withEapol: true
287 withDhcp: true
288 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000289 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100290 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200291 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700292 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700293 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700294 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700295 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800296 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200297 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700298 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 -0700299
300 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000301 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000302 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800303 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700304 time-trigger: "H H/4 * * *"
305 olts: 2
306 pons: 16
307 onus: 32
308 withFlows: true
309 provisionSubscribers: true
310 workflow: dt
311 withEapol: false
312 withDhcp: false
313 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000314 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100315 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200316 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700317 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700318 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700319 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700320 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800321 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100322 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700323 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 -0700324
Matteo Scandolo031bd982020-09-16 10:03:47 -0700325 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000326 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000327 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800328 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700329 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700330 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700331 pons: 16
332 onus: 32
333 withFlows: true
334 provisionSubscribers: true
335 workflow: tt
336 withEapol: false
337 withDhcp: true
338 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000339 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100340 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200341 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700342 rwCoreImg: ''
343 ofAgentImg: ''
344 openoltAdapterImg: ''
345 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800346 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700347 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700348 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 -0700349
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700350 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100351 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700352 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100353 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700354 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100355 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700356 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100357 withMonitoring: false
358 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800359 onosReplicas: 1
360 atomixReplicas: 0
361 kafkaReplicas: 1
362 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100363 volthaStacks: 10
364 olts: 2
365 pons: 16
366 onus: 32
367 withFlows: true
368 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700369 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100370 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100371 workflow: att
372 withEapol: true
373 withDhcp: true
374 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800375 bbsimImg: ''
376 rwCoreImg: ''
377 ofAgentImg: ''
378 openoltAdapterImg: ''
379 openonuAdapterImg: ''
380 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100381 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700382 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100383
384 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700385 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100386 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700387 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100388 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700389 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100390 withMonitoring: false
391 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800392 onosReplicas: 1
393 atomixReplicas: 0
394 kafkaReplicas: 1
395 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100396 volthaStacks: 10
397 olts: 2
398 pons: 16
399 onus: 32
400 withFlows: true
401 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700402 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100403 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100404 workflow: dt
405 withEapol: false
406 withDhcp: false
407 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800408 bbsimImg: ''
409 rwCoreImg: ''
410 ofAgentImg: ''
411 openoltAdapterImg: ''
412 openonuAdapterImg: ''
413 openonuAdapterGoImg: ''
414 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700415 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100416
417 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700418 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100419 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700420 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100421 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700422 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100423 withMonitoring: false
424 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800425 onosReplicas: 1
426 atomixReplicas: 0
427 kafkaReplicas: 1
428 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100429 volthaStacks: 10
430 olts: 2
431 pons: 16
432 onus: 32
433 withFlows: true
434 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700435 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100436 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100437 workflow: tt
438 withEapol: false
439 withDhcp: true
440 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800441 bbsimImg: ''
442 rwCoreImg: ''
443 ofAgentImg: ''
444 openoltAdapterImg: ''
445 openonuAdapterImg: ''
446 openonuAdapterGoImg: ''
447 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700448 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100449
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700450 # per patchset job
451 - 'voltha-scale-measurements':
452 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800453 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700454 olts: 1
455 pons: 16
456 onus: 32
457 withFlows: true
458 provisionSubscribers: true
459 withEapol: true
460 withDhcp: true
461 withIgmp: false
462 withMonitoring: false
463 trigger-comment: "voltha scale test ATT"
464
465 - 'voltha-scale-measurements':
466 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800467 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700468 olts: 1
469 pons: 16
470 onus: 32
471 withFlows: true
472 provisionSubscribers: true
473 workflow: tt
474 withEapol: false
475 withDhcp: true
476 withIgmp: true
477 withMonitoring: false
478 trigger-comment: "voltha scale test TT"
479
480 - 'voltha-scale-measurements':
481 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800482 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700483 olts: 1
484 pons: 16
485 onus: 32
486 withFlows: true
487 provisionSubscribers: true
488 workflow: dt
489 withEapol: false
490 withDhcp: false
491 withIgmp: false
492 withMonitoring: false
493 trigger-comment: "voltha scale test DT"
494
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700495 # LWC pipeline
496 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700497 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700498 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700499 build-node: 'berlin-community-pod-2'
500 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700501 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700502 withMonitoring: true
503 olts: 1
504 pons: 16
505 onus: 32
506 withFlows: true
507 provisionSubscribers: true
508 withEapol: false
509 withDhcp: false
510 withIgmp: false
511 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
512 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700513 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700514
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700515 - 'voltha-scale-measurements':
516 name: 'voltha-scale-measurements-lwc-dt-256'
517 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
518 build-node: 'berlin-community-pod-2'
519 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700520 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700521 withMonitoring: true
522 olts: 1
523 pons: 16
524 onus: 16
525 withFlows: true
526 provisionSubscribers: true
527 withEapol: false
528 withDhcp: false
529 withIgmp: false
530 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
531 workflow: dt
532 volthaSystemTestsChange: refs/changes/10/31810/6
533
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700534
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700535# list of parameters for the VOLTHA Jobs,
536# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700537# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700538- voltha-scale-job-parameters: &voltha-scale-job-parameters
539 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 parameters:
541 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800542 name: pipeline-script
543 default: '{pipeline-script}'
544 description: 'The pipeline script to use'
545
546 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700547 name: release
548 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700549 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 -0700550
551 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700552 name: buildNode
553 default: '{build-node}'
554 description: 'Name of the Jenkins node to run the job on'
555
556 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700557 name: dockerRegistry
558 default: '{dockerRegistry}'
559 description: 'Address of the docker registry to use if we are building custom images'
560
561 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700562 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700563 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700564 description: 'Log level for all the components'
565
566 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800567 name: volthaStacks
568 default: '{volthaStacks}'
569 description: 'Number of VOLTHA Stacks to deploy'
570
571 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100572 name: unis
573 default: '{unis}'
574 description: 'Number of UNIs to provision'
575
576 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700577 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700578 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700579 description: 'Number of ONUs to provision'
580
581 - string:
582 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700583 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700584 description: 'Number of PONs to provision'
585
586 - string:
587 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700588 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700589 description: 'How many BBSim instances to run'
590
591 - string:
592 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700593 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700594 description: 'Which workflow are we testing (att, dt, tt)'
595
596 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000597 name: withOnuUpgrade
598 default: '{withOnuUpgrade}'
599 description: 'Whether to run the ONU Upgrade test'
600
601 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700603 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000604 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700605
606 - bool:
607 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700608 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000609 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700610
611 - bool:
612 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700613 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000614 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700615
616 - bool:
617 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700618 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000619 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700620
621 - bool:
622 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700623 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000624 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700625
626 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100627 name: withMaclearning
628 default: '{withMaclearning}'
629 description: 'Whether mac learning is enabled for the test'
630
631 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700632 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700633 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000634 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700635
636 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700637 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700638 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700639 description: 'Option to install Prometheus'
640
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700641 - bool:
642 name: withProfiling
643 default: '{withProfiling}'
644 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
645
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700646 - bool:
647 name: withPcap
648 default: '{withPcap}'
649 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
650
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700651 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700652 name: withRadius
653 default: '{withRadius}'
654 description: 'Value to pass to kind-voltha WITH_RADIUS'
655
656 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700657 name: extraHelmFlags
658 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700659 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 -0700660
Matteo Scandolo272aed42020-05-08 15:05:57 -0700661 - string:
662 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700663 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700664 description: 'How many OpenONU adapter instances to run'
665
666 - string:
667 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700668 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700669 description: 'How many ONOSes instances to run'
670
671 - string:
672 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700673 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700674 description: 'How many Atomix instances to run'
675
676 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700677 name: kafkaReplicas
678 default: '{kafkaReplicas}'
679 description: 'How many Kafka instances to run'
680
681 - string:
682 name: etcdReplicas
683 default: '{etcdReplicas}'
684 description: 'How many ETCD instances to run'
685
686 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700687 name: onosStatInterval
688 default: '{onosStatInterval}'
689 description: 'How often ONOS should poll for ports, flows and meters'
690
691 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200692 name: onosGroupInterval
693 default: '{onosGroupInterval}'
694 description: 'How often ONOS should poll for groups'
695
696 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200697 name: flowObjWorkerThreads
698 default: '{flowObjWorkerThreads}'
699 description: 'How many threads are used by the FlowObjectiveManager worker pool'
700
701 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700702 name: bbsimImg
703 default: '{bbsimImg}'
704 description: 'Custom image selection for BBSIM (repo:tag)'
705
706 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700707 name: rwCoreImg
708 default: '{rwCoreImg}'
709 description: 'Custom image selection for VOLTHA (repo:tag)'
710
711 - string:
712 name: ofAgentImg
713 default: '{ofAgentImg}'
714 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
715
716 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700717 name: openoltAdapterImg
718 default: '{openoltAdapterImg}'
719 description: 'Custom image selection for Openolt Adapter (repo:tag)'
720
721 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700722 name: openonuAdapterImg
723 default: '{openonuAdapterImg}'
724 description: 'Custom image selection for Openonu Adapter (repo:tag)'
725
726 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100727 name: openonuAdapterGoImg
728 default: '{openonuAdapterGoImg}'
729 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
730
731 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700732 name: onosImg
733 default: '{onosImg}'
734 description: 'Custom image selection for Openonu Adapter (repo:tag)'
735
736 - string:
737 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700738 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700739 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
740
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700741 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800742 name: volthaHelmChartsChange
743 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700744 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 -0700745
Matteo Scandoloccc06192020-06-22 10:16:17 -0700746 - bool:
747 name: inMemoryEtcdStorage
748 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700749 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700750
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200751 - string:
752 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700753 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200754 description: 'Karaf home'
755
Andrea Campanellade9139a2022-02-09 16:50:36 +0100756 - string:
757 name: testTimeout
758 default: '{testTimeout}'
759 description: 'How long the scale test can run for in minutes, e.g 10, 15'
760
Matteo Scandolo001003e2021-02-03 15:39:26 -0800761 # remove once voltha-2.6 is deprecated
762 - string:
763 name: kindVolthaChange
764 default: '{kindVolthaChange}'
765 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 -0800766 - bool:
767 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100768 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800769
Elia Battiston4decc6b2022-02-25 10:22:56 +0100770 - string:
771 name: mibTemplateUrl
772 default: '{mibTemplateUrl}'
773 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
774
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700775- job-template:
776 id: 'voltha-scale-measurements'
777 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700778 disabled: '{disable-job}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700779
780 description: |
781 <!-- Managed by Jenkins Job Builder -->
782 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
783 Using pipeline {pipeline-script} <br/><br/>
784 Scale measurements for VOLTHA 2.x
785
786 properties:
787 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800788 build-days-to-keep: '{big-build-days-to-keep}'
789 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700790
791 wrappers:
792 - lf-infra-wrappers:
793 build-timeout: '{build-timeout}'
794 jenkins-ssh-credential: '{jenkins-ssh-credential}'
795
796 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800797 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700798 release: master
799
800 bbsimImg: voltha/bbsim:master
801 rwCoreImg: voltha/voltha-rw-core:master
802 ofAgentImg: voltha/voltha-ofagent-go:master
803 openoltAdapterImg: voltha/voltha-openolt-adapter:master
804 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100805 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700806 onosImg: voltha/voltha-onos:master
807
808 bbsimChart: onf/bbsim
809 volthaChart: onf/voltha
810 openoltAdapterChart: onf/voltha-adapter-openolt
811 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700812 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700813 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700814
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800815 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700816 olts: 2
817 pons: 2
818 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100819 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700820 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000821 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700822 withFlows: false
823 provisionSubscribers: false
824 withEapol: true
825 withDhcp: true
826 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100827 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700828 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700829 withMonitoring: true
830 withProfiling: false
831 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700832 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100833 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700834 onosReplicas: 3
835 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700836 kafkaReplicas: 3
837 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700838 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800839 onosStatInterval: 10
840 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200841 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700842 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800843 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800844 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700845 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100846 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700847 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 +0100848 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700849 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100850 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700851 dockerRegistry: 10.90.0.101:30500
852 trigger-comment: vv7CBoQQYYonvaN8xcru
853 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -0700854 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700855
856 <<: *voltha-scale-job-parameters
857
Matteo Scandolo272aed42020-05-08 15:05:57 -0700858 project-type: pipeline
859 concurrent: false
860
861 dsl: !include-raw-escape: pipeline/{pipeline-script}
862
Matteo Scandoloabb83972020-06-25 16:08:23 -0700863 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700864 # periodic jobs will set this every 4 hours
865 # 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 -0700866 - timed: |
867 TZ=America/Los_Angeles
868 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700869 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
870 # patchset jobs will set this to a meaningful comment
871 - gerrit:
872 server-name: '{gerrit-server-name}'
873 silent-start: false
874 successful-message: "PASSED scale test"
875 failure-message: "FAILED scale test"
876 unstable-message: "UNSTABLE scale test"
877 trigger-on:
878 - comment-added-contains-event:
879 comment-contains-value: '.*{trigger-comment}.*'
880 projects:
881 - project-compare-type: REG_EXP
882 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
883 branches:
884 - branch-compare-type: REG_EXP
885 branch-pattern: '{all-branches-regexp}'