blob: 1f49edd0d437e35797dc4317faa599e97a3bdc23 [file] [log] [blame]
Matteo Scandolo51b76302020-02-05 12:07:23 -08001---
2# VOLTHA 2.x scale measurements
3
4- project:
5 name: voltha-scale
6
7 project-name: '{name}'
8
9 jobs:
Matteo Scandolo272aed42020-05-08 15:05:57 -070010 # name format is <job-template>-<olts>-<pon>-<onus>-<setup>
Matteo Scandolo3136cca2020-05-15 14:14:27 -070011
Matteo Scandolo8df57162020-10-06 14:43:53 -070012 # this job will be used to test custom images without disrupting tests on master
13 - 'voltha-scale-measurements':
14 name: 'voltha-scale-measurements-master-experimental'
Matteo Scandolobb31fc72021-03-16 17:09:46 -070015 build-node: 'voltha-scale-1'
Matteo Scandolo8a82e9c2020-11-06 11:53:19 -080016 'disable-job': false
Matteo Scandoloe6647a02020-11-02 10:27:52 -080017 # trigger on Feb 29th (a.k.a only trigger it manually)
18 time-trigger: "H 0 29 2 *"
Andrea Campanella642e5502020-11-19 19:47:02 +010019 withMonitoring: true
Matteo Scandolo0b5317e2021-03-16 16:44:14 -070020 olts: 1
Matteo Scandolo3329f402021-03-18 18:23:07 -070021 pons: 16
Matteo Scandolo8df57162020-10-06 14:43:53 -070022 onus: 32
23 withFlows: true
24 provisionSubscribers: true
25 withEapol: true
26 withDhcp: true
27 withIgmp: false
Matteo Scandolo28f4ec62021-07-07 17:45:21 -070028 extraHelmFlags: '--set authRetry=false,dhcpRetry=false'
Matteo Scandolo08d7d002020-11-20 17:37:56 -080029 withPcap: false
Matteo Scandolo9665d592020-10-23 19:08:14 +000030
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080031 - 'voltha-scale-measurements':
32 name: 'voltha-scale-measurements-master-experimental-multi-stack'
Matteo Scandolobe823242020-11-20 13:48:13 -080033 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +020034 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandoloac5ff3f2021-06-01 17:05:41 -070035 'disable-job': false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080036 # trigger on Feb 29th (a.k.a only trigger it manually)
Matteo Scandoloffe19c92020-11-24 15:25:25 -080037 time-trigger: "H 0 29 2 *"
Matteo Scandolod4d55b72020-11-25 12:29:07 -080038 withMonitoring: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080039 logLevel: WARN
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070040 volthaStacks: 10
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080041 olts: 2
Matteo Scandolo95f3bc12021-06-03 15:25:47 -070042 pons: 16
43 onus: 32
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080044 withFlows: true
45 provisionSubscribers: true
Matteo Scandolof7ca6312020-11-16 15:57:15 -080046 workflow: dt
47 withEapol: false
48 withDhcp: false
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080049 withIgmp: false
Matteo Scandolo529e8822021-07-21 10:20:18 -070050 # extraHelmFlags: " -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn "
Matteo Scandolo4b006ae2020-11-09 16:14:40 -080051
Matteo Scandolofebf6512021-03-02 11:37:37 -080052 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070053 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080055 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080056 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070057 time-trigger: "H H/4 * * *"
58 olts: 2
59 pons: 16
60 onus: 32
61 withFlows: true
62 provisionSubscribers: true
63 withEapol: true
64 withDhcp: true
65 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070066 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070067
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070068 - 'voltha-scale-measurements':
Hardik Windlass0e37a1c2022-01-31 10:35:57 +000069 name: 'voltha-scale-measurements-master-onu-upgrade-2-16-32-att-onus'
Hardik Windlass4a76e092022-01-28 11:51:55 +000070 'disable-job': false
71 build-node: 'voltha-scale-1'
72 time-trigger: "H H/12 * * *"
73 olts: 2
74 pons: 16
75 onus: 32
76 withOnuUpgrade: true
77 withFlows: true
78 provisionSubscribers: false
79 withEapol: false
80 withDhcp: false
81 withIgmp: false
Hardik Windlassddaf7be2022-02-01 17:54:20 +000082 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn --set voltha-adapter-openonu.adapter_open_onu.omci_timeout=3s'
Hardik Windlass4a76e092022-01-28 11:51:55 +000083
84 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070085 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080086 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080087 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070088 time-trigger: "H H/4 * * *"
89 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 workflow: dt
95 withEapol: false
96 withDhcp: false
97 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070098 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandolo86939302020-10-30 13:32:08 -070099
100 - 'voltha-scale-measurements':
101 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800102 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800103 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700104 time-trigger: "H H/4 * * *"
105 olts: 2
106 pons: 16
107 onus: 32
108 withFlows: true
109 provisionSubscribers: true
110 workflow: tt
111 withEapol: false
112 withDhcp: true
113 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700114 onosReplicas: 3
115 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800116 extraHelmFlags: >
117 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
118 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
119 onosStatInterval: 30
120 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700121
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100122 # 4k ONTs jobs
123 - 'voltha-scale-measurements':
124 name: 'voltha-scale-measurements-master-2-64-32-dt-subscribers'
125 'disable-job': false
126 build-node: 'voltha-scale-1'
127 time-trigger: "H H/4 * * *"
128 olts: 2
129 pons: 64
130 onus: 32
131 withFlows: true
132 provisionSubscribers: true
133 workflow: dt
134 withEapol: false
135 withDhcp: false
136 withIgmp: false
Andrea Campanellad0c8fee2022-01-27 17:07:43 +0100137 onosImg: andreacampanella/voltha-onos:4k-dev
138 withMibTemplate: false
Andrea Campanellaadc2a922022-01-10 15:17:55 +0100139 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
140
Andrea Campanella518e6672022-01-17 11:42:53 +0100141 - 'voltha-scale-measurements':
Andrea Campanellabd91d932022-01-19 09:00:53 +0100142 name: 'voltha-scale-measurements-master-1-64-63-dt-subscribers'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000143 'disable-job': true
Andrea Campanella518e6672022-01-17 11:42:53 +0100144 build-node: 'voltha-scale-1'
145 time-trigger: "H H/4 * * *"
146 olts: 1
147 pons: 64
Andrea Campanellabd91d932022-01-19 09:00:53 +0100148 onus: 63
Andrea Campanella518e6672022-01-17 11:42:53 +0100149 withFlows: true
150 provisionSubscribers: true
151 workflow: dt
152 withEapol: false
153 withDhcp: false
154 withIgmp: false
Matteo Scandolo4c0e0f12022-01-24 18:15:03 -0800155 onosImg: matteoscandolo/voltha-onos:oltapp
Andrea Campanella4c2f1522022-01-19 19:10:03 +0100156 extraHelmFlags: '-f /home/jenkins/voltha-scale/voltha-values.yaml --set uni=1 --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn -f /home/cord/dt-custom-values.yaml'
Andrea Campanella518e6672022-01-17 11:42:53 +0100157
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800158 # multi-stack jobs
159 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800160 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
161 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200162 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800163 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800164 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800165 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800166 onosReplicas: 1
167 atomixReplicas: 0
168 kafkaReplicas: 1
169 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800170 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800171 olts: 2
172 pons: 16
173 onus: 32
174 withFlows: true
175 provisionSubscribers: true
176 workflow: att
177 withEapol: true
178 withDhcp: true
179 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800180 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800181
182 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800183 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
184 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200185 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800186 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800187 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800188 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800189 onosReplicas: 1
190 atomixReplicas: 0
191 kafkaReplicas: 1
192 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800193 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800194 olts: 2
195 pons: 16
196 onus: 32
197 withFlows: true
198 provisionSubscribers: true
199 workflow: dt
200 withEapol: false
201 withDhcp: false
202 withIgmp: false
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800203 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800204
205 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800206 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
207 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200208 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800209 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800210 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800211 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800212 onosReplicas: 1
213 atomixReplicas: 0
214 kafkaReplicas: 1
215 etcdReplicas: 1
Matteo Scandolod1430a72020-12-04 15:14:44 -0800216 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800217 olts: 2
218 pons: 16
219 onus: 32
220 withFlows: true
221 provisionSubscribers: true
222 workflow: tt
223 withEapol: false
224 withDhcp: true
225 withIgmp: true
Matteo Scandolo2ce69032022-01-18 14:33:48 -0800226 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800227
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000228 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700229 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000230 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800231 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000232 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800233 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700234 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700235 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700236 pons: 16
237 onus: 32
238 withFlows: true
239 provisionSubscribers: true
240 withEapol: true
241 withDhcp: true
242 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000243 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100244 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200245 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700246 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700247 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700248 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700249 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800250 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200251 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700252 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 -0700253
254 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000255 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800256 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000257 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800258 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700259 time-trigger: "H H/4 * * *"
260 olts: 2
261 pons: 16
262 onus: 32
263 withFlows: true
264 provisionSubscribers: true
265 workflow: dt
266 withEapol: false
267 withDhcp: false
268 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000269 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100270 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200271 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700272 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700273 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700274 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700275 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800276 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100277 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700278 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 -0700279
Matteo Scandolo031bd982020-09-16 10:03:47 -0700280 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000281 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800282 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000283 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800284 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700285 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700286 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700287 pons: 16
288 onus: 32
289 withFlows: true
290 provisionSubscribers: true
291 workflow: tt
292 withEapol: false
293 withDhcp: true
294 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000295 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100296 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200297 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700298 rwCoreImg: ''
299 ofAgentImg: ''
300 openoltAdapterImg: ''
301 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800302 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700303 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700304 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 -0700305
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700306 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100307 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700308 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100309 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700310 'disable-job': false
311 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100312 time-trigger: "H H/4 * * *"
313 withMonitoring: false
314 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800315 onosReplicas: 1
316 atomixReplicas: 0
317 kafkaReplicas: 1
318 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100319 volthaStacks: 10
320 olts: 2
321 pons: 16
322 onus: 32
323 withFlows: true
324 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700325 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100326 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100327 workflow: att
328 withEapol: true
329 withDhcp: true
330 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800331 bbsimImg: ''
332 rwCoreImg: ''
333 ofAgentImg: ''
334 openoltAdapterImg: ''
335 openonuAdapterImg: ''
336 openonuAdapterGoImg: ''
Andrea Campanella355795d2022-01-05 09:55:45 +0100337 onosImg: 'voltha/voltha-onos:5.0.4'
Matteo Scandolo529e8822021-07-21 10:20:18 -0700338 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100339
340 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700341 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100342 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700343 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
344 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100345 time-trigger: "H H/4 * * *"
346 withMonitoring: false
347 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800348 onosReplicas: 1
349 atomixReplicas: 0
350 kafkaReplicas: 1
351 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100352 volthaStacks: 10
353 olts: 2
354 pons: 16
355 onus: 32
356 withFlows: true
357 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700358 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100359 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100360 workflow: dt
361 withEapol: false
362 withDhcp: false
363 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800364 bbsimImg: ''
365 rwCoreImg: ''
366 ofAgentImg: ''
367 openoltAdapterImg: ''
368 openonuAdapterImg: ''
369 openonuAdapterGoImg: ''
370 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700371 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100372
373 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700374 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100375 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700376 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
377 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100378 time-trigger: "H H/4 * * *"
379 withMonitoring: false
380 logLevel: WARN
Matteo Scandolo6406fb32022-01-14 14:07:54 -0800381 onosReplicas: 1
382 atomixReplicas: 0
383 kafkaReplicas: 1
384 etcdReplicas: 1
Andrea Campanella27b5a662020-12-18 18:49:26 +0100385 volthaStacks: 10
386 olts: 2
387 pons: 16
388 onus: 32
389 withFlows: true
390 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700391 release: voltha-2.8
Andrea Campanella188e50d2022-01-14 11:30:05 +0100392 karaf-home: 'apache-karaf-4.2.9'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100393 workflow: tt
394 withEapol: false
395 withDhcp: true
396 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800397 bbsimImg: ''
398 rwCoreImg: ''
399 ofAgentImg: ''
400 openoltAdapterImg: ''
401 openonuAdapterImg: ''
402 openonuAdapterGoImg: ''
403 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700404 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100405
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700406 # per patchset job
407 - 'voltha-scale-measurements':
408 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800409 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700410 olts: 1
411 pons: 16
412 onus: 32
413 withFlows: true
414 provisionSubscribers: true
415 withEapol: true
416 withDhcp: true
417 withIgmp: false
418 withMonitoring: false
419 trigger-comment: "voltha scale test ATT"
420
421 - 'voltha-scale-measurements':
422 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800423 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700424 olts: 1
425 pons: 16
426 onus: 32
427 withFlows: true
428 provisionSubscribers: true
429 workflow: tt
430 withEapol: false
431 withDhcp: true
432 withIgmp: true
433 withMonitoring: false
434 trigger-comment: "voltha scale test TT"
435
436 - 'voltha-scale-measurements':
437 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800438 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700439 olts: 1
440 pons: 16
441 onus: 32
442 withFlows: true
443 provisionSubscribers: true
444 workflow: dt
445 withEapol: false
446 withDhcp: false
447 withIgmp: false
448 withMonitoring: false
449 trigger-comment: "voltha scale test DT"
450
Matteo Scandolo272aed42020-05-08 15:05:57 -0700451 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700452 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700453 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700454 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700455
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700456
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700457# list of parameters for the VOLTHA Jobs,
458# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700459# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700460- voltha-scale-job-parameters: &voltha-scale-job-parameters
461 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700462 parameters:
463 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800464 name: pipeline-script
465 default: '{pipeline-script}'
466 description: 'The pipeline script to use'
467
468 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700469 name: release
470 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700471 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 -0700472
473 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700474 name: buildNode
475 default: '{build-node}'
476 description: 'Name of the Jenkins node to run the job on'
477
478 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700479 name: dockerRegistry
480 default: '{dockerRegistry}'
481 description: 'Address of the docker registry to use if we are building custom images'
482
483 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700484 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700485 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700486 description: 'Log level for all the components'
487
488 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800489 name: volthaStacks
490 default: '{volthaStacks}'
491 description: 'Number of VOLTHA Stacks to deploy'
492
493 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700494 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700495 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700496 description: 'Number of ONUs to provision'
497
498 - string:
499 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700500 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700501 description: 'Number of PONs to provision'
502
503 - string:
504 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700505 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700506 description: 'How many BBSim instances to run'
507
508 - string:
509 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700510 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700511 description: 'Which workflow are we testing (att, dt, tt)'
512
513 - bool:
Hardik Windlass4a76e092022-01-28 11:51:55 +0000514 name: withOnuUpgrade
515 default: '{withOnuUpgrade}'
516 description: 'Whether to run the ONU Upgrade test'
517
518 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700519 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700520 default: '{withFlows}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000521 description: 'Whether to push flows from ONOS'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700522
523 - bool:
524 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700525 default: '{provisionSubscribers}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000526 description: 'Whether to provision subscribers during the tests'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700527
528 - bool:
529 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700530 default: '{withEapol}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000531 description: 'Whether EAPOL is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700532
533 - bool:
534 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700535 default: '{withDhcp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000536 description: 'Whether DHCP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700537
538 - bool:
539 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700540 default: '{withIgmp}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000541 description: 'Whether IGMP is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700542
543 - bool:
544 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700545 default: '{withLLDP}'
Hardik Windlass4a76e092022-01-28 11:51:55 +0000546 description: 'Whether Link Discovery is enabled for the test'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700547
548 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700550 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700551 description: 'Option to install Prometheus'
552
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700553 - bool:
554 name: withProfiling
555 default: '{withProfiling}'
556 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
557
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700558 - bool:
559 name: withPcap
560 default: '{withPcap}'
561 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
562
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700563 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700564 name: withRadius
565 default: '{withRadius}'
566 description: 'Value to pass to kind-voltha WITH_RADIUS'
567
568 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700569 name: extraHelmFlags
570 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700571 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 -0700572
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 - string:
574 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700575 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700576 description: 'How many OpenONU adapter instances to run'
577
578 - string:
579 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700580 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700581 description: 'How many ONOSes instances to run'
582
583 - string:
584 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700585 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700586 description: 'How many Atomix instances to run'
587
588 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700589 name: kafkaReplicas
590 default: '{kafkaReplicas}'
591 description: 'How many Kafka instances to run'
592
593 - string:
594 name: etcdReplicas
595 default: '{etcdReplicas}'
596 description: 'How many ETCD instances to run'
597
598 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700599 name: onosStatInterval
600 default: '{onosStatInterval}'
601 description: 'How often ONOS should poll for ports, flows and meters'
602
603 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200604 name: onosGroupInterval
605 default: '{onosGroupInterval}'
606 description: 'How often ONOS should poll for groups'
607
608 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200609 name: flowObjWorkerThreads
610 default: '{flowObjWorkerThreads}'
611 description: 'How many threads are used by the FlowObjectiveManager worker pool'
612
613 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700614 name: bbsimImg
615 default: '{bbsimImg}'
616 description: 'Custom image selection for BBSIM (repo:tag)'
617
618 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700619 name: rwCoreImg
620 default: '{rwCoreImg}'
621 description: 'Custom image selection for VOLTHA (repo:tag)'
622
623 - string:
624 name: ofAgentImg
625 default: '{ofAgentImg}'
626 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
627
628 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700629 name: openoltAdapterImg
630 default: '{openoltAdapterImg}'
631 description: 'Custom image selection for Openolt Adapter (repo:tag)'
632
633 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700634 name: openonuAdapterImg
635 default: '{openonuAdapterImg}'
636 description: 'Custom image selection for Openonu Adapter (repo:tag)'
637
638 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100639 name: openonuAdapterGoImg
640 default: '{openonuAdapterGoImg}'
641 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
642
643 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700644 name: onosImg
645 default: '{onosImg}'
646 description: 'Custom image selection for Openonu Adapter (repo:tag)'
647
648 - string:
649 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700650 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700651 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
652
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700653 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800654 name: volthaHelmChartsChange
655 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700656 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 -0700657
Matteo Scandoloccc06192020-06-22 10:16:17 -0700658 - bool:
659 name: inMemoryEtcdStorage
660 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700661 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700662
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200663 - string:
664 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700665 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200666 description: 'Karaf home'
667
Matteo Scandolo001003e2021-02-03 15:39:26 -0800668 # remove once voltha-2.6 is deprecated
669 - string:
670 name: kindVolthaChange
671 default: '{kindVolthaChange}'
672 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 -0800673 - bool:
674 name: withMibTemplate
Andrea Campanellac8720d62022-01-28 10:03:32 +0100675 default: '{withMibTemplate}'
Matteo Scandolo001003e2021-02-03 15:39:26 -0800676
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700677- job-template:
678 id: 'voltha-scale-measurements'
679 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700680 disabled: '{disable-job}'
681
682 description: |
683 <!-- Managed by Jenkins Job Builder -->
684 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
685 Using pipeline {pipeline-script} <br/><br/>
686 Scale measurements for VOLTHA 2.x
687
688 properties:
689 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800690 build-days-to-keep: '{big-build-days-to-keep}'
691 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700692
693 wrappers:
694 - lf-infra-wrappers:
695 build-timeout: '{build-timeout}'
696 jenkins-ssh-credential: '{jenkins-ssh-credential}'
697
698 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800699 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700700 release: master
701
702 bbsimImg: voltha/bbsim:master
703 rwCoreImg: voltha/voltha-rw-core:master
704 ofAgentImg: voltha/voltha-ofagent-go:master
705 openoltAdapterImg: voltha/voltha-openolt-adapter:master
706 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100707 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700708 onosImg: voltha/voltha-onos:master
709
710 bbsimChart: onf/bbsim
711 volthaChart: onf/voltha
712 openoltAdapterChart: onf/voltha-adapter-openolt
713 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700714 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700715 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700716
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800717 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700718 olts: 2
719 pons: 2
720 onus: 2
721 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000722 withOnuUpgrade: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700723 withFlows: false
724 provisionSubscribers: false
725 withEapol: true
726 withDhcp: true
727 withIgmp: false
728 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700729 withMonitoring: true
730 withProfiling: false
731 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700732 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100733 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700734 onosReplicas: 3
735 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700736 kafkaReplicas: 3
737 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700738 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800739 onosStatInterval: 10
740 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200741 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700742 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800743 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800744 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700745 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100746 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100747 karafHome: 'apache-karaf-4.2.14'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700748 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700749 dockerRegistry: 10.90.0.101:30500
750 trigger-comment: vv7CBoQQYYonvaN8xcru
751 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700752
753 <<: *voltha-scale-job-parameters
754
Matteo Scandolo272aed42020-05-08 15:05:57 -0700755 project-type: pipeline
756 concurrent: false
757
758 dsl: !include-raw-escape: pipeline/{pipeline-script}
759
Matteo Scandoloabb83972020-06-25 16:08:23 -0700760 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700761 # periodic jobs will set this every 4 hours
762 # 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 -0700763 - timed: |
764 TZ=America/Los_Angeles
765 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700766 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
767 # patchset jobs will set this to a meaningful comment
768 - gerrit:
769 server-name: '{gerrit-server-name}'
770 silent-start: false
771 successful-message: "PASSED scale test"
772 failure-message: "FAILED scale test"
773 unstable-message: "UNSTABLE scale test"
774 trigger-on:
775 - comment-added-contains-event:
776 comment-contains-value: '.*{trigger-comment}.*'
777 projects:
778 - project-compare-type: REG_EXP
779 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
780 branches:
781 - branch-compare-type: REG_EXP
782 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700783
784- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700785 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800786 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800787
788 description: |
789 <!-- Managed by Jenkins Job Builder -->
790 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
791 Using pipeline {pipeline-script} <br/><br/>
792 Scale measurements for VOLTHA 2.x
793
794 properties:
795 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800796 build-days-to-keep: '{big-build-days-to-keep}'
797 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800798
799 wrappers:
800 - lf-infra-wrappers:
801 build-timeout: '{build-timeout}'
802 jenkins-ssh-credential: '{jenkins-ssh-credential}'
803
Matteo Scandolo0430f672020-05-07 11:50:26 -0700804 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800805 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700806 release: master
807
Matteo Scandolo0430f672020-05-07 11:50:26 -0700808 bbsimImg: voltha/bbsim:master
809 rwCoreImg: voltha/voltha-rw-core:master
810 ofAgentImg: voltha/voltha-ofagent-go:master
811 openoltAdapterImg: voltha/voltha-openolt-adapter:master
812 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100813 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700814 onosImg: voltha/voltha-onos:master
815
816 bbsimChart: onf/bbsim
817 volthaChart: onf/voltha
818 openoltAdapterChart: onf/voltha-adapter-openolt
819 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700820 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700821 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700822
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800823 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700824 olts: 2
825 pons: 2
826 onus: 2
827 workflow: att
Hardik Windlass4a76e092022-01-28 11:51:55 +0000828 withOnuUpgrade: false
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700829 withFlows: true
830 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700831 withEapol: true
832 withDhcp: true
833 withIgmp: false
834 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700835 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700836 withProfiling: false
837 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700838 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700839 openonuAdapterReplicas: 1
840 onosReplicas: 1
841 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700842 kafkaReplicas: 1
843 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700844 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800845 onosStatInterval: 10
846 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200847 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700848 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800849 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800850 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700851 inMemoryEtcdStorage: true
Andrea Campanellac8720d62022-01-28 10:03:32 +0100852 withMibTemplate: true
Andrea Campanella188e50d2022-01-14 11:30:05 +0100853 karafHome: 'apache-karaf-4.2.14'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700854 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700855 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700856
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700857 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200858
Matteo Scandolo51b76302020-02-05 12:07:23 -0800859 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800860 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800861
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700862 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700863
Matteo Scandolo849db722020-10-21 10:58:41 -0700864 triggers:
865 - gerrit:
866 server-name: '{gerrit-server-name}'
867 silent-start: false
868 successful-message: "PASSED scale test"
869 failure-message: "FAILED scale test"
870 unstable-message: "UNSTABLE scale test"
871 trigger-on:
872 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700873 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700874 projects:
875 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700876 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700877 branches:
878 - branch-compare-type: REG_EXP
879 branch-pattern: '{all-branches-regexp}'