blob: 154de176e128d09ff0aff7bdee3c11be95eb3d4b [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'
57 # trigger on Feb 29th (a.k.a only trigger it manually)
58 time-trigger: "H 0 29 2 *"
59 logLevel: DEBUG
Matteo Scandolo4d355992021-06-08 11:18:59 +020060 olts: 2
61 pons: 16
62 onus: 32
63 withFlows: true
64 provisionSubscribers: true
65 withEapol: true
66 withDhcp: true
67 withIgmp: false
Andrea Campanellaa2a99872021-06-08 14:47:02 +020068 inMemoryEtcdStorage: false
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070069 extraHelmFlags: >
70 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandolo7b269782021-08-10 16:21:09 -070071 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-api.default.svc:55555
72 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
73 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-api.default.svc:55555
74 --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 -070075 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
76 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
77 --set global.tracing.enabled=true
78 volthaHelmChartsChange: refs/changes/69/26569/3
79 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
80 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
81 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
Matteo Scandolo2a498022021-08-11 08:32:43 -070082 - 'voltha-scale-measurements':
83 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers-grpc'
84 'disable-job': false
85 build-node: 'voltha-scale-1'
86 # trigger on Feb 29th (a.k.a only trigger it manually)
87 time-trigger: "H 0 29 2 *"
88 logLevel: DEBUG
89 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 withEapol: false
95 withDhcp: false
96 withIgmp: false
97 workflow: dt
98 inMemoryEtcdStorage: false
99 extraHelmFlags: >
100 -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
101 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-api.default.svc:55555
102 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
103 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-api.default.svc:55555
104 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha1-voltha-adapter-openonu-api.default.svc:50060
105 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
106 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
107 --set global.tracing.enabled=true
108 volthaHelmChartsChange: refs/changes/69/26569/3
109 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
110 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
111 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
112 - 'voltha-scale-measurements':
113 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-grpc'
114 'disable-job': false
115 build-node: 'voltha-scale-1'
116 # trigger on Feb 29th (a.k.a only trigger it manually)
117 time-trigger: "H 0 29 2 *"
118 logLevel: DEBUG
119 olts: 2
120 pons: 16
121 onus: 32
122 withFlows: true
123 provisionSubscribers: true
124 withEapol: false
125 withDhcp: true
126 withIgmp: false
127 workflow: tt
128 inMemoryEtcdStorage: false
129 extraHelmFlags: >
130 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
131 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-api.default.svc:55555
132 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
133 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-api.default.svc:55555
134 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha1-voltha-adapter-openonu-api.default.svc:50060
135 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
136 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
137 --set global.tracing.enabled=true
138 volthaHelmChartsChange: refs/changes/69/26569/3
139 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
140 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
141 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
Matteo Scandolo4d355992021-06-08 11:18:59 +0200142
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700143 # OLT app rewrite jobs
144 - 'voltha-scale-measurements':
145 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-new-olt-app'
146 'disable-job': false
147 build-node: 'voltha-scale-1'
148 # trigger on Feb 29th (a.k.a only trigger it manually)
149 time-trigger: "H 0 29 2 *"
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700150 logLevel: INFO
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700151 olts: 2
152 pons: 16
153 onus: 32
154 withFlows: true
155 provisionSubscribers: true
156 withEapol: true
157 withDhcp: true
158 withIgmp: false
159 inMemoryEtcdStorage: false
160 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml'
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700161 rwCoreImg: 'matteoscandolo/voltha-rw-core:test'
162 ofAgentImg: 'matteoscandolo/voltha-ofagent-go:test'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700163 onosImg: 'matteoscandolo/voltha-onos:oltapp'
164
Matteo Scandolofebf6512021-03-02 11:37:37 -0800165 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700166 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700167 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -0800168 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800169 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700170 time-trigger: "H H/4 * * *"
171 olts: 2
172 pons: 16
173 onus: 32
174 withFlows: true
175 provisionSubscribers: true
176 withEapol: true
177 withDhcp: true
178 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700179 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 -0700180
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700181 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700182 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200183 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800184 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700185 time-trigger: "H H/4 * * *"
186 olts: 2
187 pons: 16
188 onus: 32
189 withFlows: true
190 provisionSubscribers: true
191 workflow: dt
192 withEapol: false
193 withDhcp: false
194 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700195 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 -0700196
197 - 'voltha-scale-measurements':
198 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200199 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800200 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700201 time-trigger: "H H/4 * * *"
202 olts: 2
203 pons: 16
204 onus: 32
205 withFlows: true
206 provisionSubscribers: true
207 workflow: tt
208 withEapol: false
209 withDhcp: true
210 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700211 onosReplicas: 3
212 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700213 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 -0700214
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800215 # multi-stack jobs
216 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800217 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
218 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200219 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800220 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800221 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800222 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800223 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800224 olts: 2
225 pons: 16
226 onus: 32
227 withFlows: true
228 provisionSubscribers: true
229 workflow: att
230 withEapol: true
231 withDhcp: true
232 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700233 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800234
235 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800236 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
237 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200238 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800239 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800240 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800241 logLevel: WARN
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 Scandolo6ad7be92021-07-28 11:37:35 -0700252 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 -0800253
254 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800255 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
256 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200257 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800258 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800259 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800260 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800261 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800262 olts: 2
263 pons: 16
264 onus: 32
265 withFlows: true
266 provisionSubscribers: true
267 workflow: tt
268 withEapol: false
269 withDhcp: true
270 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700271 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800272
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000273 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700274 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000275 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700276 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000277 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800278 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700279 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700280 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700281 pons: 16
282 onus: 32
283 withFlows: true
284 provisionSubscribers: true
285 withEapol: true
286 withDhcp: true
287 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000288 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200289 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700290 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700291 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700292 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700293 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800294 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200295 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700296 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 -0700297
298 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000299 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700300 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000301 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800302 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700303 time-trigger: "H H/4 * * *"
304 olts: 2
305 pons: 16
306 onus: 32
307 withFlows: true
308 provisionSubscribers: true
309 workflow: dt
310 withEapol: false
311 withDhcp: false
312 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000313 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200314 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700315 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700316 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700317 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700318 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800319 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200320 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700321 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 -0700322
Matteo Scandolo031bd982020-09-16 10:03:47 -0700323 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000324 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700325 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000326 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800327 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700328 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700329 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700330 pons: 16
331 onus: 32
332 withFlows: true
333 provisionSubscribers: true
334 workflow: tt
335 withEapol: false
336 withDhcp: true
337 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000338 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200339 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700340 rwCoreImg: ''
341 ofAgentImg: ''
342 openoltAdapterImg: ''
343 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800344 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700345 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700346 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 -0700347
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700348 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100349 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700350 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100351 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700352 'disable-job': false
353 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100354 time-trigger: "H H/4 * * *"
355 withMonitoring: false
356 logLevel: WARN
357 volthaStacks: 10
358 olts: 2
359 pons: 16
360 onus: 32
361 withFlows: true
362 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700363 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100364 workflow: att
365 withEapol: true
366 withDhcp: true
367 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800368 bbsimImg: ''
369 rwCoreImg: ''
370 ofAgentImg: ''
371 openoltAdapterImg: ''
372 openonuAdapterImg: ''
373 openonuAdapterGoImg: ''
374 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700375 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100376
377 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700378 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100379 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700380 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
381 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100382 time-trigger: "H H/4 * * *"
383 withMonitoring: false
384 logLevel: WARN
385 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 Campanella27b5a662020-12-18 18:49:26 +0100392 workflow: dt
393 withEapol: false
394 withDhcp: false
395 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800396 bbsimImg: ''
397 rwCoreImg: ''
398 ofAgentImg: ''
399 openoltAdapterImg: ''
400 openonuAdapterImg: ''
401 openonuAdapterGoImg: ''
402 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700403 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100404
405 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700406 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100407 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700408 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
409 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100410 time-trigger: "H H/4 * * *"
411 withMonitoring: false
412 logLevel: WARN
413 volthaStacks: 10
414 olts: 2
415 pons: 16
416 onus: 32
417 withFlows: true
418 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700419 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100420 workflow: tt
421 withEapol: false
422 withDhcp: true
423 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800424 bbsimImg: ''
425 rwCoreImg: ''
426 ofAgentImg: ''
427 openoltAdapterImg: ''
428 openonuAdapterImg: ''
429 openonuAdapterGoImg: ''
430 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700431 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100432
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700433 # per patchset job
434 - 'voltha-scale-measurements':
435 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800436 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700437 olts: 1
438 pons: 16
439 onus: 32
440 withFlows: true
441 provisionSubscribers: true
442 withEapol: true
443 withDhcp: true
444 withIgmp: false
445 withMonitoring: false
446 trigger-comment: "voltha scale test ATT"
447
448 - 'voltha-scale-measurements':
449 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800450 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700451 olts: 1
452 pons: 16
453 onus: 32
454 withFlows: true
455 provisionSubscribers: true
456 workflow: tt
457 withEapol: false
458 withDhcp: true
459 withIgmp: true
460 withMonitoring: false
461 trigger-comment: "voltha scale test TT"
462
463 - 'voltha-scale-measurements':
464 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800465 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700466 olts: 1
467 pons: 16
468 onus: 32
469 withFlows: true
470 provisionSubscribers: true
471 workflow: dt
472 withEapol: false
473 withDhcp: false
474 withIgmp: false
475 withMonitoring: false
476 trigger-comment: "voltha scale test DT"
477
Matteo Scandolo272aed42020-05-08 15:05:57 -0700478 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700479 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700480 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700481 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700482
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700483
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700484# list of parameters for the VOLTHA Jobs,
485# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700486# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700487- voltha-scale-job-parameters: &voltha-scale-job-parameters
488 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700489 parameters:
490 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800491 name: pipeline-script
492 default: '{pipeline-script}'
493 description: 'The pipeline script to use'
494
495 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700496 name: release
497 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700498 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 -0700499
500 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700501 name: buildNode
502 default: '{build-node}'
503 description: 'Name of the Jenkins node to run the job on'
504
505 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700506 name: dockerRegistry
507 default: '{dockerRegistry}'
508 description: 'Address of the docker registry to use if we are building custom images'
509
510 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700511 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700512 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700513 description: 'Log level for all the components'
514
515 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800516 name: volthaStacks
517 default: '{volthaStacks}'
518 description: 'Number of VOLTHA Stacks to deploy'
519
520 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700521 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700522 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700523 description: 'Number of ONUs to provision'
524
525 - string:
526 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700527 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700528 description: 'Number of PONs to provision'
529
530 - string:
531 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700532 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700533 description: 'How many BBSim instances to run'
534
535 - string:
536 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700537 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700538 description: 'Which workflow are we testing (att, dt, tt)'
539
540 - bool:
541 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700542 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700543 description: 'Wheter to push flows from ONOS'
544
545 - bool:
546 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700547 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 description: 'Wheter to provision subscribers durint the tests'
549
550 - bool:
551 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700552 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700553 description: 'Wheter EAPOL is enabled for the test'
554
555 - bool:
556 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700557 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700558 description: 'Wheter DHCP is enabled for the test'
559
560 - bool:
561 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700562 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700563 description: 'Wheter IGMP is enabled for the test'
564
565 - bool:
566 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700567 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700568 description: 'Wheter Link Discovery is enabled for the test'
569
570 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700571 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700572 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 description: 'Option to install Prometheus'
574
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700575 - bool:
576 name: withProfiling
577 default: '{withProfiling}'
578 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
579
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700580 - bool:
581 name: withPcap
582 default: '{withPcap}'
583 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
584
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700585 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700586 name: withRadius
587 default: '{withRadius}'
588 description: 'Value to pass to kind-voltha WITH_RADIUS'
589
590 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700591 name: extraHelmFlags
592 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700593 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 -0700594
Matteo Scandolo272aed42020-05-08 15:05:57 -0700595 - string:
596 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700597 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700598 description: 'How many OpenONU adapter instances to run'
599
600 - string:
601 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700602 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700603 description: 'How many ONOSes instances to run'
604
605 - string:
606 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700607 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700608 description: 'How many Atomix instances to run'
609
610 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700611 name: kafkaReplicas
612 default: '{kafkaReplicas}'
613 description: 'How many Kafka instances to run'
614
615 - string:
616 name: etcdReplicas
617 default: '{etcdReplicas}'
618 description: 'How many ETCD instances to run'
619
620 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700621 name: onosStatInterval
622 default: '{onosStatInterval}'
623 description: 'How often ONOS should poll for ports, flows and meters'
624
625 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200626 name: onosGroupInterval
627 default: '{onosGroupInterval}'
628 description: 'How often ONOS should poll for groups'
629
630 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200631 name: flowObjWorkerThreads
632 default: '{flowObjWorkerThreads}'
633 description: 'How many threads are used by the FlowObjectiveManager worker pool'
634
635 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700636 name: bbsimImg
637 default: '{bbsimImg}'
638 description: 'Custom image selection for BBSIM (repo:tag)'
639
640 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700641 name: rwCoreImg
642 default: '{rwCoreImg}'
643 description: 'Custom image selection for VOLTHA (repo:tag)'
644
645 - string:
646 name: ofAgentImg
647 default: '{ofAgentImg}'
648 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
649
650 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700651 name: openoltAdapterImg
652 default: '{openoltAdapterImg}'
653 description: 'Custom image selection for Openolt Adapter (repo:tag)'
654
655 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700656 name: openonuAdapterImg
657 default: '{openonuAdapterImg}'
658 description: 'Custom image selection for Openonu Adapter (repo:tag)'
659
660 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100661 name: openonuAdapterGoImg
662 default: '{openonuAdapterGoImg}'
663 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
664
665 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700666 name: onosImg
667 default: '{onosImg}'
668 description: 'Custom image selection for Openonu Adapter (repo:tag)'
669
670 - string:
671 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700672 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700673 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
674
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700675 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800676 name: volthaHelmChartsChange
677 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700678 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 -0700679
Matteo Scandoloccc06192020-06-22 10:16:17 -0700680 - bool:
681 name: inMemoryEtcdStorage
682 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700683 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700684
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200685 - string:
686 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700687 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200688 description: 'Karaf home'
689
Matteo Scandolo001003e2021-02-03 15:39:26 -0800690 # remove once voltha-2.6 is deprecated
691 - string:
692 name: kindVolthaChange
693 default: '{kindVolthaChange}'
694 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 -0800695 - bool:
696 name: withMibTemplate
697 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800698
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700699- job-template:
700 id: 'voltha-scale-measurements'
701 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700702 disabled: '{disable-job}'
703
704 description: |
705 <!-- Managed by Jenkins Job Builder -->
706 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
707 Using pipeline {pipeline-script} <br/><br/>
708 Scale measurements for VOLTHA 2.x
709
710 properties:
711 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800712 build-days-to-keep: '{big-build-days-to-keep}'
713 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700714
715 wrappers:
716 - lf-infra-wrappers:
717 build-timeout: '{build-timeout}'
718 jenkins-ssh-credential: '{jenkins-ssh-credential}'
719
720 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800721 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700722 release: master
723
724 bbsimImg: voltha/bbsim:master
725 rwCoreImg: voltha/voltha-rw-core:master
726 ofAgentImg: voltha/voltha-ofagent-go:master
727 openoltAdapterImg: voltha/voltha-openolt-adapter:master
728 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100729 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700730 onosImg: voltha/voltha-onos:master
731
732 bbsimChart: onf/bbsim
733 volthaChart: onf/voltha
734 openoltAdapterChart: onf/voltha-adapter-openolt
735 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700736 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700737 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700738
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800739 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700740 olts: 2
741 pons: 2
742 onus: 2
743 workflow: att
744 withFlows: false
745 provisionSubscribers: false
746 withEapol: true
747 withDhcp: true
748 withIgmp: false
749 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700750 withMonitoring: true
751 withProfiling: false
752 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700753 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100754 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700755 onosReplicas: 3
756 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700757 kafkaReplicas: 3
758 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700759 extraHelmFlags: ''
760 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200761 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200762 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700763 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800764 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800765 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700766 inMemoryEtcdStorage: true
767 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700768 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700769 dockerRegistry: 10.90.0.101:30500
770 trigger-comment: vv7CBoQQYYonvaN8xcru
771 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700772
773 <<: *voltha-scale-job-parameters
774
Matteo Scandolo272aed42020-05-08 15:05:57 -0700775 project-type: pipeline
776 concurrent: false
777
778 dsl: !include-raw-escape: pipeline/{pipeline-script}
779
Matteo Scandoloabb83972020-06-25 16:08:23 -0700780 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700781 # periodic jobs will set this every 4 hours
782 # 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 -0700783 - timed: |
784 TZ=America/Los_Angeles
785 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700786 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
787 # patchset jobs will set this to a meaningful comment
788 - gerrit:
789 server-name: '{gerrit-server-name}'
790 silent-start: false
791 successful-message: "PASSED scale test"
792 failure-message: "FAILED scale test"
793 unstable-message: "UNSTABLE scale test"
794 trigger-on:
795 - comment-added-contains-event:
796 comment-contains-value: '.*{trigger-comment}.*'
797 projects:
798 - project-compare-type: REG_EXP
799 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
800 branches:
801 - branch-compare-type: REG_EXP
802 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700803
804- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700805 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800806 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800807
808 description: |
809 <!-- Managed by Jenkins Job Builder -->
810 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
811 Using pipeline {pipeline-script} <br/><br/>
812 Scale measurements for VOLTHA 2.x
813
814 properties:
815 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800816 build-days-to-keep: '{big-build-days-to-keep}'
817 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800818
819 wrappers:
820 - lf-infra-wrappers:
821 build-timeout: '{build-timeout}'
822 jenkins-ssh-credential: '{jenkins-ssh-credential}'
823
Matteo Scandolo0430f672020-05-07 11:50:26 -0700824 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800825 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700826 release: master
827
Matteo Scandolo0430f672020-05-07 11:50:26 -0700828 bbsimImg: voltha/bbsim:master
829 rwCoreImg: voltha/voltha-rw-core:master
830 ofAgentImg: voltha/voltha-ofagent-go:master
831 openoltAdapterImg: voltha/voltha-openolt-adapter:master
832 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100833 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700834 onosImg: voltha/voltha-onos:master
835
836 bbsimChart: onf/bbsim
837 volthaChart: onf/voltha
838 openoltAdapterChart: onf/voltha-adapter-openolt
839 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700840 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700841 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700842
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800843 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700844 olts: 2
845 pons: 2
846 onus: 2
847 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700848 withFlows: true
849 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700850 withEapol: true
851 withDhcp: true
852 withIgmp: false
853 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700854 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700855 withProfiling: false
856 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700857 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700858 openonuAdapterReplicas: 1
859 onosReplicas: 1
860 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700861 kafkaReplicas: 1
862 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700863 extraHelmFlags: ''
864 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200865 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200866 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700867 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800868 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800869 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700870 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700871 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700872 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700873 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700874
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700875 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200876
Matteo Scandolo51b76302020-02-05 12:07:23 -0800877 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800878 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800879
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700880 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700881
Matteo Scandolo849db722020-10-21 10:58:41 -0700882 triggers:
883 - gerrit:
884 server-name: '{gerrit-server-name}'
885 silent-start: false
886 successful-message: "PASSED scale test"
887 failure-message: "FAILED scale test"
888 unstable-message: "UNSTABLE scale test"
889 trigger-on:
890 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700891 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700892 projects:
893 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700894 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700895 branches:
896 - branch-compare-type: REG_EXP
897 branch-pattern: '{all-branches-regexp}'