blob: 04591b632adbce68cbc54c450e53fbf3b24aa12a [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 Scandolo7ec783f2022-05-09 15:10:10 -070016 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 Scandolo7ec783f2022-05-09 15:10:10 -070034 disable-job: false
Matteo Scandolo554bbee2021-06-29 10:31:58 +020035 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
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 Scandolo2d30c7d2021-02-25 15:39:51 -080055 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070056 time-trigger: "H H/4 * * *"
57 olts: 2
58 pons: 16
59 onus: 32
60 withFlows: true
61 provisionSubscribers: true
62 withEapol: true
63 withDhcp: true
64 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070065 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 -070066
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070067 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000068 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000069 build-node: 'voltha-scale-1'
70 time-trigger: "H H/12 * * *"
71 olts: 2
72 pons: 16
73 onus: 32
74 withOnuUpgrade: true
75 withFlows: true
76 provisionSubscribers: false
77 withEapol: false
78 withDhcp: false
79 withIgmp: false
Hardik Windlassddaf7be2022-02-01 17:54:20 +000080 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 +000081
82 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070083 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080084 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070085 time-trigger: "H H/4 * * *"
86 olts: 2
87 pons: 16
88 onus: 32
89 withFlows: true
90 provisionSubscribers: true
91 workflow: dt
92 withEapol: false
93 withDhcp: false
94 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070095 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 -070096
97 - 'voltha-scale-measurements':
98 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080099 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700100 time-trigger: "H H/4 * * *"
101 olts: 2
102 pons: 16
103 onus: 32
104 withFlows: true
105 provisionSubscribers: true
106 workflow: tt
107 withEapol: false
108 withDhcp: true
109 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700110 onosReplicas: 3
111 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800112 extraHelmFlags: >
113 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
114 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
115 onosStatInterval: 30
116 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700117
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100118 - 'voltha-scale-measurements':
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100119 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-maclearner'
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100120 build-node: 'voltha-scale-1'
121 time-trigger: "H H/4 * * *"
122 olts: 2
123 pons: 16
124 onus: 32
125 withFlows: true
126 provisionSubscribers: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100127 workflow: tt
128 withEapol: false
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100129 withDhcp: true
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100130 withIgmp: true
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100131 withMaclearning: true
Andrea Campanellade9139a2022-02-09 16:50:36 +0100132 testTimeout: 20
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100133 onosReplicas: 3
134 atomixReplicas: 3
135 extraHelmFlags: >
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100136 --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 +0100137 --set onos-classic.image.repository=andreacampanella/voltha-onos --set onos-classic.image.tag=maclearner
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100138 --set bbsim-sadis-server.images.bbsim_sadis_server.tag=master
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100139
140
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100141 # 4k ONTs jobs
142 - 'voltha-scale-measurements':
143 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100144 build-node: 'voltha-scale-1'
145 time-trigger: "H H/4 * * *"
146 olts: 2
147 pons: 64
148 onus: 32
Elia Battiston4decc6b2022-02-25 10:22:56 +0100149 unis: 1
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100150 withFlows: true
151 provisionSubscribers: true
152 workflow: dt
153 withEapol: false
154 withDhcp: false
155 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100156 onosImg: andreacampanella/voltha-onos:4k-dev
157 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700158 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Elia Battiston4decc6b2022-02-25 10:22:56 +0100159 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 +0100160
Andrea Campanella518e6672022-01-17 11:42:53 +0100161 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100162 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Andrea Campanella518e6672022-01-17 11:42:53 +0100163 build-node: 'voltha-scale-1'
164 time-trigger: "H H/4 * * *"
165 olts: 1
166 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100167 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100168 unis: 1
Andrea Campanella518e6672022-01-17 11:42:53 +0100169 withFlows: true
170 provisionSubscribers: true
171 workflow: dt
172 withEapol: false
173 withDhcp: false
174 withIgmp: false
Andrea Campanella3cd43ad2022-02-03 16:18:38 +0100175 onosImg: andreacampanella/voltha-onos:4k-dev
176 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700177 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Elia Battiston4decc6b2022-02-25 10:22:56 +0100178 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 +0100179
Matteo Scandolo95f99682022-02-10 15:10:37 -0800180 - 'voltha-scale-measurements':
181 name: 'voltha-scale-measurements-master-1-64-63-tt-subscribers'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800182 build-node: 'voltha-scale-1'
183 time-trigger: "H H/4 * * *"
184 olts: 1
185 pons: 64
186 onus: 63
Elia Battiston4decc6b2022-02-25 10:22:56 +0100187 unis: 1
Matteo Scandolo95f99682022-02-10 15:10:37 -0800188 withFlows: true
189 provisionSubscribers: true
190 workflow: tt
191 withEapol: false
Andrea Campanella3279ce42022-02-14 12:55:06 +0100192 withDhcp: true
193 withIgmp: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800194 onosImg: andreacampanella/voltha-onos:4k-dev
195 withMibTemplate: false
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700196 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1-1UNI.json'
Matteo Scandolo3fa3b632022-03-10 15:25:44 -0800197 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 -0800198
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800199 # multi-stack jobs
200 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800201 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
202 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800203 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800204 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700205 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800206 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800207 onosReplicas: 1
208 atomixReplicas: 0
209 kafkaReplicas: 1
210 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800211 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800212 olts: 2
213 pons: 16
214 onus: 32
215 withFlows: true
216 provisionSubscribers: true
217 workflow: att
218 withEapol: true
219 withDhcp: true
220 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800221 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800222
223 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800224 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
225 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800226 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800227 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700228 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800229 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800230 onosReplicas: 1
231 atomixReplicas: 0
232 kafkaReplicas: 1
233 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800234 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800235 olts: 2
236 pons: 16
237 onus: 32
238 withFlows: true
239 provisionSubscribers: true
240 workflow: dt
241 withEapol: false
242 withDhcp: false
243 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800244 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800245
246 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800247 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
248 build-node: 'voltha-scale-2'
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800249 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800250 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700251 disable-job: true
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800252 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800253 onosReplicas: 1
254 atomixReplicas: 0
255 kafkaReplicas: 1
256 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800257 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800258 olts: 2
259 pons: 16
260 onus: 32
261 withFlows: true
262 provisionSubscribers: true
263 workflow: tt
264 withEapol: false
265 withDhcp: true
266 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800267 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800268
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000269 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700270 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000271 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000272 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800273 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700274 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700275 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700276 pons: 16
277 onus: 32
278 withFlows: true
279 provisionSubscribers: true
280 withEapol: true
281 withDhcp: true
282 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000283 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100284 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200285 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700286 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700287 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700288 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700289 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800290 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200291 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700292 extraHelmFlags: "--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700293 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700294
295 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000296 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000297 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800298 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700299 time-trigger: "H H/4 * * *"
300 olts: 2
301 pons: 16
302 onus: 32
303 withFlows: true
304 provisionSubscribers: true
305 workflow: dt
306 withEapol: false
307 withDhcp: false
308 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000309 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100310 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200311 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700312 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700313 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700314 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700315 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800316 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100317 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700318 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700319 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
Matteo Scandolob2f814a2020-07-15 10:01:11 -0700320
Matteo Scandolo031bd982020-09-16 10:03:47 -0700321 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000322 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000323 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800324 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700325 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700326 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700327 pons: 16
328 onus: 32
329 withFlows: true
330 provisionSubscribers: true
331 workflow: tt
332 withEapol: false
333 withDhcp: true
334 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000335 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100336 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200337 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700338 rwCoreImg: ''
339 ofAgentImg: ''
340 openoltAdapterImg: ''
341 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800342 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700343 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700344 extraHelmFlags: "--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700345 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
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 "
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700380 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100381
382 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700383 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100384 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700385 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100386 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700387 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100388 withMonitoring: false
389 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800390 onosReplicas: 1
391 atomixReplicas: 0
392 kafkaReplicas: 1
393 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100394 volthaStacks: 10
395 olts: 2
396 pons: 16
397 onus: 32
398 withFlows: true
399 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700400 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100401 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100402 workflow: dt
403 withEapol: false
404 withDhcp: false
405 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800406 bbsimImg: ''
407 rwCoreImg: ''
408 ofAgentImg: ''
409 openoltAdapterImg: ''
410 openonuAdapterImg: ''
411 openonuAdapterGoImg: ''
412 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700413 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700414 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100415
416 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700417 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100418 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700419 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100420 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700421 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100422 withMonitoring: false
423 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800424 onosReplicas: 1
425 atomixReplicas: 0
426 kafkaReplicas: 1
427 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100428 volthaStacks: 10
429 olts: 2
430 pons: 16
431 onus: 32
432 withFlows: true
433 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700434 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100435 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100436 workflow: tt
437 withEapol: false
438 withDhcp: true
439 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800440 bbsimImg: ''
441 rwCoreImg: ''
442 ofAgentImg: ''
443 openoltAdapterImg: ''
444 openonuAdapterImg: ''
445 openonuAdapterGoImg: ''
446 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700447 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700448 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-12345123451234512345-BBSM_IMG_00001-v1.json'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100449
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700450 # per patchset job
451 - 'voltha-scale-measurements':
452 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800453 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700454 olts: 1
455 pons: 16
456 onus: 32
457 withFlows: true
458 provisionSubscribers: true
459 withEapol: true
460 withDhcp: true
461 withIgmp: false
462 withMonitoring: false
463 trigger-comment: "voltha scale test ATT"
464
465 - 'voltha-scale-measurements':
466 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800467 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700468 olts: 1
469 pons: 16
470 onus: 32
471 withFlows: true
472 provisionSubscribers: true
473 workflow: tt
474 withEapol: false
475 withDhcp: true
476 withIgmp: true
477 withMonitoring: false
478 trigger-comment: "voltha scale test TT"
479
480 - 'voltha-scale-measurements':
481 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800482 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700483 olts: 1
484 pons: 16
485 onus: 32
486 withFlows: true
487 provisionSubscribers: true
488 workflow: dt
489 withEapol: false
490 withDhcp: false
491 withIgmp: false
492 withMonitoring: false
493 trigger-comment: "voltha scale test DT"
494
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700495 # LWC pipeline
496 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700497 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700498 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700499 build-node: 'berlin-community-pod-2'
500 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700501 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700502 withMonitoring: true
503 olts: 1
504 pons: 16
505 onus: 32
506 withFlows: true
507 provisionSubscribers: true
508 withEapol: false
509 withDhcp: false
510 withIgmp: false
511 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
512 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700513 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700514
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700515 - 'voltha-scale-measurements':
516 name: 'voltha-scale-measurements-lwc-dt-256'
517 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
518 build-node: 'berlin-community-pod-2'
519 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700520 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700521 withMonitoring: true
522 olts: 1
523 pons: 16
524 onus: 16
525 withFlows: true
526 provisionSubscribers: true
527 withEapol: false
528 withDhcp: false
529 withIgmp: false
530 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
531 workflow: dt
532 volthaSystemTestsChange: refs/changes/10/31810/6
533
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700534
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700535# list of parameters for the VOLTHA Jobs,
536# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700537# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700538- voltha-scale-job-parameters: &voltha-scale-job-parameters
539 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 parameters:
541 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800542 name: pipeline-script
543 default: '{pipeline-script}'
544 description: 'The pipeline script to use'
545
546 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700547 name: release
548 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700549 description: 'Version of the code to test (matches a branch in voltha-helm-charts and voltha-system-tests repos)'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700550
551 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700552 name: buildNode
553 default: '{build-node}'
554 description: 'Name of the Jenkins node to run the job on'
555
556 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700557 name: dockerRegistry
558 default: '{dockerRegistry}'
559 description: 'Address of the docker registry to use if we are building custom images'
560
561 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700562 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700563 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700564 description: 'Log level for all the components'
565
566 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800567 name: volthaStacks
568 default: '{volthaStacks}'
569 description: 'Number of VOLTHA Stacks to deploy'
570
571 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100572 name: unis
573 default: '{unis}'
574 description: 'Number of UNIs to provision'
575
576 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700577 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700578 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700579 description: 'Number of ONUs to provision'
580
581 - string:
582 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700583 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700584 description: 'Number of PONs to provision'
585
586 - string:
587 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700588 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700589 description: 'How many BBSim instances to run'
590
591 - string:
592 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700593 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700594 description: 'Which workflow are we testing (att, dt, tt)'
595
596 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000597 name: withOnuUpgrade
598 default: '{withOnuUpgrade}'
599 description: 'Whether to run the ONU Upgrade test'
600
601 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700603 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000604 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700605
606 - bool:
607 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700608 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000609 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700610
611 - bool:
612 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700613 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000614 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700615
616 - bool:
617 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700618 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000619 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700620
621 - bool:
622 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700623 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000624 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700625
626 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100627 name: withMaclearning
628 default: '{withMaclearning}'
629 description: 'Whether mac learning is enabled for the test'
630
631 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700632 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700633 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000634 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700635
636 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700637 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700638 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700639 description: 'Option to install Prometheus'
640
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700641 - bool:
642 name: withProfiling
643 default: '{withProfiling}'
644 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
645
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700646 - bool:
647 name: withPcap
648 default: '{withPcap}'
649 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
650
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700651 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700652 name: withRadius
653 default: '{withRadius}'
654 description: 'Value to pass to kind-voltha WITH_RADIUS'
655
656 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700657 name: extraHelmFlags
658 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700659 description: 'Any extra helm parameters you want (passed to every helm install command, not available if release != master)'
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700660
Matteo Scandolo272aed42020-05-08 15:05:57 -0700661 - string:
662 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700663 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700664 description: 'How many OpenONU adapter instances to run'
665
666 - string:
667 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700668 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700669 description: 'How many ONOSes instances to run'
670
671 - string:
672 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700673 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700674 description: 'How many Atomix instances to run'
675
676 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700677 name: kafkaReplicas
678 default: '{kafkaReplicas}'
679 description: 'How many Kafka instances to run'
680
681 - string:
682 name: etcdReplicas
683 default: '{etcdReplicas}'
684 description: 'How many ETCD instances to run'
685
686 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700687 name: onosStatInterval
688 default: '{onosStatInterval}'
689 description: 'How often ONOS should poll for ports, flows and meters'
690
691 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200692 name: onosGroupInterval
693 default: '{onosGroupInterval}'
694 description: 'How often ONOS should poll for groups'
695
696 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200697 name: flowObjWorkerThreads
698 default: '{flowObjWorkerThreads}'
699 description: 'How many threads are used by the FlowObjectiveManager worker pool'
700
701 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700702 name: bbsimImg
703 default: '{bbsimImg}'
704 description: 'Custom image selection for BBSIM (repo:tag)'
705
706 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700707 name: rwCoreImg
708 default: '{rwCoreImg}'
709 description: 'Custom image selection for VOLTHA (repo:tag)'
710
711 - string:
712 name: ofAgentImg
713 default: '{ofAgentImg}'
714 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
715
716 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700717 name: openoltAdapterImg
718 default: '{openoltAdapterImg}'
719 description: 'Custom image selection for Openolt Adapter (repo:tag)'
720
721 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700722 name: openonuAdapterImg
723 default: '{openonuAdapterImg}'
724 description: 'Custom image selection for Openonu Adapter (repo:tag)'
725
726 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100727 name: openonuAdapterGoImg
728 default: '{openonuAdapterGoImg}'
729 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
730
731 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700732 name: onosImg
733 default: '{onosImg}'
734 description: 'Custom image selection for Openonu Adapter (repo:tag)'
735
736 - string:
737 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700738 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700739 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
740
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700741 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800742 name: volthaHelmChartsChange
743 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700744 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700745
Matteo Scandoloccc06192020-06-22 10:16:17 -0700746 - bool:
747 name: inMemoryEtcdStorage
748 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700749 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700750
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200751 - string:
752 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700753 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200754 description: 'Karaf home'
755
Andrea Campanellade9139a2022-02-09 16:50:36 +0100756 - string:
757 name: testTimeout
758 default: '{testTimeout}'
759 description: 'How long the scale test can run for in minutes, e.g 10, 15'
760
Matteo Scandolo001003e2021-02-03 15:39:26 -0800761 # remove once voltha-2.6 is deprecated
762 - string:
763 name: kindVolthaChange
764 default: '{kindVolthaChange}'
765 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800766 - bool:
767 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100768 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800769
Elia Battiston4decc6b2022-02-25 10:22:56 +0100770 - string:
771 name: mibTemplateUrl
772 default: '{mibTemplateUrl}'
773 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
774
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700775- job-template:
776 id: 'voltha-scale-measurements'
777 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700778 disabled: '{disable-job}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700779
780 description: |
781 <!-- Managed by Jenkins Job Builder -->
782 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
783 Using pipeline {pipeline-script} <br/><br/>
784 Scale measurements for VOLTHA 2.x
785
786 properties:
787 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800788 build-days-to-keep: '{big-build-days-to-keep}'
789 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700790
791 wrappers:
792 - lf-infra-wrappers:
793 build-timeout: '{build-timeout}'
794 jenkins-ssh-credential: '{jenkins-ssh-credential}'
795
796 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800797 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700798 release: master
799
800 bbsimImg: voltha/bbsim:master
801 rwCoreImg: voltha/voltha-rw-core:master
802 ofAgentImg: voltha/voltha-ofagent-go:master
803 openoltAdapterImg: voltha/voltha-openolt-adapter:master
804 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100805 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700806 onosImg: voltha/voltha-onos:master
807
808 bbsimChart: onf/bbsim
809 volthaChart: onf/voltha
810 openoltAdapterChart: onf/voltha-adapter-openolt
811 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700812 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700813 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700814
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800815 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700816 olts: 2
817 pons: 2
818 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100819 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700820 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000821 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700822 withFlows: false
823 provisionSubscribers: false
824 withEapol: true
825 withDhcp: true
826 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100827 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700828 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700829 withMonitoring: true
830 withProfiling: false
831 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700832 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100833 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700834 onosReplicas: 3
835 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700836 kafkaReplicas: 3
837 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700838 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800839 onosStatInterval: 10
840 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200841 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700842 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800843 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800844 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700845 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100846 withMibTemplate: true
Matteo Scandolof9efcaf2022-06-22 15:49:04 -0700847 mibTemplateUrl: 'https://raw.githubusercontent.com/opencord/voltha-openonu-adapter-go/master/templates/BBSM-v0.0.1-BBSM_IMG_00001-v1.json'
Andrea Campanella188e50d2022-01-14 11:30:05 +0100848 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700849 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100850 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700851 dockerRegistry: 10.90.0.101:30500
852 trigger-comment: vv7CBoQQYYonvaN8xcru
853 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700854
855 <<: *voltha-scale-job-parameters
856
Matteo Scandolo272aed42020-05-08 15:05:57 -0700857 project-type: pipeline
858 concurrent: false
859
860 dsl: !include-raw-escape: pipeline/{pipeline-script}
861
Matteo Scandoloabb83972020-06-25 16:08:23 -0700862 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700863 # periodic jobs will set this every 4 hours
864 # 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 -0700865 - timed: |
866 TZ=America/Los_Angeles
867 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700868 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
869 # patchset jobs will set this to a meaningful comment
870 - gerrit:
871 server-name: '{gerrit-server-name}'
872 silent-start: false
873 successful-message: "PASSED scale test"
874 failure-message: "FAILED scale test"
875 unstable-message: "UNSTABLE scale test"
876 trigger-on:
877 - comment-added-contains-event:
878 comment-contains-value: '.*{trigger-comment}.*'
879 projects:
880 - project-compare-type: REG_EXP
881 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
882 branches:
883 - branch-compare-type: REG_EXP
884 branch-pattern: '{all-branches-regexp}'