blob: 11f9f18174594e3bfbae271e0370c192df7aff11 [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 Scandolo2a498022021-08-11 08:32:43 -070052 # GRPC jobs
Matteo Scandolo4d355992021-06-08 11:18:59 +020053 - 'voltha-scale-measurements':
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-grpc'
55 'disable-job': false
56 build-node: 'voltha-scale-1'
Matteo Scandolo05a7bbe2021-09-28 16:50:14 -070057 time-trigger: "H H/4 * * *"
Matteo Scandolo11162412021-09-28 09:17:01 -070058 logLevel: INFO
Matteo Scandolo4d355992021-06-08 11:18:59 +020059 olts: 2
60 pons: 16
61 onus: 32
62 withFlows: true
63 provisionSubscribers: true
64 withEapol: true
65 withDhcp: true
66 withIgmp: false
Andrea Campanellaa2a99872021-06-08 14:47:02 +020067 inMemoryEtcdStorage: false
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070068 extraHelmFlags: >
69 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloe600e992021-09-27 11:11:47 -070070 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -070071 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
Matteo Scandoloe600e992021-09-27 11:11:47 -070072 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -070073 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha1-voltha-adapter-openonu-api.default.svc:50060
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070074 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
75 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
76 --set global.tracing.enabled=true
Matteo Scandoloba27a8f2021-10-01 14:59:24 -070077 onosImg: matteoscandolo/voltha-onos:oltapp
Matteo Scandolo2a498022021-08-11 08:32:43 -070078 - 'voltha-scale-measurements':
79 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers-grpc'
80 'disable-job': false
81 build-node: 'voltha-scale-1'
Matteo Scandolo05a7bbe2021-09-28 16:50:14 -070082 time-trigger: "H H/4 * * *"
Matteo Scandolo11162412021-09-28 09:17:01 -070083 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -070084 olts: 2
85 pons: 16
86 onus: 32
87 withFlows: true
88 provisionSubscribers: true
89 withEapol: false
90 withDhcp: false
91 withIgmp: false
92 workflow: dt
93 inMemoryEtcdStorage: false
94 extraHelmFlags: >
95 -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloe600e992021-09-27 11:11:47 -070096 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -070097 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
Matteo Scandoloe600e992021-09-27 11:11:47 -070098 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -070099 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha1-voltha-adapter-openonu-api.default.svc:50060
Matteo Scandolo2a498022021-08-11 08:32:43 -0700100 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
101 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
102 --set global.tracing.enabled=true
Matteo Scandoloaf1273c2021-10-04 15:22:20 -0700103 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo2a498022021-08-11 08:32:43 -0700104 - 'voltha-scale-measurements':
105 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-grpc'
106 'disable-job': false
107 build-node: 'voltha-scale-1'
Matteo Scandolo05a7bbe2021-09-28 16:50:14 -0700108 time-trigger: "H H/4 * * *"
Matteo Scandolo11162412021-09-28 09:17:01 -0700109 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -0700110 olts: 2
111 pons: 16
112 onus: 32
113 withFlows: true
114 provisionSubscribers: true
115 withEapol: false
116 withDhcp: true
Girish Gowdra28ab0192021-09-29 14:55:14 -0700117 withIgmp: true
Matteo Scandolo2a498022021-08-11 08:32:43 -0700118 workflow: tt
119 inMemoryEtcdStorage: false
120 extraHelmFlags: >
121 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloe600e992021-09-27 11:11:47 -0700122 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700123 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
Matteo Scandoloe600e992021-09-27 11:11:47 -0700124 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700125 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha1-voltha-adapter-openonu-api.default.svc:50060
Matteo Scandolo2a498022021-08-11 08:32:43 -0700126 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
127 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
128 --set global.tracing.enabled=true
Matteo Scandoloaf1273c2021-10-04 15:22:20 -0700129 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo4d355992021-06-08 11:18:59 +0200130
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700131 # OLT app rewrite jobs
132 - 'voltha-scale-measurements':
133 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-new-olt-app'
134 'disable-job': false
135 build-node: 'voltha-scale-1'
136 # trigger on Feb 29th (a.k.a only trigger it manually)
137 time-trigger: "H 0 29 2 *"
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700138 logLevel: INFO
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700139 olts: 2
140 pons: 16
141 onus: 32
142 withFlows: true
143 provisionSubscribers: true
144 withEapol: true
145 withDhcp: true
146 withIgmp: false
147 inMemoryEtcdStorage: false
148 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700149 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo4bd043f2021-09-13 12:33:31 -0700150 openonuAdapterGoImg: 'gcgirish/voltha-openonu-adapter-go:syncFlow'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700151
Matteo Scandolofebf6512021-03-02 11:37:37 -0800152 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700153 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700154 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -0800155 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800156 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700157 time-trigger: "H H/4 * * *"
158 olts: 2
159 pons: 16
160 onus: 32
161 withFlows: true
162 provisionSubscribers: true
163 withEapol: true
164 withDhcp: true
165 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700166 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 -0700167
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700168 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700169 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200170 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800171 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700172 time-trigger: "H H/4 * * *"
173 olts: 2
174 pons: 16
175 onus: 32
176 withFlows: true
177 provisionSubscribers: true
178 workflow: dt
179 withEapol: false
180 withDhcp: false
181 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700182 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 -0700183
184 - 'voltha-scale-measurements':
185 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200186 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800187 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700188 time-trigger: "H H/4 * * *"
189 olts: 2
190 pons: 16
191 onus: 32
192 withFlows: true
193 provisionSubscribers: true
194 workflow: tt
195 withEapol: false
196 withDhcp: true
197 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700198 onosReplicas: 3
199 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700200 extraHelmFlags: '--set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700201
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800202 # multi-stack jobs
203 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800204 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
205 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200206 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800207 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800208 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800209 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800210 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800211 olts: 2
212 pons: 16
213 onus: 32
214 withFlows: true
215 provisionSubscribers: true
216 workflow: att
217 withEapol: true
218 withDhcp: true
219 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700220 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800221
222 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800223 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
224 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200225 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800226 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800227 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800229 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800230 olts: 2
231 pons: 16
232 onus: 32
233 withFlows: true
234 provisionSubscribers: true
235 workflow: dt
236 withEapol: false
237 withDhcp: false
238 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700239 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800240
241 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800242 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
243 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200244 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800245 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800246 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800247 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800248 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800249 olts: 2
250 pons: 16
251 onus: 32
252 withFlows: true
253 provisionSubscribers: true
254 workflow: tt
255 withEapol: false
256 withDhcp: true
257 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700258 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800259
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000260 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700261 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000262 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700263 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000264 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800265 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700266 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700267 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700268 pons: 16
269 onus: 32
270 withFlows: true
271 provisionSubscribers: true
272 withEapol: true
273 withDhcp: true
274 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000275 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200276 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700277 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700278 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700279 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700280 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800281 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200282 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700283 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 -0700284
285 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000286 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700287 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000288 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800289 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700290 time-trigger: "H H/4 * * *"
291 olts: 2
292 pons: 16
293 onus: 32
294 withFlows: true
295 provisionSubscribers: true
296 workflow: dt
297 withEapol: false
298 withDhcp: false
299 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000300 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200301 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700302 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700303 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700304 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700305 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800306 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200307 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700308 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 -0700309
Matteo Scandolo031bd982020-09-16 10:03:47 -0700310 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000311 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700312 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000313 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800314 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700315 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700316 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700317 pons: 16
318 onus: 32
319 withFlows: true
320 provisionSubscribers: true
321 workflow: tt
322 withEapol: false
323 withDhcp: true
324 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000325 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200326 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700327 rwCoreImg: ''
328 ofAgentImg: ''
329 openoltAdapterImg: ''
330 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800331 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700332 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700333 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 -0700334
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700335 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100336 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700337 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100338 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700339 'disable-job': false
340 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100341 time-trigger: "H H/4 * * *"
342 withMonitoring: false
343 logLevel: WARN
344 volthaStacks: 10
345 olts: 2
346 pons: 16
347 onus: 32
348 withFlows: true
349 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700350 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100351 workflow: att
352 withEapol: true
353 withDhcp: true
354 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800355 bbsimImg: ''
356 rwCoreImg: ''
357 ofAgentImg: ''
358 openoltAdapterImg: ''
359 openonuAdapterImg: ''
360 openonuAdapterGoImg: ''
361 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700362 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100363
364 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700365 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100366 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700367 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
368 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100369 time-trigger: "H H/4 * * *"
370 withMonitoring: false
371 logLevel: WARN
372 volthaStacks: 10
373 olts: 2
374 pons: 16
375 onus: 32
376 withFlows: true
377 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700378 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100379 workflow: dt
380 withEapol: false
381 withDhcp: false
382 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800383 bbsimImg: ''
384 rwCoreImg: ''
385 ofAgentImg: ''
386 openoltAdapterImg: ''
387 openonuAdapterImg: ''
388 openonuAdapterGoImg: ''
389 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700390 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100391
392 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700393 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100394 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700395 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
396 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100397 time-trigger: "H H/4 * * *"
398 withMonitoring: false
399 logLevel: WARN
400 volthaStacks: 10
401 olts: 2
402 pons: 16
403 onus: 32
404 withFlows: true
405 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700406 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100407 workflow: tt
408 withEapol: false
409 withDhcp: true
410 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800411 bbsimImg: ''
412 rwCoreImg: ''
413 ofAgentImg: ''
414 openoltAdapterImg: ''
415 openonuAdapterImg: ''
416 openonuAdapterGoImg: ''
417 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700418 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100419
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700420 # per patchset job
421 - 'voltha-scale-measurements':
422 name: 'voltha-scale-measurements-patchset-1-16-32-att-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 withEapol: true
430 withDhcp: true
431 withIgmp: false
432 withMonitoring: false
433 trigger-comment: "voltha scale test ATT"
434
435 - 'voltha-scale-measurements':
436 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800437 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700438 olts: 1
439 pons: 16
440 onus: 32
441 withFlows: true
442 provisionSubscribers: true
443 workflow: tt
444 withEapol: false
445 withDhcp: true
446 withIgmp: true
447 withMonitoring: false
448 trigger-comment: "voltha scale test TT"
449
450 - 'voltha-scale-measurements':
451 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800452 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700453 olts: 1
454 pons: 16
455 onus: 32
456 withFlows: true
457 provisionSubscribers: true
458 workflow: dt
459 withEapol: false
460 withDhcp: false
461 withIgmp: false
462 withMonitoring: false
463 trigger-comment: "voltha scale test DT"
464
Matteo Scandolo272aed42020-05-08 15:05:57 -0700465 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700466 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700467 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700468 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700469
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700470
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700471# list of parameters for the VOLTHA Jobs,
472# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700473# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700474- voltha-scale-job-parameters: &voltha-scale-job-parameters
475 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700476 parameters:
477 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800478 name: pipeline-script
479 default: '{pipeline-script}'
480 description: 'The pipeline script to use'
481
482 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700483 name: release
484 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700485 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 -0700486
487 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700488 name: buildNode
489 default: '{build-node}'
490 description: 'Name of the Jenkins node to run the job on'
491
492 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700493 name: dockerRegistry
494 default: '{dockerRegistry}'
495 description: 'Address of the docker registry to use if we are building custom images'
496
497 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700498 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700499 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700500 description: 'Log level for all the components'
501
502 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800503 name: volthaStacks
504 default: '{volthaStacks}'
505 description: 'Number of VOLTHA Stacks to deploy'
506
507 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700508 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700509 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700510 description: 'Number of ONUs to provision'
511
512 - string:
513 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700514 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700515 description: 'Number of PONs to provision'
516
517 - string:
518 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700519 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700520 description: 'How many BBSim instances to run'
521
522 - string:
523 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700524 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 description: 'Which workflow are we testing (att, dt, tt)'
526
527 - bool:
528 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700529 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 description: 'Wheter to push flows from ONOS'
531
532 - bool:
533 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700534 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 description: 'Wheter to provision subscribers durint the tests'
536
537 - bool:
538 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700539 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 description: 'Wheter EAPOL is enabled for the test'
541
542 - bool:
543 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700544 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 description: 'Wheter DHCP is enabled for the test'
546
547 - bool:
548 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700549 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 description: 'Wheter IGMP is enabled for the test'
551
552 - bool:
553 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700554 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700555 description: 'Wheter Link Discovery is enabled for the test'
556
557 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700558 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700559 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700560 description: 'Option to install Prometheus'
561
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700562 - bool:
563 name: withProfiling
564 default: '{withProfiling}'
565 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
566
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700567 - bool:
568 name: withPcap
569 default: '{withPcap}'
570 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
571
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700572 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700573 name: withRadius
574 default: '{withRadius}'
575 description: 'Value to pass to kind-voltha WITH_RADIUS'
576
577 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700578 name: extraHelmFlags
579 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700580 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 -0700581
Matteo Scandolo272aed42020-05-08 15:05:57 -0700582 - string:
583 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700584 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700585 description: 'How many OpenONU adapter instances to run'
586
587 - string:
588 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700589 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700590 description: 'How many ONOSes instances to run'
591
592 - string:
593 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700594 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700595 description: 'How many Atomix instances to run'
596
597 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700598 name: kafkaReplicas
599 default: '{kafkaReplicas}'
600 description: 'How many Kafka instances to run'
601
602 - string:
603 name: etcdReplicas
604 default: '{etcdReplicas}'
605 description: 'How many ETCD instances to run'
606
607 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700608 name: onosStatInterval
609 default: '{onosStatInterval}'
610 description: 'How often ONOS should poll for ports, flows and meters'
611
612 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200613 name: onosGroupInterval
614 default: '{onosGroupInterval}'
615 description: 'How often ONOS should poll for groups'
616
617 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200618 name: flowObjWorkerThreads
619 default: '{flowObjWorkerThreads}'
620 description: 'How many threads are used by the FlowObjectiveManager worker pool'
621
622 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700623 name: bbsimImg
624 default: '{bbsimImg}'
625 description: 'Custom image selection for BBSIM (repo:tag)'
626
627 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700628 name: rwCoreImg
629 default: '{rwCoreImg}'
630 description: 'Custom image selection for VOLTHA (repo:tag)'
631
632 - string:
633 name: ofAgentImg
634 default: '{ofAgentImg}'
635 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
636
637 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700638 name: openoltAdapterImg
639 default: '{openoltAdapterImg}'
640 description: 'Custom image selection for Openolt Adapter (repo:tag)'
641
642 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700643 name: openonuAdapterImg
644 default: '{openonuAdapterImg}'
645 description: 'Custom image selection for Openonu Adapter (repo:tag)'
646
647 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100648 name: openonuAdapterGoImg
649 default: '{openonuAdapterGoImg}'
650 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
651
652 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700653 name: onosImg
654 default: '{onosImg}'
655 description: 'Custom image selection for Openonu Adapter (repo:tag)'
656
657 - string:
658 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700659 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700660 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
661
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700662 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800663 name: volthaHelmChartsChange
664 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700665 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 -0700666
Matteo Scandoloccc06192020-06-22 10:16:17 -0700667 - bool:
668 name: inMemoryEtcdStorage
669 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700670 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700671
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200672 - string:
673 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700674 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200675 description: 'Karaf home'
676
Matteo Scandolo001003e2021-02-03 15:39:26 -0800677 # remove once voltha-2.6 is deprecated
678 - string:
679 name: kindVolthaChange
680 default: '{kindVolthaChange}'
681 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 -0800682 - bool:
683 name: withMibTemplate
684 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800685
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700686- job-template:
687 id: 'voltha-scale-measurements'
688 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700689 disabled: '{disable-job}'
690
691 description: |
692 <!-- Managed by Jenkins Job Builder -->
693 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
694 Using pipeline {pipeline-script} <br/><br/>
695 Scale measurements for VOLTHA 2.x
696
697 properties:
698 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800699 build-days-to-keep: '{big-build-days-to-keep}'
700 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700701
702 wrappers:
703 - lf-infra-wrappers:
704 build-timeout: '{build-timeout}'
705 jenkins-ssh-credential: '{jenkins-ssh-credential}'
706
707 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800708 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700709 release: master
710
711 bbsimImg: voltha/bbsim:master
712 rwCoreImg: voltha/voltha-rw-core:master
713 ofAgentImg: voltha/voltha-ofagent-go:master
714 openoltAdapterImg: voltha/voltha-openolt-adapter:master
715 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100716 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700717 onosImg: voltha/voltha-onos:master
718
719 bbsimChart: onf/bbsim
720 volthaChart: onf/voltha
721 openoltAdapterChart: onf/voltha-adapter-openolt
722 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700723 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700724 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700725
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800726 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700727 olts: 2
728 pons: 2
729 onus: 2
730 workflow: att
731 withFlows: false
732 provisionSubscribers: false
733 withEapol: true
734 withDhcp: true
735 withIgmp: false
736 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700737 withMonitoring: true
738 withProfiling: false
739 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700740 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100741 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700742 onosReplicas: 3
743 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700744 kafkaReplicas: 3
745 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700746 extraHelmFlags: ''
747 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200748 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200749 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700750 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800751 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800752 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700753 inMemoryEtcdStorage: true
754 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700755 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700756 dockerRegistry: 10.90.0.101:30500
757 trigger-comment: vv7CBoQQYYonvaN8xcru
758 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700759
760 <<: *voltha-scale-job-parameters
761
Matteo Scandolo272aed42020-05-08 15:05:57 -0700762 project-type: pipeline
763 concurrent: false
764
765 dsl: !include-raw-escape: pipeline/{pipeline-script}
766
Matteo Scandoloabb83972020-06-25 16:08:23 -0700767 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700768 # periodic jobs will set this every 4 hours
769 # 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 -0700770 - timed: |
771 TZ=America/Los_Angeles
772 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700773 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
774 # patchset jobs will set this to a meaningful comment
775 - gerrit:
776 server-name: '{gerrit-server-name}'
777 silent-start: false
778 successful-message: "PASSED scale test"
779 failure-message: "FAILED scale test"
780 unstable-message: "UNSTABLE scale test"
781 trigger-on:
782 - comment-added-contains-event:
783 comment-contains-value: '.*{trigger-comment}.*'
784 projects:
785 - project-compare-type: REG_EXP
786 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
787 branches:
788 - branch-compare-type: REG_EXP
789 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700790
791- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700792 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800793 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800794
795 description: |
796 <!-- Managed by Jenkins Job Builder -->
797 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
798 Using pipeline {pipeline-script} <br/><br/>
799 Scale measurements for VOLTHA 2.x
800
801 properties:
802 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800803 build-days-to-keep: '{big-build-days-to-keep}'
804 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800805
806 wrappers:
807 - lf-infra-wrappers:
808 build-timeout: '{build-timeout}'
809 jenkins-ssh-credential: '{jenkins-ssh-credential}'
810
Matteo Scandolo0430f672020-05-07 11:50:26 -0700811 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800812 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700813 release: master
814
Matteo Scandolo0430f672020-05-07 11:50:26 -0700815 bbsimImg: voltha/bbsim:master
816 rwCoreImg: voltha/voltha-rw-core:master
817 ofAgentImg: voltha/voltha-ofagent-go:master
818 openoltAdapterImg: voltha/voltha-openolt-adapter:master
819 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100820 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700821 onosImg: voltha/voltha-onos:master
822
823 bbsimChart: onf/bbsim
824 volthaChart: onf/voltha
825 openoltAdapterChart: onf/voltha-adapter-openolt
826 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700827 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700828 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700829
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800830 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700831 olts: 2
832 pons: 2
833 onus: 2
834 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700835 withFlows: true
836 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700837 withEapol: true
838 withDhcp: true
839 withIgmp: false
840 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700841 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700842 withProfiling: false
843 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700844 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700845 openonuAdapterReplicas: 1
846 onosReplicas: 1
847 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700848 kafkaReplicas: 1
849 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700850 extraHelmFlags: ''
851 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200852 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200853 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700854 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800855 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800856 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700857 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700858 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700859 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700860 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700861
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700862 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200863
Matteo Scandolo51b76302020-02-05 12:07:23 -0800864 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800865 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800866
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700867 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700868
Matteo Scandolo849db722020-10-21 10:58:41 -0700869 triggers:
870 - gerrit:
871 server-name: '{gerrit-server-name}'
872 silent-start: false
873 successful-message: "PASSED scale test"
874 failure-message: "FAILED scale test"
875 unstable-message: "UNSTABLE scale test"
876 trigger-on:
877 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700878 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700879 projects:
880 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700881 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700882 branches:
883 - branch-compare-type: REG_EXP
884 branch-pattern: '{all-branches-regexp}'