blob: 6effbd91e81069a6d3c430629e73a8948c4ae6b4 [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 Scandoloe8b41672021-10-06 14:25:48 -070052 # new OLT App 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 Scandoloe8b41672021-10-06 14:25:48 -070057 # time-trigger: "H H/4 * * *"
58 time-trigger: "H 0 29 2 *"
Matteo Scandolo11162412021-09-28 09:17:01 -070059 logLevel: INFO
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 Scandoloba27a8f2021-10-01 14:59:24 -070071 onosImg: matteoscandolo/voltha-onos:oltapp
Matteo Scandolo2a498022021-08-11 08:32:43 -070072 - 'voltha-scale-measurements':
Matteo Scandolo7325f602021-10-06 08:21:31 -070073 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers-newoltapp'
Matteo Scandolo2a498022021-08-11 08:32:43 -070074 'disable-job': false
75 build-node: 'voltha-scale-1'
Matteo Scandoloe8b41672021-10-06 14:25:48 -070076 # time-trigger: "H H/4 * * *"
77 time-trigger: "H 0 29 2 *"
Matteo Scandolo11162412021-09-28 09:17:01 -070078 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -070079 olts: 2
80 pons: 16
81 onus: 32
82 withFlows: true
83 provisionSubscribers: true
84 withEapol: false
85 withDhcp: false
86 withIgmp: false
87 workflow: dt
88 inMemoryEtcdStorage: false
89 extraHelmFlags: >
90 -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloaf1273c2021-10-04 15:22:20 -070091 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo2a498022021-08-11 08:32:43 -070092 - 'voltha-scale-measurements':
Matteo Scandolo7325f602021-10-06 08:21:31 -070093 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-newoltapp'
Matteo Scandolo2a498022021-08-11 08:32:43 -070094 'disable-job': false
95 build-node: 'voltha-scale-1'
Matteo Scandoloe8b41672021-10-06 14:25:48 -070096 # time-trigger: "H H/4 * * *"
97 time-trigger: "H 0 29 2 *"
Matteo Scandolo11162412021-09-28 09:17:01 -070098 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -070099 olts: 2
100 pons: 16
101 onus: 32
102 withFlows: true
103 provisionSubscribers: true
104 withEapol: false
105 withDhcp: true
Girish Gowdra28ab0192021-09-29 14:55:14 -0700106 withIgmp: true
Matteo Scandolo2a498022021-08-11 08:32:43 -0700107 workflow: tt
108 inMemoryEtcdStorage: false
109 extraHelmFlags: >
110 --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 -0700111 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo4d355992021-06-08 11:18:59 +0200112
Matteo Scandolofebf6512021-03-02 11:37:37 -0800113 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700114 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700115 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloe8b41672021-10-06 14:25:48 -0700116 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800117 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700118 time-trigger: "H H/4 * * *"
119 olts: 2
120 pons: 16
121 onus: 32
122 withFlows: true
123 provisionSubscribers: true
124 withEapol: true
125 withDhcp: true
126 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700127 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 -0700128
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700129 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700130 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloe8b41672021-10-06 14:25:48 -0700131 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800132 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700133 time-trigger: "H H/4 * * *"
134 olts: 2
135 pons: 16
136 onus: 32
137 withFlows: true
138 provisionSubscribers: true
139 workflow: dt
140 withEapol: false
141 withDhcp: false
142 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700143 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 -0700144
145 - 'voltha-scale-measurements':
146 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandoloe8b41672021-10-06 14:25:48 -0700147 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800148 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700149 time-trigger: "H H/4 * * *"
150 olts: 2
151 pons: 16
152 onus: 32
153 withFlows: true
154 provisionSubscribers: true
155 workflow: tt
156 withEapol: false
157 withDhcp: true
158 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700159 onosReplicas: 3
160 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700161 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 -0700162
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800163 # multi-stack jobs
164 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800165 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
166 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200167 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800168 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800169 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800170 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800171 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800172 olts: 2
173 pons: 16
174 onus: 32
175 withFlows: true
176 provisionSubscribers: true
177 workflow: att
178 withEapol: true
179 withDhcp: true
180 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700181 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800182
183 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800184 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
185 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200186 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800187 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800188 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800189 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800190 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800191 olts: 2
192 pons: 16
193 onus: 32
194 withFlows: true
195 provisionSubscribers: true
196 workflow: dt
197 withEapol: false
198 withDhcp: false
199 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700200 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 -0800201
202 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800203 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
204 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200205 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800206 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800207 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800208 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800209 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800210 olts: 2
211 pons: 16
212 onus: 32
213 withFlows: true
214 provisionSubscribers: true
215 workflow: tt
216 withEapol: false
217 withDhcp: true
218 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700219 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800220
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000221 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700222 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000223 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloe8b41672021-10-06 14:25:48 -0700224 'disable-job': true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000225 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800226 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700227 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700228 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700229 pons: 16
230 onus: 32
231 withFlows: true
232 provisionSubscribers: true
233 withEapol: true
234 withDhcp: true
235 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000236 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200237 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700238 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700239 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700240 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700241 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800242 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200243 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700244 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 -0700245
246 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000247 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloe8b41672021-10-06 14:25:48 -0700248 'disable-job': true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000249 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800250 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700251 time-trigger: "H H/4 * * *"
252 olts: 2
253 pons: 16
254 onus: 32
255 withFlows: true
256 provisionSubscribers: true
257 workflow: dt
258 withEapol: false
259 withDhcp: false
260 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000261 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200262 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700263 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700264 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700265 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700266 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800267 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200268 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700269 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 -0700270
Matteo Scandolo031bd982020-09-16 10:03:47 -0700271 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000272 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloe8b41672021-10-06 14:25:48 -0700273 'disable-job': true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000274 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800275 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700276 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700277 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700278 pons: 16
279 onus: 32
280 withFlows: true
281 provisionSubscribers: true
282 workflow: tt
283 withEapol: false
284 withDhcp: true
285 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000286 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200287 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700288 rwCoreImg: ''
289 ofAgentImg: ''
290 openoltAdapterImg: ''
291 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800292 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700293 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700294 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 -0700295
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700296 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100297 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700298 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100299 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700300 'disable-job': false
301 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100302 time-trigger: "H H/4 * * *"
303 withMonitoring: false
304 logLevel: WARN
305 volthaStacks: 10
306 olts: 2
307 pons: 16
308 onus: 32
309 withFlows: true
310 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700311 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100312 workflow: att
313 withEapol: true
314 withDhcp: true
315 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800316 bbsimImg: ''
317 rwCoreImg: ''
318 ofAgentImg: ''
319 openoltAdapterImg: ''
320 openonuAdapterImg: ''
321 openonuAdapterGoImg: ''
322 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700323 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100324
325 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700326 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100327 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700328 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
329 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100330 time-trigger: "H H/4 * * *"
331 withMonitoring: false
332 logLevel: WARN
333 volthaStacks: 10
334 olts: 2
335 pons: 16
336 onus: 32
337 withFlows: true
338 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700339 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100340 workflow: dt
341 withEapol: false
342 withDhcp: false
343 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800344 bbsimImg: ''
345 rwCoreImg: ''
346 ofAgentImg: ''
347 openoltAdapterImg: ''
348 openonuAdapterImg: ''
349 openonuAdapterGoImg: ''
350 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700351 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100352
353 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700354 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100355 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700356 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
357 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100358 time-trigger: "H H/4 * * *"
359 withMonitoring: false
360 logLevel: WARN
361 volthaStacks: 10
362 olts: 2
363 pons: 16
364 onus: 32
365 withFlows: true
366 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700367 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100368 workflow: tt
369 withEapol: false
370 withDhcp: true
371 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800372 bbsimImg: ''
373 rwCoreImg: ''
374 ofAgentImg: ''
375 openoltAdapterImg: ''
376 openonuAdapterImg: ''
377 openonuAdapterGoImg: ''
378 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700379 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100380
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700381 # per patchset job
382 - 'voltha-scale-measurements':
383 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800384 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700385 olts: 1
386 pons: 16
387 onus: 32
388 withFlows: true
389 provisionSubscribers: true
390 withEapol: true
391 withDhcp: true
392 withIgmp: false
393 withMonitoring: false
394 trigger-comment: "voltha scale test ATT"
395
396 - 'voltha-scale-measurements':
397 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800398 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700399 olts: 1
400 pons: 16
401 onus: 32
402 withFlows: true
403 provisionSubscribers: true
404 workflow: tt
405 withEapol: false
406 withDhcp: true
407 withIgmp: true
408 withMonitoring: false
409 trigger-comment: "voltha scale test TT"
410
411 - 'voltha-scale-measurements':
412 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800413 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700414 olts: 1
415 pons: 16
416 onus: 32
417 withFlows: true
418 provisionSubscribers: true
419 workflow: dt
420 withEapol: false
421 withDhcp: false
422 withIgmp: false
423 withMonitoring: false
424 trigger-comment: "voltha scale test DT"
425
Matteo Scandolo272aed42020-05-08 15:05:57 -0700426 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700427 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700428 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700429 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700430
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700431
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700432# list of parameters for the VOLTHA Jobs,
433# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700434# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700435- voltha-scale-job-parameters: &voltha-scale-job-parameters
436 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700437 parameters:
438 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800439 name: pipeline-script
440 default: '{pipeline-script}'
441 description: 'The pipeline script to use'
442
443 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700444 name: release
445 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700446 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 -0700447
448 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700449 name: buildNode
450 default: '{build-node}'
451 description: 'Name of the Jenkins node to run the job on'
452
453 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700454 name: dockerRegistry
455 default: '{dockerRegistry}'
456 description: 'Address of the docker registry to use if we are building custom images'
457
458 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700459 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700460 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700461 description: 'Log level for all the components'
462
463 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800464 name: volthaStacks
465 default: '{volthaStacks}'
466 description: 'Number of VOLTHA Stacks to deploy'
467
468 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700469 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700470 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700471 description: 'Number of ONUs to provision'
472
473 - string:
474 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700475 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700476 description: 'Number of PONs to provision'
477
478 - string:
479 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700480 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700481 description: 'How many BBSim instances to run'
482
483 - string:
484 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700485 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700486 description: 'Which workflow are we testing (att, dt, tt)'
487
488 - bool:
489 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700490 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700491 description: 'Wheter to push flows from ONOS'
492
493 - bool:
494 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700495 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700496 description: 'Wheter to provision subscribers durint the tests'
497
498 - bool:
499 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700500 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700501 description: 'Wheter EAPOL is enabled for the test'
502
503 - bool:
504 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700505 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700506 description: 'Wheter DHCP is enabled for the test'
507
508 - bool:
509 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700510 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700511 description: 'Wheter IGMP is enabled for the test'
512
513 - bool:
514 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700515 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700516 description: 'Wheter Link Discovery is enabled for the test'
517
518 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700519 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700520 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700521 description: 'Option to install Prometheus'
522
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700523 - bool:
524 name: withProfiling
525 default: '{withProfiling}'
526 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
527
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700528 - bool:
529 name: withPcap
530 default: '{withPcap}'
531 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
532
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700533 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700534 name: withRadius
535 default: '{withRadius}'
536 description: 'Value to pass to kind-voltha WITH_RADIUS'
537
538 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700539 name: extraHelmFlags
540 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700541 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 -0700542
Matteo Scandolo272aed42020-05-08 15:05:57 -0700543 - string:
544 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700545 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700546 description: 'How many OpenONU adapter instances to run'
547
548 - string:
549 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700550 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700551 description: 'How many ONOSes instances to run'
552
553 - string:
554 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700555 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700556 description: 'How many Atomix instances to run'
557
558 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700559 name: kafkaReplicas
560 default: '{kafkaReplicas}'
561 description: 'How many Kafka instances to run'
562
563 - string:
564 name: etcdReplicas
565 default: '{etcdReplicas}'
566 description: 'How many ETCD instances to run'
567
568 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700569 name: onosStatInterval
570 default: '{onosStatInterval}'
571 description: 'How often ONOS should poll for ports, flows and meters'
572
573 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200574 name: onosGroupInterval
575 default: '{onosGroupInterval}'
576 description: 'How often ONOS should poll for groups'
577
578 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200579 name: flowObjWorkerThreads
580 default: '{flowObjWorkerThreads}'
581 description: 'How many threads are used by the FlowObjectiveManager worker pool'
582
583 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700584 name: bbsimImg
585 default: '{bbsimImg}'
586 description: 'Custom image selection for BBSIM (repo:tag)'
587
588 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700589 name: rwCoreImg
590 default: '{rwCoreImg}'
591 description: 'Custom image selection for VOLTHA (repo:tag)'
592
593 - string:
594 name: ofAgentImg
595 default: '{ofAgentImg}'
596 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
597
598 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700599 name: openoltAdapterImg
600 default: '{openoltAdapterImg}'
601 description: 'Custom image selection for Openolt Adapter (repo:tag)'
602
603 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700604 name: openonuAdapterImg
605 default: '{openonuAdapterImg}'
606 description: 'Custom image selection for Openonu Adapter (repo:tag)'
607
608 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100609 name: openonuAdapterGoImg
610 default: '{openonuAdapterGoImg}'
611 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
612
613 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700614 name: onosImg
615 default: '{onosImg}'
616 description: 'Custom image selection for Openonu Adapter (repo:tag)'
617
618 - string:
619 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700620 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700621 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
622
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700623 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800624 name: volthaHelmChartsChange
625 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700626 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 -0700627
Matteo Scandoloccc06192020-06-22 10:16:17 -0700628 - bool:
629 name: inMemoryEtcdStorage
630 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700631 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700632
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200633 - string:
634 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700635 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200636 description: 'Karaf home'
637
Matteo Scandolo001003e2021-02-03 15:39:26 -0800638 # remove once voltha-2.6 is deprecated
639 - string:
640 name: kindVolthaChange
641 default: '{kindVolthaChange}'
642 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 -0800643 - bool:
644 name: withMibTemplate
645 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800646
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700647- job-template:
648 id: 'voltha-scale-measurements'
649 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700650 disabled: '{disable-job}'
651
652 description: |
653 <!-- Managed by Jenkins Job Builder -->
654 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
655 Using pipeline {pipeline-script} <br/><br/>
656 Scale measurements for VOLTHA 2.x
657
658 properties:
659 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800660 build-days-to-keep: '{big-build-days-to-keep}'
661 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700662
663 wrappers:
664 - lf-infra-wrappers:
665 build-timeout: '{build-timeout}'
666 jenkins-ssh-credential: '{jenkins-ssh-credential}'
667
668 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800669 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700670 release: master
671
672 bbsimImg: voltha/bbsim:master
673 rwCoreImg: voltha/voltha-rw-core:master
674 ofAgentImg: voltha/voltha-ofagent-go:master
675 openoltAdapterImg: voltha/voltha-openolt-adapter:master
676 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100677 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700678 onosImg: voltha/voltha-onos:master
679
680 bbsimChart: onf/bbsim
681 volthaChart: onf/voltha
682 openoltAdapterChart: onf/voltha-adapter-openolt
683 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700684 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700685 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700686
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800687 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700688 olts: 2
689 pons: 2
690 onus: 2
691 workflow: att
692 withFlows: false
693 provisionSubscribers: false
694 withEapol: true
695 withDhcp: true
696 withIgmp: false
697 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700698 withMonitoring: true
699 withProfiling: false
700 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700701 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100702 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700703 onosReplicas: 3
704 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700705 kafkaReplicas: 3
706 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700707 extraHelmFlags: ''
708 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200709 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200710 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700711 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800712 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800713 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700714 inMemoryEtcdStorage: true
715 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700716 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700717 dockerRegistry: 10.90.0.101:30500
718 trigger-comment: vv7CBoQQYYonvaN8xcru
719 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700720
721 <<: *voltha-scale-job-parameters
722
Matteo Scandolo272aed42020-05-08 15:05:57 -0700723 project-type: pipeline
724 concurrent: false
725
726 dsl: !include-raw-escape: pipeline/{pipeline-script}
727
Matteo Scandoloabb83972020-06-25 16:08:23 -0700728 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700729 # periodic jobs will set this every 4 hours
730 # 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 -0700731 - timed: |
732 TZ=America/Los_Angeles
733 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700734 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
735 # patchset jobs will set this to a meaningful comment
736 - gerrit:
737 server-name: '{gerrit-server-name}'
738 silent-start: false
739 successful-message: "PASSED scale test"
740 failure-message: "FAILED scale test"
741 unstable-message: "UNSTABLE scale test"
742 trigger-on:
743 - comment-added-contains-event:
744 comment-contains-value: '.*{trigger-comment}.*'
745 projects:
746 - project-compare-type: REG_EXP
747 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
748 branches:
749 - branch-compare-type: REG_EXP
750 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700751
752- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700753 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800754 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800755
756 description: |
757 <!-- Managed by Jenkins Job Builder -->
758 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
759 Using pipeline {pipeline-script} <br/><br/>
760 Scale measurements for VOLTHA 2.x
761
762 properties:
763 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800764 build-days-to-keep: '{big-build-days-to-keep}'
765 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800766
767 wrappers:
768 - lf-infra-wrappers:
769 build-timeout: '{build-timeout}'
770 jenkins-ssh-credential: '{jenkins-ssh-credential}'
771
Matteo Scandolo0430f672020-05-07 11:50:26 -0700772 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800773 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700774 release: master
775
Matteo Scandolo0430f672020-05-07 11:50:26 -0700776 bbsimImg: voltha/bbsim:master
777 rwCoreImg: voltha/voltha-rw-core:master
778 ofAgentImg: voltha/voltha-ofagent-go:master
779 openoltAdapterImg: voltha/voltha-openolt-adapter:master
780 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100781 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700782 onosImg: voltha/voltha-onos:master
783
784 bbsimChart: onf/bbsim
785 volthaChart: onf/voltha
786 openoltAdapterChart: onf/voltha-adapter-openolt
787 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700788 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700789 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700790
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800791 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700792 olts: 2
793 pons: 2
794 onus: 2
795 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700796 withFlows: true
797 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700798 withEapol: true
799 withDhcp: true
800 withIgmp: false
801 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700802 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700803 withProfiling: false
804 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700805 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700806 openonuAdapterReplicas: 1
807 onosReplicas: 1
808 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700809 kafkaReplicas: 1
810 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700811 extraHelmFlags: ''
812 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200813 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200814 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700815 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800816 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800817 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700818 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700819 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700820 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700821 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700822
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700823 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200824
Matteo Scandolo51b76302020-02-05 12:07:23 -0800825 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800826 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800827
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700828 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700829
Matteo Scandolo849db722020-10-21 10:58:41 -0700830 triggers:
831 - gerrit:
832 server-name: '{gerrit-server-name}'
833 silent-start: false
834 successful-message: "PASSED scale test"
835 failure-message: "FAILED scale test"
836 unstable-message: "UNSTABLE scale test"
837 trigger-on:
838 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700839 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700840 projects:
841 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700842 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700843 branches:
844 - branch-compare-type: REG_EXP
845 branch-pattern: '{all-branches-regexp}'