blob: a15fda0501ba467d20b138880725da0c1011cf0c [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 Scandolo5f712192021-11-18 14:24:41 -0800113 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
Matteo Scandoloaf1273c2021-10-04 15:22:20 -0700114 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo8efe7df2021-11-18 10:39:17 -0800115 withMonitoring: false
Matteo Scandolo5f712192021-11-18 14:24:41 -0800116 openonuAdapterGoImg: matteoscandolo/voltha-openonu-adapter-go:meter-fix
117 onosStatInterval: 30
118 onosGroupInterval: 30
Matteo Scandolo4d355992021-06-08 11:18:59 +0200119
Matteo Scandolofebf6512021-03-02 11:37:37 -0800120 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700121 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700122 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloe32d6252021-11-16 09:31:52 -0800123 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800124 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700125 time-trigger: "H H/4 * * *"
126 olts: 2
127 pons: 16
128 onus: 32
129 withFlows: true
130 provisionSubscribers: true
131 withEapol: true
132 withDhcp: true
133 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700134 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 -0700135
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700136 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700137 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandoloe32d6252021-11-16 09:31:52 -0800138 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800139 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700140 time-trigger: "H H/4 * * *"
141 olts: 2
142 pons: 16
143 onus: 32
144 withFlows: true
145 provisionSubscribers: true
146 workflow: dt
147 withEapol: false
148 withDhcp: false
149 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700150 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 -0700151
152 - 'voltha-scale-measurements':
153 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandoloe32d6252021-11-16 09:31:52 -0800154 'disable-job': true
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800155 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700156 time-trigger: "H H/4 * * *"
157 olts: 2
158 pons: 16
159 onus: 32
160 withFlows: true
161 provisionSubscribers: true
162 workflow: tt
163 withEapol: false
164 withDhcp: true
165 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700166 onosReplicas: 3
167 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700168 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 -0700169
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800170 # multi-stack jobs
171 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800172 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
173 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200174 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800175 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800176 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800177 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800178 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800179 olts: 2
180 pons: 16
181 onus: 32
182 withFlows: true
183 provisionSubscribers: true
184 workflow: att
185 withEapol: true
186 withDhcp: true
187 withIgmp: false
Matteo Scandolo53150202021-10-08 14:34:42 -0700188 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
189 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800190
191 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800192 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
193 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200194 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800195 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800196 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800197 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800198 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800199 olts: 2
200 pons: 16
201 onus: 32
202 withFlows: true
203 provisionSubscribers: true
204 workflow: dt
205 withEapol: false
206 withDhcp: false
207 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700208 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 -0700209 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800210
211 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800212 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
213 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200214 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800215 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800216 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800217 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800218 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800219 olts: 2
220 pons: 16
221 onus: 32
222 withFlows: true
223 provisionSubscribers: true
224 workflow: tt
225 withEapol: false
226 withDhcp: true
227 withIgmp: true
Matteo Scandolo53150202021-10-08 14:34:42 -0700228 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
229 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800230
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000231 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700232 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000233 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800234 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000235 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800236 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700237 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700238 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700239 pons: 16
240 onus: 32
241 withFlows: true
242 provisionSubscribers: true
243 withEapol: true
244 withDhcp: true
245 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000246 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200247 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700248 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700249 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700250 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700251 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800252 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200253 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700254 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 -0700255
256 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000257 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800258 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000259 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800260 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700261 time-trigger: "H H/4 * * *"
262 olts: 2
263 pons: 16
264 onus: 32
265 withFlows: true
266 provisionSubscribers: true
267 workflow: dt
268 withEapol: false
269 withDhcp: false
270 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000271 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200272 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700273 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700274 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700275 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700276 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800277 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200278 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700279 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 -0700280
Matteo Scandolo031bd982020-09-16 10:03:47 -0700281 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000282 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800283 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000284 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800285 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700286 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700287 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700288 pons: 16
289 onus: 32
290 withFlows: true
291 provisionSubscribers: true
292 workflow: tt
293 withEapol: false
294 withDhcp: true
295 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000296 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200297 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700298 rwCoreImg: ''
299 ofAgentImg: ''
300 openoltAdapterImg: ''
301 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800302 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700303 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700304 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 -0700305
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700306 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100307 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700308 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100309 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700310 'disable-job': false
311 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100312 time-trigger: "H H/4 * * *"
313 withMonitoring: false
314 logLevel: WARN
315 volthaStacks: 10
316 olts: 2
317 pons: 16
318 onus: 32
319 withFlows: true
320 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700321 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100322 workflow: att
323 withEapol: true
324 withDhcp: true
325 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800326 bbsimImg: ''
327 rwCoreImg: ''
328 ofAgentImg: ''
329 openoltAdapterImg: ''
330 openonuAdapterImg: ''
331 openonuAdapterGoImg: ''
332 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700333 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100334
335 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700336 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100337 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700338 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
339 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100340 time-trigger: "H H/4 * * *"
341 withMonitoring: false
342 logLevel: WARN
343 volthaStacks: 10
344 olts: 2
345 pons: 16
346 onus: 32
347 withFlows: true
348 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700349 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100350 workflow: dt
351 withEapol: false
352 withDhcp: false
353 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800354 bbsimImg: ''
355 rwCoreImg: ''
356 ofAgentImg: ''
357 openoltAdapterImg: ''
358 openonuAdapterImg: ''
359 openonuAdapterGoImg: ''
360 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700361 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100362
363 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700364 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100365 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700366 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
367 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100368 time-trigger: "H H/4 * * *"
369 withMonitoring: false
370 logLevel: WARN
371 volthaStacks: 10
372 olts: 2
373 pons: 16
374 onus: 32
375 withFlows: true
376 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700377 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100378 workflow: tt
379 withEapol: false
380 withDhcp: true
381 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800382 bbsimImg: ''
383 rwCoreImg: ''
384 ofAgentImg: ''
385 openoltAdapterImg: ''
386 openonuAdapterImg: ''
387 openonuAdapterGoImg: ''
388 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700389 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100390
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700391 # per patchset job
392 - 'voltha-scale-measurements':
393 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800394 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700395 olts: 1
396 pons: 16
397 onus: 32
398 withFlows: true
399 provisionSubscribers: true
400 withEapol: true
401 withDhcp: true
402 withIgmp: false
403 withMonitoring: false
404 trigger-comment: "voltha scale test ATT"
405
406 - 'voltha-scale-measurements':
407 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800408 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700409 olts: 1
410 pons: 16
411 onus: 32
412 withFlows: true
413 provisionSubscribers: true
414 workflow: tt
415 withEapol: false
416 withDhcp: true
417 withIgmp: true
418 withMonitoring: false
419 trigger-comment: "voltha scale test TT"
420
421 - 'voltha-scale-measurements':
422 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800423 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700424 olts: 1
425 pons: 16
426 onus: 32
427 withFlows: true
428 provisionSubscribers: true
429 workflow: dt
430 withEapol: false
431 withDhcp: false
432 withIgmp: false
433 withMonitoring: false
434 trigger-comment: "voltha scale test DT"
435
Matteo Scandolo272aed42020-05-08 15:05:57 -0700436 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700437 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700438 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700439 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700440
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700441
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700442# list of parameters for the VOLTHA Jobs,
443# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700444# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700445- voltha-scale-job-parameters: &voltha-scale-job-parameters
446 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700447 parameters:
448 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800449 name: pipeline-script
450 default: '{pipeline-script}'
451 description: 'The pipeline script to use'
452
453 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700454 name: release
455 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700456 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 -0700457
458 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700459 name: buildNode
460 default: '{build-node}'
461 description: 'Name of the Jenkins node to run the job on'
462
463 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700464 name: dockerRegistry
465 default: '{dockerRegistry}'
466 description: 'Address of the docker registry to use if we are building custom images'
467
468 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700469 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700470 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700471 description: 'Log level for all the components'
472
473 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800474 name: volthaStacks
475 default: '{volthaStacks}'
476 description: 'Number of VOLTHA Stacks to deploy'
477
478 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700479 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700480 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700481 description: 'Number of ONUs to provision'
482
483 - string:
484 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700485 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700486 description: 'Number of PONs to provision'
487
488 - string:
489 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700490 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700491 description: 'How many BBSim instances to run'
492
493 - string:
494 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700495 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700496 description: 'Which workflow are we testing (att, dt, tt)'
497
498 - bool:
499 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700500 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700501 description: 'Wheter to push flows from ONOS'
502
503 - bool:
504 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700505 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700506 description: 'Wheter to provision subscribers durint the tests'
507
508 - bool:
509 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700510 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700511 description: 'Wheter EAPOL is enabled for the test'
512
513 - bool:
514 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700515 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700516 description: 'Wheter DHCP is enabled for the test'
517
518 - bool:
519 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700520 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700521 description: 'Wheter IGMP is enabled for the test'
522
523 - bool:
524 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700525 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700526 description: 'Wheter Link Discovery is enabled for the test'
527
528 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700529 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700530 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700531 description: 'Option to install Prometheus'
532
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700533 - bool:
534 name: withProfiling
535 default: '{withProfiling}'
536 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
537
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700538 - bool:
539 name: withPcap
540 default: '{withPcap}'
541 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
542
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700543 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700544 name: withRadius
545 default: '{withRadius}'
546 description: 'Value to pass to kind-voltha WITH_RADIUS'
547
548 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700549 name: extraHelmFlags
550 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700551 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 -0700552
Matteo Scandolo272aed42020-05-08 15:05:57 -0700553 - string:
554 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700555 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700556 description: 'How many OpenONU adapter instances to run'
557
558 - string:
559 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700560 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700561 description: 'How many ONOSes instances to run'
562
563 - string:
564 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700565 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700566 description: 'How many Atomix instances to run'
567
568 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700569 name: kafkaReplicas
570 default: '{kafkaReplicas}'
571 description: 'How many Kafka instances to run'
572
573 - string:
574 name: etcdReplicas
575 default: '{etcdReplicas}'
576 description: 'How many ETCD instances to run'
577
578 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700579 name: onosStatInterval
580 default: '{onosStatInterval}'
581 description: 'How often ONOS should poll for ports, flows and meters'
582
583 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200584 name: onosGroupInterval
585 default: '{onosGroupInterval}'
586 description: 'How often ONOS should poll for groups'
587
588 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200589 name: flowObjWorkerThreads
590 default: '{flowObjWorkerThreads}'
591 description: 'How many threads are used by the FlowObjectiveManager worker pool'
592
593 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700594 name: bbsimImg
595 default: '{bbsimImg}'
596 description: 'Custom image selection for BBSIM (repo:tag)'
597
598 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700599 name: rwCoreImg
600 default: '{rwCoreImg}'
601 description: 'Custom image selection for VOLTHA (repo:tag)'
602
603 - string:
604 name: ofAgentImg
605 default: '{ofAgentImg}'
606 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
607
608 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700609 name: openoltAdapterImg
610 default: '{openoltAdapterImg}'
611 description: 'Custom image selection for Openolt Adapter (repo:tag)'
612
613 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700614 name: openonuAdapterImg
615 default: '{openonuAdapterImg}'
616 description: 'Custom image selection for Openonu Adapter (repo:tag)'
617
618 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100619 name: openonuAdapterGoImg
620 default: '{openonuAdapterGoImg}'
621 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
622
623 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700624 name: onosImg
625 default: '{onosImg}'
626 description: 'Custom image selection for Openonu Adapter (repo:tag)'
627
628 - string:
629 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700630 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700631 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
632
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700633 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800634 name: volthaHelmChartsChange
635 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700636 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 -0700637
Matteo Scandoloccc06192020-06-22 10:16:17 -0700638 - bool:
639 name: inMemoryEtcdStorage
640 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700641 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700642
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200643 - string:
644 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700645 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200646 description: 'Karaf home'
647
Matteo Scandolo001003e2021-02-03 15:39:26 -0800648 # remove once voltha-2.6 is deprecated
649 - string:
650 name: kindVolthaChange
651 default: '{kindVolthaChange}'
652 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 -0800653 - bool:
654 name: withMibTemplate
655 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800656
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700657- job-template:
658 id: 'voltha-scale-measurements'
659 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700660 disabled: '{disable-job}'
661
662 description: |
663 <!-- Managed by Jenkins Job Builder -->
664 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
665 Using pipeline {pipeline-script} <br/><br/>
666 Scale measurements for VOLTHA 2.x
667
668 properties:
669 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800670 build-days-to-keep: '{big-build-days-to-keep}'
671 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700672
673 wrappers:
674 - lf-infra-wrappers:
675 build-timeout: '{build-timeout}'
676 jenkins-ssh-credential: '{jenkins-ssh-credential}'
677
678 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800679 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700680 release: master
681
682 bbsimImg: voltha/bbsim:master
683 rwCoreImg: voltha/voltha-rw-core:master
684 ofAgentImg: voltha/voltha-ofagent-go:master
685 openoltAdapterImg: voltha/voltha-openolt-adapter:master
686 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100687 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700688 onosImg: voltha/voltha-onos:master
689
690 bbsimChart: onf/bbsim
691 volthaChart: onf/voltha
692 openoltAdapterChart: onf/voltha-adapter-openolt
693 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700694 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700695 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700696
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800697 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700698 olts: 2
699 pons: 2
700 onus: 2
701 workflow: att
702 withFlows: false
703 provisionSubscribers: false
704 withEapol: true
705 withDhcp: true
706 withIgmp: false
707 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700708 withMonitoring: true
709 withProfiling: false
710 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700711 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100712 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700713 onosReplicas: 3
714 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700715 kafkaReplicas: 3
716 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700717 extraHelmFlags: ''
718 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200719 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200720 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700721 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800722 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800723 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700724 inMemoryEtcdStorage: true
725 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700726 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700727 dockerRegistry: 10.90.0.101:30500
728 trigger-comment: vv7CBoQQYYonvaN8xcru
729 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700730
731 <<: *voltha-scale-job-parameters
732
Matteo Scandolo272aed42020-05-08 15:05:57 -0700733 project-type: pipeline
734 concurrent: false
735
736 dsl: !include-raw-escape: pipeline/{pipeline-script}
737
Matteo Scandoloabb83972020-06-25 16:08:23 -0700738 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700739 # periodic jobs will set this every 4 hours
740 # 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 -0700741 - timed: |
742 TZ=America/Los_Angeles
743 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700744 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
745 # patchset jobs will set this to a meaningful comment
746 - gerrit:
747 server-name: '{gerrit-server-name}'
748 silent-start: false
749 successful-message: "PASSED scale test"
750 failure-message: "FAILED scale test"
751 unstable-message: "UNSTABLE scale test"
752 trigger-on:
753 - comment-added-contains-event:
754 comment-contains-value: '.*{trigger-comment}.*'
755 projects:
756 - project-compare-type: REG_EXP
757 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
758 branches:
759 - branch-compare-type: REG_EXP
760 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700761
762- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700763 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800764 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800765
766 description: |
767 <!-- Managed by Jenkins Job Builder -->
768 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
769 Using pipeline {pipeline-script} <br/><br/>
770 Scale measurements for VOLTHA 2.x
771
772 properties:
773 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800774 build-days-to-keep: '{big-build-days-to-keep}'
775 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800776
777 wrappers:
778 - lf-infra-wrappers:
779 build-timeout: '{build-timeout}'
780 jenkins-ssh-credential: '{jenkins-ssh-credential}'
781
Matteo Scandolo0430f672020-05-07 11:50:26 -0700782 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800783 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700784 release: master
785
Matteo Scandolo0430f672020-05-07 11:50:26 -0700786 bbsimImg: voltha/bbsim:master
787 rwCoreImg: voltha/voltha-rw-core:master
788 ofAgentImg: voltha/voltha-ofagent-go:master
789 openoltAdapterImg: voltha/voltha-openolt-adapter:master
790 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100791 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700792 onosImg: voltha/voltha-onos:master
793
794 bbsimChart: onf/bbsim
795 volthaChart: onf/voltha
796 openoltAdapterChart: onf/voltha-adapter-openolt
797 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700798 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700799 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700800
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800801 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700802 olts: 2
803 pons: 2
804 onus: 2
805 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700806 withFlows: true
807 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700808 withEapol: true
809 withDhcp: true
810 withIgmp: false
811 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700812 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700813 withProfiling: false
814 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700815 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700816 openonuAdapterReplicas: 1
817 onosReplicas: 1
818 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700819 kafkaReplicas: 1
820 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700821 extraHelmFlags: ''
822 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200823 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200824 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700825 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800826 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800827 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700828 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700829 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700830 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700831 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700832
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700833 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200834
Matteo Scandolo51b76302020-02-05 12:07:23 -0800835 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800836 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800837
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700838 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700839
Matteo Scandolo849db722020-10-21 10:58:41 -0700840 triggers:
841 - gerrit:
842 server-name: '{gerrit-server-name}'
843 silent-start: false
844 successful-message: "PASSED scale test"
845 failure-message: "FAILED scale test"
846 unstable-message: "UNSTABLE scale test"
847 trigger-on:
848 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700849 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700850 projects:
851 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700852 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700853 branches:
854 - branch-compare-type: REG_EXP
855 branch-pattern: '{all-branches-regexp}'