blob: 95705bd217c143317e7938af42a3d636d1a1c36c [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 Scandolo56a2ed92021-11-16 16:57:11 -080055 'disable-job': false
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070056 build-node: 'voltha-scale-1'
Matteo Scandolo53150202021-10-08 14:34:42 -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 Scandolo53150202021-10-08 14:34:42 -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 Scandolo56a2ed92021-11-16 16:57:11 -080094 'disable-job': false
Matteo Scandolo2a498022021-08-11 08:32:43 -070095 build-node: 'voltha-scale-1'
Matteo Scandolo53150202021-10-08 14:34:42 -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 Scandoloe32d6252021-11-16 09:31:52 -0800116 '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 Scandoloe32d6252021-11-16 09:31:52 -0800131 '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 Scandoloe32d6252021-11-16 09:31:52 -0800147 '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 Scandolo53150202021-10-08 14:34:42 -0700181 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
182 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800183
184 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800185 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
186 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200187 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800188 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800189 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800190 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800191 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800192 olts: 2
193 pons: 16
194 onus: 32
195 withFlows: true
196 provisionSubscribers: true
197 workflow: dt
198 withEapol: false
199 withDhcp: false
200 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700201 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo53150202021-10-08 14:34:42 -0700202 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800203
204 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800205 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
206 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200207 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800208 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800209 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800210 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800211 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800212 olts: 2
213 pons: 16
214 onus: 32
215 withFlows: true
216 provisionSubscribers: true
217 workflow: tt
218 withEapol: false
219 withDhcp: true
220 withIgmp: true
Matteo Scandolo53150202021-10-08 14:34:42 -0700221 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
222 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800223
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000224 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700225 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000226 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800227 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000228 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800229 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700230 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700231 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700232 pons: 16
233 onus: 32
234 withFlows: true
235 provisionSubscribers: true
236 withEapol: true
237 withDhcp: true
238 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000239 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200240 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700241 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700242 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700243 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700244 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800245 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200246 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700247 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 -0700248
249 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000250 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800251 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000252 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800253 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700254 time-trigger: "H H/4 * * *"
255 olts: 2
256 pons: 16
257 onus: 32
258 withFlows: true
259 provisionSubscribers: true
260 workflow: dt
261 withEapol: false
262 withDhcp: false
263 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000264 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200265 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700266 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700267 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700268 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700269 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800270 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200271 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700272 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 -0700273
Matteo Scandolo031bd982020-09-16 10:03:47 -0700274 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000275 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800276 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000277 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800278 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700279 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700280 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700281 pons: 16
282 onus: 32
283 withFlows: true
284 provisionSubscribers: true
285 workflow: tt
286 withEapol: false
287 withDhcp: true
288 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000289 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200290 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700291 rwCoreImg: ''
292 ofAgentImg: ''
293 openoltAdapterImg: ''
294 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800295 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700296 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700297 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 -0700298
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700299 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100300 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700301 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100302 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700303 'disable-job': false
304 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100305 time-trigger: "H H/4 * * *"
306 withMonitoring: false
307 logLevel: WARN
308 volthaStacks: 10
309 olts: 2
310 pons: 16
311 onus: 32
312 withFlows: true
313 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700314 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100315 workflow: att
316 withEapol: true
317 withDhcp: true
318 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800319 bbsimImg: ''
320 rwCoreImg: ''
321 ofAgentImg: ''
322 openoltAdapterImg: ''
323 openonuAdapterImg: ''
324 openonuAdapterGoImg: ''
325 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700326 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100327
328 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700329 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100330 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700331 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
332 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100333 time-trigger: "H H/4 * * *"
334 withMonitoring: false
335 logLevel: WARN
336 volthaStacks: 10
337 olts: 2
338 pons: 16
339 onus: 32
340 withFlows: true
341 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700342 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100343 workflow: dt
344 withEapol: false
345 withDhcp: false
346 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800347 bbsimImg: ''
348 rwCoreImg: ''
349 ofAgentImg: ''
350 openoltAdapterImg: ''
351 openonuAdapterImg: ''
352 openonuAdapterGoImg: ''
353 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700354 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100355
356 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700357 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100358 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700359 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
360 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100361 time-trigger: "H H/4 * * *"
362 withMonitoring: false
363 logLevel: WARN
364 volthaStacks: 10
365 olts: 2
366 pons: 16
367 onus: 32
368 withFlows: true
369 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700370 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100371 workflow: tt
372 withEapol: false
373 withDhcp: true
374 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800375 bbsimImg: ''
376 rwCoreImg: ''
377 ofAgentImg: ''
378 openoltAdapterImg: ''
379 openonuAdapterImg: ''
380 openonuAdapterGoImg: ''
381 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700382 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100383
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700384 # per patchset job
385 - 'voltha-scale-measurements':
386 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800387 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700388 olts: 1
389 pons: 16
390 onus: 32
391 withFlows: true
392 provisionSubscribers: true
393 withEapol: true
394 withDhcp: true
395 withIgmp: false
396 withMonitoring: false
397 trigger-comment: "voltha scale test ATT"
398
399 - 'voltha-scale-measurements':
400 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800401 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700402 olts: 1
403 pons: 16
404 onus: 32
405 withFlows: true
406 provisionSubscribers: true
407 workflow: tt
408 withEapol: false
409 withDhcp: true
410 withIgmp: true
411 withMonitoring: false
412 trigger-comment: "voltha scale test TT"
413
414 - 'voltha-scale-measurements':
415 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800416 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700417 olts: 1
418 pons: 16
419 onus: 32
420 withFlows: true
421 provisionSubscribers: true
422 workflow: dt
423 withEapol: false
424 withDhcp: false
425 withIgmp: false
426 withMonitoring: false
427 trigger-comment: "voltha scale test DT"
428
Matteo Scandolo272aed42020-05-08 15:05:57 -0700429 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700430 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700431 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700432 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700433
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700434
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700435# list of parameters for the VOLTHA Jobs,
436# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700437# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700438- voltha-scale-job-parameters: &voltha-scale-job-parameters
439 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700440 parameters:
441 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800442 name: pipeline-script
443 default: '{pipeline-script}'
444 description: 'The pipeline script to use'
445
446 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700447 name: release
448 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700449 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 -0700450
451 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700452 name: buildNode
453 default: '{build-node}'
454 description: 'Name of the Jenkins node to run the job on'
455
456 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700457 name: dockerRegistry
458 default: '{dockerRegistry}'
459 description: 'Address of the docker registry to use if we are building custom images'
460
461 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700462 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700463 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700464 description: 'Log level for all the components'
465
466 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800467 name: volthaStacks
468 default: '{volthaStacks}'
469 description: 'Number of VOLTHA Stacks to deploy'
470
471 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700472 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700473 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700474 description: 'Number of ONUs to provision'
475
476 - string:
477 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700478 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700479 description: 'Number of PONs to provision'
480
481 - string:
482 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700483 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700484 description: 'How many BBSim instances to run'
485
486 - string:
487 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700488 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700489 description: 'Which workflow are we testing (att, dt, tt)'
490
491 - bool:
492 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700493 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700494 description: 'Wheter to push flows from ONOS'
495
496 - bool:
497 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700498 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700499 description: 'Wheter to provision subscribers durint the tests'
500
501 - bool:
502 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700503 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700504 description: 'Wheter EAPOL is enabled for the test'
505
506 - bool:
507 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700508 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700509 description: 'Wheter DHCP is enabled for the test'
510
511 - bool:
512 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700513 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700514 description: 'Wheter IGMP is enabled for the test'
515
516 - bool:
517 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700518 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700519 description: 'Wheter Link Discovery is enabled for the test'
520
521 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700522 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700523 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700524 description: 'Option to install Prometheus'
525
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700526 - bool:
527 name: withProfiling
528 default: '{withProfiling}'
529 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
530
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700531 - bool:
532 name: withPcap
533 default: '{withPcap}'
534 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
535
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700536 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700537 name: withRadius
538 default: '{withRadius}'
539 description: 'Value to pass to kind-voltha WITH_RADIUS'
540
541 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700542 name: extraHelmFlags
543 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700544 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 -0700545
Matteo Scandolo272aed42020-05-08 15:05:57 -0700546 - string:
547 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700548 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549 description: 'How many OpenONU adapter instances to run'
550
551 - string:
552 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700553 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700554 description: 'How many ONOSes instances to run'
555
556 - string:
557 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700558 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700559 description: 'How many Atomix instances to run'
560
561 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700562 name: kafkaReplicas
563 default: '{kafkaReplicas}'
564 description: 'How many Kafka instances to run'
565
566 - string:
567 name: etcdReplicas
568 default: '{etcdReplicas}'
569 description: 'How many ETCD instances to run'
570
571 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700572 name: onosStatInterval
573 default: '{onosStatInterval}'
574 description: 'How often ONOS should poll for ports, flows and meters'
575
576 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200577 name: onosGroupInterval
578 default: '{onosGroupInterval}'
579 description: 'How often ONOS should poll for groups'
580
581 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200582 name: flowObjWorkerThreads
583 default: '{flowObjWorkerThreads}'
584 description: 'How many threads are used by the FlowObjectiveManager worker pool'
585
586 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700587 name: bbsimImg
588 default: '{bbsimImg}'
589 description: 'Custom image selection for BBSIM (repo:tag)'
590
591 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700592 name: rwCoreImg
593 default: '{rwCoreImg}'
594 description: 'Custom image selection for VOLTHA (repo:tag)'
595
596 - string:
597 name: ofAgentImg
598 default: '{ofAgentImg}'
599 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
600
601 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 name: openoltAdapterImg
603 default: '{openoltAdapterImg}'
604 description: 'Custom image selection for Openolt Adapter (repo:tag)'
605
606 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700607 name: openonuAdapterImg
608 default: '{openonuAdapterImg}'
609 description: 'Custom image selection for Openonu Adapter (repo:tag)'
610
611 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100612 name: openonuAdapterGoImg
613 default: '{openonuAdapterGoImg}'
614 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
615
616 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700617 name: onosImg
618 default: '{onosImg}'
619 description: 'Custom image selection for Openonu Adapter (repo:tag)'
620
621 - string:
622 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700623 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700624 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
625
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700626 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800627 name: volthaHelmChartsChange
628 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700629 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 -0700630
Matteo Scandoloccc06192020-06-22 10:16:17 -0700631 - bool:
632 name: inMemoryEtcdStorage
633 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700634 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700635
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200636 - string:
637 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700638 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200639 description: 'Karaf home'
640
Matteo Scandolo001003e2021-02-03 15:39:26 -0800641 # remove once voltha-2.6 is deprecated
642 - string:
643 name: kindVolthaChange
644 default: '{kindVolthaChange}'
645 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 -0800646 - bool:
647 name: withMibTemplate
648 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800649
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700650- job-template:
651 id: 'voltha-scale-measurements'
652 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700653 disabled: '{disable-job}'
654
655 description: |
656 <!-- Managed by Jenkins Job Builder -->
657 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
658 Using pipeline {pipeline-script} <br/><br/>
659 Scale measurements for VOLTHA 2.x
660
661 properties:
662 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800663 build-days-to-keep: '{big-build-days-to-keep}'
664 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700665
666 wrappers:
667 - lf-infra-wrappers:
668 build-timeout: '{build-timeout}'
669 jenkins-ssh-credential: '{jenkins-ssh-credential}'
670
671 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800672 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700673 release: master
674
675 bbsimImg: voltha/bbsim:master
676 rwCoreImg: voltha/voltha-rw-core:master
677 ofAgentImg: voltha/voltha-ofagent-go:master
678 openoltAdapterImg: voltha/voltha-openolt-adapter:master
679 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100680 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700681 onosImg: voltha/voltha-onos:master
682
683 bbsimChart: onf/bbsim
684 volthaChart: onf/voltha
685 openoltAdapterChart: onf/voltha-adapter-openolt
686 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700687 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700688 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700689
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800690 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700691 olts: 2
692 pons: 2
693 onus: 2
694 workflow: att
695 withFlows: false
696 provisionSubscribers: false
697 withEapol: true
698 withDhcp: true
699 withIgmp: false
700 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700701 withMonitoring: true
702 withProfiling: false
703 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700704 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100705 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700706 onosReplicas: 3
707 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700708 kafkaReplicas: 3
709 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700710 extraHelmFlags: ''
711 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200712 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200713 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700714 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800715 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800716 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700717 inMemoryEtcdStorage: true
718 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700719 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700720 dockerRegistry: 10.90.0.101:30500
721 trigger-comment: vv7CBoQQYYonvaN8xcru
722 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700723
724 <<: *voltha-scale-job-parameters
725
Matteo Scandolo272aed42020-05-08 15:05:57 -0700726 project-type: pipeline
727 concurrent: false
728
729 dsl: !include-raw-escape: pipeline/{pipeline-script}
730
Matteo Scandoloabb83972020-06-25 16:08:23 -0700731 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700732 # periodic jobs will set this every 4 hours
733 # 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 -0700734 - timed: |
735 TZ=America/Los_Angeles
736 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700737 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
738 # patchset jobs will set this to a meaningful comment
739 - gerrit:
740 server-name: '{gerrit-server-name}'
741 silent-start: false
742 successful-message: "PASSED scale test"
743 failure-message: "FAILED scale test"
744 unstable-message: "UNSTABLE scale test"
745 trigger-on:
746 - comment-added-contains-event:
747 comment-contains-value: '.*{trigger-comment}.*'
748 projects:
749 - project-compare-type: REG_EXP
750 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
751 branches:
752 - branch-compare-type: REG_EXP
753 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700754
755- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700756 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800757 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800758
759 description: |
760 <!-- Managed by Jenkins Job Builder -->
761 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
762 Using pipeline {pipeline-script} <br/><br/>
763 Scale measurements for VOLTHA 2.x
764
765 properties:
766 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800767 build-days-to-keep: '{big-build-days-to-keep}'
768 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800769
770 wrappers:
771 - lf-infra-wrappers:
772 build-timeout: '{build-timeout}'
773 jenkins-ssh-credential: '{jenkins-ssh-credential}'
774
Matteo Scandolo0430f672020-05-07 11:50:26 -0700775 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800776 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700777 release: master
778
Matteo Scandolo0430f672020-05-07 11:50:26 -0700779 bbsimImg: voltha/bbsim:master
780 rwCoreImg: voltha/voltha-rw-core:master
781 ofAgentImg: voltha/voltha-ofagent-go:master
782 openoltAdapterImg: voltha/voltha-openolt-adapter:master
783 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100784 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700785 onosImg: voltha/voltha-onos:master
786
787 bbsimChart: onf/bbsim
788 volthaChart: onf/voltha
789 openoltAdapterChart: onf/voltha-adapter-openolt
790 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700791 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700792 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700793
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800794 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700795 olts: 2
796 pons: 2
797 onus: 2
798 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700799 withFlows: true
800 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700801 withEapol: true
802 withDhcp: true
803 withIgmp: false
804 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700805 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700806 withProfiling: false
807 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700808 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700809 openonuAdapterReplicas: 1
810 onosReplicas: 1
811 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700812 kafkaReplicas: 1
813 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700814 extraHelmFlags: ''
815 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200816 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200817 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700818 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800819 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800820 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700821 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700822 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700823 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700824 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700825
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700826 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200827
Matteo Scandolo51b76302020-02-05 12:07:23 -0800828 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800829 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800830
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700831 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700832
Matteo Scandolo849db722020-10-21 10:58:41 -0700833 triggers:
834 - gerrit:
835 server-name: '{gerrit-server-name}'
836 silent-start: false
837 successful-message: "PASSED scale test"
838 failure-message: "FAILED scale test"
839 unstable-message: "UNSTABLE scale test"
840 trigger-on:
841 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700842 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700843 projects:
844 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700845 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700846 branches:
847 - branch-compare-type: REG_EXP
848 branch-pattern: '{all-branches-regexp}'