blob: 537b5b2b22aa7affa4c79cbffba059e979a59357 [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 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -070057 disable-job: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070058 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 build-node: 'voltha-scale-1'
71 time-trigger: "H H/12 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -070072 disable-job: true
Hardik Windlass4a76e092022-01-28 11:51:55 +000073 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 Scandolo2d30c7d2021-02-25 15:39:51 -080086 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070087 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -070088 disable-job: true
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070089 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 Scandolo2d30c7d2021-02-25 15:39:51 -0800102 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700103 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700104 disable-job: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700105 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 build-node: 'voltha-scale-1'
125 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700126 disable-job: true
Andrea Campanella5fb11d72022-02-02 11:05:42 +0100127 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'
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100149 build-node: 'voltha-scale-1'
150 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700151 disable-job: true
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100152 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'
Andrea Campanella518e6672022-01-17 11:42:53 +0100169 build-node: 'voltha-scale-1'
170 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700171 disable-job: true
Andrea Campanella518e6672022-01-17 11:42:53 +0100172 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'
Matteo Scandolo95f99682022-02-10 15:10:37 -0800189 build-node: 'voltha-scale-1'
190 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700191 disable-job: true
Matteo Scandolo95f99682022-02-10 15:10:37 -0800192 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 Scandolo2bc660a2021-02-12 10:52:25 -0800211 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800212 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700213 disable-job: true
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 Scandolo2bc660a2021-02-12 10:52:25 -0800234 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800235 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700236 disable-job: true
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 Scandolo2bc660a2021-02-12 10:52:25 -0800257 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800258 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700259 disable-job: true
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'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000280 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800281 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700282 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700283 disable-job: true
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'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000305 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800306 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700307 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700308 disable-job: true
Matteo Scandolod43064b2020-07-13 17:18:45 -0700309 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'
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000331 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800332 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700333 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700334 disable-job: true
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 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100360 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700361 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100362 withMonitoring: false
363 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800364 onosReplicas: 1
365 atomixReplicas: 0
366 kafkaReplicas: 1
367 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100368 volthaStacks: 10
369 olts: 2
370 pons: 16
371 onus: 32
372 withFlows: true
373 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700374 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100375 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100376 workflow: att
377 withEapol: true
378 withDhcp: true
379 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800380 bbsimImg: ''
381 rwCoreImg: ''
382 ofAgentImg: ''
383 openoltAdapterImg: ''
384 openonuAdapterImg: ''
385 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100386 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700387 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100388
389 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700390 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100391 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700392 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100393 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700394 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100395 withMonitoring: false
396 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800397 onosReplicas: 1
398 atomixReplicas: 0
399 kafkaReplicas: 1
400 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100401 volthaStacks: 10
402 olts: 2
403 pons: 16
404 onus: 32
405 withFlows: true
406 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700407 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100408 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100409 workflow: dt
410 withEapol: false
411 withDhcp: false
412 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800413 bbsimImg: ''
414 rwCoreImg: ''
415 ofAgentImg: ''
416 openoltAdapterImg: ''
417 openonuAdapterImg: ''
418 openonuAdapterGoImg: ''
419 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700420 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100421
422 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700423 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100424 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700425 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100426 time-trigger: "H H/4 * * *"
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700427 disable-job: true
Andrea Campanella27b5a662020-12-18 18:49:26 +0100428 withMonitoring: false
429 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800430 onosReplicas: 1
431 atomixReplicas: 0
432 kafkaReplicas: 1
433 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100434 volthaStacks: 10
435 olts: 2
436 pons: 16
437 onus: 32
438 withFlows: true
439 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700440 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100441 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100442 workflow: tt
443 withEapol: false
444 withDhcp: true
445 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800446 bbsimImg: ''
447 rwCoreImg: ''
448 ofAgentImg: ''
449 openoltAdapterImg: ''
450 openonuAdapterImg: ''
451 openonuAdapterGoImg: ''
452 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700453 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100454
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700455 # per patchset job
456 - 'voltha-scale-measurements':
457 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800458 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700459 olts: 1
460 pons: 16
461 onus: 32
462 withFlows: true
463 provisionSubscribers: true
464 withEapol: true
465 withDhcp: true
466 withIgmp: false
467 withMonitoring: false
468 trigger-comment: "voltha scale test ATT"
469
470 - 'voltha-scale-measurements':
471 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800472 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700473 olts: 1
474 pons: 16
475 onus: 32
476 withFlows: true
477 provisionSubscribers: true
478 workflow: tt
479 withEapol: false
480 withDhcp: true
481 withIgmp: true
482 withMonitoring: false
483 trigger-comment: "voltha scale test TT"
484
485 - 'voltha-scale-measurements':
486 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800487 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700488 olts: 1
489 pons: 16
490 onus: 32
491 withFlows: true
492 provisionSubscribers: true
493 workflow: dt
494 withEapol: false
495 withDhcp: false
496 withIgmp: false
497 withMonitoring: false
498 trigger-comment: "voltha scale test DT"
499
Matteo 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 Scandolo633a2eb2022-03-28 08:26:17 -0700505 # LWC pipeline
506 - 'voltha-scale-measurements':
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700507 name: 'voltha-scale-measurements-lwc-dt-512'
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700508 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700509 build-node: 'berlin-community-pod-2'
510 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700511 disable-job: true
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700512 withMonitoring: true
513 olts: 1
514 pons: 16
515 onus: 32
516 withFlows: true
517 provisionSubscribers: true
518 withEapol: false
519 withDhcp: false
520 withIgmp: false
521 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
522 workflow: dt
Matteo Scandoloe133ae52022-03-28 15:41:13 -0700523 volthaSystemTestsChange: refs/changes/10/31810/6
Matteo Scandolo633a2eb2022-03-28 08:26:17 -0700524
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700525 - 'voltha-scale-measurements':
526 name: 'voltha-scale-measurements-lwc-dt-256'
527 pipeline-script: 'voltha/master/voltha-scale-lwc-test.groovy'
528 build-node: 'berlin-community-pod-2'
529 time-trigger: "H H * * *"
Girish Gowdrae46b4b92022-05-18 15:23:38 -0700530 disable-job: true
Matteo Scandolo4e111d42022-05-09 16:07:58 -0700531 withMonitoring: true
532 olts: 1
533 pons: 16
534 onus: 16
535 withFlows: true
536 provisionSubscribers: true
537 withEapol: false
538 withDhcp: false
539 withIgmp: false
540 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
541 workflow: dt
542 volthaSystemTestsChange: refs/changes/10/31810/6
543
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700544
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700545# list of parameters for the VOLTHA Jobs,
546# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700547# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700548- voltha-scale-job-parameters: &voltha-scale-job-parameters
549 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 parameters:
551 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800552 name: pipeline-script
553 default: '{pipeline-script}'
554 description: 'The pipeline script to use'
555
556 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700557 name: release
558 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700559 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 -0700560
561 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700562 name: buildNode
563 default: '{build-node}'
564 description: 'Name of the Jenkins node to run the job on'
565
566 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700567 name: dockerRegistry
568 default: '{dockerRegistry}'
569 description: 'Address of the docker registry to use if we are building custom images'
570
571 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700572 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700573 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700574 description: 'Log level for all the components'
575
576 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800577 name: volthaStacks
578 default: '{volthaStacks}'
579 description: 'Number of VOLTHA Stacks to deploy'
580
581 - string:
Elia Battiston4decc6b2022-02-25 10:22:56 +0100582 name: unis
583 default: '{unis}'
584 description: 'Number of UNIs to provision'
585
586 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700587 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700588 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700589 description: 'Number of ONUs to provision'
590
591 - string:
592 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700593 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700594 description: 'Number of PONs to provision'
595
596 - string:
597 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700598 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700599 description: 'How many BBSim instances to run'
600
601 - string:
602 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700603 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700604 description: 'Which workflow are we testing (att, dt, tt)'
605
606 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000607 name: withOnuUpgrade
608 default: '{withOnuUpgrade}'
609 description: 'Whether to run the ONU Upgrade test'
610
611 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700612 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700613 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000614 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700615
616 - bool:
617 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700618 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000619 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700620
621 - bool:
622 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700623 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000624 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700625
626 - bool:
627 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700628 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000629 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700630
631 - bool:
632 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700633 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000634 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700635
636 - bool:
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100637 name: withMaclearning
638 default: '{withMaclearning}'
639 description: 'Whether mac learning is enabled for the test'
640
641 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700642 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700643 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000644 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700645
646 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700647 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700648 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700649 description: 'Option to install Prometheus'
650
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700651 - bool:
652 name: withProfiling
653 default: '{withProfiling}'
654 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
655
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700656 - bool:
657 name: withPcap
658 default: '{withPcap}'
659 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
660
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700661 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700662 name: withRadius
663 default: '{withRadius}'
664 description: 'Value to pass to kind-voltha WITH_RADIUS'
665
666 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700667 name: extraHelmFlags
668 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700669 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 -0700670
Matteo Scandolo272aed42020-05-08 15:05:57 -0700671 - string:
672 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700673 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700674 description: 'How many OpenONU adapter instances to run'
675
676 - string:
677 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700678 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700679 description: 'How many ONOSes instances to run'
680
681 - string:
682 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700683 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700684 description: 'How many Atomix instances to run'
685
686 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700687 name: kafkaReplicas
688 default: '{kafkaReplicas}'
689 description: 'How many Kafka instances to run'
690
691 - string:
692 name: etcdReplicas
693 default: '{etcdReplicas}'
694 description: 'How many ETCD instances to run'
695
696 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700697 name: onosStatInterval
698 default: '{onosStatInterval}'
699 description: 'How often ONOS should poll for ports, flows and meters'
700
701 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200702 name: onosGroupInterval
703 default: '{onosGroupInterval}'
704 description: 'How often ONOS should poll for groups'
705
706 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200707 name: flowObjWorkerThreads
708 default: '{flowObjWorkerThreads}'
709 description: 'How many threads are used by the FlowObjectiveManager worker pool'
710
711 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700712 name: bbsimImg
713 default: '{bbsimImg}'
714 description: 'Custom image selection for BBSIM (repo:tag)'
715
716 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700717 name: rwCoreImg
718 default: '{rwCoreImg}'
719 description: 'Custom image selection for VOLTHA (repo:tag)'
720
721 - string:
722 name: ofAgentImg
723 default: '{ofAgentImg}'
724 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
725
726 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700727 name: openoltAdapterImg
728 default: '{openoltAdapterImg}'
729 description: 'Custom image selection for Openolt Adapter (repo:tag)'
730
731 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700732 name: openonuAdapterImg
733 default: '{openonuAdapterImg}'
734 description: 'Custom image selection for Openonu Adapter (repo:tag)'
735
736 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100737 name: openonuAdapterGoImg
738 default: '{openonuAdapterGoImg}'
739 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
740
741 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700742 name: onosImg
743 default: '{onosImg}'
744 description: 'Custom image selection for Openonu Adapter (repo:tag)'
745
746 - string:
747 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700748 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700749 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
750
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700751 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800752 name: volthaHelmChartsChange
753 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700754 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 -0700755
Matteo Scandoloccc06192020-06-22 10:16:17 -0700756 - bool:
757 name: inMemoryEtcdStorage
758 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700759 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700760
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200761 - string:
762 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700763 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200764 description: 'Karaf home'
765
Andrea Campanellade9139a2022-02-09 16:50:36 +0100766 - string:
767 name: testTimeout
768 default: '{testTimeout}'
769 description: 'How long the scale test can run for in minutes, e.g 10, 15'
770
Matteo Scandolo001003e2021-02-03 15:39:26 -0800771 # remove once voltha-2.6 is deprecated
772 - string:
773 name: kindVolthaChange
774 default: '{kindVolthaChange}'
775 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 -0800776 - bool:
777 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100778 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800779
Elia Battiston4decc6b2022-02-25 10:22:56 +0100780 - string:
781 name: mibTemplateUrl
782 default: '{mibTemplateUrl}'
783 description: 'URL of the MIB template file to use, if "withMibTemplate" is selected'
784
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700785- job-template:
786 id: 'voltha-scale-measurements'
787 name: '{name}'
Matteo Scandolo7ec783f2022-05-09 15:10:10 -0700788 disabled: '{disable-job}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700789
790 description: |
791 <!-- Managed by Jenkins Job Builder -->
792 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
793 Using pipeline {pipeline-script} <br/><br/>
794 Scale measurements for VOLTHA 2.x
795
796 properties:
797 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800798 build-days-to-keep: '{big-build-days-to-keep}'
799 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700800
801 wrappers:
802 - lf-infra-wrappers:
803 build-timeout: '{build-timeout}'
804 jenkins-ssh-credential: '{jenkins-ssh-credential}'
805
806 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800807 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700808 release: master
809
810 bbsimImg: voltha/bbsim:master
811 rwCoreImg: voltha/voltha-rw-core:master
812 ofAgentImg: voltha/voltha-ofagent-go:master
813 openoltAdapterImg: voltha/voltha-openolt-adapter:master
814 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100815 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700816 onosImg: voltha/voltha-onos:master
817
818 bbsimChart: onf/bbsim
819 volthaChart: onf/voltha
820 openoltAdapterChart: onf/voltha-adapter-openolt
821 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700822 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700823 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700824
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800825 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700826 olts: 2
827 pons: 2
828 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100829 unis: 4
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700830 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000831 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700832 withFlows: false
833 provisionSubscribers: false
834 withEapol: true
835 withDhcp: true
836 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100837 withMaclearning: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700838 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700839 withMonitoring: true
840 withProfiling: false
841 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700842 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100843 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700844 onosReplicas: 3
845 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700846 kafkaReplicas: 3
847 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700848 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800849 onosStatInterval: 10
850 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200851 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700852 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800853 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800854 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700855 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100856 withMibTemplate: true
Elia Battiston4decc6b2022-02-25 10:22:56 +0100857 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 +0100858 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700859 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100860 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700861 dockerRegistry: 10.90.0.101:30500
862 trigger-comment: vv7CBoQQYYonvaN8xcru
863 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700864
865 <<: *voltha-scale-job-parameters
866
Matteo Scandolo272aed42020-05-08 15:05:57 -0700867 project-type: pipeline
868 concurrent: false
869
870 dsl: !include-raw-escape: pipeline/{pipeline-script}
871
Matteo Scandoloabb83972020-06-25 16:08:23 -0700872 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700873 # periodic jobs will set this every 4 hours
874 # 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 -0700875 - timed: |
876 TZ=America/Los_Angeles
877 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700878 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
879 # patchset jobs will set this to a meaningful comment
880 - gerrit:
881 server-name: '{gerrit-server-name}'
882 silent-start: false
883 successful-message: "PASSED scale test"
884 failure-message: "FAILED scale test"
885 unstable-message: "UNSTABLE scale test"
886 trigger-on:
887 - comment-added-contains-event:
888 comment-contains-value: '.*{trigger-comment}.*'
889 projects:
890 - project-compare-type: REG_EXP
891 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
892 branches:
893 - branch-compare-type: REG_EXP
894 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700895
896- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700897 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800898 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800899
900 description: |
901 <!-- Managed by Jenkins Job Builder -->
902 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
903 Using pipeline {pipeline-script} <br/><br/>
904 Scale measurements for VOLTHA 2.x
905
906 properties:
907 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800908 build-days-to-keep: '{big-build-days-to-keep}'
909 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800910
911 wrappers:
912 - lf-infra-wrappers:
913 build-timeout: '{build-timeout}'
914 jenkins-ssh-credential: '{jenkins-ssh-credential}'
915
Matteo Scandolo0430f672020-05-07 11:50:26 -0700916 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800917 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700918 release: master
919
Matteo Scandolo0430f672020-05-07 11:50:26 -0700920 bbsimImg: voltha/bbsim:master
921 rwCoreImg: voltha/voltha-rw-core:master
922 ofAgentImg: voltha/voltha-ofagent-go:master
923 openoltAdapterImg: voltha/voltha-openolt-adapter:master
924 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100925 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700926 onosImg: voltha/voltha-onos:master
927
928 bbsimChart: onf/bbsim
929 volthaChart: onf/voltha
930 openoltAdapterChart: onf/voltha-adapter-openolt
931 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700932 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700933 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700934
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800935 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700936 olts: 2
937 pons: 2
938 onus: 2
Elia Battiston4decc6b2022-02-25 10:22:56 +0100939 unis: 4
Matteo Scandolo68776b72020-07-21 14:06:06 -0700940 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000941 withOnuUpgrade: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700942 withFlows: true
943 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700944 withEapol: true
945 withDhcp: true
946 withIgmp: false
Andrea Campanella7c3945f2022-02-07 17:19:30 +0100947 withMaclearning: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700948 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700949 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700950 withProfiling: false
951 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700952 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700953 openonuAdapterReplicas: 1
954 onosReplicas: 1
955 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700956 kafkaReplicas: 1
957 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700958 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800959 onosStatInterval: 10
960 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200961 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700962 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800963 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800964 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700965 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100966 withMibTemplate: true
Elia Battiston4decc6b2022-02-25 10:22:56 +0100967 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 +0100968 karafHome: 'apache-karaf-4.2.14'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700969 logLevel: 'INFO'
Andrea Campanellade9139a2022-02-09 16:50:36 +0100970 testTimeout: 10
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700971 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700972
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700973 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200974
Matteo Scandolo51b76302020-02-05 12:07:23 -0800975 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800976 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800977
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700978 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700979
Matteo Scandolo849db722020-10-21 10:58:41 -0700980 triggers:
981 - gerrit:
982 server-name: '{gerrit-server-name}'
983 silent-start: false
984 successful-message: "PASSED scale test"
985 failure-message: "FAILED scale test"
986 unstable-message: "UNSTABLE scale test"
987 trigger-on:
988 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700989 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700990 projects:
991 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700992 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700993 branches:
994 - branch-compare-type: REG_EXP
995 branch-pattern: '{all-branches-regexp}'