blob: 5348d8f3246ae0b14c1cf02378411a6bed5a4db3 [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 Scandolo878ea7b2022-06-27 16:21:03 -070064 extraHelmFlags: '--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 * * *"
109 olts: 2
110 pons: 16
111 onus: 32
112 withFlows: true
113 provisionSubscribers: true
114 workflow: tt
115 withEapol: false
116 withDhcp: true
117 withIgmp: true
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800118 extraHelmFlags: >
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700119 --set voltha.securityContext.enabled=false
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700120 --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 -0800121 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
122 onosStatInterval: 30
123 onosGroupInterval: 30
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700124 onosReplicas: 1
125 atomixReplicas: 1
126 onosImg: andreacampanella/voltha-onos:extend-timeout
127 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo272aed42020-05-08 15:05:57 -0700128
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100129 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100130 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100131 build-node: 'voltha-scale-1'
132 time-trigger: "H H/4 * * *"
133 olts: 2
134 pons: 16
135 onus: 32
136 withFlows: true
137 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100138 workflow: tt
139 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100140 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100141 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100142 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100143 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100144 onosReplicas: 3
145 atomixReplicas: 3
146 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700147 --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 +0100148 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100149 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100150
151
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100152 # 4k ONTs jobs
153 - 'voltha-scale-measurements':
154 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100155 build-node: 'voltha-scale-1'
156 time-trigger: "H H/4 * * *"
157 olts: 2
158 pons: 64
159 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100160 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100161 withFlows: true
162 provisionSubscribers: true
163 workflow: dt
164 withEapol: false
165 withDhcp: false
166 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100167 onosImg: andreacampanella/voltha-onos:4k-dev
168 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700169 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 -0700170 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 +0100171
Andrea Campanella518e6672022-01-17 11:42:53 +0100172 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100173 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100174 build-node: 'voltha-scale-1'
175 time-trigger: "H H/4 * * *"
176 olts: 1
177 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100178 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100179 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100180 withFlows: true
181 provisionSubscribers: true
182 workflow: dt
183 withEapol: false
184 withDhcp: false
185 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100186 onosImg: andreacampanella/voltha-onos:4k-dev
187 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700188 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 -0700189 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 +0100190
Matteo Scandolo95f99682022-02-10 15:10:37 -0800191 - 'voltha-scale-measurements':
192 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800193 build-node: 'voltha-scale-1'
194 time-trigger: "H H/4 * * *"
195 olts: 1
196 pons: 64
197 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100198 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800199 withFlows: true
200 provisionSubscribers: true
201 workflow: tt
202 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100203 withDhcp: true
204 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800205 onosImg: andreacampanella/voltha-onos:4k-dev
206 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700207 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 -0700208 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 -0800209
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800210 # multi-stack jobs
211 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800212 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
213 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800214 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800215 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700216 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800217 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800218 onosReplicas: 1
219 atomixReplicas: 0
220 kafkaReplicas: 1
221 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800222 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800223 olts: 2
224 pons: 16
225 onus: 32
226 withFlows: true
227 provisionSubscribers: true
228 workflow: att
229 withEapol: true
230 withDhcp: true
231 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800232 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800233
234 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800235 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
236 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800237 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800238 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700239 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800240 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800241 onosReplicas: 1
242 atomixReplicas: 0
243 kafkaReplicas: 1
244 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800245 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800246 olts: 2
247 pons: 16
248 onus: 32
249 withFlows: true
250 provisionSubscribers: true
251 workflow: dt
252 withEapol: false
253 withDhcp: false
254 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800255 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800256
257 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800258 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
259 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800260 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800261 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700262 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800263 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800264 onosReplicas: 1
265 atomixReplicas: 0
266 kafkaReplicas: 1
267 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800268 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800269 olts: 2
270 pons: 16
271 onus: 32
272 withFlows: true
273 provisionSubscribers: true
274 workflow: tt
275 withEapol: false
276 withDhcp: true
277 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800278 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800279
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000280 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700281 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000282 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000283 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800284 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700285 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700286 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700287 pons: 16
288 onus: 32
289 withFlows: true
290 provisionSubscribers: true
291 withEapol: true
292 withDhcp: true
293 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000294 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100295 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200296 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700297 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700298 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700299 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700300 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800301 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200302 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700303 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 -0700304
305 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000306 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000307 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800308 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700309 time-trigger: "H H/4 * * *"
310 olts: 2
311 pons: 16
312 onus: 32
313 withFlows: true
314 provisionSubscribers: true
315 workflow: dt
316 withEapol: false
317 withDhcp: false
318 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000319 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100320 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200321 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700322 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700323 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700324 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700325 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800326 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100327 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700328 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 -0700329
Matteo Scandolo031bd982020-09-16 10:03:47 -0700330 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000331 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000332 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800333 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700334 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700335 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700336 pons: 16
337 onus: 32
338 withFlows: true
339 provisionSubscribers: true
340 workflow: tt
341 withEapol: false
342 withDhcp: true
343 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000344 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100345 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200346 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700347 rwCoreImg: ''
348 ofAgentImg: ''
349 openoltAdapterImg: ''
350 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800351 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700352 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700353 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 -0700354
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700355 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100356 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700357 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100358 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700359 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100360 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700361 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100362 withMonitoring: false
363 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800364 onosReplicas: 1
365 atomixReplicas: 0
366 kafkaReplicas: 1
367 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100368 volthaStacks: 10
369 olts: 2
370 pons: 16
371 onus: 32
372 withFlows: true
373 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700374 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100375 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100376 workflow: att
377 withEapol: true
378 withDhcp: true
379 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800380 bbsimImg: ''
381 rwCoreImg: ''
382 ofAgentImg: ''
383 openoltAdapterImg: ''
384 openonuAdapterImg: ''
385 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100386 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700387 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100388
389 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700390 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100391 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700392 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100393 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700394 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100395 withMonitoring: false
396 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800397 onosReplicas: 1
398 atomixReplicas: 0
399 kafkaReplicas: 1
400 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100401 volthaStacks: 10
402 olts: 2
403 pons: 16
404 onus: 32
405 withFlows: true
406 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700407 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100408 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100409 workflow: dt
410 withEapol: false
411 withDhcp: false
412 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800413 bbsimImg: ''
414 rwCoreImg: ''
415 ofAgentImg: ''
416 openoltAdapterImg: ''
417 openonuAdapterImg: ''
418 openonuAdapterGoImg: ''
419 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700420 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100421
422 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700423 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100424 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700425 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100426 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700427 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100428 withMonitoring: false
429 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800430 onosReplicas: 1
431 atomixReplicas: 0
432 kafkaReplicas: 1
433 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100434 volthaStacks: 10
435 olts: 2
436 pons: 16
437 onus: 32
438 withFlows: true
439 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700440 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100441 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100442 workflow: tt
443 withEapol: false
444 withDhcp: true
445 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800446 bbsimImg: ''
447 rwCoreImg: ''
448 ofAgentImg: ''
449 openoltAdapterImg: ''
450 openonuAdapterImg: ''
451 openonuAdapterGoImg: ''
452 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700453 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100454
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700455 # per patchset job
456 - 'voltha-scale-measurements':
457 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800458 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700459 olts: 1
460 pons: 16
461 onus: 32
462 withFlows: true
463 provisionSubscribers: true
464 withEapol: true
465 withDhcp: true
466 withIgmp: false
467 withMonitoring: false
468 trigger-comment: "voltha scale test ATT"
469
470 - 'voltha-scale-measurements':
471 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800472 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700473 olts: 1
474 pons: 16
475 onus: 32
476 withFlows: true
477 provisionSubscribers: true
478 workflow: tt
479 withEapol: false
480 withDhcp: true
481 withIgmp: true
482 withMonitoring: false
483 trigger-comment: "voltha scale test TT"
484
485 - 'voltha-scale-measurements':
486 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800487 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700488 olts: 1
489 pons: 16
490 onus: 32
491 withFlows: true
492 provisionSubscribers: true
493 workflow: dt
494 withEapol: false
495 withDhcp: false
496 withIgmp: false
497 withMonitoring: false
498 trigger-comment: "voltha scale test DT"
499
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700500 # LWC pipeline
501 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700502 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700503 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700504 build-node: 'berlin-community-pod-2'
505 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700506 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700507 withMonitoring: true
508 olts: 1
509 pons: 16
510 onus: 32
511 withFlows: true
512 provisionSubscribers: true
513 withEapol: false
514 withDhcp: false
515 withIgmp: false
516 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
517 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700518 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700519
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700520 - 'voltha-scale-measurements':
521 name: 'voltha-scale-measurements-lwc-dt-256'
522 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
523 build-node: 'berlin-community-pod-2'
524 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700525 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700526 withMonitoring: true
527 olts: 1
528 pons: 16
529 onus: 16
530 withFlows: true
531 provisionSubscribers: true
532 withEapol: false
533 withDhcp: false
534 withIgmp: false
535 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
536 workflow: dt
537 volthaSystemTestsChange: refs/changes/10/31810/6
538
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700539
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700540# list of parameters for the VOLTHA Jobs,
541# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700542# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700543- voltha-scale-job-parameters: &voltha-scale-job-parameters
544 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 parameters:
546 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800547 name: pipeline-script
548 default: '{pipeline-script}'
549 description: 'The pipeline script to use'
550
551 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700552 name: release
553 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700554 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 -0700555
556 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700557 name: buildNode
558 default: '{build-node}'
559 description: 'Name of the Jenkins node to run the job on'
560
561 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700562 name: dockerRegistry
563 default: '{dockerRegistry}'
564 description: 'Address of the docker registry to use if we are building custom images'
565
566 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700567 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700568 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700569 description: 'Log level for all the components'
570
571 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800572 name: volthaStacks
573 default: '{volthaStacks}'
574 description: 'Number of VOLTHA Stacks to deploy'
575
576 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100577 name: unis
578 default: '{unis}'
579 description: 'Number of UNIs to provision'
580
581 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700582 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700583 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700584 description: 'Number of ONUs to provision'
585
586 - string:
587 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700588 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700589 description: 'Number of PONs to provision'
590
591 - string:
592 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700593 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700594 description: 'How many BBSim instances to run'
595
596 - string:
597 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700598 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700599 description: 'Which workflow are we testing (att, dt, tt)'
600
601 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000602 name: withOnuUpgrade
603 default: '{withOnuUpgrade}'
604 description: 'Whether to run the ONU Upgrade test'
605
606 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700607 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700608 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000609 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700610
611 - bool:
612 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700613 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000614 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700615
616 - bool:
617 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700618 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000619 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700620
621 - bool:
622 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700623 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000624 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700625
626 - bool:
627 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700628 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000629 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700630
631 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100632 name: withMaclearning
633 default: '{withMaclearning}'
634 description: 'Whether mac learning is enabled for the test'
635
636 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700637 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700638 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000639 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700640
641 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700642 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700643 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700644 description: 'Option to install Prometheus'
645
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700646 - bool:
647 name: withProfiling
648 default: '{withProfiling}'
649 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
650
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700651 - bool:
652 name: withPcap
653 default: '{withPcap}'
654 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
655
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700656 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700657 name: withRadius
658 default: '{withRadius}'
659 description: 'Value to pass to kind-voltha WITH_RADIUS'
660
661 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700662 name: extraHelmFlags
663 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700664 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 -0700665
Matteo Scandolo272aed42020-05-08 15:05:57 -0700666 - string:
667 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700668 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700669 description: 'How many OpenONU adapter instances to run'
670
671 - string:
672 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700673 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700674 description: 'How many ONOSes instances to run'
675
676 - string:
677 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700678 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700679 description: 'How many Atomix instances to run'
680
681 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700682 name: kafkaReplicas
683 default: '{kafkaReplicas}'
684 description: 'How many Kafka instances to run'
685
686 - string:
687 name: etcdReplicas
688 default: '{etcdReplicas}'
689 description: 'How many ETCD instances to run'
690
691 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700692 name: onosStatInterval
693 default: '{onosStatInterval}'
694 description: 'How often ONOS should poll for ports, flows and meters'
695
696 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200697 name: onosGroupInterval
698 default: '{onosGroupInterval}'
699 description: 'How often ONOS should poll for groups'
700
701 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200702 name: flowObjWorkerThreads
703 default: '{flowObjWorkerThreads}'
704 description: 'How many threads are used by the FlowObjectiveManager worker pool'
705
706 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700707 name: bbsimImg
708 default: '{bbsimImg}'
709 description: 'Custom image selection for BBSIM (repo:tag)'
710
711 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700712 name: rwCoreImg
713 default: '{rwCoreImg}'
714 description: 'Custom image selection for VOLTHA (repo:tag)'
715
716 - string:
717 name: ofAgentImg
718 default: '{ofAgentImg}'
719 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
720
721 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700722 name: openoltAdapterImg
723 default: '{openoltAdapterImg}'
724 description: 'Custom image selection for Openolt Adapter (repo:tag)'
725
726 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700727 name: openonuAdapterImg
728 default: '{openonuAdapterImg}'
729 description: 'Custom image selection for Openonu Adapter (repo:tag)'
730
731 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100732 name: openonuAdapterGoImg
733 default: '{openonuAdapterGoImg}'
734 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
735
736 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700737 name: onosImg
738 default: '{onosImg}'
739 description: 'Custom image selection for Openonu Adapter (repo:tag)'
740
741 - string:
742 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700743 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700744 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
745
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700746 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800747 name: volthaHelmChartsChange
748 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700749 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 -0700750
Matteo Scandoloccc06192020-06-22 10:16:17 -0700751 - bool:
752 name: inMemoryEtcdStorage
753 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700754 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700755
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200756 - string:
757 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700758 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200759 description: 'Karaf home'
760
Andrea Campanellade9139a2022-02-09 16:50:36 +0100761 - string:
762 name: testTimeout
763 default: '{testTimeout}'
764 description: 'How long the scale test can run for in minutes, e.g 10, 15'
765
Matteo Scandolo001003e2021-02-03 15:39:26 -0800766 # remove once voltha-2.6 is deprecated
767 - string:
768 name: kindVolthaChange
769 default: '{kindVolthaChange}'
770 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 -0800771 - bool:
772 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100773 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800774
Elia Battiston4decc6b2022-02-25 10:22:56 +0100775 - string:
776 name: mibTemplateUrl
777 default: '{mibTemplateUrl}'
778 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
779
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700780- job-template:
781 id: 'voltha-scale-measurements'
782 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700783 disabled: '{disable-job}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700784
785 description: |
786 <!-- Managed by Jenkins Job Builder -->
787 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
788 Using pipeline {pipeline-script} <br/><br/>
789 Scale measurements for VOLTHA 2.x
790
791 properties:
792 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800793 build-days-to-keep: '{big-build-days-to-keep}'
794 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700795
796 wrappers:
797 - lf-infra-wrappers:
798 build-timeout: '{build-timeout}'
799 jenkins-ssh-credential: '{jenkins-ssh-credential}'
800
801 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800802 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700803 release: master
804
805 bbsimImg: voltha/bbsim:master
806 rwCoreImg: voltha/voltha-rw-core:master
807 ofAgentImg: voltha/voltha-ofagent-go:master
808 openoltAdapterImg: voltha/voltha-openolt-adapter:master
809 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100810 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700811 onosImg: voltha/voltha-onos:master
812
813 bbsimChart: onf/bbsim
814 volthaChart: onf/voltha
815 openoltAdapterChart: onf/voltha-adapter-openolt
816 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700817 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700818 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700819
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800820 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700821 olts: 2
822 pons: 2
823 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100824 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700825 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000826 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700827 withFlows: false
828 provisionSubscribers: false
829 withEapol: true
830 withDhcp: true
831 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100832 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700833 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700834 withMonitoring: true
835 withProfiling: false
836 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700837 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100838 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700839 onosReplicas: 3
840 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700841 kafkaReplicas: 3
842 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700843 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800844 onosStatInterval: 10
845 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200846 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700847 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800848 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800849 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700850 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100851 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700852 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 +0100853 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700854 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100855 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700856 dockerRegistry: 10.90.0.101:30500
857 trigger-comment: vv7CBoQQYYonvaN8xcru
858 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -0700859 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700860
861 <<: *voltha-scale-job-parameters
862
Matteo Scandolo272aed42020-05-08 15:05:57 -0700863 project-type: pipeline
864 concurrent: false
865
866 dsl: !include-raw-escape: pipeline/{pipeline-script}
867
Matteo Scandoloabb83972020-06-25 16:08:23 -0700868 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700869 # periodic jobs will set this every 4 hours
870 # 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 -0700871 - timed: |
872 TZ=America/Los_Angeles
873 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700874 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
875 # patchset jobs will set this to a meaningful comment
876 - gerrit:
877 server-name: '{gerrit-server-name}'
878 silent-start: false
879 successful-message: "PASSED scale test"
880 failure-message: "FAILED scale test"
881 unstable-message: "UNSTABLE scale test"
882 trigger-on:
883 - comment-added-contains-event:
884 comment-contains-value: '.*{trigger-comment}.*'
885 projects:
886 - project-compare-type: REG_EXP
887 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
888 branches:
889 - branch-compare-type: REG_EXP
890 branch-pattern: '{all-branches-regexp}'