blob: 03bfd3247264f755ef47bf5c21717f55933ceefa [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 Scandolo7185dea2022-06-28 15:24:53 -070069 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Andrea Campanella0086ab62022-06-29 16:36:21 +020070 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070071
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070072 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000073 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000074 build-node: 'voltha-scale-1'
75 time-trigger: "H H/12 * * *"
76 olts: 2
77 pons: 16
78 onus: 32
79 withOnuUpgrade: true
80 withFlows: true
81 provisionSubscribers: false
82 withEapol: false
83 withDhcp: false
84 withIgmp: false
Matteo Scandoloa8684b82022-06-23 16:53:19 -070085 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 +000086
87 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070088 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080089 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070090 time-trigger: "H H/4 * * *"
Matteo Scandolo8630f3d2022-06-27 11:55:54 -070091 disable-job: false
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070092 olts: 2
93 pons: 16
94 onus: 32
95 withFlows: true
96 provisionSubscribers: true
97 workflow: dt
98 withEapol: false
99 withDhcp: false
100 withIgmp: false
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700101 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 -0700102 onosReplicas: 1
103 atomixReplicas: 1
104 onosImg: andreacampanella/voltha-onos:extend-timeout
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700105 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700106 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Andrea Campanella0086ab62022-06-29 16:36:21 +0200107 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo86939302020-10-30 13:32:08 -0700108
109 - 'voltha-scale-measurements':
110 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800111 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700112 time-trigger: "H H/4 * * *"
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700113 disable-job: false
Matteo Scandolo86939302020-10-30 13:32:08 -0700114 olts: 2
115 pons: 16
116 onus: 32
117 withFlows: true
118 provisionSubscribers: true
119 workflow: tt
120 withEapol: false
121 withDhcp: true
122 withIgmp: true
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800123 extraHelmFlags: >
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700124 --set voltha.securityContext.enabled=false
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700125 --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 -0800126 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
127 onosStatInterval: 30
128 onosGroupInterval: 30
Matteo Scandolo878ea7b2022-06-27 16:21:03 -0700129 onosReplicas: 1
130 atomixReplicas: 1
131 onosImg: andreacampanella/voltha-onos:extend-timeout
132 ofAgentImg: matteoscandolo/voltha-ofagent-go:scale-debug
Matteo Scandolo7185dea2022-06-28 15:24:53 -0700133 openoltAdapterImg: matteoscandolo/voltha-openolt-adapter:indications
Andrea Campanella0086ab62022-06-29 16:36:21 +0200134 volthaHelmChartsChange: refs/changes/54/32954/1
Matteo Scandolo272aed42020-05-08 15:05:57 -0700135
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100136 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100137 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100138 build-node: 'voltha-scale-1'
139 time-trigger: "H H/4 * * *"
140 olts: 2
141 pons: 16
142 onus: 32
143 withFlows: true
144 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100145 workflow: tt
146 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100147 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100148 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100149 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100150 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100151 onosReplicas: 3
152 atomixReplicas: 3
153 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700154 --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 +0100155 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100156 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100157
158
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100159 # 4k ONTs jobs
160 - 'voltha-scale-measurements':
161 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100162 build-node: 'voltha-scale-1'
163 time-trigger: "H H/4 * * *"
164 olts: 2
165 pons: 64
166 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100167 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100168 withFlows: true
169 provisionSubscribers: true
170 workflow: dt
171 withEapol: false
172 withDhcp: false
173 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100174 onosImg: andreacampanella/voltha-onos:4k-dev
175 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700176 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700177 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100178
Andrea Campanella518e6672022-01-17 11:42:53 +0100179 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100180 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100181 build-node: 'voltha-scale-1'
182 time-trigger: "H H/4 * * *"
183 olts: 1
184 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100185 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100186 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100187 withFlows: true
188 provisionSubscribers: true
189 workflow: dt
190 withEapol: false
191 withDhcp: false
192 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100193 onosImg: andreacampanella/voltha-onos:4k-dev
194 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700195 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700196 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100197
Matteo Scandolo95f99682022-02-10 15:10:37 -0800198 - 'voltha-scale-measurements':
199 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800200 build-node: 'voltha-scale-1'
201 time-trigger: "H H/4 * * *"
202 olts: 1
203 pons: 64
204 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100205 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800206 withFlows: true
207 provisionSubscribers: true
208 workflow: tt
209 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100210 withDhcp: true
211 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800212 onosImg: andreacampanella/voltha-onos:4k-dev
213 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700214 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 -0700215 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 -0800216
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800217 # multi-stack jobs
218 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800219 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
220 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800221 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800222 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700223 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800224 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800225 onosReplicas: 1
226 atomixReplicas: 0
227 kafkaReplicas: 1
228 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800229 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800230 olts: 2
231 pons: 16
232 onus: 32
233 withFlows: true
234 provisionSubscribers: true
235 workflow: att
236 withEapol: true
237 withDhcp: true
238 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800239 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800240
241 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800242 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
243 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800244 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800245 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700246 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800247 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800248 onosReplicas: 1
249 atomixReplicas: 0
250 kafkaReplicas: 1
251 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800252 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800253 olts: 2
254 pons: 16
255 onus: 32
256 withFlows: true
257 provisionSubscribers: true
258 workflow: dt
259 withEapol: false
260 withDhcp: false
261 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800262 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800263
264 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800265 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
266 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800267 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800268 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700269 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800270 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800271 onosReplicas: 1
272 atomixReplicas: 0
273 kafkaReplicas: 1
274 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800275 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800276 olts: 2
277 pons: 16
278 onus: 32
279 withFlows: true
280 provisionSubscribers: true
281 workflow: tt
282 withEapol: false
283 withDhcp: true
284 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800285 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800286
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000287 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700288 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000289 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000290 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800291 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700292 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700293 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700294 pons: 16
295 onus: 32
296 withFlows: true
297 provisionSubscribers: true
298 withEapol: true
299 withDhcp: true
300 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000301 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100302 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200303 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700304 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700305 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700306 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700307 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800308 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200309 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700310 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 -0700311
312 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000313 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000314 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800315 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700316 time-trigger: "H H/4 * * *"
317 olts: 2
318 pons: 16
319 onus: 32
320 withFlows: true
321 provisionSubscribers: true
322 workflow: dt
323 withEapol: false
324 withDhcp: false
325 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000326 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100327 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200328 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700329 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700330 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700331 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700332 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800333 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100334 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700335 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 -0700336
Matteo Scandolo031bd982020-09-16 10:03:47 -0700337 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000338 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000339 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800340 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700341 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700342 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700343 pons: 16
344 onus: 32
345 withFlows: true
346 provisionSubscribers: true
347 workflow: tt
348 withEapol: false
349 withDhcp: true
350 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000351 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100352 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200353 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700354 rwCoreImg: ''
355 ofAgentImg: ''
356 openoltAdapterImg: ''
357 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800358 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700359 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700360 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 -0700361
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700362 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100363 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700364 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100365 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700366 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100367 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700368 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100369 withMonitoring: false
370 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800371 onosReplicas: 1
372 atomixReplicas: 0
373 kafkaReplicas: 1
374 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100375 volthaStacks: 10
376 olts: 2
377 pons: 16
378 onus: 32
379 withFlows: true
380 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700381 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100382 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100383 workflow: att
384 withEapol: true
385 withDhcp: true
386 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800387 bbsimImg: ''
388 rwCoreImg: ''
389 ofAgentImg: ''
390 openoltAdapterImg: ''
391 openonuAdapterImg: ''
392 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100393 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700394 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100395
396 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700397 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100398 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700399 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100400 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700401 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100402 withMonitoring: false
403 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800404 onosReplicas: 1
405 atomixReplicas: 0
406 kafkaReplicas: 1
407 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100408 volthaStacks: 10
409 olts: 2
410 pons: 16
411 onus: 32
412 withFlows: true
413 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700414 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100415 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100416 workflow: dt
417 withEapol: false
418 withDhcp: false
419 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800420 bbsimImg: ''
421 rwCoreImg: ''
422 ofAgentImg: ''
423 openoltAdapterImg: ''
424 openonuAdapterImg: ''
425 openonuAdapterGoImg: ''
426 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700427 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100428
429 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700430 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100431 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700432 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100433 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700434 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100435 withMonitoring: false
436 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800437 onosReplicas: 1
438 atomixReplicas: 0
439 kafkaReplicas: 1
440 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100441 volthaStacks: 10
442 olts: 2
443 pons: 16
444 onus: 32
445 withFlows: true
446 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700447 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100448 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100449 workflow: tt
450 withEapol: false
451 withDhcp: true
452 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800453 bbsimImg: ''
454 rwCoreImg: ''
455 ofAgentImg: ''
456 openoltAdapterImg: ''
457 openonuAdapterImg: ''
458 openonuAdapterGoImg: ''
459 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700460 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100461
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700462 # per patchset job
463 - 'voltha-scale-measurements':
464 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800465 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700466 olts: 1
467 pons: 16
468 onus: 32
469 withFlows: true
470 provisionSubscribers: true
471 withEapol: true
472 withDhcp: true
473 withIgmp: false
474 withMonitoring: false
475 trigger-comment: "voltha scale test ATT"
476
477 - 'voltha-scale-measurements':
478 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800479 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700480 olts: 1
481 pons: 16
482 onus: 32
483 withFlows: true
484 provisionSubscribers: true
485 workflow: tt
486 withEapol: false
487 withDhcp: true
488 withIgmp: true
489 withMonitoring: false
490 trigger-comment: "voltha scale test TT"
491
492 - 'voltha-scale-measurements':
493 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800494 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700495 olts: 1
496 pons: 16
497 onus: 32
498 withFlows: true
499 provisionSubscribers: true
500 workflow: dt
501 withEapol: false
502 withDhcp: false
503 withIgmp: false
504 withMonitoring: false
505 trigger-comment: "voltha scale test DT"
506
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700507 # LWC pipeline
508 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700509 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700510 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700511 build-node: 'berlin-community-pod-2'
512 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700513 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700514 withMonitoring: true
515 olts: 1
516 pons: 16
517 onus: 32
518 withFlows: true
519 provisionSubscribers: true
520 withEapol: false
521 withDhcp: false
522 withIgmp: false
523 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
524 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700525 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700526
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700527 - 'voltha-scale-measurements':
528 name: 'voltha-scale-measurements-lwc-dt-256'
529 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
530 build-node: 'berlin-community-pod-2'
531 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700532 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700533 withMonitoring: true
534 olts: 1
535 pons: 16
536 onus: 16
537 withFlows: true
538 provisionSubscribers: true
539 withEapol: false
540 withDhcp: false
541 withIgmp: false
542 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
543 workflow: dt
544 volthaSystemTestsChange: refs/changes/10/31810/6
545
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700546
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700547# list of parameters for the VOLTHA Jobs,
548# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700549# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700550- voltha-scale-job-parameters: &voltha-scale-job-parameters
551 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700552 parameters:
553 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800554 name: pipeline-script
555 default: '{pipeline-script}'
556 description: 'The pipeline script to use'
557
558 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700559 name: release
560 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700561 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 -0700562
563 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700564 name: buildNode
565 default: '{build-node}'
566 description: 'Name of the Jenkins node to run the job on'
567
568 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700569 name: dockerRegistry
570 default: '{dockerRegistry}'
571 description: 'Address of the docker registry to use if we are building custom images'
572
573 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700574 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700575 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700576 description: 'Log level for all the components'
577
578 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800579 name: volthaStacks
580 default: '{volthaStacks}'
581 description: 'Number of VOLTHA Stacks to deploy'
582
583 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100584 name: unis
585 default: '{unis}'
586 description: 'Number of UNIs to provision'
587
588 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700589 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700590 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700591 description: 'Number of ONUs to provision'
592
593 - string:
594 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700595 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700596 description: 'Number of PONs to provision'
597
598 - string:
599 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700600 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700601 description: 'How many BBSim instances to run'
602
603 - string:
604 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700605 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700606 description: 'Which workflow are we testing (att, dt, tt)'
607
608 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000609 name: withOnuUpgrade
610 default: '{withOnuUpgrade}'
611 description: 'Whether to run the ONU Upgrade test'
612
613 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700614 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700615 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000616 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700617
618 - bool:
619 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700620 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000621 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700622
623 - bool:
624 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700625 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000626 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700627
628 - bool:
629 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700630 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000631 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700632
633 - bool:
634 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700635 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000636 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700637
638 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100639 name: withMaclearning
640 default: '{withMaclearning}'
641 description: 'Whether mac learning is enabled for the test'
642
643 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700644 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700645 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000646 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700647
648 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700649 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700650 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700651 description: 'Option to install Prometheus'
652
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700653 - bool:
654 name: withProfiling
655 default: '{withProfiling}'
656 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
657
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700658 - bool:
659 name: withPcap
660 default: '{withPcap}'
661 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
662
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700663 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700664 name: withRadius
665 default: '{withRadius}'
666 description: 'Value to pass to kind-voltha WITH_RADIUS'
667
668 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700669 name: extraHelmFlags
670 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700671 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 -0700672
Matteo Scandolo272aed42020-05-08 15:05:57 -0700673 - string:
674 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700675 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700676 description: 'How many OpenONU adapter instances to run'
677
678 - string:
679 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700680 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700681 description: 'How many ONOSes instances to run'
682
683 - string:
684 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700685 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700686 description: 'How many Atomix instances to run'
687
688 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700689 name: kafkaReplicas
690 default: '{kafkaReplicas}'
691 description: 'How many Kafka instances to run'
692
693 - string:
694 name: etcdReplicas
695 default: '{etcdReplicas}'
696 description: 'How many ETCD instances to run'
697
698 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700699 name: onosStatInterval
700 default: '{onosStatInterval}'
701 description: 'How often ONOS should poll for ports, flows and meters'
702
703 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200704 name: onosGroupInterval
705 default: '{onosGroupInterval}'
706 description: 'How often ONOS should poll for groups'
707
708 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200709 name: flowObjWorkerThreads
710 default: '{flowObjWorkerThreads}'
711 description: 'How many threads are used by the FlowObjectiveManager worker pool'
712
713 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700714 name: bbsimImg
715 default: '{bbsimImg}'
716 description: 'Custom image selection for BBSIM (repo:tag)'
717
718 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700719 name: rwCoreImg
720 default: '{rwCoreImg}'
721 description: 'Custom image selection for VOLTHA (repo:tag)'
722
723 - string:
724 name: ofAgentImg
725 default: '{ofAgentImg}'
726 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
727
728 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700729 name: openoltAdapterImg
730 default: '{openoltAdapterImg}'
731 description: 'Custom image selection for Openolt Adapter (repo:tag)'
732
733 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700734 name: openonuAdapterImg
735 default: '{openonuAdapterImg}'
736 description: 'Custom image selection for Openonu Adapter (repo:tag)'
737
738 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100739 name: openonuAdapterGoImg
740 default: '{openonuAdapterGoImg}'
741 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
742
743 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700744 name: onosImg
745 default: '{onosImg}'
746 description: 'Custom image selection for Openonu Adapter (repo:tag)'
747
748 - string:
749 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700750 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700751 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
752
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700753 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800754 name: volthaHelmChartsChange
755 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700756 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 -0700757
Matteo Scandoloccc06192020-06-22 10:16:17 -0700758 - bool:
759 name: inMemoryEtcdStorage
760 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700761 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700762
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200763 - string:
764 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700765 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200766 description: 'Karaf home'
767
Andrea Campanellade9139a2022-02-09 16:50:36 +0100768 - string:
769 name: testTimeout
770 default: '{testTimeout}'
771 description: 'How long the scale test can run for in minutes, e.g 10, 15'
772
Matteo Scandolo001003e2021-02-03 15:39:26 -0800773 # remove once voltha-2.6 is deprecated
774 - string:
775 name: kindVolthaChange
776 default: '{kindVolthaChange}'
777 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 -0800778 - bool:
779 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100780 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800781
Elia Battiston4decc6b2022-02-25 10:22:56 +0100782 - string:
783 name: mibTemplateUrl
784 default: '{mibTemplateUrl}'
785 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
786
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700787- job-template:
788 id: 'voltha-scale-measurements'
789 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700790 disabled: '{disable-job}'
Matteo Scandoloa7fda432022-06-27 16:57:37 -0700791 sandbox: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700792
793 description: |
794 <!-- Managed by Jenkins Job Builder -->
795 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
796 Using pipeline {pipeline-script} <br/><br/>
797 Scale measurements for VOLTHA 2.x
798
799 properties:
Joey Armstronge04fe1f2022-08-25 13:48:13 -0400800 - onf-infra-volthadevs-permissions
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700801 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800802 build-days-to-keep: '{big-build-days-to-keep}'
803 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700804
805 wrappers:
806 - lf-infra-wrappers:
807 build-timeout: '{build-timeout}'
808 jenkins-ssh-credential: '{jenkins-ssh-credential}'
809
810 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800811 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700812 release: master
813
814 bbsimImg: voltha/bbsim:master
815 rwCoreImg: voltha/voltha-rw-core:master
816 ofAgentImg: voltha/voltha-ofagent-go:master
817 openoltAdapterImg: voltha/voltha-openolt-adapter:master
818 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100819 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700820 onosImg: voltha/voltha-onos:master
821
822 bbsimChart: onf/bbsim
823 volthaChart: onf/voltha
824 openoltAdapterChart: onf/voltha-adapter-openolt
825 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700826 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700827 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700828
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800829 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700830 olts: 2
831 pons: 2
832 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100833 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700834 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000835 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700836 withFlows: false
837 provisionSubscribers: false
838 withEapol: true
839 withDhcp: true
840 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100841 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700842 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700843 withMonitoring: true
844 withProfiling: false
845 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700846 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100847 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700848 onosReplicas: 3
849 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700850 kafkaReplicas: 3
851 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700852 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800853 onosStatInterval: 10
854 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200855 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700856 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800857 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800858 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700859 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100860 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700861 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 +0100862 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700863 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100864 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700865 dockerRegistry: 10.90.0.101:30500
866 trigger-comment: vv7CBoQQYYonvaN8xcru
867 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -0700868 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700869
870 <<: *voltha-scale-job-parameters
871
Matteo Scandolo272aed42020-05-08 15:05:57 -0700872 project-type: pipeline
873 concurrent: false
874
875 dsl: !include-raw-escape: pipeline/{pipeline-script}
876
Matteo Scandoloabb83972020-06-25 16:08:23 -0700877 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700878 # periodic jobs will set this every 4 hours
879 # 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 -0700880 - timed: |
881 TZ=America/Los_Angeles
882 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700883 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
884 # patchset jobs will set this to a meaningful comment
885 - gerrit:
886 server-name: '{gerrit-server-name}'
887 silent-start: false
888 successful-message: "PASSED scale test"
889 failure-message: "FAILED scale test"
890 unstable-message: "UNSTABLE scale test"
891 trigger-on:
892 - comment-added-contains-event:
893 comment-contains-value: '.*{trigger-comment}.*'
894 projects:
895 - project-compare-type: REG_EXP
896 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
897 branches:
898 - branch-compare-type: REG_EXP
899 branch-pattern: '{all-branches-regexp}'