blob: 32f090ab5b97c531b9457af63710a91e660f5180 [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 Scandolo8a82e9c2020-11-06 11:53:19 -080016 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080017 # trigger on Feb 29th (a.k.a only trigger it manually)
18 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010019 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070020 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070021 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070022 onus: 32
23 withFlows: true
24 provisionSubscribers: true
25 withEapol: true
26 withDhcp: true
27 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070028 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080029 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000030
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080031 - 'voltha-scale-measurements':
32 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080033 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020034 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandoloac5ff3f2021-06-01 17:05:41 -070035 'disable-job': false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080036 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080037 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080038 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080039 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080041 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070042 pons: 16
43 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080044 withFlows: true
45 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080046 workflow: dt
47 withEapol: false
48 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049 withIgmp: false
Matteo Scandolo529e8822021-07-21 10:20:18 -070050 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080051
Matteo Scandolofebf6512021-03-02 11:37:37 -080052 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070053 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080055 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080056 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070057 time-trigger: "H H/4 * * *"
58 olts: 2
59 pons: 16
60 onus: 32
61 withFlows: true
62 provisionSubscribers: true
63 withEapol: true
64 withDhcp: true
65 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070066 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070067
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070068 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000069 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000070 'disable-job': false
71 build-node: 'voltha-scale-1'
72 time-trigger: "H H/12 * * *"
73 olts: 2
74 pons: 16
75 onus: 32
76 withOnuUpgrade: true
77 withFlows: true
78 provisionSubscribers: false
79 withEapol: false
80 withDhcp: false
81 withIgmp: false
Hardik Windlassddaf7be2022-02-01 17:54:20 +000082 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=3s'
Hardik Windlass4a76e092022-01-28 11:51:55 +000083
84 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070085 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080086 'disable-job': false
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 Scandolo0c0b5992021-08-02 10:29:11 -070098 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,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 Scandolo5629e6c2021-11-19 15:57:18 -0800102 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800103 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700104 time-trigger: "H H/4 * * *"
105 olts: 2
106 pons: 16
107 onus: 32
108 withFlows: true
109 provisionSubscribers: true
110 workflow: tt
111 withEapol: false
112 withDhcp: true
113 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700114 onosReplicas: 3
115 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800116 extraHelmFlags: >
117 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
118 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
119 onosStatInterval: 30
120 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700121
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100122 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100123 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100124 'disable-job': false
125 build-node: 'voltha-scale-1'
126 time-trigger: "H H/4 * * *"
127 olts: 2
128 pons: 16
129 onus: 32
130 withFlows: true
131 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100132 workflow: tt
133 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100134 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100135 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100136 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100137 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100138 onosReplicas: 3
139 atomixReplicas: 3
140 extraHelmFlags: >
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100141 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values-tt.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100142 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100143 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100144
145
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100146 # 4k ONTs jobs
147 - 'voltha-scale-measurements':
148 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
149 'disable-job': false
150 build-node: 'voltha-scale-1'
151 time-trigger: "H H/4 * * *"
152 olts: 2
153 pons: 64
154 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100155 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100156 withFlows: true
157 provisionSubscribers: true
158 workflow: dt
159 withEapol: false
160 withDhcp: false
161 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100162 onosImg: andreacampanella/voltha-onos:4k-dev
163 withMibTemplate: false
Elia Battiston4decc6b2022-02-25 10:22:56 +0100164 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1-1UNI.json'
165 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100166
Andrea Campanella518e6672022-01-17 11:42:53 +0100167 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100168 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Matteo Scandoloe7692012022-02-01 11:53:45 -0800169 'disable-job': false
Andrea Campanella518e6672022-01-17 11:42:53 +0100170 build-node: 'voltha-scale-1'
171 time-trigger: "H H/4 * * *"
172 olts: 1
173 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100174 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100175 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100176 withFlows: true
177 provisionSubscribers: true
178 workflow: dt
179 withEapol: false
180 withDhcp: false
181 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100182 onosImg: andreacampanella/voltha-onos:4k-dev
183 withMibTemplate: false
Elia Battiston4decc6b2022-02-25 10:22:56 +0100184 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1-1UNI.json'
185 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100186
Matteo Scandolo95f99682022-02-10 15:10:37 -0800187 - 'voltha-scale-measurements':
188 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
189 'disable-job': false
190 build-node: 'voltha-scale-1'
191 time-trigger: "H H/4 * * *"
192 olts: 1
193 pons: 64
194 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100195 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800196 withFlows: true
197 provisionSubscribers: true
198 workflow: tt
199 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100200 withDhcp: true
201 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800202 onosImg: andreacampanella/voltha-onos:4k-dev
203 withMibTemplate: false
Elia Battiston4decc6b2022-02-25 10:22:56 +0100204 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandolo3fa3b632022-03-10 15:25:44 -0800205 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn -f /home/cord/tt-custom-values.yaml'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800206
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800207 # multi-stack jobs
208 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800209 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
210 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200211 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800212 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800213 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800214 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800215 onosReplicas: 1
216 atomixReplicas: 0
217 kafkaReplicas: 1
218 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800219 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800220 olts: 2
221 pons: 16
222 onus: 32
223 withFlows: true
224 provisionSubscribers: true
225 workflow: att
226 withEapol: true
227 withDhcp: true
228 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800229 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800230
231 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800232 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
233 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200234 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800235 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800236 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800237 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800238 onosReplicas: 1
239 atomixReplicas: 0
240 kafkaReplicas: 1
241 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800242 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800243 olts: 2
244 pons: 16
245 onus: 32
246 withFlows: true
247 provisionSubscribers: true
248 workflow: dt
249 withEapol: false
250 withDhcp: false
251 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800252 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800253
254 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800255 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
256 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200257 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800258 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800259 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800260 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800261 onosReplicas: 1
262 atomixReplicas: 0
263 kafkaReplicas: 1
264 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800265 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800266 olts: 2
267 pons: 16
268 onus: 32
269 withFlows: true
270 provisionSubscribers: true
271 workflow: tt
272 withEapol: false
273 withDhcp: true
274 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800275 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800276
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000277 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700278 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000279 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800280 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000281 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800282 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700283 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700284 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700285 pons: 16
286 onus: 32
287 withFlows: true
288 provisionSubscribers: true
289 withEapol: true
290 withDhcp: true
291 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000292 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100293 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200294 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700295 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700296 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700297 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700298 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800299 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200300 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700301 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolod43064b2020-07-13 17:18:45 -0700302
303 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000304 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800305 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000306 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800307 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700308 time-trigger: "H H/4 * * *"
309 olts: 2
310 pons: 16
311 onus: 32
312 withFlows: true
313 provisionSubscribers: true
314 workflow: dt
315 withEapol: false
316 withDhcp: false
317 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000318 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100319 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200320 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700321 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700322 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700323 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700324 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800325 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100326 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700327 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700328
Matteo Scandolo031bd982020-09-16 10:03:47 -0700329 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000330 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800331 'disable-job': false
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 Scandolo6ad7be92021-07-28 11:37:35 -0700353 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,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 'disable-job': false
360 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100361 time-trigger: "H H/4 * * *"
362 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'
393 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100394 time-trigger: "H H/4 * * *"
395 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'
426 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100427 time-trigger: "H H/4 * * *"
428 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 Scandolo272aed42020-05-08 15:05:57 -0700500 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700501 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700502 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700503 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700504
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700505
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700506# list of parameters for the VOLTHA Jobs,
507# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700508# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700509- voltha-scale-job-parameters: &voltha-scale-job-parameters
510 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700511 parameters:
512 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800513 name: pipeline-script
514 default: '{pipeline-script}'
515 description: 'The pipeline script to use'
516
517 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700518 name: release
519 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700520 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 -0700521
522 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700523 name: buildNode
524 default: '{build-node}'
525 description: 'Name of the Jenkins node to run the job on'
526
527 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700528 name: dockerRegistry
529 default: '{dockerRegistry}'
530 description: 'Address of the docker registry to use if we are building custom images'
531
532 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700533 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700534 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 description: 'Log level for all the components'
536
537 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800538 name: volthaStacks
539 default: '{volthaStacks}'
540 description: 'Number of VOLTHA Stacks to deploy'
541
542 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100543 name: unis
544 default: '{unis}'
545 description: 'Number of UNIs to provision'
546
547 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700549 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 description: 'Number of ONUs to provision'
551
552 - string:
553 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700554 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700555 description: 'Number of PONs to provision'
556
557 - string:
558 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700559 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700560 description: 'How many BBSim instances to run'
561
562 - string:
563 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700564 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700565 description: 'Which workflow are we testing (att, dt, tt)'
566
567 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000568 name: withOnuUpgrade
569 default: '{withOnuUpgrade}'
570 description: 'Whether to run the ONU Upgrade test'
571
572 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700574 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000575 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700576
577 - bool:
578 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700579 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000580 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700581
582 - bool:
583 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700584 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000585 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700586
587 - bool:
588 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700589 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000590 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700591
592 - bool:
593 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700594 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000595 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700596
597 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100598 name: withMaclearning
599 default: '{withMaclearning}'
600 description: 'Whether mac learning is enabled for the test'
601
602 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700603 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700604 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000605 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700606
607 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700608 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700609 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700610 description: 'Option to install Prometheus'
611
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700612 - bool:
613 name: withProfiling
614 default: '{withProfiling}'
615 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
616
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700617 - bool:
618 name: withPcap
619 default: '{withPcap}'
620 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
621
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700622 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700623 name: withRadius
624 default: '{withRadius}'
625 description: 'Value to pass to kind-voltha WITH_RADIUS'
626
627 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700628 name: extraHelmFlags
629 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700630 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 -0700631
Matteo Scandolo272aed42020-05-08 15:05:57 -0700632 - string:
633 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700634 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700635 description: 'How many OpenONU adapter instances to run'
636
637 - string:
638 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700639 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700640 description: 'How many ONOSes instances to run'
641
642 - string:
643 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700644 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700645 description: 'How many Atomix instances to run'
646
647 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700648 name: kafkaReplicas
649 default: '{kafkaReplicas}'
650 description: 'How many Kafka instances to run'
651
652 - string:
653 name: etcdReplicas
654 default: '{etcdReplicas}'
655 description: 'How many ETCD instances to run'
656
657 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700658 name: onosStatInterval
659 default: '{onosStatInterval}'
660 description: 'How often ONOS should poll for ports, flows and meters'
661
662 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200663 name: onosGroupInterval
664 default: '{onosGroupInterval}'
665 description: 'How often ONOS should poll for groups'
666
667 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200668 name: flowObjWorkerThreads
669 default: '{flowObjWorkerThreads}'
670 description: 'How many threads are used by the FlowObjectiveManager worker pool'
671
672 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700673 name: bbsimImg
674 default: '{bbsimImg}'
675 description: 'Custom image selection for BBSIM (repo:tag)'
676
677 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700678 name: rwCoreImg
679 default: '{rwCoreImg}'
680 description: 'Custom image selection for VOLTHA (repo:tag)'
681
682 - string:
683 name: ofAgentImg
684 default: '{ofAgentImg}'
685 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
686
687 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700688 name: openoltAdapterImg
689 default: '{openoltAdapterImg}'
690 description: 'Custom image selection for Openolt Adapter (repo:tag)'
691
692 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700693 name: openonuAdapterImg
694 default: '{openonuAdapterImg}'
695 description: 'Custom image selection for Openonu Adapter (repo:tag)'
696
697 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100698 name: openonuAdapterGoImg
699 default: '{openonuAdapterGoImg}'
700 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
701
702 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700703 name: onosImg
704 default: '{onosImg}'
705 description: 'Custom image selection for Openonu Adapter (repo:tag)'
706
707 - string:
708 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700709 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700710 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
711
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700712 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800713 name: volthaHelmChartsChange
714 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700715 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 -0700716
Matteo Scandoloccc06192020-06-22 10:16:17 -0700717 - bool:
718 name: inMemoryEtcdStorage
719 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700720 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700721
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200722 - string:
723 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700724 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200725 description: 'Karaf home'
726
Andrea Campanellade9139a2022-02-09 16:50:36 +0100727 - string:
728 name: testTimeout
729 default: '{testTimeout}'
730 description: 'How long the scale test can run for in minutes, e.g 10, 15'
731
Matteo Scandolo001003e2021-02-03 15:39:26 -0800732 # remove once voltha-2.6 is deprecated
733 - string:
734 name: kindVolthaChange
735 default: '{kindVolthaChange}'
736 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 -0800737 - bool:
738 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100739 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800740
Elia Battiston4decc6b2022-02-25 10:22:56 +0100741 - string:
742 name: mibTemplateUrl
743 default: '{mibTemplateUrl}'
744 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
745
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700746- job-template:
747 id: 'voltha-scale-measurements'
748 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700749 disabled: '{disable-job}'
750
751 description: |
752 <!-- Managed by Jenkins Job Builder -->
753 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
754 Using pipeline {pipeline-script} <br/><br/>
755 Scale measurements for VOLTHA 2.x
756
757 properties:
758 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800759 build-days-to-keep: '{big-build-days-to-keep}'
760 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700761
762 wrappers:
763 - lf-infra-wrappers:
764 build-timeout: '{build-timeout}'
765 jenkins-ssh-credential: '{jenkins-ssh-credential}'
766
767 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800768 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700769 release: master
770
771 bbsimImg: voltha/bbsim:master
772 rwCoreImg: voltha/voltha-rw-core:master
773 ofAgentImg: voltha/voltha-ofagent-go:master
774 openoltAdapterImg: voltha/voltha-openolt-adapter:master
775 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100776 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700777 onosImg: voltha/voltha-onos:master
778
779 bbsimChart: onf/bbsim
780 volthaChart: onf/voltha
781 openoltAdapterChart: onf/voltha-adapter-openolt
782 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700783 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700784 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700785
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800786 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700787 olts: 2
788 pons: 2
789 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100790 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700791 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000792 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700793 withFlows: false
794 provisionSubscribers: false
795 withEapol: true
796 withDhcp: true
797 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100798 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700799 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700800 withMonitoring: true
801 withProfiling: false
802 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700803 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100804 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700805 onosReplicas: 3
806 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700807 kafkaReplicas: 3
808 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700809 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800810 onosStatInterval: 10
811 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200812 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700813 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800814 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800815 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700816 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100817 withMibTemplate: true
Elia Battiston4decc6b2022-02-25 10:22:56 +0100818 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
Andrea Campanella188e50d2022-01-14 11:30:05 +0100819 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700820 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100821 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700822 dockerRegistry: 10.90.0.101:30500
823 trigger-comment: vv7CBoQQYYonvaN8xcru
824 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700825
826 <<: *voltha-scale-job-parameters
827
Matteo Scandolo272aed42020-05-08 15:05:57 -0700828 project-type: pipeline
829 concurrent: false
830
831 dsl: !include-raw-escape: pipeline/{pipeline-script}
832
Matteo Scandoloabb83972020-06-25 16:08:23 -0700833 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700834 # periodic jobs will set this every 4 hours
835 # 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 -0700836 - timed: |
837 TZ=America/Los_Angeles
838 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700839 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
840 # patchset jobs will set this to a meaningful comment
841 - gerrit:
842 server-name: '{gerrit-server-name}'
843 silent-start: false
844 successful-message: "PASSED scale test"
845 failure-message: "FAILED scale test"
846 unstable-message: "UNSTABLE scale test"
847 trigger-on:
848 - comment-added-contains-event:
849 comment-contains-value: '.*{trigger-comment}.*'
850 projects:
851 - project-compare-type: REG_EXP
852 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
853 branches:
854 - branch-compare-type: REG_EXP
855 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700856
857- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700858 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800859 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800860
861 description: |
862 <!-- Managed by Jenkins Job Builder -->
863 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
864 Using pipeline {pipeline-script} <br/><br/>
865 Scale measurements for VOLTHA 2.x
866
867 properties:
868 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800869 build-days-to-keep: '{big-build-days-to-keep}'
870 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800871
872 wrappers:
873 - lf-infra-wrappers:
874 build-timeout: '{build-timeout}'
875 jenkins-ssh-credential: '{jenkins-ssh-credential}'
876
Matteo Scandolo0430f672020-05-07 11:50:26 -0700877 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800878 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700879 release: master
880
Matteo Scandolo0430f672020-05-07 11:50:26 -0700881 bbsimImg: voltha/bbsim:master
882 rwCoreImg: voltha/voltha-rw-core:master
883 ofAgentImg: voltha/voltha-ofagent-go:master
884 openoltAdapterImg: voltha/voltha-openolt-adapter:master
885 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100886 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700887 onosImg: voltha/voltha-onos:master
888
889 bbsimChart: onf/bbsim
890 volthaChart: onf/voltha
891 openoltAdapterChart: onf/voltha-adapter-openolt
892 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700893 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700894 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700895
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800896 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700897 olts: 2
898 pons: 2
899 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100900 unis: 4
Matteo Scandolo68776b72020-07-21 14:06:06 -0700901 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000902 withOnuUpgrade: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700903 withFlows: true
904 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700905 withEapol: true
906 withDhcp: true
907 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100908 withMaclearning: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700909 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700910 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700911 withProfiling: false
912 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700913 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700914 openonuAdapterReplicas: 1
915 onosReplicas: 1
916 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700917 kafkaReplicas: 1
918 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700919 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800920 onosStatInterval: 10
921 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200922 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700923 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800924 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800925 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700926 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100927 withMibTemplate: true
Elia Battiston4decc6b2022-02-25 10:22:56 +0100928 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
Andrea Campanella188e50d2022-01-14 11:30:05 +0100929 karafHome: 'apache-karaf-4.2.14'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700930 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100931 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700932 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700933
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700934 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200935
Matteo Scandolo51b76302020-02-05 12:07:23 -0800936 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800937 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800938
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700939 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700940
Matteo Scandolo849db722020-10-21 10:58:41 -0700941 triggers:
942 - gerrit:
943 server-name: '{gerrit-server-name}'
944 silent-start: false
945 successful-message: "PASSED scale test"
946 failure-message: "FAILED scale test"
947 unstable-message: "UNSTABLE scale test"
948 trigger-on:
949 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700950 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700951 projects:
952 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700953 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700954 branches:
955 - branch-compare-type: REG_EXP
956 branch-pattern: '{all-branches-regexp}'