blob: 3149962e86b32730bf4a9e72832dea35607ab615 [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 Scandolo7325f602021-10-06 08:21:31 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-newoltapp'
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070055 'disable-job': false
56 build-node: 'voltha-scale-1'
Matteo Scandolo05a7bbe2021-09-28 16:50:14 -070057 time-trigger: "H H/4 * * *"
Matteo Scandolo11162412021-09-28 09:17:01 -070058 logLevel: INFO
Matteo Scandolo4d355992021-06-08 11:18:59 +020059 olts: 2
60 pons: 16
61 onus: 32
62 withFlows: true
63 provisionSubscribers: true
64 withEapol: true
65 withDhcp: true
66 withIgmp: false
Andrea Campanellaa2a99872021-06-08 14:47:02 +020067 inMemoryEtcdStorage: false
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070068 extraHelmFlags: >
69 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloba27a8f2021-10-01 14:59:24 -070070 onosImg: matteoscandolo/voltha-onos:oltapp
Matteo Scandolo2a498022021-08-11 08:32:43 -070071 - 'voltha-scale-measurements':
Matteo Scandolo7325f602021-10-06 08:21:31 -070072 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers-newoltapp'
Matteo Scandolo2a498022021-08-11 08:32:43 -070073 'disable-job': false
74 build-node: 'voltha-scale-1'
Matteo Scandolo05a7bbe2021-09-28 16:50:14 -070075 time-trigger: "H H/4 * * *"
Matteo Scandolo11162412021-09-28 09:17:01 -070076 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -070077 olts: 2
78 pons: 16
79 onus: 32
80 withFlows: true
81 provisionSubscribers: true
82 withEapol: false
83 withDhcp: false
84 withIgmp: false
85 workflow: dt
86 inMemoryEtcdStorage: false
87 extraHelmFlags: >
88 -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloaf1273c2021-10-04 15:22:20 -070089 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo2a498022021-08-11 08:32:43 -070090 - 'voltha-scale-measurements':
Matteo Scandolo7325f602021-10-06 08:21:31 -070091 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-newoltapp'
Matteo Scandolo2a498022021-08-11 08:32:43 -070092 'disable-job': false
93 build-node: 'voltha-scale-1'
Matteo Scandolo05a7bbe2021-09-28 16:50:14 -070094 time-trigger: "H H/4 * * *"
Matteo Scandolo11162412021-09-28 09:17:01 -070095 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -070096 olts: 2
97 pons: 16
98 onus: 32
99 withFlows: true
100 provisionSubscribers: true
101 withEapol: false
102 withDhcp: true
Girish Gowdra28ab0192021-09-29 14:55:14 -0700103 withIgmp: true
Matteo Scandolo2a498022021-08-11 08:32:43 -0700104 workflow: tt
105 inMemoryEtcdStorage: false
106 extraHelmFlags: >
107 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloaf1273c2021-10-04 15:22:20 -0700108 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo4d355992021-06-08 11:18:59 +0200109
Matteo Scandolofebf6512021-03-02 11:37:37 -0800110 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700111 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700112 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -0800113 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800114 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700115 time-trigger: "H H/4 * * *"
116 olts: 2
117 pons: 16
118 onus: 32
119 withFlows: true
120 provisionSubscribers: true
121 withEapol: true
122 withDhcp: true
123 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700124 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 -0700125
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700126 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700127 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200128 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800129 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700130 time-trigger: "H H/4 * * *"
131 olts: 2
132 pons: 16
133 onus: 32
134 withFlows: true
135 provisionSubscribers: true
136 workflow: dt
137 withEapol: false
138 withDhcp: false
139 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700140 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 -0700141
142 - 'voltha-scale-measurements':
143 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200144 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800145 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700146 time-trigger: "H H/4 * * *"
147 olts: 2
148 pons: 16
149 onus: 32
150 withFlows: true
151 provisionSubscribers: true
152 workflow: tt
153 withEapol: false
154 withDhcp: true
155 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700156 onosReplicas: 3
157 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700158 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 -0700159
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800160 # multi-stack jobs
161 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800162 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
163 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200164 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800165 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800166 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800167 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800168 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800169 olts: 2
170 pons: 16
171 onus: 32
172 withFlows: true
173 provisionSubscribers: true
174 workflow: att
175 withEapol: true
176 withDhcp: true
177 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700178 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800179
180 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800181 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
182 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200183 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800184 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800185 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800186 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800187 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800188 olts: 2
189 pons: 16
190 onus: 32
191 withFlows: true
192 provisionSubscribers: true
193 workflow: dt
194 withEapol: false
195 withDhcp: false
196 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700197 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 -0800198
199 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800200 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
201 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200202 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800203 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800204 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800205 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800206 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800207 olts: 2
208 pons: 16
209 onus: 32
210 withFlows: true
211 provisionSubscribers: true
212 workflow: tt
213 withEapol: false
214 withDhcp: true
215 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700216 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800217
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000218 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700219 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000220 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700221 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000222 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800223 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700224 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700225 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700226 pons: 16
227 onus: 32
228 withFlows: true
229 provisionSubscribers: true
230 withEapol: true
231 withDhcp: true
232 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000233 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200234 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700235 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700236 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700237 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700238 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800239 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200240 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700241 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 -0700242
243 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000244 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700245 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000246 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800247 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700248 time-trigger: "H H/4 * * *"
249 olts: 2
250 pons: 16
251 onus: 32
252 withFlows: true
253 provisionSubscribers: true
254 workflow: dt
255 withEapol: false
256 withDhcp: false
257 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000258 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200259 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700260 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700261 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700262 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700263 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800264 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200265 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700266 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 -0700267
Matteo Scandolo031bd982020-09-16 10:03:47 -0700268 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000269 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700270 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000271 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800272 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700273 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700274 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700275 pons: 16
276 onus: 32
277 withFlows: true
278 provisionSubscribers: true
279 workflow: tt
280 withEapol: false
281 withDhcp: true
282 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000283 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200284 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700285 rwCoreImg: ''
286 ofAgentImg: ''
287 openoltAdapterImg: ''
288 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800289 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700290 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700291 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 -0700292
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700293 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100294 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700295 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100296 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700297 'disable-job': false
298 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100299 time-trigger: "H H/4 * * *"
300 withMonitoring: false
301 logLevel: WARN
302 volthaStacks: 10
303 olts: 2
304 pons: 16
305 onus: 32
306 withFlows: true
307 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700308 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100309 workflow: att
310 withEapol: true
311 withDhcp: true
312 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800313 bbsimImg: ''
314 rwCoreImg: ''
315 ofAgentImg: ''
316 openoltAdapterImg: ''
317 openonuAdapterImg: ''
318 openonuAdapterGoImg: ''
319 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700320 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100321
322 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700323 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100324 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700325 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
326 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100327 time-trigger: "H H/4 * * *"
328 withMonitoring: false
329 logLevel: WARN
330 volthaStacks: 10
331 olts: 2
332 pons: 16
333 onus: 32
334 withFlows: true
335 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700336 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100337 workflow: dt
338 withEapol: false
339 withDhcp: false
340 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800341 bbsimImg: ''
342 rwCoreImg: ''
343 ofAgentImg: ''
344 openoltAdapterImg: ''
345 openonuAdapterImg: ''
346 openonuAdapterGoImg: ''
347 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700348 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100349
350 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700351 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100352 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700353 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
354 'disable-job': false
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: tt
366 withEapol: false
367 withDhcp: true
368 withIgmp: true
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
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700378 # per patchset job
379 - 'voltha-scale-measurements':
380 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800381 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700382 olts: 1
383 pons: 16
384 onus: 32
385 withFlows: true
386 provisionSubscribers: true
387 withEapol: true
388 withDhcp: true
389 withIgmp: false
390 withMonitoring: false
391 trigger-comment: "voltha scale test ATT"
392
393 - 'voltha-scale-measurements':
394 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800395 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700396 olts: 1
397 pons: 16
398 onus: 32
399 withFlows: true
400 provisionSubscribers: true
401 workflow: tt
402 withEapol: false
403 withDhcp: true
404 withIgmp: true
405 withMonitoring: false
406 trigger-comment: "voltha scale test TT"
407
408 - 'voltha-scale-measurements':
409 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800410 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700411 olts: 1
412 pons: 16
413 onus: 32
414 withFlows: true
415 provisionSubscribers: true
416 workflow: dt
417 withEapol: false
418 withDhcp: false
419 withIgmp: false
420 withMonitoring: false
421 trigger-comment: "voltha scale test DT"
422
Matteo Scandolo272aed42020-05-08 15:05:57 -0700423 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700424 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700425 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700426 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700427
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700428
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700429# list of parameters for the VOLTHA Jobs,
430# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700431# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700432- voltha-scale-job-parameters: &voltha-scale-job-parameters
433 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700434 parameters:
435 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800436 name: pipeline-script
437 default: '{pipeline-script}'
438 description: 'The pipeline script to use'
439
440 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700441 name: release
442 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700443 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 -0700444
445 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700446 name: buildNode
447 default: '{build-node}'
448 description: 'Name of the Jenkins node to run the job on'
449
450 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700451 name: dockerRegistry
452 default: '{dockerRegistry}'
453 description: 'Address of the docker registry to use if we are building custom images'
454
455 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700456 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700457 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700458 description: 'Log level for all the components'
459
460 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800461 name: volthaStacks
462 default: '{volthaStacks}'
463 description: 'Number of VOLTHA Stacks to deploy'
464
465 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700466 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700467 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700468 description: 'Number of ONUs to provision'
469
470 - string:
471 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700472 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700473 description: 'Number of PONs to provision'
474
475 - string:
476 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700477 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700478 description: 'How many BBSim instances to run'
479
480 - string:
481 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700482 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700483 description: 'Which workflow are we testing (att, dt, tt)'
484
485 - bool:
486 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700487 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700488 description: 'Wheter to push flows from ONOS'
489
490 - bool:
491 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700492 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700493 description: 'Wheter to provision subscribers durint the tests'
494
495 - bool:
496 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700497 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700498 description: 'Wheter EAPOL is enabled for the test'
499
500 - bool:
501 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700502 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700503 description: 'Wheter DHCP is enabled for the test'
504
505 - bool:
506 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700507 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700508 description: 'Wheter IGMP is enabled for the test'
509
510 - bool:
511 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700512 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700513 description: 'Wheter Link Discovery is enabled for the test'
514
515 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700516 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700517 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700518 description: 'Option to install Prometheus'
519
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700520 - bool:
521 name: withProfiling
522 default: '{withProfiling}'
523 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
524
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700525 - bool:
526 name: withPcap
527 default: '{withPcap}'
528 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
529
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700530 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700531 name: withRadius
532 default: '{withRadius}'
533 description: 'Value to pass to kind-voltha WITH_RADIUS'
534
535 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700536 name: extraHelmFlags
537 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700538 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 -0700539
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 - string:
541 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700542 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700543 description: 'How many OpenONU adapter instances to run'
544
545 - string:
546 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700547 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700548 description: 'How many ONOSes instances to run'
549
550 - string:
551 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700552 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700553 description: 'How many Atomix instances to run'
554
555 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700556 name: kafkaReplicas
557 default: '{kafkaReplicas}'
558 description: 'How many Kafka instances to run'
559
560 - string:
561 name: etcdReplicas
562 default: '{etcdReplicas}'
563 description: 'How many ETCD instances to run'
564
565 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700566 name: onosStatInterval
567 default: '{onosStatInterval}'
568 description: 'How often ONOS should poll for ports, flows and meters'
569
570 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200571 name: onosGroupInterval
572 default: '{onosGroupInterval}'
573 description: 'How often ONOS should poll for groups'
574
575 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200576 name: flowObjWorkerThreads
577 default: '{flowObjWorkerThreads}'
578 description: 'How many threads are used by the FlowObjectiveManager worker pool'
579
580 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700581 name: bbsimImg
582 default: '{bbsimImg}'
583 description: 'Custom image selection for BBSIM (repo:tag)'
584
585 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700586 name: rwCoreImg
587 default: '{rwCoreImg}'
588 description: 'Custom image selection for VOLTHA (repo:tag)'
589
590 - string:
591 name: ofAgentImg
592 default: '{ofAgentImg}'
593 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
594
595 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700596 name: openoltAdapterImg
597 default: '{openoltAdapterImg}'
598 description: 'Custom image selection for Openolt Adapter (repo:tag)'
599
600 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700601 name: openonuAdapterImg
602 default: '{openonuAdapterImg}'
603 description: 'Custom image selection for Openonu Adapter (repo:tag)'
604
605 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100606 name: openonuAdapterGoImg
607 default: '{openonuAdapterGoImg}'
608 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
609
610 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700611 name: onosImg
612 default: '{onosImg}'
613 description: 'Custom image selection for Openonu Adapter (repo:tag)'
614
615 - string:
616 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700617 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700618 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
619
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700620 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800621 name: volthaHelmChartsChange
622 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700623 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 -0700624
Matteo Scandoloccc06192020-06-22 10:16:17 -0700625 - bool:
626 name: inMemoryEtcdStorage
627 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700628 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700629
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200630 - string:
631 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700632 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200633 description: 'Karaf home'
634
Matteo Scandolo001003e2021-02-03 15:39:26 -0800635 # remove once voltha-2.6 is deprecated
636 - string:
637 name: kindVolthaChange
638 default: '{kindVolthaChange}'
639 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 -0800640 - bool:
641 name: withMibTemplate
642 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800643
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700644- job-template:
645 id: 'voltha-scale-measurements'
646 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700647 disabled: '{disable-job}'
648
649 description: |
650 <!-- Managed by Jenkins Job Builder -->
651 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
652 Using pipeline {pipeline-script} <br/><br/>
653 Scale measurements for VOLTHA 2.x
654
655 properties:
656 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800657 build-days-to-keep: '{big-build-days-to-keep}'
658 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700659
660 wrappers:
661 - lf-infra-wrappers:
662 build-timeout: '{build-timeout}'
663 jenkins-ssh-credential: '{jenkins-ssh-credential}'
664
665 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800666 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700667 release: master
668
669 bbsimImg: voltha/bbsim:master
670 rwCoreImg: voltha/voltha-rw-core:master
671 ofAgentImg: voltha/voltha-ofagent-go:master
672 openoltAdapterImg: voltha/voltha-openolt-adapter:master
673 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100674 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700675 onosImg: voltha/voltha-onos:master
676
677 bbsimChart: onf/bbsim
678 volthaChart: onf/voltha
679 openoltAdapterChart: onf/voltha-adapter-openolt
680 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700681 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700682 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700683
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800684 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700685 olts: 2
686 pons: 2
687 onus: 2
688 workflow: att
689 withFlows: false
690 provisionSubscribers: false
691 withEapol: true
692 withDhcp: true
693 withIgmp: false
694 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700695 withMonitoring: true
696 withProfiling: false
697 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700698 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100699 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700700 onosReplicas: 3
701 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700702 kafkaReplicas: 3
703 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700704 extraHelmFlags: ''
705 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200706 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200707 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700708 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800709 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800710 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700711 inMemoryEtcdStorage: true
712 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700713 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700714 dockerRegistry: 10.90.0.101:30500
715 trigger-comment: vv7CBoQQYYonvaN8xcru
716 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700717
718 <<: *voltha-scale-job-parameters
719
Matteo Scandolo272aed42020-05-08 15:05:57 -0700720 project-type: pipeline
721 concurrent: false
722
723 dsl: !include-raw-escape: pipeline/{pipeline-script}
724
Matteo Scandoloabb83972020-06-25 16:08:23 -0700725 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700726 # periodic jobs will set this every 4 hours
727 # 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 -0700728 - timed: |
729 TZ=America/Los_Angeles
730 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700731 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
732 # patchset jobs will set this to a meaningful comment
733 - gerrit:
734 server-name: '{gerrit-server-name}'
735 silent-start: false
736 successful-message: "PASSED scale test"
737 failure-message: "FAILED scale test"
738 unstable-message: "UNSTABLE scale test"
739 trigger-on:
740 - comment-added-contains-event:
741 comment-contains-value: '.*{trigger-comment}.*'
742 projects:
743 - project-compare-type: REG_EXP
744 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
745 branches:
746 - branch-compare-type: REG_EXP
747 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700748
749- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700750 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800751 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800752
753 description: |
754 <!-- Managed by Jenkins Job Builder -->
755 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
756 Using pipeline {pipeline-script} <br/><br/>
757 Scale measurements for VOLTHA 2.x
758
759 properties:
760 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800761 build-days-to-keep: '{big-build-days-to-keep}'
762 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800763
764 wrappers:
765 - lf-infra-wrappers:
766 build-timeout: '{build-timeout}'
767 jenkins-ssh-credential: '{jenkins-ssh-credential}'
768
Matteo Scandolo0430f672020-05-07 11:50:26 -0700769 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800770 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700771 release: master
772
Matteo Scandolo0430f672020-05-07 11:50:26 -0700773 bbsimImg: voltha/bbsim:master
774 rwCoreImg: voltha/voltha-rw-core:master
775 ofAgentImg: voltha/voltha-ofagent-go:master
776 openoltAdapterImg: voltha/voltha-openolt-adapter:master
777 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100778 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700779 onosImg: voltha/voltha-onos:master
780
781 bbsimChart: onf/bbsim
782 volthaChart: onf/voltha
783 openoltAdapterChart: onf/voltha-adapter-openolt
784 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700785 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700786 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700787
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800788 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700789 olts: 2
790 pons: 2
791 onus: 2
792 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700793 withFlows: true
794 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700795 withEapol: true
796 withDhcp: true
797 withIgmp: false
798 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700799 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700800 withProfiling: false
801 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700802 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700803 openonuAdapterReplicas: 1
804 onosReplicas: 1
805 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700806 kafkaReplicas: 1
807 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700808 extraHelmFlags: ''
809 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200810 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200811 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700812 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800813 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800814 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700815 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700816 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700817 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700818 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700819
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700820 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200821
Matteo Scandolo51b76302020-02-05 12:07:23 -0800822 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800823 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800824
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700825 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700826
Matteo Scandolo849db722020-10-21 10:58:41 -0700827 triggers:
828 - gerrit:
829 server-name: '{gerrit-server-name}'
830 silent-start: false
831 successful-message: "PASSED scale test"
832 failure-message: "FAILED scale test"
833 unstable-message: "UNSTABLE scale test"
834 trigger-on:
835 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700836 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700837 projects:
838 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700839 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700840 branches:
841 - branch-compare-type: REG_EXP
842 branch-pattern: '{all-branches-regexp}'