blob: 08a29acc902efa97e026aad0df398ea993f253dd [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 Scandolofebf6512021-03-02 11:37:37 -0800143 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700144 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700145 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -0800146 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800147 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700148 time-trigger: "H H/4 * * *"
149 olts: 2
150 pons: 16
151 onus: 32
152 withFlows: true
153 provisionSubscribers: true
154 withEapol: true
155 withDhcp: true
156 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700157 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 -0700158
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700159 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700160 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200161 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800162 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700163 time-trigger: "H H/4 * * *"
164 olts: 2
165 pons: 16
166 onus: 32
167 withFlows: true
168 provisionSubscribers: true
169 workflow: dt
170 withEapol: false
171 withDhcp: false
172 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700173 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 -0700174
175 - 'voltha-scale-measurements':
176 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200177 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800178 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700179 time-trigger: "H H/4 * * *"
180 olts: 2
181 pons: 16
182 onus: 32
183 withFlows: true
184 provisionSubscribers: true
185 workflow: tt
186 withEapol: false
187 withDhcp: true
188 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700189 onosReplicas: 3
190 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700191 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 -0700192
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800193 # multi-stack jobs
194 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800195 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
196 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200197 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800198 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800199 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800200 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800201 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800202 olts: 2
203 pons: 16
204 onus: 32
205 withFlows: true
206 provisionSubscribers: true
207 workflow: att
208 withEapol: true
209 withDhcp: true
210 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700211 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800212
213 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800214 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
215 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200216 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800217 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800218 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800219 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800220 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800221 olts: 2
222 pons: 16
223 onus: 32
224 withFlows: true
225 provisionSubscribers: true
226 workflow: dt
227 withEapol: false
228 withDhcp: false
229 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700230 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 -0800231
232 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800233 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
234 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200235 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800236 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800237 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800238 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800239 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800240 olts: 2
241 pons: 16
242 onus: 32
243 withFlows: true
244 provisionSubscribers: true
245 workflow: tt
246 withEapol: false
247 withDhcp: true
248 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700249 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800250
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000251 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700252 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000253 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700254 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000255 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800256 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700257 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700258 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700259 pons: 16
260 onus: 32
261 withFlows: true
262 provisionSubscribers: true
263 withEapol: true
264 withDhcp: true
265 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000266 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200267 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700268 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700269 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700270 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700271 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800272 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200273 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700274 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 -0700275
276 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000277 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700278 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000279 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800280 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700281 time-trigger: "H H/4 * * *"
282 olts: 2
283 pons: 16
284 onus: 32
285 withFlows: true
286 provisionSubscribers: true
287 workflow: dt
288 withEapol: false
289 withDhcp: false
290 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000291 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200292 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700293 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700294 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700295 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700296 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800297 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200298 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700299 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 -0700300
Matteo Scandolo031bd982020-09-16 10:03:47 -0700301 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000302 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700303 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000304 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800305 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700306 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700307 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700308 pons: 16
309 onus: 32
310 withFlows: true
311 provisionSubscribers: true
312 workflow: tt
313 withEapol: false
314 withDhcp: true
315 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000316 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200317 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700318 rwCoreImg: ''
319 ofAgentImg: ''
320 openoltAdapterImg: ''
321 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800322 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700323 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700324 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 -0700325
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700326 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100327 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700328 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100329 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700330 'disable-job': false
331 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100332 time-trigger: "H H/4 * * *"
333 withMonitoring: false
334 logLevel: WARN
335 volthaStacks: 10
336 olts: 2
337 pons: 16
338 onus: 32
339 withFlows: true
340 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700341 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100342 workflow: att
343 withEapol: true
344 withDhcp: true
345 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800346 bbsimImg: ''
347 rwCoreImg: ''
348 ofAgentImg: ''
349 openoltAdapterImg: ''
350 openonuAdapterImg: ''
351 openonuAdapterGoImg: ''
352 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700353 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100354
355 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700356 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100357 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700358 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
359 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100360 time-trigger: "H H/4 * * *"
361 withMonitoring: false
362 logLevel: WARN
363 volthaStacks: 10
364 olts: 2
365 pons: 16
366 onus: 32
367 withFlows: true
368 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700369 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100370 workflow: dt
371 withEapol: false
372 withDhcp: false
373 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800374 bbsimImg: ''
375 rwCoreImg: ''
376 ofAgentImg: ''
377 openoltAdapterImg: ''
378 openonuAdapterImg: ''
379 openonuAdapterGoImg: ''
380 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700381 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100382
383 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700384 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100385 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700386 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
387 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100388 time-trigger: "H H/4 * * *"
389 withMonitoring: false
390 logLevel: WARN
391 volthaStacks: 10
392 olts: 2
393 pons: 16
394 onus: 32
395 withFlows: true
396 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700397 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100398 workflow: tt
399 withEapol: false
400 withDhcp: true
401 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800402 bbsimImg: ''
403 rwCoreImg: ''
404 ofAgentImg: ''
405 openoltAdapterImg: ''
406 openonuAdapterImg: ''
407 openonuAdapterGoImg: ''
408 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700409 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100410
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700411 # per patchset job
412 - 'voltha-scale-measurements':
413 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800414 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700415 olts: 1
416 pons: 16
417 onus: 32
418 withFlows: true
419 provisionSubscribers: true
420 withEapol: true
421 withDhcp: true
422 withIgmp: false
423 withMonitoring: false
424 trigger-comment: "voltha scale test ATT"
425
426 - 'voltha-scale-measurements':
427 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800428 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700429 olts: 1
430 pons: 16
431 onus: 32
432 withFlows: true
433 provisionSubscribers: true
434 workflow: tt
435 withEapol: false
436 withDhcp: true
437 withIgmp: true
438 withMonitoring: false
439 trigger-comment: "voltha scale test TT"
440
441 - 'voltha-scale-measurements':
442 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800443 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700444 olts: 1
445 pons: 16
446 onus: 32
447 withFlows: true
448 provisionSubscribers: true
449 workflow: dt
450 withEapol: false
451 withDhcp: false
452 withIgmp: false
453 withMonitoring: false
454 trigger-comment: "voltha scale test DT"
455
Matteo Scandolo272aed42020-05-08 15:05:57 -0700456 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700457 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700458 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700459 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700460
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700461
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700462# list of parameters for the VOLTHA Jobs,
463# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700464# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700465- voltha-scale-job-parameters: &voltha-scale-job-parameters
466 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700467 parameters:
468 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800469 name: pipeline-script
470 default: '{pipeline-script}'
471 description: 'The pipeline script to use'
472
473 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700474 name: release
475 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700476 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 -0700477
478 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700479 name: buildNode
480 default: '{build-node}'
481 description: 'Name of the Jenkins node to run the job on'
482
483 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700484 name: dockerRegistry
485 default: '{dockerRegistry}'
486 description: 'Address of the docker registry to use if we are building custom images'
487
488 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700489 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700490 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700491 description: 'Log level for all the components'
492
493 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800494 name: volthaStacks
495 default: '{volthaStacks}'
496 description: 'Number of VOLTHA Stacks to deploy'
497
498 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700499 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700500 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700501 description: 'Number of ONUs to provision'
502
503 - string:
504 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700505 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700506 description: 'Number of PONs to provision'
507
508 - string:
509 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700510 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700511 description: 'How many BBSim instances to run'
512
513 - string:
514 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700515 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700516 description: 'Which workflow are we testing (att, dt, tt)'
517
518 - bool:
519 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700520 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700521 description: 'Wheter to push flows from ONOS'
522
523 - bool:
524 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700525 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700526 description: 'Wheter to provision subscribers durint the tests'
527
528 - bool:
529 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700530 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700531 description: 'Wheter EAPOL is enabled for the test'
532
533 - bool:
534 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700535 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700536 description: 'Wheter DHCP is enabled for the test'
537
538 - bool:
539 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700540 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700541 description: 'Wheter IGMP is enabled for the test'
542
543 - bool:
544 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700545 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700546 description: 'Wheter Link Discovery is enabled for the test'
547
548 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700550 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700551 description: 'Option to install Prometheus'
552
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700553 - bool:
554 name: withProfiling
555 default: '{withProfiling}'
556 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
557
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700558 - bool:
559 name: withPcap
560 default: '{withPcap}'
561 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
562
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700563 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700564 name: withRadius
565 default: '{withRadius}'
566 description: 'Value to pass to kind-voltha WITH_RADIUS'
567
568 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700569 name: extraHelmFlags
570 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700571 description: 'Any extra helm parameters you want (passed to every helm install command, not available if release != master)'
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700572
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 - string:
574 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700575 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700576 description: 'How many OpenONU adapter instances to run'
577
578 - string:
579 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700580 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700581 description: 'How many ONOSes instances to run'
582
583 - string:
584 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700585 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700586 description: 'How many Atomix instances to run'
587
588 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700589 name: kafkaReplicas
590 default: '{kafkaReplicas}'
591 description: 'How many Kafka instances to run'
592
593 - string:
594 name: etcdReplicas
595 default: '{etcdReplicas}'
596 description: 'How many ETCD instances to run'
597
598 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700599 name: onosStatInterval
600 default: '{onosStatInterval}'
601 description: 'How often ONOS should poll for ports, flows and meters'
602
603 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200604 name: onosGroupInterval
605 default: '{onosGroupInterval}'
606 description: 'How often ONOS should poll for groups'
607
608 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200609 name: flowObjWorkerThreads
610 default: '{flowObjWorkerThreads}'
611 description: 'How many threads are used by the FlowObjectiveManager worker pool'
612
613 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700614 name: bbsimImg
615 default: '{bbsimImg}'
616 description: 'Custom image selection for BBSIM (repo:tag)'
617
618 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700619 name: rwCoreImg
620 default: '{rwCoreImg}'
621 description: 'Custom image selection for VOLTHA (repo:tag)'
622
623 - string:
624 name: ofAgentImg
625 default: '{ofAgentImg}'
626 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
627
628 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700629 name: openoltAdapterImg
630 default: '{openoltAdapterImg}'
631 description: 'Custom image selection for Openolt Adapter (repo:tag)'
632
633 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700634 name: openonuAdapterImg
635 default: '{openonuAdapterImg}'
636 description: 'Custom image selection for Openonu Adapter (repo:tag)'
637
638 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100639 name: openonuAdapterGoImg
640 default: '{openonuAdapterGoImg}'
641 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
642
643 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700644 name: onosImg
645 default: '{onosImg}'
646 description: 'Custom image selection for Openonu Adapter (repo:tag)'
647
648 - string:
649 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700650 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700651 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
652
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700653 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800654 name: volthaHelmChartsChange
655 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700656 description: 'Download a change for gerrit in the voltha-helm-charts repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700657
Matteo Scandoloccc06192020-06-22 10:16:17 -0700658 - bool:
659 name: inMemoryEtcdStorage
660 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700661 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700662
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200663 - string:
664 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700665 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200666 description: 'Karaf home'
667
Matteo Scandolo001003e2021-02-03 15:39:26 -0800668 # remove once voltha-2.6 is deprecated
669 - string:
670 name: kindVolthaChange
671 default: '{kindVolthaChange}'
672 description: 'Download a change for gerrit in the kind-voltha repo, example value: "refs/changes/32/19132/1"'
Matteo Scandolo90c5ccc2021-02-26 13:53:14 -0800673 - bool:
674 name: withMibTemplate
675 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800676
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700677- job-template:
678 id: 'voltha-scale-measurements'
679 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700680 disabled: '{disable-job}'
681
682 description: |
683 <!-- Managed by Jenkins Job Builder -->
684 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
685 Using pipeline {pipeline-script} <br/><br/>
686 Scale measurements for VOLTHA 2.x
687
688 properties:
689 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800690 build-days-to-keep: '{big-build-days-to-keep}'
691 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700692
693 wrappers:
694 - lf-infra-wrappers:
695 build-timeout: '{build-timeout}'
696 jenkins-ssh-credential: '{jenkins-ssh-credential}'
697
698 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800699 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700700 release: master
701
702 bbsimImg: voltha/bbsim:master
703 rwCoreImg: voltha/voltha-rw-core:master
704 ofAgentImg: voltha/voltha-ofagent-go:master
705 openoltAdapterImg: voltha/voltha-openolt-adapter:master
706 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100707 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700708 onosImg: voltha/voltha-onos:master
709
710 bbsimChart: onf/bbsim
711 volthaChart: onf/voltha
712 openoltAdapterChart: onf/voltha-adapter-openolt
713 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700714 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700715 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700716
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800717 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700718 olts: 2
719 pons: 2
720 onus: 2
721 workflow: att
722 withFlows: false
723 provisionSubscribers: false
724 withEapol: true
725 withDhcp: true
726 withIgmp: false
727 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700728 withMonitoring: true
729 withProfiling: false
730 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700731 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100732 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700733 onosReplicas: 3
734 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700735 kafkaReplicas: 3
736 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700737 extraHelmFlags: ''
738 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200739 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200740 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700741 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800742 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800743 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700744 inMemoryEtcdStorage: true
745 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700746 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700747 dockerRegistry: 10.90.0.101:30500
748 trigger-comment: vv7CBoQQYYonvaN8xcru
749 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700750
751 <<: *voltha-scale-job-parameters
752
Matteo Scandolo272aed42020-05-08 15:05:57 -0700753 project-type: pipeline
754 concurrent: false
755
756 dsl: !include-raw-escape: pipeline/{pipeline-script}
757
Matteo Scandoloabb83972020-06-25 16:08:23 -0700758 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700759 # periodic jobs will set this every 4 hours
760 # 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 -0700761 - timed: |
762 TZ=America/Los_Angeles
763 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700764 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
765 # patchset jobs will set this to a meaningful comment
766 - gerrit:
767 server-name: '{gerrit-server-name}'
768 silent-start: false
769 successful-message: "PASSED scale test"
770 failure-message: "FAILED scale test"
771 unstable-message: "UNSTABLE scale test"
772 trigger-on:
773 - comment-added-contains-event:
774 comment-contains-value: '.*{trigger-comment}.*'
775 projects:
776 - project-compare-type: REG_EXP
777 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
778 branches:
779 - branch-compare-type: REG_EXP
780 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700781
782- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700783 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800784 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800785
786 description: |
787 <!-- Managed by Jenkins Job Builder -->
788 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
789 Using pipeline {pipeline-script} <br/><br/>
790 Scale measurements for VOLTHA 2.x
791
792 properties:
793 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800794 build-days-to-keep: '{big-build-days-to-keep}'
795 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800796
797 wrappers:
798 - lf-infra-wrappers:
799 build-timeout: '{build-timeout}'
800 jenkins-ssh-credential: '{jenkins-ssh-credential}'
801
Matteo Scandolo0430f672020-05-07 11:50:26 -0700802 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800803 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700804 release: master
805
Matteo Scandolo0430f672020-05-07 11:50:26 -0700806 bbsimImg: voltha/bbsim:master
807 rwCoreImg: voltha/voltha-rw-core:master
808 ofAgentImg: voltha/voltha-ofagent-go:master
809 openoltAdapterImg: voltha/voltha-openolt-adapter:master
810 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100811 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700812 onosImg: voltha/voltha-onos:master
813
814 bbsimChart: onf/bbsim
815 volthaChart: onf/voltha
816 openoltAdapterChart: onf/voltha-adapter-openolt
817 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700818 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700819 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700820
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800821 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700822 olts: 2
823 pons: 2
824 onus: 2
825 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700826 withFlows: true
827 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700828 withEapol: true
829 withDhcp: true
830 withIgmp: false
831 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700832 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700833 withProfiling: false
834 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700835 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700836 openonuAdapterReplicas: 1
837 onosReplicas: 1
838 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700839 kafkaReplicas: 1
840 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700841 extraHelmFlags: ''
842 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200843 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200844 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700845 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800846 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800847 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700848 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700849 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700850 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700851 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700852
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700853 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200854
Matteo Scandolo51b76302020-02-05 12:07:23 -0800855 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800856 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800857
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700858 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700859
Matteo Scandolo849db722020-10-21 10:58:41 -0700860 triggers:
861 - gerrit:
862 server-name: '{gerrit-server-name}'
863 silent-start: false
864 successful-message: "PASSED scale test"
865 failure-message: "FAILED scale test"
866 unstable-message: "UNSTABLE scale test"
867 trigger-on:
868 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700869 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700870 projects:
871 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700872 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700873 branches:
874 - branch-compare-type: REG_EXP
875 branch-pattern: '{all-branches-regexp}'