blob: da2350934bebd18278de33dcd15746910404022f [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 Scandolo8efe7df2021-11-18 10:39:17 -080072 withMonitoring: false
Matteo Scandolo2a498022021-08-11 08:32:43 -070073 - 'voltha-scale-measurements':
Matteo Scandolo7325f602021-10-06 08:21:31 -070074 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers-newoltapp'
Matteo Scandolo2a498022021-08-11 08:32:43 -070075 'disable-job': false
76 build-node: 'voltha-scale-1'
Matteo Scandolo53150202021-10-08 14:34:42 -070077 time-trigger: "H H/4 * * *"
78 # time-trigger: "H 0 29 2 *"
Matteo Scandolo11162412021-09-28 09:17:01 -070079 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -070080 olts: 2
81 pons: 16
82 onus: 32
83 withFlows: true
84 provisionSubscribers: true
85 withEapol: false
86 withDhcp: false
87 withIgmp: false
88 workflow: dt
89 inMemoryEtcdStorage: false
90 extraHelmFlags: >
91 -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloaf1273c2021-10-04 15:22:20 -070092 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo8efe7df2021-11-18 10:39:17 -080093 withMonitoring: false
Matteo Scandolo2a498022021-08-11 08:32:43 -070094 - 'voltha-scale-measurements':
Matteo Scandolo7325f602021-10-06 08:21:31 -070095 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-newoltapp'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -080096 'disable-job': false
Matteo Scandolo2a498022021-08-11 08:32:43 -070097 build-node: 'voltha-scale-1'
Matteo Scandolo53150202021-10-08 14:34:42 -070098 time-trigger: "H H/4 * * *"
99 # time-trigger: "H 0 29 2 *"
Matteo Scandolo11162412021-09-28 09:17:01 -0700100 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -0700101 olts: 2
102 pons: 16
103 onus: 32
104 withFlows: true
105 provisionSubscribers: true
106 withEapol: false
107 withDhcp: true
Girish Gowdra28ab0192021-09-29 14:55:14 -0700108 withIgmp: true
Matteo Scandolo2a498022021-08-11 08:32:43 -0700109 workflow: tt
110 inMemoryEtcdStorage: false
111 extraHelmFlags: >
112 --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 -0700113 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo8efe7df2021-11-18 10:39:17 -0800114 withMonitoring: false
Matteo Scandolo4d355992021-06-08 11:18:59 +0200115
Matteo Scandolofebf6512021-03-02 11:37:37 -0800116 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700117 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700118 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloe32d6252021-11-16 09:31:52 -0800119 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800120 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700121 time-trigger: "H H/4 * * *"
122 olts: 2
123 pons: 16
124 onus: 32
125 withFlows: true
126 provisionSubscribers: true
127 withEapol: true
128 withDhcp: true
129 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700130 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 -0700131
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700132 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700133 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloe32d6252021-11-16 09:31:52 -0800134 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800135 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700136 time-trigger: "H H/4 * * *"
137 olts: 2
138 pons: 16
139 onus: 32
140 withFlows: true
141 provisionSubscribers: true
142 workflow: dt
143 withEapol: false
144 withDhcp: false
145 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700146 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 -0700147
148 - 'voltha-scale-measurements':
149 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandoloe32d6252021-11-16 09:31:52 -0800150 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800151 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700152 time-trigger: "H H/4 * * *"
153 olts: 2
154 pons: 16
155 onus: 32
156 withFlows: true
157 provisionSubscribers: true
158 workflow: tt
159 withEapol: false
160 withDhcp: true
161 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700162 onosReplicas: 3
163 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700164 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 -0700165
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800166 # multi-stack jobs
167 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800168 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
169 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200170 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800171 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800172 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800173 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800174 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800175 olts: 2
176 pons: 16
177 onus: 32
178 withFlows: true
179 provisionSubscribers: true
180 workflow: att
181 withEapol: true
182 withDhcp: true
183 withIgmp: false
Matteo Scandolo53150202021-10-08 14:34:42 -0700184 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
185 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800186
187 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800188 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
189 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200190 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800191 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800192 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800193 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800194 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800195 olts: 2
196 pons: 16
197 onus: 32
198 withFlows: true
199 provisionSubscribers: true
200 workflow: dt
201 withEapol: false
202 withDhcp: false
203 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700204 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 -0700205 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800206
207 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800208 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
209 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200210 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800211 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800212 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800213 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800214 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800215 olts: 2
216 pons: 16
217 onus: 32
218 withFlows: true
219 provisionSubscribers: true
220 workflow: tt
221 withEapol: false
222 withDhcp: true
223 withIgmp: true
Matteo Scandolo53150202021-10-08 14:34:42 -0700224 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
225 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800226
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000227 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700228 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000229 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800230 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000231 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800232 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700233 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700234 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700235 pons: 16
236 onus: 32
237 withFlows: true
238 provisionSubscribers: true
239 withEapol: true
240 withDhcp: true
241 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000242 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200243 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700244 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700245 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700246 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700247 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800248 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200249 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700250 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 -0700251
252 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000253 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800254 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000255 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800256 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700257 time-trigger: "H H/4 * * *"
258 olts: 2
259 pons: 16
260 onus: 32
261 withFlows: true
262 provisionSubscribers: true
263 workflow: dt
264 withEapol: false
265 withDhcp: false
266 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000267 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200268 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700269 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700270 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700271 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700272 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800273 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200274 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700275 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 -0700276
Matteo Scandolo031bd982020-09-16 10:03:47 -0700277 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000278 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800279 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000280 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800281 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700282 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700283 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700284 pons: 16
285 onus: 32
286 withFlows: true
287 provisionSubscribers: true
288 workflow: tt
289 withEapol: false
290 withDhcp: true
291 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000292 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200293 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700294 rwCoreImg: ''
295 ofAgentImg: ''
296 openoltAdapterImg: ''
297 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800298 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700299 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700300 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 -0700301
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700302 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100303 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700304 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100305 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700306 'disable-job': false
307 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100308 time-trigger: "H H/4 * * *"
309 withMonitoring: false
310 logLevel: WARN
311 volthaStacks: 10
312 olts: 2
313 pons: 16
314 onus: 32
315 withFlows: true
316 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700317 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100318 workflow: att
319 withEapol: true
320 withDhcp: true
321 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800322 bbsimImg: ''
323 rwCoreImg: ''
324 ofAgentImg: ''
325 openoltAdapterImg: ''
326 openonuAdapterImg: ''
327 openonuAdapterGoImg: ''
328 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700329 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100330
331 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700332 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100333 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700334 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
335 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100336 time-trigger: "H H/4 * * *"
337 withMonitoring: false
338 logLevel: WARN
339 volthaStacks: 10
340 olts: 2
341 pons: 16
342 onus: 32
343 withFlows: true
344 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700345 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100346 workflow: dt
347 withEapol: false
348 withDhcp: false
349 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800350 bbsimImg: ''
351 rwCoreImg: ''
352 ofAgentImg: ''
353 openoltAdapterImg: ''
354 openonuAdapterImg: ''
355 openonuAdapterGoImg: ''
356 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700357 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100358
359 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700360 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100361 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700362 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
363 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100364 time-trigger: "H H/4 * * *"
365 withMonitoring: false
366 logLevel: WARN
367 volthaStacks: 10
368 olts: 2
369 pons: 16
370 onus: 32
371 withFlows: true
372 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700373 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100374 workflow: tt
375 withEapol: false
376 withDhcp: true
377 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800378 bbsimImg: ''
379 rwCoreImg: ''
380 ofAgentImg: ''
381 openoltAdapterImg: ''
382 openonuAdapterImg: ''
383 openonuAdapterGoImg: ''
384 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700385 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100386
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700387 # per patchset job
388 - 'voltha-scale-measurements':
389 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800390 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700391 olts: 1
392 pons: 16
393 onus: 32
394 withFlows: true
395 provisionSubscribers: true
396 withEapol: true
397 withDhcp: true
398 withIgmp: false
399 withMonitoring: false
400 trigger-comment: "voltha scale test ATT"
401
402 - 'voltha-scale-measurements':
403 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800404 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700405 olts: 1
406 pons: 16
407 onus: 32
408 withFlows: true
409 provisionSubscribers: true
410 workflow: tt
411 withEapol: false
412 withDhcp: true
413 withIgmp: true
414 withMonitoring: false
415 trigger-comment: "voltha scale test TT"
416
417 - 'voltha-scale-measurements':
418 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800419 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700420 olts: 1
421 pons: 16
422 onus: 32
423 withFlows: true
424 provisionSubscribers: true
425 workflow: dt
426 withEapol: false
427 withDhcp: false
428 withIgmp: false
429 withMonitoring: false
430 trigger-comment: "voltha scale test DT"
431
Matteo Scandolo272aed42020-05-08 15:05:57 -0700432 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700433 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700434 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700435 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700436
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700437
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700438# list of parameters for the VOLTHA Jobs,
439# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700440# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700441- voltha-scale-job-parameters: &voltha-scale-job-parameters
442 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700443 parameters:
444 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800445 name: pipeline-script
446 default: '{pipeline-script}'
447 description: 'The pipeline script to use'
448
449 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700450 name: release
451 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700452 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 -0700453
454 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700455 name: buildNode
456 default: '{build-node}'
457 description: 'Name of the Jenkins node to run the job on'
458
459 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700460 name: dockerRegistry
461 default: '{dockerRegistry}'
462 description: 'Address of the docker registry to use if we are building custom images'
463
464 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700465 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700466 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700467 description: 'Log level for all the components'
468
469 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800470 name: volthaStacks
471 default: '{volthaStacks}'
472 description: 'Number of VOLTHA Stacks to deploy'
473
474 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700475 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700476 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700477 description: 'Number of ONUs to provision'
478
479 - string:
480 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700481 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700482 description: 'Number of PONs to provision'
483
484 - string:
485 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700486 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700487 description: 'How many BBSim instances to run'
488
489 - string:
490 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700491 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700492 description: 'Which workflow are we testing (att, dt, tt)'
493
494 - bool:
495 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700496 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700497 description: 'Wheter to push flows from ONOS'
498
499 - bool:
500 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700501 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700502 description: 'Wheter to provision subscribers durint the tests'
503
504 - bool:
505 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700506 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700507 description: 'Wheter EAPOL is enabled for the test'
508
509 - bool:
510 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700511 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700512 description: 'Wheter DHCP is enabled for the test'
513
514 - bool:
515 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700516 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700517 description: 'Wheter IGMP is enabled for the test'
518
519 - bool:
520 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700521 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700522 description: 'Wheter Link Discovery is enabled for the test'
523
524 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700526 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700527 description: 'Option to install Prometheus'
528
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700529 - bool:
530 name: withProfiling
531 default: '{withProfiling}'
532 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
533
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700534 - bool:
535 name: withPcap
536 default: '{withPcap}'
537 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
538
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700539 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700540 name: withRadius
541 default: '{withRadius}'
542 description: 'Value to pass to kind-voltha WITH_RADIUS'
543
544 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700545 name: extraHelmFlags
546 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700547 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 -0700548
Matteo Scandolo272aed42020-05-08 15:05:57 -0700549 - string:
550 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700551 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700552 description: 'How many OpenONU adapter instances to run'
553
554 - string:
555 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700556 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700557 description: 'How many ONOSes instances to run'
558
559 - string:
560 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700561 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700562 description: 'How many Atomix instances to run'
563
564 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700565 name: kafkaReplicas
566 default: '{kafkaReplicas}'
567 description: 'How many Kafka instances to run'
568
569 - string:
570 name: etcdReplicas
571 default: '{etcdReplicas}'
572 description: 'How many ETCD instances to run'
573
574 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700575 name: onosStatInterval
576 default: '{onosStatInterval}'
577 description: 'How often ONOS should poll for ports, flows and meters'
578
579 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200580 name: onosGroupInterval
581 default: '{onosGroupInterval}'
582 description: 'How often ONOS should poll for groups'
583
584 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200585 name: flowObjWorkerThreads
586 default: '{flowObjWorkerThreads}'
587 description: 'How many threads are used by the FlowObjectiveManager worker pool'
588
589 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700590 name: bbsimImg
591 default: '{bbsimImg}'
592 description: 'Custom image selection for BBSIM (repo:tag)'
593
594 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700595 name: rwCoreImg
596 default: '{rwCoreImg}'
597 description: 'Custom image selection for VOLTHA (repo:tag)'
598
599 - string:
600 name: ofAgentImg
601 default: '{ofAgentImg}'
602 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
603
604 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700605 name: openoltAdapterImg
606 default: '{openoltAdapterImg}'
607 description: 'Custom image selection for Openolt Adapter (repo:tag)'
608
609 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700610 name: openonuAdapterImg
611 default: '{openonuAdapterImg}'
612 description: 'Custom image selection for Openonu Adapter (repo:tag)'
613
614 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100615 name: openonuAdapterGoImg
616 default: '{openonuAdapterGoImg}'
617 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
618
619 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700620 name: onosImg
621 default: '{onosImg}'
622 description: 'Custom image selection for Openonu Adapter (repo:tag)'
623
624 - string:
625 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700626 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700627 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
628
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700629 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800630 name: volthaHelmChartsChange
631 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700632 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 -0700633
Matteo Scandoloccc06192020-06-22 10:16:17 -0700634 - bool:
635 name: inMemoryEtcdStorage
636 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700637 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700638
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200639 - string:
640 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700641 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200642 description: 'Karaf home'
643
Matteo Scandolo001003e2021-02-03 15:39:26 -0800644 # remove once voltha-2.6 is deprecated
645 - string:
646 name: kindVolthaChange
647 default: '{kindVolthaChange}'
648 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 -0800649 - bool:
650 name: withMibTemplate
651 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800652
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700653- job-template:
654 id: 'voltha-scale-measurements'
655 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700656 disabled: '{disable-job}'
657
658 description: |
659 <!-- Managed by Jenkins Job Builder -->
660 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
661 Using pipeline {pipeline-script} <br/><br/>
662 Scale measurements for VOLTHA 2.x
663
664 properties:
665 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800666 build-days-to-keep: '{big-build-days-to-keep}'
667 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700668
669 wrappers:
670 - lf-infra-wrappers:
671 build-timeout: '{build-timeout}'
672 jenkins-ssh-credential: '{jenkins-ssh-credential}'
673
674 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800675 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700676 release: master
677
678 bbsimImg: voltha/bbsim:master
679 rwCoreImg: voltha/voltha-rw-core:master
680 ofAgentImg: voltha/voltha-ofagent-go:master
681 openoltAdapterImg: voltha/voltha-openolt-adapter:master
682 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100683 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700684 onosImg: voltha/voltha-onos:master
685
686 bbsimChart: onf/bbsim
687 volthaChart: onf/voltha
688 openoltAdapterChart: onf/voltha-adapter-openolt
689 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700690 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700691 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700692
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800693 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700694 olts: 2
695 pons: 2
696 onus: 2
697 workflow: att
698 withFlows: false
699 provisionSubscribers: false
700 withEapol: true
701 withDhcp: true
702 withIgmp: false
703 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700704 withMonitoring: true
705 withProfiling: false
706 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700707 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100708 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700709 onosReplicas: 3
710 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700711 kafkaReplicas: 3
712 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700713 extraHelmFlags: ''
714 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200715 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200716 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700717 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800718 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800719 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700720 inMemoryEtcdStorage: true
721 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700722 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700723 dockerRegistry: 10.90.0.101:30500
724 trigger-comment: vv7CBoQQYYonvaN8xcru
725 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700726
727 <<: *voltha-scale-job-parameters
728
Matteo Scandolo272aed42020-05-08 15:05:57 -0700729 project-type: pipeline
730 concurrent: false
731
732 dsl: !include-raw-escape: pipeline/{pipeline-script}
733
Matteo Scandoloabb83972020-06-25 16:08:23 -0700734 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700735 # periodic jobs will set this every 4 hours
736 # 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 -0700737 - timed: |
738 TZ=America/Los_Angeles
739 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700740 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
741 # patchset jobs will set this to a meaningful comment
742 - gerrit:
743 server-name: '{gerrit-server-name}'
744 silent-start: false
745 successful-message: "PASSED scale test"
746 failure-message: "FAILED scale test"
747 unstable-message: "UNSTABLE scale test"
748 trigger-on:
749 - comment-added-contains-event:
750 comment-contains-value: '.*{trigger-comment}.*'
751 projects:
752 - project-compare-type: REG_EXP
753 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
754 branches:
755 - branch-compare-type: REG_EXP
756 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700757
758- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700759 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800760 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800761
762 description: |
763 <!-- Managed by Jenkins Job Builder -->
764 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
765 Using pipeline {pipeline-script} <br/><br/>
766 Scale measurements for VOLTHA 2.x
767
768 properties:
769 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800770 build-days-to-keep: '{big-build-days-to-keep}'
771 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800772
773 wrappers:
774 - lf-infra-wrappers:
775 build-timeout: '{build-timeout}'
776 jenkins-ssh-credential: '{jenkins-ssh-credential}'
777
Matteo Scandolo0430f672020-05-07 11:50:26 -0700778 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800779 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700780 release: master
781
Matteo Scandolo0430f672020-05-07 11:50:26 -0700782 bbsimImg: voltha/bbsim:master
783 rwCoreImg: voltha/voltha-rw-core:master
784 ofAgentImg: voltha/voltha-ofagent-go:master
785 openoltAdapterImg: voltha/voltha-openolt-adapter:master
786 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100787 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700788 onosImg: voltha/voltha-onos:master
789
790 bbsimChart: onf/bbsim
791 volthaChart: onf/voltha
792 openoltAdapterChart: onf/voltha-adapter-openolt
793 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700794 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700795 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700796
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800797 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700798 olts: 2
799 pons: 2
800 onus: 2
801 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700802 withFlows: true
803 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700804 withEapol: true
805 withDhcp: true
806 withIgmp: false
807 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700808 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700809 withProfiling: false
810 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700811 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700812 openonuAdapterReplicas: 1
813 onosReplicas: 1
814 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700815 kafkaReplicas: 1
816 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700817 extraHelmFlags: ''
818 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200819 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200820 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700821 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800822 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800823 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700824 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700825 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700826 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700827 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700828
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700829 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200830
Matteo Scandolo51b76302020-02-05 12:07:23 -0800831 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800832 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800833
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700834 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700835
Matteo Scandolo849db722020-10-21 10:58:41 -0700836 triggers:
837 - gerrit:
838 server-name: '{gerrit-server-name}'
839 silent-start: false
840 successful-message: "PASSED scale test"
841 failure-message: "FAILED scale test"
842 unstable-message: "UNSTABLE scale test"
843 trigger-on:
844 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700845 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700846 projects:
847 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700848 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700849 branches:
850 - branch-compare-type: REG_EXP
851 branch-pattern: '{all-branches-regexp}'