blob: ce66cd0d594b394f805b70afd63b884ca1ebca1f [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 Scandolo08900f72021-09-07 15:01:10 -070071 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo7b269782021-08-10 16:21:09 -070072 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
Matteo Scandolo08900f72021-09-07 15:01:10 -070073 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo7b269782021-08-10 16:21:09 -070074 --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
Matteo Scandolo08900f72021-09-07 15:01:10 -070078 volthaHelmChartsChange: refs/changes/69/26569/7
Girish Gowdra663677c2021-09-15 10:38:16 -070079 rwCoreImg: 'dbainbriciena/voltha-rw-core:grpc009'
80 openoltAdapterImg: 'dbainbriciena/voltha-openolt-adapter:grpc009'
81 openonuAdapterGoImg: 'dbainbriciena/voltha-openonu-adapter-go:grpc009'
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
Girish Gowdra663677c2021-09-15 10:38:16 -0700109 rwCoreImg: 'dbainbriciena/voltha-rw-core:grpc009'
110 openoltAdapterImg: 'dbainbriciena/voltha-openolt-adapter:grpc009'
111 openonuAdapterGoImg: 'dbainbriciena/voltha-openonu-adapter-go:grpc009'
Matteo Scandolo2a498022021-08-11 08:32:43 -0700112 - '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
Girish Gowdra663677c2021-09-15 10:38:16 -0700139 rwCoreImg: 'dbainbriciena/voltha-rw-core:grpc009'
140 openoltAdapterImg: 'dbainbriciena/voltha-openolt-adapter:grpc009'
141 openonuAdapterGoImg: 'dbainbriciena/voltha-openonu-adapter-go:grpc009'
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 Scandolo689ff792021-09-09 09:00:28 -0700161 rwCoreImg: 'matteoscandolo/voltha-rw-core:sync-delete'
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700162 ofAgentImg: 'matteoscandolo/voltha-ofagent-go:test'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700163 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo4bd043f2021-09-13 12:33:31 -0700164 openonuAdapterGoImg: 'gcgirish/voltha-openonu-adapter-go:syncFlow'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700165
Matteo Scandolofebf6512021-03-02 11:37:37 -0800166 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700167 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700168 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -0800169 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800170 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700171 time-trigger: "H H/4 * * *"
172 olts: 2
173 pons: 16
174 onus: 32
175 withFlows: true
176 provisionSubscribers: true
177 withEapol: true
178 withDhcp: true
179 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700180 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 -0700181
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700182 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700183 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200184 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800185 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700186 time-trigger: "H H/4 * * *"
187 olts: 2
188 pons: 16
189 onus: 32
190 withFlows: true
191 provisionSubscribers: true
192 workflow: dt
193 withEapol: false
194 withDhcp: false
195 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700196 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 -0700197
198 - 'voltha-scale-measurements':
199 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200200 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800201 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700202 time-trigger: "H H/4 * * *"
203 olts: 2
204 pons: 16
205 onus: 32
206 withFlows: true
207 provisionSubscribers: true
208 workflow: tt
209 withEapol: false
210 withDhcp: true
211 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700212 onosReplicas: 3
213 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700214 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 -0700215
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800216 # multi-stack jobs
217 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800218 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
219 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200220 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800221 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800222 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800223 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800224 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800225 olts: 2
226 pons: 16
227 onus: 32
228 withFlows: true
229 provisionSubscribers: true
230 workflow: att
231 withEapol: true
232 withDhcp: true
233 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700234 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800235
236 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800237 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
238 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200239 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800240 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800241 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800242 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800243 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800244 olts: 2
245 pons: 16
246 onus: 32
247 withFlows: true
248 provisionSubscribers: true
249 workflow: dt
250 withEapol: false
251 withDhcp: false
252 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700253 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 -0800254
255 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800256 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
257 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200258 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800259 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800260 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800261 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800262 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800263 olts: 2
264 pons: 16
265 onus: 32
266 withFlows: true
267 provisionSubscribers: true
268 workflow: tt
269 withEapol: false
270 withDhcp: true
271 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700272 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800273
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000274 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700275 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000276 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700277 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000278 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800279 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700280 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700281 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700282 pons: 16
283 onus: 32
284 withFlows: true
285 provisionSubscribers: true
286 withEapol: true
287 withDhcp: true
288 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000289 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200290 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700291 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700292 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700293 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700294 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800295 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200296 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700297 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 -0700298
299 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000300 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700301 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000302 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800303 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700304 time-trigger: "H H/4 * * *"
305 olts: 2
306 pons: 16
307 onus: 32
308 withFlows: true
309 provisionSubscribers: true
310 workflow: dt
311 withEapol: false
312 withDhcp: false
313 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000314 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200315 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700316 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700317 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700318 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700319 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800320 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200321 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700322 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 -0700323
Matteo Scandolo031bd982020-09-16 10:03:47 -0700324 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000325 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700326 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000327 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800328 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700329 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700330 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700331 pons: 16
332 onus: 32
333 withFlows: true
334 provisionSubscribers: true
335 workflow: tt
336 withEapol: false
337 withDhcp: true
338 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000339 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200340 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700341 rwCoreImg: ''
342 ofAgentImg: ''
343 openoltAdapterImg: ''
344 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800345 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700346 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700347 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 -0700348
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700349 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100350 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700351 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100352 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700353 'disable-job': false
354 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100355 time-trigger: "H H/4 * * *"
356 withMonitoring: false
357 logLevel: WARN
358 volthaStacks: 10
359 olts: 2
360 pons: 16
361 onus: 32
362 withFlows: true
363 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700364 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100365 workflow: att
366 withEapol: true
367 withDhcp: true
368 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800369 bbsimImg: ''
370 rwCoreImg: ''
371 ofAgentImg: ''
372 openoltAdapterImg: ''
373 openonuAdapterImg: ''
374 openonuAdapterGoImg: ''
375 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700376 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100377
378 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700379 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100380 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700381 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
382 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100383 time-trigger: "H H/4 * * *"
384 withMonitoring: false
385 logLevel: WARN
386 volthaStacks: 10
387 olts: 2
388 pons: 16
389 onus: 32
390 withFlows: true
391 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700392 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100393 workflow: dt
394 withEapol: false
395 withDhcp: false
396 withIgmp: false
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
406 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700407 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100408 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700409 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
410 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100411 time-trigger: "H H/4 * * *"
412 withMonitoring: false
413 logLevel: WARN
414 volthaStacks: 10
415 olts: 2
416 pons: 16
417 onus: 32
418 withFlows: true
419 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700420 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100421 workflow: tt
422 withEapol: false
423 withDhcp: true
424 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800425 bbsimImg: ''
426 rwCoreImg: ''
427 ofAgentImg: ''
428 openoltAdapterImg: ''
429 openonuAdapterImg: ''
430 openonuAdapterGoImg: ''
431 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700432 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100433
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700434 # per patchset job
435 - 'voltha-scale-measurements':
436 name: 'voltha-scale-measurements-patchset-1-16-32-att-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 withEapol: true
444 withDhcp: true
445 withIgmp: false
446 withMonitoring: false
447 trigger-comment: "voltha scale test ATT"
448
449 - 'voltha-scale-measurements':
450 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800451 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700452 olts: 1
453 pons: 16
454 onus: 32
455 withFlows: true
456 provisionSubscribers: true
457 workflow: tt
458 withEapol: false
459 withDhcp: true
460 withIgmp: true
461 withMonitoring: false
462 trigger-comment: "voltha scale test TT"
463
464 - 'voltha-scale-measurements':
465 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800466 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700467 olts: 1
468 pons: 16
469 onus: 32
470 withFlows: true
471 provisionSubscribers: true
472 workflow: dt
473 withEapol: false
474 withDhcp: false
475 withIgmp: false
476 withMonitoring: false
477 trigger-comment: "voltha scale test DT"
478
Matteo Scandolo272aed42020-05-08 15:05:57 -0700479 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700480 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700481 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700482 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700483
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700484
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700485# list of parameters for the VOLTHA Jobs,
486# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700487# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700488- voltha-scale-job-parameters: &voltha-scale-job-parameters
489 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700490 parameters:
491 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800492 name: pipeline-script
493 default: '{pipeline-script}'
494 description: 'The pipeline script to use'
495
496 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700497 name: release
498 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700499 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 -0700500
501 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700502 name: buildNode
503 default: '{build-node}'
504 description: 'Name of the Jenkins node to run the job on'
505
506 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700507 name: dockerRegistry
508 default: '{dockerRegistry}'
509 description: 'Address of the docker registry to use if we are building custom images'
510
511 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700512 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700513 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700514 description: 'Log level for all the components'
515
516 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800517 name: volthaStacks
518 default: '{volthaStacks}'
519 description: 'Number of VOLTHA Stacks to deploy'
520
521 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700522 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700523 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700524 description: 'Number of ONUs to provision'
525
526 - string:
527 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700528 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700529 description: 'Number of PONs to provision'
530
531 - string:
532 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700533 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700534 description: 'How many BBSim instances to run'
535
536 - string:
537 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700538 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700539 description: 'Which workflow are we testing (att, dt, tt)'
540
541 - bool:
542 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700543 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700544 description: 'Wheter to push flows from ONOS'
545
546 - bool:
547 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700548 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549 description: 'Wheter to provision subscribers durint the tests'
550
551 - bool:
552 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700553 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700554 description: 'Wheter EAPOL is enabled for the test'
555
556 - bool:
557 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700558 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700559 description: 'Wheter DHCP is enabled for the test'
560
561 - bool:
562 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700563 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700564 description: 'Wheter IGMP is enabled for the test'
565
566 - bool:
567 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700568 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700569 description: 'Wheter Link Discovery is enabled for the test'
570
571 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700572 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700573 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700574 description: 'Option to install Prometheus'
575
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700576 - bool:
577 name: withProfiling
578 default: '{withProfiling}'
579 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
580
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700581 - bool:
582 name: withPcap
583 default: '{withPcap}'
584 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
585
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700586 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700587 name: withRadius
588 default: '{withRadius}'
589 description: 'Value to pass to kind-voltha WITH_RADIUS'
590
591 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700592 name: extraHelmFlags
593 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700594 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 -0700595
Matteo Scandolo272aed42020-05-08 15:05:57 -0700596 - string:
597 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700598 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700599 description: 'How many OpenONU adapter instances to run'
600
601 - string:
602 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700603 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700604 description: 'How many ONOSes instances to run'
605
606 - string:
607 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700608 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700609 description: 'How many Atomix instances to run'
610
611 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700612 name: kafkaReplicas
613 default: '{kafkaReplicas}'
614 description: 'How many Kafka instances to run'
615
616 - string:
617 name: etcdReplicas
618 default: '{etcdReplicas}'
619 description: 'How many ETCD instances to run'
620
621 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700622 name: onosStatInterval
623 default: '{onosStatInterval}'
624 description: 'How often ONOS should poll for ports, flows and meters'
625
626 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200627 name: onosGroupInterval
628 default: '{onosGroupInterval}'
629 description: 'How often ONOS should poll for groups'
630
631 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200632 name: flowObjWorkerThreads
633 default: '{flowObjWorkerThreads}'
634 description: 'How many threads are used by the FlowObjectiveManager worker pool'
635
636 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700637 name: bbsimImg
638 default: '{bbsimImg}'
639 description: 'Custom image selection for BBSIM (repo:tag)'
640
641 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700642 name: rwCoreImg
643 default: '{rwCoreImg}'
644 description: 'Custom image selection for VOLTHA (repo:tag)'
645
646 - string:
647 name: ofAgentImg
648 default: '{ofAgentImg}'
649 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
650
651 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700652 name: openoltAdapterImg
653 default: '{openoltAdapterImg}'
654 description: 'Custom image selection for Openolt Adapter (repo:tag)'
655
656 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700657 name: openonuAdapterImg
658 default: '{openonuAdapterImg}'
659 description: 'Custom image selection for Openonu Adapter (repo:tag)'
660
661 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100662 name: openonuAdapterGoImg
663 default: '{openonuAdapterGoImg}'
664 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
665
666 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700667 name: onosImg
668 default: '{onosImg}'
669 description: 'Custom image selection for Openonu Adapter (repo:tag)'
670
671 - string:
672 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700673 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700674 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
675
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700676 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800677 name: volthaHelmChartsChange
678 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700679 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 -0700680
Matteo Scandoloccc06192020-06-22 10:16:17 -0700681 - bool:
682 name: inMemoryEtcdStorage
683 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700684 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700685
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200686 - string:
687 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700688 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200689 description: 'Karaf home'
690
Matteo Scandolo001003e2021-02-03 15:39:26 -0800691 # remove once voltha-2.6 is deprecated
692 - string:
693 name: kindVolthaChange
694 default: '{kindVolthaChange}'
695 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 -0800696 - bool:
697 name: withMibTemplate
698 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800699
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700700- job-template:
701 id: 'voltha-scale-measurements'
702 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700703 disabled: '{disable-job}'
704
705 description: |
706 <!-- Managed by Jenkins Job Builder -->
707 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
708 Using pipeline {pipeline-script} <br/><br/>
709 Scale measurements for VOLTHA 2.x
710
711 properties:
712 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800713 build-days-to-keep: '{big-build-days-to-keep}'
714 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700715
716 wrappers:
717 - lf-infra-wrappers:
718 build-timeout: '{build-timeout}'
719 jenkins-ssh-credential: '{jenkins-ssh-credential}'
720
721 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800722 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700723 release: master
724
725 bbsimImg: voltha/bbsim:master
726 rwCoreImg: voltha/voltha-rw-core:master
727 ofAgentImg: voltha/voltha-ofagent-go:master
728 openoltAdapterImg: voltha/voltha-openolt-adapter:master
729 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100730 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700731 onosImg: voltha/voltha-onos:master
732
733 bbsimChart: onf/bbsim
734 volthaChart: onf/voltha
735 openoltAdapterChart: onf/voltha-adapter-openolt
736 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700737 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700738 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700739
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800740 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700741 olts: 2
742 pons: 2
743 onus: 2
744 workflow: att
745 withFlows: false
746 provisionSubscribers: false
747 withEapol: true
748 withDhcp: true
749 withIgmp: false
750 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700751 withMonitoring: true
752 withProfiling: false
753 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700754 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100755 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700756 onosReplicas: 3
757 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700758 kafkaReplicas: 3
759 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700760 extraHelmFlags: ''
761 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200762 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200763 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700764 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800765 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800766 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700767 inMemoryEtcdStorage: true
768 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700769 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700770 dockerRegistry: 10.90.0.101:30500
771 trigger-comment: vv7CBoQQYYonvaN8xcru
772 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700773
774 <<: *voltha-scale-job-parameters
775
Matteo Scandolo272aed42020-05-08 15:05:57 -0700776 project-type: pipeline
777 concurrent: false
778
779 dsl: !include-raw-escape: pipeline/{pipeline-script}
780
Matteo Scandoloabb83972020-06-25 16:08:23 -0700781 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700782 # periodic jobs will set this every 4 hours
783 # 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 -0700784 - timed: |
785 TZ=America/Los_Angeles
786 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700787 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
788 # patchset jobs will set this to a meaningful comment
789 - gerrit:
790 server-name: '{gerrit-server-name}'
791 silent-start: false
792 successful-message: "PASSED scale test"
793 failure-message: "FAILED scale test"
794 unstable-message: "UNSTABLE scale test"
795 trigger-on:
796 - comment-added-contains-event:
797 comment-contains-value: '.*{trigger-comment}.*'
798 projects:
799 - project-compare-type: REG_EXP
800 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
801 branches:
802 - branch-compare-type: REG_EXP
803 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700804
805- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700806 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800807 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800808
809 description: |
810 <!-- Managed by Jenkins Job Builder -->
811 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
812 Using pipeline {pipeline-script} <br/><br/>
813 Scale measurements for VOLTHA 2.x
814
815 properties:
816 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800817 build-days-to-keep: '{big-build-days-to-keep}'
818 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800819
820 wrappers:
821 - lf-infra-wrappers:
822 build-timeout: '{build-timeout}'
823 jenkins-ssh-credential: '{jenkins-ssh-credential}'
824
Matteo Scandolo0430f672020-05-07 11:50:26 -0700825 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800826 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700827 release: master
828
Matteo Scandolo0430f672020-05-07 11:50:26 -0700829 bbsimImg: voltha/bbsim:master
830 rwCoreImg: voltha/voltha-rw-core:master
831 ofAgentImg: voltha/voltha-ofagent-go:master
832 openoltAdapterImg: voltha/voltha-openolt-adapter:master
833 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100834 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700835 onosImg: voltha/voltha-onos:master
836
837 bbsimChart: onf/bbsim
838 volthaChart: onf/voltha
839 openoltAdapterChart: onf/voltha-adapter-openolt
840 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700841 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700842 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700843
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800844 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700845 olts: 2
846 pons: 2
847 onus: 2
848 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700849 withFlows: true
850 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700851 withEapol: true
852 withDhcp: true
853 withIgmp: false
854 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700855 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700856 withProfiling: false
857 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700858 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700859 openonuAdapterReplicas: 1
860 onosReplicas: 1
861 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700862 kafkaReplicas: 1
863 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700864 extraHelmFlags: ''
865 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200866 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200867 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700868 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800869 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800870 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700871 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700872 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700873 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700874 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700875
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700876 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200877
Matteo Scandolo51b76302020-02-05 12:07:23 -0800878 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800879 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800880
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700881 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700882
Matteo Scandolo849db722020-10-21 10:58:41 -0700883 triggers:
884 - gerrit:
885 server-name: '{gerrit-server-name}'
886 silent-start: false
887 successful-message: "PASSED scale test"
888 failure-message: "FAILED scale test"
889 unstable-message: "UNSTABLE scale test"
890 trigger-on:
891 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700892 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700893 projects:
894 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700895 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700896 branches:
897 - branch-compare-type: REG_EXP
898 branch-pattern: '{all-branches-regexp}'