blob: d1839dd7f5253976da9ec3954e9eb56d08bcf75e [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 Scandoloec43bab2022-06-24 11:49:56 -070064 extraHelmFlags: |
65 --set authRetry=false,dhcpRetry=false
66 -f /home/jenkins/voltha-scale/voltha-values.yaml
67 --set etcd.persistence.enabled=false,etcd.persistence.storageClass=longhorn
68 --set global.rpc_timeout=30s
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 * * *"
89 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 Scandolo86939302020-10-30 13:32:08 -070099
100 - 'voltha-scale-measurements':
101 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800102 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700103 time-trigger: "H H/4 * * *"
104 olts: 2
105 pons: 16
106 onus: 32
107 withFlows: true
108 provisionSubscribers: true
109 workflow: tt
110 withEapol: false
111 withDhcp: true
112 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700113 onosReplicas: 3
114 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800115 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700116 --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 -0800117 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
118 onosStatInterval: 30
119 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700120
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100121 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100122 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100123 build-node: 'voltha-scale-1'
124 time-trigger: "H H/4 * * *"
125 olts: 2
126 pons: 16
127 onus: 32
128 withFlows: true
129 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100130 workflow: tt
131 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100132 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100133 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100134 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100135 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100136 onosReplicas: 3
137 atomixReplicas: 3
138 extraHelmFlags: >
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700139 --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 +0100140 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100141 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100142
143
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100144 # 4k ONTs jobs
145 - 'voltha-scale-measurements':
146 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100147 build-node: 'voltha-scale-1'
148 time-trigger: "H H/4 * * *"
149 olts: 2
150 pons: 64
151 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100152 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100153 withFlows: true
154 provisionSubscribers: true
155 workflow: dt
156 withEapol: false
157 withDhcp: false
158 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100159 onosImg: andreacampanella/voltha-onos:4k-dev
160 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700161 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 -0700162 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 +0100163
Andrea Campanella518e6672022-01-17 11:42:53 +0100164 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100165 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100166 build-node: 'voltha-scale-1'
167 time-trigger: "H H/4 * * *"
168 olts: 1
169 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100170 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100171 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100172 withFlows: true
173 provisionSubscribers: true
174 workflow: dt
175 withEapol: false
176 withDhcp: false
177 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100178 onosImg: andreacampanella/voltha-onos:4k-dev
179 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700180 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 -0700181 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 +0100182
Matteo Scandolo95f99682022-02-10 15:10:37 -0800183 - 'voltha-scale-measurements':
184 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800185 build-node: 'voltha-scale-1'
186 time-trigger: "H H/4 * * *"
187 olts: 1
188 pons: 64
189 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100190 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800191 withFlows: true
192 provisionSubscribers: true
193 workflow: tt
194 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100195 withDhcp: true
196 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800197 onosImg: andreacampanella/voltha-onos:4k-dev
198 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700199 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 -0700200 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 -0800201
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800202 # multi-stack jobs
203 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800204 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
205 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800206 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800207 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700208 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800209 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800210 onosReplicas: 1
211 atomixReplicas: 0
212 kafkaReplicas: 1
213 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800214 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800215 olts: 2
216 pons: 16
217 onus: 32
218 withFlows: true
219 provisionSubscribers: true
220 workflow: att
221 withEapol: true
222 withDhcp: true
223 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800224 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800225
226 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800227 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
228 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800229 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800230 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700231 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800232 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800233 onosReplicas: 1
234 atomixReplicas: 0
235 kafkaReplicas: 1
236 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800237 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800238 olts: 2
239 pons: 16
240 onus: 32
241 withFlows: true
242 provisionSubscribers: true
243 workflow: dt
244 withEapol: false
245 withDhcp: false
246 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800247 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800248
249 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800250 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
251 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800252 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800253 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700254 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800255 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800256 onosReplicas: 1
257 atomixReplicas: 0
258 kafkaReplicas: 1
259 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800260 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800261 olts: 2
262 pons: 16
263 onus: 32
264 withFlows: true
265 provisionSubscribers: true
266 workflow: tt
267 withEapol: false
268 withDhcp: true
269 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800270 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800271
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000272 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700273 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000274 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000275 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800276 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700277 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700278 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700279 pons: 16
280 onus: 32
281 withFlows: true
282 provisionSubscribers: true
283 withEapol: true
284 withDhcp: true
285 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000286 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100287 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200288 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700289 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700290 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700291 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700292 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800293 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200294 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700295 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 -0700296
297 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000298 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000299 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800300 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700301 time-trigger: "H H/4 * * *"
302 olts: 2
303 pons: 16
304 onus: 32
305 withFlows: true
306 provisionSubscribers: true
307 workflow: dt
308 withEapol: false
309 withDhcp: false
310 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000311 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100312 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200313 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700314 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700315 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700316 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700317 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800318 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100319 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700320 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 -0700321
Matteo Scandolo031bd982020-09-16 10:03:47 -0700322 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000323 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000324 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800325 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700326 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700327 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700328 pons: 16
329 onus: 32
330 withFlows: true
331 provisionSubscribers: true
332 workflow: tt
333 withEapol: false
334 withDhcp: true
335 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000336 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100337 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200338 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700339 rwCoreImg: ''
340 ofAgentImg: ''
341 openoltAdapterImg: ''
342 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800343 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700344 onosImg: ''
Matteo Scandoloa8684b82022-06-23 16:53:19 -0700345 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 -0700346
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700347 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100348 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700349 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100350 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700351 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100352 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700353 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100354 withMonitoring: false
355 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800356 onosReplicas: 1
357 atomixReplicas: 0
358 kafkaReplicas: 1
359 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100360 volthaStacks: 10
361 olts: 2
362 pons: 16
363 onus: 32
364 withFlows: true
365 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700366 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100367 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100368 workflow: att
369 withEapol: true
370 withDhcp: true
371 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800372 bbsimImg: ''
373 rwCoreImg: ''
374 ofAgentImg: ''
375 openoltAdapterImg: ''
376 openonuAdapterImg: ''
377 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100378 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700379 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100380
381 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700382 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100383 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700384 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100385 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700386 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100387 withMonitoring: false
388 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800389 onosReplicas: 1
390 atomixReplicas: 0
391 kafkaReplicas: 1
392 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100393 volthaStacks: 10
394 olts: 2
395 pons: 16
396 onus: 32
397 withFlows: true
398 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700399 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100400 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100401 workflow: dt
402 withEapol: false
403 withDhcp: false
404 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800405 bbsimImg: ''
406 rwCoreImg: ''
407 ofAgentImg: ''
408 openoltAdapterImg: ''
409 openonuAdapterImg: ''
410 openonuAdapterGoImg: ''
411 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700412 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100413
414 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700415 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100416 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700417 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100418 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700419 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100420 withMonitoring: false
421 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800422 onosReplicas: 1
423 atomixReplicas: 0
424 kafkaReplicas: 1
425 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100426 volthaStacks: 10
427 olts: 2
428 pons: 16
429 onus: 32
430 withFlows: true
431 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700432 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100433 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100434 workflow: tt
435 withEapol: false
436 withDhcp: true
437 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800438 bbsimImg: ''
439 rwCoreImg: ''
440 ofAgentImg: ''
441 openoltAdapterImg: ''
442 openonuAdapterImg: ''
443 openonuAdapterGoImg: ''
444 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700445 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100446
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700447 # per patchset job
448 - 'voltha-scale-measurements':
449 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800450 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700451 olts: 1
452 pons: 16
453 onus: 32
454 withFlows: true
455 provisionSubscribers: true
456 withEapol: true
457 withDhcp: true
458 withIgmp: false
459 withMonitoring: false
460 trigger-comment: "voltha scale test ATT"
461
462 - 'voltha-scale-measurements':
463 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800464 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700465 olts: 1
466 pons: 16
467 onus: 32
468 withFlows: true
469 provisionSubscribers: true
470 workflow: tt
471 withEapol: false
472 withDhcp: true
473 withIgmp: true
474 withMonitoring: false
475 trigger-comment: "voltha scale test TT"
476
477 - 'voltha-scale-measurements':
478 name: 'voltha-scale-measurements-patchset-1-16-32-dt-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: dt
486 withEapol: false
487 withDhcp: false
488 withIgmp: false
489 withMonitoring: false
490 trigger-comment: "voltha scale test DT"
491
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700492 # LWC pipeline
493 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700494 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700495 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700496 build-node: 'berlin-community-pod-2'
497 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700498 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700499 withMonitoring: true
500 olts: 1
501 pons: 16
502 onus: 32
503 withFlows: true
504 provisionSubscribers: true
505 withEapol: false
506 withDhcp: false
507 withIgmp: false
508 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
509 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700510 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700511
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700512 - 'voltha-scale-measurements':
513 name: 'voltha-scale-measurements-lwc-dt-256'
514 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
515 build-node: 'berlin-community-pod-2'
516 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700517 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700518 withMonitoring: true
519 olts: 1
520 pons: 16
521 onus: 16
522 withFlows: true
523 provisionSubscribers: true
524 withEapol: false
525 withDhcp: false
526 withIgmp: false
527 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
528 workflow: dt
529 volthaSystemTestsChange: refs/changes/10/31810/6
530
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700531
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700532# list of parameters for the VOLTHA Jobs,
533# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700534# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700535- voltha-scale-job-parameters: &voltha-scale-job-parameters
536 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700537 parameters:
538 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800539 name: pipeline-script
540 default: '{pipeline-script}'
541 description: 'The pipeline script to use'
542
543 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700544 name: release
545 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700546 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 -0700547
548 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549 name: buildNode
550 default: '{build-node}'
551 description: 'Name of the Jenkins node to run the job on'
552
553 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700554 name: dockerRegistry
555 default: '{dockerRegistry}'
556 description: 'Address of the docker registry to use if we are building custom images'
557
558 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700559 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700560 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700561 description: 'Log level for all the components'
562
563 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800564 name: volthaStacks
565 default: '{volthaStacks}'
566 description: 'Number of VOLTHA Stacks to deploy'
567
568 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100569 name: unis
570 default: '{unis}'
571 description: 'Number of UNIs to provision'
572
573 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700574 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700575 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700576 description: 'Number of ONUs to provision'
577
578 - string:
579 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700580 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700581 description: 'Number of PONs to provision'
582
583 - string:
584 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700585 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700586 description: 'How many BBSim instances to run'
587
588 - string:
589 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700590 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700591 description: 'Which workflow are we testing (att, dt, tt)'
592
593 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000594 name: withOnuUpgrade
595 default: '{withOnuUpgrade}'
596 description: 'Whether to run the ONU Upgrade test'
597
598 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700599 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700600 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000601 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602
603 - bool:
604 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700605 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000606 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700607
608 - bool:
609 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700610 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000611 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700612
613 - bool:
614 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700615 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000616 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700617
618 - bool:
619 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700620 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000621 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700622
623 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100624 name: withMaclearning
625 default: '{withMaclearning}'
626 description: 'Whether mac learning is enabled for the test'
627
628 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700629 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700630 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000631 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700632
633 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700634 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700635 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700636 description: 'Option to install Prometheus'
637
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700638 - bool:
639 name: withProfiling
640 default: '{withProfiling}'
641 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
642
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700643 - bool:
644 name: withPcap
645 default: '{withPcap}'
646 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
647
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700648 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700649 name: withRadius
650 default: '{withRadius}'
651 description: 'Value to pass to kind-voltha WITH_RADIUS'
652
653 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700654 name: extraHelmFlags
655 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700656 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 -0700657
Matteo Scandolo272aed42020-05-08 15:05:57 -0700658 - string:
659 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700660 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700661 description: 'How many OpenONU adapter instances to run'
662
663 - string:
664 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700665 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700666 description: 'How many ONOSes instances to run'
667
668 - string:
669 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700670 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700671 description: 'How many Atomix instances to run'
672
673 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700674 name: kafkaReplicas
675 default: '{kafkaReplicas}'
676 description: 'How many Kafka instances to run'
677
678 - string:
679 name: etcdReplicas
680 default: '{etcdReplicas}'
681 description: 'How many ETCD instances to run'
682
683 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700684 name: onosStatInterval
685 default: '{onosStatInterval}'
686 description: 'How often ONOS should poll for ports, flows and meters'
687
688 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200689 name: onosGroupInterval
690 default: '{onosGroupInterval}'
691 description: 'How often ONOS should poll for groups'
692
693 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200694 name: flowObjWorkerThreads
695 default: '{flowObjWorkerThreads}'
696 description: 'How many threads are used by the FlowObjectiveManager worker pool'
697
698 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700699 name: bbsimImg
700 default: '{bbsimImg}'
701 description: 'Custom image selection for BBSIM (repo:tag)'
702
703 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700704 name: rwCoreImg
705 default: '{rwCoreImg}'
706 description: 'Custom image selection for VOLTHA (repo:tag)'
707
708 - string:
709 name: ofAgentImg
710 default: '{ofAgentImg}'
711 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
712
713 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700714 name: openoltAdapterImg
715 default: '{openoltAdapterImg}'
716 description: 'Custom image selection for Openolt Adapter (repo:tag)'
717
718 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700719 name: openonuAdapterImg
720 default: '{openonuAdapterImg}'
721 description: 'Custom image selection for Openonu Adapter (repo:tag)'
722
723 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100724 name: openonuAdapterGoImg
725 default: '{openonuAdapterGoImg}'
726 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
727
728 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700729 name: onosImg
730 default: '{onosImg}'
731 description: 'Custom image selection for Openonu Adapter (repo:tag)'
732
733 - string:
734 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700735 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700736 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
737
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700738 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800739 name: volthaHelmChartsChange
740 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700741 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 -0700742
Matteo Scandoloccc06192020-06-22 10:16:17 -0700743 - bool:
744 name: inMemoryEtcdStorage
745 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700746 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700747
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200748 - string:
749 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700750 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200751 description: 'Karaf home'
752
Andrea Campanellade9139a2022-02-09 16:50:36 +0100753 - string:
754 name: testTimeout
755 default: '{testTimeout}'
756 description: 'How long the scale test can run for in minutes, e.g 10, 15'
757
Matteo Scandolo001003e2021-02-03 15:39:26 -0800758 # remove once voltha-2.6 is deprecated
759 - string:
760 name: kindVolthaChange
761 default: '{kindVolthaChange}'
762 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 -0800763 - bool:
764 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100765 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800766
Elia Battiston4decc6b2022-02-25 10:22:56 +0100767 - string:
768 name: mibTemplateUrl
769 default: '{mibTemplateUrl}'
770 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
771
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700772- job-template:
773 id: 'voltha-scale-measurements'
774 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700775 disabled: '{disable-job}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700776
777 description: |
778 <!-- Managed by Jenkins Job Builder -->
779 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
780 Using pipeline {pipeline-script} <br/><br/>
781 Scale measurements for VOLTHA 2.x
782
783 properties:
784 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800785 build-days-to-keep: '{big-build-days-to-keep}'
786 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700787
788 wrappers:
789 - lf-infra-wrappers:
790 build-timeout: '{build-timeout}'
791 jenkins-ssh-credential: '{jenkins-ssh-credential}'
792
793 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800794 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700795 release: master
796
797 bbsimImg: voltha/bbsim:master
798 rwCoreImg: voltha/voltha-rw-core:master
799 ofAgentImg: voltha/voltha-ofagent-go:master
800 openoltAdapterImg: voltha/voltha-openolt-adapter:master
801 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100802 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700803 onosImg: voltha/voltha-onos:master
804
805 bbsimChart: onf/bbsim
806 volthaChart: onf/voltha
807 openoltAdapterChart: onf/voltha-adapter-openolt
808 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700809 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700810 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700811
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800812 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700813 olts: 2
814 pons: 2
815 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100816 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700817 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000818 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700819 withFlows: false
820 provisionSubscribers: false
821 withEapol: true
822 withDhcp: true
823 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100824 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700825 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700826 withMonitoring: true
827 withProfiling: false
828 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700829 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100830 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700831 onosReplicas: 3
832 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700833 kafkaReplicas: 3
834 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700835 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800836 onosStatInterval: 10
837 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200838 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700839 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800840 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800841 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700842 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100843 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700844 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 +0100845 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700846 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100847 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700848 dockerRegistry: 10.90.0.101:30500
849 trigger-comment: vv7CBoQQYYonvaN8xcru
850 time-trigger: 0 0 29 2 *
Matteo Scandoloec43bab2022-06-24 11:49:56 -0700851 disable-job: true
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700852
853 <<: *voltha-scale-job-parameters
854
Matteo Scandolo272aed42020-05-08 15:05:57 -0700855 project-type: pipeline
856 concurrent: false
857
858 dsl: !include-raw-escape: pipeline/{pipeline-script}
859
Matteo Scandoloabb83972020-06-25 16:08:23 -0700860 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700861 # periodic jobs will set this every 4 hours
862 # 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 -0700863 - timed: |
864 TZ=America/Los_Angeles
865 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700866 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
867 # patchset jobs will set this to a meaningful comment
868 - gerrit:
869 server-name: '{gerrit-server-name}'
870 silent-start: false
871 successful-message: "PASSED scale test"
872 failure-message: "FAILED scale test"
873 unstable-message: "UNSTABLE scale test"
874 trigger-on:
875 - comment-added-contains-event:
876 comment-contains-value: '.*{trigger-comment}.*'
877 projects:
878 - project-compare-type: REG_EXP
879 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
880 branches:
881 - branch-compare-type: REG_EXP
882 branch-pattern: '{all-branches-regexp}'