blob: 3a3cc91c265fea9895f8b17fad0776ee70cfc014 [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 Scandolofebf6512021-03-02 11:37:37 -080052 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -070053 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080055 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080056 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070057 time-trigger: "H H/4 * * *"
58 olts: 2
59 pons: 16
60 onus: 32
61 withFlows: true
62 provisionSubscribers: true
63 withEapol: true
64 withDhcp: true
65 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -070066 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 -070067
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070068 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -070069 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080070 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080071 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -070072 time-trigger: "H H/4 * * *"
73 olts: 2
74 pons: 16
75 onus: 32
76 withFlows: true
77 provisionSubscribers: true
78 workflow: dt
79 withEapol: false
80 withDhcp: false
81 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -070082 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 -070083
84 - 'voltha-scale-measurements':
85 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Matteo Scandolo5629e6c2021-11-19 15:57:18 -080086 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -080087 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -070088 time-trigger: "H H/4 * * *"
89 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 workflow: tt
95 withEapol: false
96 withDhcp: true
97 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -070098 onosReplicas: 3
99 atomixReplicas: 3
Matteo Scandolo5629e6c2021-11-19 15:57:18 -0800100 extraHelmFlags: >
101 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
102 --set global.rpc_timeout=30s,global.adapter_open_onu.timeout=30s,global.adapter_open_olt.timeout=30s,global.adapter_open_olt.rpc_timeout=30s
103 onosStatInterval: 30
104 onosGroupInterval: 30
Matteo Scandolo272aed42020-05-08 15:05:57 -0700105
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800106 # multi-stack jobs
107 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800108 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
109 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200110 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800111 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800112 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800113 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800114 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800115 olts: 2
116 pons: 16
117 onus: 32
118 withFlows: true
119 provisionSubscribers: true
120 workflow: att
121 withEapol: true
122 withDhcp: true
123 withIgmp: false
Matteo Scandolo53150202021-10-08 14:34:42 -0700124 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800125
126 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800127 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
128 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200129 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800130 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800131 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800132 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800133 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800134 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 Scandolo6ad7be92021-07-28 11:37:35 -0700143 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800144
145 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800146 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
147 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200148 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800149 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800150 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800151 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800152 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800153 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 Scandolo53150202021-10-08 14:34:42 -0700162 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800163
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000164 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700165 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000166 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800167 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000168 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800169 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700170 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700171 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700172 pons: 16
173 onus: 32
174 withFlows: true
175 provisionSubscribers: true
176 withEapol: true
177 withDhcp: true
178 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000179 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200180 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700181 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700182 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700183 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700184 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800185 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200186 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700187 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 -0700188
189 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000190 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800191 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000192 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800193 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700194 time-trigger: "H H/4 * * *"
195 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
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000204 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200205 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700206 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700207 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700208 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700209 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800210 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200211 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700212 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 -0700213
Matteo Scandolo031bd982020-09-16 10:03:47 -0700214 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000215 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandolo56a2ed92021-11-16 16:57:11 -0800216 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000217 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800218 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700219 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700220 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700221 pons: 16
222 onus: 32
223 withFlows: true
224 provisionSubscribers: true
225 workflow: tt
226 withEapol: false
227 withDhcp: true
228 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000229 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200230 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700231 rwCoreImg: ''
232 ofAgentImg: ''
233 openoltAdapterImg: ''
234 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800235 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700236 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700237 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 -0700238
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700239 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100240 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700241 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100242 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700243 'disable-job': false
244 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100245 time-trigger: "H H/4 * * *"
246 withMonitoring: false
247 logLevel: WARN
248 volthaStacks: 10
249 olts: 2
250 pons: 16
251 onus: 32
252 withFlows: true
253 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700254 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100255 workflow: att
256 withEapol: true
257 withDhcp: true
258 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800259 bbsimImg: ''
260 rwCoreImg: ''
261 ofAgentImg: ''
262 openoltAdapterImg: ''
263 openonuAdapterImg: ''
264 openonuAdapterGoImg: ''
265 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700266 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100267
268 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700269 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100270 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700271 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
272 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100273 time-trigger: "H H/4 * * *"
274 withMonitoring: false
275 logLevel: WARN
276 volthaStacks: 10
277 olts: 2
278 pons: 16
279 onus: 32
280 withFlows: true
281 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700282 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100283 workflow: dt
284 withEapol: false
285 withDhcp: false
286 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800287 bbsimImg: ''
288 rwCoreImg: ''
289 ofAgentImg: ''
290 openoltAdapterImg: ''
291 openonuAdapterImg: ''
292 openonuAdapterGoImg: ''
293 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700294 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100295
296 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700297 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100298 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700299 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
300 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100301 time-trigger: "H H/4 * * *"
302 withMonitoring: false
303 logLevel: WARN
304 volthaStacks: 10
305 olts: 2
306 pons: 16
307 onus: 32
308 withFlows: true
309 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700310 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100311 workflow: tt
312 withEapol: false
313 withDhcp: true
314 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800315 bbsimImg: ''
316 rwCoreImg: ''
317 ofAgentImg: ''
318 openoltAdapterImg: ''
319 openonuAdapterImg: ''
320 openonuAdapterGoImg: ''
321 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700322 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100323
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700324 # per patchset job
325 - 'voltha-scale-measurements':
326 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800327 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700328 olts: 1
329 pons: 16
330 onus: 32
331 withFlows: true
332 provisionSubscribers: true
333 withEapol: true
334 withDhcp: true
335 withIgmp: false
336 withMonitoring: false
337 trigger-comment: "voltha scale test ATT"
338
339 - 'voltha-scale-measurements':
340 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800341 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700342 olts: 1
343 pons: 16
344 onus: 32
345 withFlows: true
346 provisionSubscribers: true
347 workflow: tt
348 withEapol: false
349 withDhcp: true
350 withIgmp: true
351 withMonitoring: false
352 trigger-comment: "voltha scale test TT"
353
354 - 'voltha-scale-measurements':
355 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800356 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700357 olts: 1
358 pons: 16
359 onus: 32
360 withFlows: true
361 provisionSubscribers: true
362 workflow: dt
363 withEapol: false
364 withDhcp: false
365 withIgmp: false
366 withMonitoring: false
367 trigger-comment: "voltha scale test DT"
368
Matteo Scandolo272aed42020-05-08 15:05:57 -0700369 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700370 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700371 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700372 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700373
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700374
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700375# list of parameters for the VOLTHA Jobs,
376# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700377# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700378- voltha-scale-job-parameters: &voltha-scale-job-parameters
379 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700380 parameters:
381 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800382 name: pipeline-script
383 default: '{pipeline-script}'
384 description: 'The pipeline script to use'
385
386 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700387 name: release
388 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700389 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 -0700390
391 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700392 name: buildNode
393 default: '{build-node}'
394 description: 'Name of the Jenkins node to run the job on'
395
396 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700397 name: dockerRegistry
398 default: '{dockerRegistry}'
399 description: 'Address of the docker registry to use if we are building custom images'
400
401 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700402 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700403 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700404 description: 'Log level for all the components'
405
406 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800407 name: volthaStacks
408 default: '{volthaStacks}'
409 description: 'Number of VOLTHA Stacks to deploy'
410
411 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700412 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700413 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700414 description: 'Number of ONUs to provision'
415
416 - string:
417 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700418 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700419 description: 'Number of PONs to provision'
420
421 - string:
422 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700423 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700424 description: 'How many BBSim instances to run'
425
426 - string:
427 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700428 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700429 description: 'Which workflow are we testing (att, dt, tt)'
430
431 - bool:
432 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700433 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700434 description: 'Wheter to push flows from ONOS'
435
436 - bool:
437 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700438 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700439 description: 'Wheter to provision subscribers durint the tests'
440
441 - bool:
442 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700443 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700444 description: 'Wheter EAPOL is enabled for the test'
445
446 - bool:
447 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700448 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700449 description: 'Wheter DHCP is enabled for the test'
450
451 - bool:
452 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700453 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700454 description: 'Wheter IGMP is enabled for the test'
455
456 - bool:
457 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700458 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700459 description: 'Wheter Link Discovery is enabled for the test'
460
461 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700462 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700463 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700464 description: 'Option to install Prometheus'
465
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700466 - bool:
467 name: withProfiling
468 default: '{withProfiling}'
469 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
470
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700471 - bool:
472 name: withPcap
473 default: '{withPcap}'
474 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
475
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700476 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700477 name: withRadius
478 default: '{withRadius}'
479 description: 'Value to pass to kind-voltha WITH_RADIUS'
480
481 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700482 name: extraHelmFlags
483 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700484 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 -0700485
Matteo Scandolo272aed42020-05-08 15:05:57 -0700486 - string:
487 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700488 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700489 description: 'How many OpenONU adapter instances to run'
490
491 - string:
492 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700493 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700494 description: 'How many ONOSes instances to run'
495
496 - string:
497 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700498 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700499 description: 'How many Atomix instances to run'
500
501 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700502 name: kafkaReplicas
503 default: '{kafkaReplicas}'
504 description: 'How many Kafka instances to run'
505
506 - string:
507 name: etcdReplicas
508 default: '{etcdReplicas}'
509 description: 'How many ETCD instances to run'
510
511 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700512 name: onosStatInterval
513 default: '{onosStatInterval}'
514 description: 'How often ONOS should poll for ports, flows and meters'
515
516 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200517 name: onosGroupInterval
518 default: '{onosGroupInterval}'
519 description: 'How often ONOS should poll for groups'
520
521 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200522 name: flowObjWorkerThreads
523 default: '{flowObjWorkerThreads}'
524 description: 'How many threads are used by the FlowObjectiveManager worker pool'
525
526 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700527 name: bbsimImg
528 default: '{bbsimImg}'
529 description: 'Custom image selection for BBSIM (repo:tag)'
530
531 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700532 name: rwCoreImg
533 default: '{rwCoreImg}'
534 description: 'Custom image selection for VOLTHA (repo:tag)'
535
536 - string:
537 name: ofAgentImg
538 default: '{ofAgentImg}'
539 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
540
541 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700542 name: openoltAdapterImg
543 default: '{openoltAdapterImg}'
544 description: 'Custom image selection for Openolt Adapter (repo:tag)'
545
546 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700547 name: openonuAdapterImg
548 default: '{openonuAdapterImg}'
549 description: 'Custom image selection for Openonu Adapter (repo:tag)'
550
551 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100552 name: openonuAdapterGoImg
553 default: '{openonuAdapterGoImg}'
554 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
555
556 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700557 name: onosImg
558 default: '{onosImg}'
559 description: 'Custom image selection for Openonu Adapter (repo:tag)'
560
561 - string:
562 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700563 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700564 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
565
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700566 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800567 name: volthaHelmChartsChange
568 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700569 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 -0700570
Matteo Scandoloccc06192020-06-22 10:16:17 -0700571 - bool:
572 name: inMemoryEtcdStorage
573 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700574 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700575
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200576 - string:
577 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700578 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200579 description: 'Karaf home'
580
Matteo Scandolo001003e2021-02-03 15:39:26 -0800581 # remove once voltha-2.6 is deprecated
582 - string:
583 name: kindVolthaChange
584 default: '{kindVolthaChange}'
585 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 -0800586 - bool:
587 name: withMibTemplate
588 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800589
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700590- job-template:
591 id: 'voltha-scale-measurements'
592 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700593 disabled: '{disable-job}'
594
595 description: |
596 <!-- Managed by Jenkins Job Builder -->
597 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
598 Using pipeline {pipeline-script} <br/><br/>
599 Scale measurements for VOLTHA 2.x
600
601 properties:
602 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800603 build-days-to-keep: '{big-build-days-to-keep}'
604 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700605
606 wrappers:
607 - lf-infra-wrappers:
608 build-timeout: '{build-timeout}'
609 jenkins-ssh-credential: '{jenkins-ssh-credential}'
610
611 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800612 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700613 release: master
614
615 bbsimImg: voltha/bbsim:master
616 rwCoreImg: voltha/voltha-rw-core:master
617 ofAgentImg: voltha/voltha-ofagent-go:master
618 openoltAdapterImg: voltha/voltha-openolt-adapter:master
619 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100620 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700621 onosImg: voltha/voltha-onos:master
622
623 bbsimChart: onf/bbsim
624 volthaChart: onf/voltha
625 openoltAdapterChart: onf/voltha-adapter-openolt
626 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700627 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700628 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700629
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800630 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700631 olts: 2
632 pons: 2
633 onus: 2
634 workflow: att
635 withFlows: false
636 provisionSubscribers: false
637 withEapol: true
638 withDhcp: true
639 withIgmp: false
640 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700641 withMonitoring: true
642 withProfiling: false
643 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700644 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100645 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700646 onosReplicas: 3
647 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700648 kafkaReplicas: 3
649 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700650 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800651 onosStatInterval: 10
652 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200653 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700654 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800655 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800656 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700657 inMemoryEtcdStorage: true
658 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700659 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700660 dockerRegistry: 10.90.0.101:30500
661 trigger-comment: vv7CBoQQYYonvaN8xcru
662 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700663
664 <<: *voltha-scale-job-parameters
665
Matteo Scandolo272aed42020-05-08 15:05:57 -0700666 project-type: pipeline
667 concurrent: false
668
669 dsl: !include-raw-escape: pipeline/{pipeline-script}
670
Matteo Scandoloabb83972020-06-25 16:08:23 -0700671 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700672 # periodic jobs will set this every 4 hours
673 # 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 -0700674 - timed: |
675 TZ=America/Los_Angeles
676 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700677 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
678 # patchset jobs will set this to a meaningful comment
679 - gerrit:
680 server-name: '{gerrit-server-name}'
681 silent-start: false
682 successful-message: "PASSED scale test"
683 failure-message: "FAILED scale test"
684 unstable-message: "UNSTABLE scale test"
685 trigger-on:
686 - comment-added-contains-event:
687 comment-contains-value: '.*{trigger-comment}.*'
688 projects:
689 - project-compare-type: REG_EXP
690 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
691 branches:
692 - branch-compare-type: REG_EXP
693 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700694
695- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700696 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800697 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800698
699 description: |
700 <!-- Managed by Jenkins Job Builder -->
701 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
702 Using pipeline {pipeline-script} <br/><br/>
703 Scale measurements for VOLTHA 2.x
704
705 properties:
706 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800707 build-days-to-keep: '{big-build-days-to-keep}'
708 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800709
710 wrappers:
711 - lf-infra-wrappers:
712 build-timeout: '{build-timeout}'
713 jenkins-ssh-credential: '{jenkins-ssh-credential}'
714
Matteo Scandolo0430f672020-05-07 11:50:26 -0700715 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800716 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700717 release: master
718
Matteo Scandolo0430f672020-05-07 11:50:26 -0700719 bbsimImg: voltha/bbsim:master
720 rwCoreImg: voltha/voltha-rw-core:master
721 ofAgentImg: voltha/voltha-ofagent-go:master
722 openoltAdapterImg: voltha/voltha-openolt-adapter:master
723 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100724 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700725 onosImg: voltha/voltha-onos:master
726
727 bbsimChart: onf/bbsim
728 volthaChart: onf/voltha
729 openoltAdapterChart: onf/voltha-adapter-openolt
730 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700731 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700732 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700733
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800734 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700735 olts: 2
736 pons: 2
737 onus: 2
738 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700739 withFlows: true
740 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700741 withEapol: true
742 withDhcp: true
743 withIgmp: false
744 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700745 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700746 withProfiling: false
747 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700748 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700749 openonuAdapterReplicas: 1
750 onosReplicas: 1
751 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700752 kafkaReplicas: 1
753 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700754 extraHelmFlags: ''
Matteo Scandolo29b67472021-11-22 14:17:57 -0800755 onosStatInterval: 10
756 onosGroupInterval: 10
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200757 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700758 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800759 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800760 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700761 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700762 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700763 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700764 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700765
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700766 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200767
Matteo Scandolo51b76302020-02-05 12:07:23 -0800768 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800769 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800770
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700771 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700772
Matteo Scandolo849db722020-10-21 10:58:41 -0700773 triggers:
774 - gerrit:
775 server-name: '{gerrit-server-name}'
776 silent-start: false
777 successful-message: "PASSED scale test"
778 failure-message: "FAILED scale test"
779 unstable-message: "UNSTABLE scale test"
780 trigger-on:
781 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700782 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700783 projects:
784 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700785 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700786 branches:
787 - branch-compare-type: REG_EXP
788 branch-pattern: '{all-branches-regexp}'