blob: d7f54d0df4967af93f6ad61a4d4bfd9486276ecd [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 Scandolo2a498022021-08-11 08:32:43 -070052 # GRPC jobs
Matteo Scandolo4d355992021-06-08 11:18:59 +020053 - 'voltha-scale-measurements':
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070054 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-grpc'
55 'disable-job': false
56 build-node: 'voltha-scale-1'
Matteo Scandolo05a7bbe2021-09-28 16:50:14 -070057 time-trigger: "H H/4 * * *"
Matteo Scandolo11162412021-09-28 09:17:01 -070058 logLevel: INFO
Matteo Scandolo4d355992021-06-08 11:18:59 +020059 olts: 2
60 pons: 16
61 onus: 32
62 withFlows: true
63 provisionSubscribers: true
64 withEapol: true
65 withDhcp: true
66 withIgmp: false
Andrea Campanellaa2a99872021-06-08 14:47:02 +020067 inMemoryEtcdStorage: false
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070068 extraHelmFlags: >
69 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloe600e992021-09-27 11:11:47 -070070 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -070071 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
Matteo Scandoloe600e992021-09-27 11:11:47 -070072 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -070073 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha1-voltha-adapter-openonu-api.default.svc:50060
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070074 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
75 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
76 --set global.tracing.enabled=true
Matteo Scandolo38a0dc72021-09-27 10:36:14 -070077 volthaHelmChartsChange: refs/changes/69/26569/11
Matteo Scandoloddc1c012021-09-20 16:52:13 -070078 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
79 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
80 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
Matteo Scandolo11162412021-09-28 09:17:01 -070081 ofAgentImg: 'volthacore/voltha-ofagent-go:grpc_v1'
Matteo Scandoloba27a8f2021-10-01 14:59:24 -070082 onosImg: matteoscandolo/voltha-onos:oltapp
Matteo Scandolo2a498022021-08-11 08:32:43 -070083 - 'voltha-scale-measurements':
84 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers-grpc'
85 'disable-job': false
86 build-node: 'voltha-scale-1'
Matteo Scandolo05a7bbe2021-09-28 16:50:14 -070087 time-trigger: "H H/4 * * *"
Matteo Scandolo11162412021-09-28 09:17:01 -070088 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -070089 olts: 2
90 pons: 16
91 onus: 32
92 withFlows: true
93 provisionSubscribers: true
94 withEapol: false
95 withDhcp: false
96 withIgmp: false
97 workflow: dt
98 inMemoryEtcdStorage: false
99 extraHelmFlags: >
100 -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloe600e992021-09-27 11:11:47 -0700101 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700102 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
Matteo Scandoloe600e992021-09-27 11:11:47 -0700103 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700104 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha1-voltha-adapter-openonu-api.default.svc:50060
Matteo Scandolo2a498022021-08-11 08:32:43 -0700105 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
106 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
107 --set global.tracing.enabled=true
Matteo Scandolo38a0dc72021-09-27 10:36:14 -0700108 volthaHelmChartsChange: refs/changes/69/26569/11
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700109 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
110 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
111 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
Matteo Scandolo11162412021-09-28 09:17:01 -0700112 ofAgentImg: 'volthacore/voltha-ofagent-go:grpc_v1'
Matteo Scandolo2a498022021-08-11 08:32:43 -0700113 - 'voltha-scale-measurements':
114 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-grpc'
115 'disable-job': false
116 build-node: 'voltha-scale-1'
Matteo Scandolo05a7bbe2021-09-28 16:50:14 -0700117 time-trigger: "H H/4 * * *"
Matteo Scandolo11162412021-09-28 09:17:01 -0700118 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -0700119 olts: 2
120 pons: 16
121 onus: 32
122 withFlows: true
123 provisionSubscribers: true
124 withEapol: false
125 withDhcp: true
Girish Gowdra28ab0192021-09-29 14:55:14 -0700126 withIgmp: true
Matteo Scandolo2a498022021-08-11 08:32:43 -0700127 workflow: tt
128 inMemoryEtcdStorage: false
129 extraHelmFlags: >
130 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloe600e992021-09-27 11:11:47 -0700131 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700132 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha1-voltha-adapter-openolt-api.default.svc:50060
Matteo Scandoloe600e992021-09-27 11:11:47 -0700133 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700134 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha1-voltha-adapter-openonu-api.default.svc:50060
Matteo Scandolo2a498022021-08-11 08:32:43 -0700135 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
136 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
137 --set global.tracing.enabled=true
Matteo Scandolo38a0dc72021-09-27 10:36:14 -0700138 volthaHelmChartsChange: refs/changes/69/26569/11
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700139 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
140 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
141 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
Matteo Scandolo11162412021-09-28 09:17:01 -0700142 ofAgentImg: 'volthacore/voltha-ofagent-go:grpc_v1'
Matteo Scandolo4d355992021-06-08 11:18:59 +0200143
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700144 # OLT app rewrite jobs
145 - 'voltha-scale-measurements':
146 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-new-olt-app'
147 'disable-job': false
148 build-node: 'voltha-scale-1'
149 # trigger on Feb 29th (a.k.a only trigger it manually)
150 time-trigger: "H 0 29 2 *"
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700151 logLevel: INFO
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700152 olts: 2
153 pons: 16
154 onus: 32
155 withFlows: true
156 provisionSubscribers: true
157 withEapol: true
158 withDhcp: true
159 withIgmp: false
160 inMemoryEtcdStorage: false
161 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml'
Matteo Scandolo689ff792021-09-09 09:00:28 -0700162 rwCoreImg: 'matteoscandolo/voltha-rw-core:sync-delete'
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700163 ofAgentImg: 'matteoscandolo/voltha-ofagent-go:test'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700164 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo4bd043f2021-09-13 12:33:31 -0700165 openonuAdapterGoImg: 'gcgirish/voltha-openonu-adapter-go:syncFlow'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700166
Matteo Scandolofebf6512021-03-02 11:37:37 -0800167 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700168 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700169 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -0800170 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800171 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700172 time-trigger: "H H/4 * * *"
173 olts: 2
174 pons: 16
175 onus: 32
176 withFlows: true
177 provisionSubscribers: true
178 withEapol: true
179 withDhcp: true
180 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700181 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 -0700182
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700183 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700184 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200185 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800186 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700187 time-trigger: "H H/4 * * *"
188 olts: 2
189 pons: 16
190 onus: 32
191 withFlows: true
192 provisionSubscribers: true
193 workflow: dt
194 withEapol: false
195 withDhcp: false
196 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700197 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 -0700198
199 - 'voltha-scale-measurements':
200 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200201 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800202 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700203 time-trigger: "H H/4 * * *"
204 olts: 2
205 pons: 16
206 onus: 32
207 withFlows: true
208 provisionSubscribers: true
209 workflow: tt
210 withEapol: false
211 withDhcp: true
212 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700213 onosReplicas: 3
214 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700215 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 -0700216
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800217 # multi-stack jobs
218 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800219 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
220 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200221 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800222 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800223 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800224 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800225 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800226 olts: 2
227 pons: 16
228 onus: 32
229 withFlows: true
230 provisionSubscribers: true
231 workflow: att
232 withEapol: true
233 withDhcp: true
234 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700235 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800236
237 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800238 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
239 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200240 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800241 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800242 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800243 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800244 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800245 olts: 2
246 pons: 16
247 onus: 32
248 withFlows: true
249 provisionSubscribers: true
250 workflow: dt
251 withEapol: false
252 withDhcp: false
253 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700254 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 -0800255
256 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800257 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
258 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200259 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800260 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800261 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800262 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800263 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800264 olts: 2
265 pons: 16
266 onus: 32
267 withFlows: true
268 provisionSubscribers: true
269 workflow: tt
270 withEapol: false
271 withDhcp: true
272 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700273 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800274
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000275 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700276 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000277 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700278 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000279 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800280 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700281 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700282 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700283 pons: 16
284 onus: 32
285 withFlows: true
286 provisionSubscribers: true
287 withEapol: true
288 withDhcp: true
289 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000290 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200291 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700292 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700293 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700294 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700295 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800296 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200297 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700298 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 -0700299
300 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000301 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700302 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000303 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800304 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700305 time-trigger: "H H/4 * * *"
306 olts: 2
307 pons: 16
308 onus: 32
309 withFlows: true
310 provisionSubscribers: true
311 workflow: dt
312 withEapol: false
313 withDhcp: false
314 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000315 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200316 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700317 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700318 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700319 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700320 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800321 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200322 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700323 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 -0700324
Matteo Scandolo031bd982020-09-16 10:03:47 -0700325 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000326 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700327 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000328 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800329 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700330 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700331 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700332 pons: 16
333 onus: 32
334 withFlows: true
335 provisionSubscribers: true
336 workflow: tt
337 withEapol: false
338 withDhcp: true
339 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000340 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200341 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700342 rwCoreImg: ''
343 ofAgentImg: ''
344 openoltAdapterImg: ''
345 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800346 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700347 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700348 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 -0700349
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700350 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100351 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700352 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100353 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700354 'disable-job': false
355 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100356 time-trigger: "H H/4 * * *"
357 withMonitoring: false
358 logLevel: WARN
359 volthaStacks: 10
360 olts: 2
361 pons: 16
362 onus: 32
363 withFlows: true
364 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700365 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100366 workflow: att
367 withEapol: true
368 withDhcp: true
369 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800370 bbsimImg: ''
371 rwCoreImg: ''
372 ofAgentImg: ''
373 openoltAdapterImg: ''
374 openonuAdapterImg: ''
375 openonuAdapterGoImg: ''
376 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700377 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100378
379 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700380 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100381 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700382 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
383 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100384 time-trigger: "H H/4 * * *"
385 withMonitoring: false
386 logLevel: WARN
387 volthaStacks: 10
388 olts: 2
389 pons: 16
390 onus: 32
391 withFlows: true
392 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700393 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100394 workflow: dt
395 withEapol: false
396 withDhcp: false
397 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800398 bbsimImg: ''
399 rwCoreImg: ''
400 ofAgentImg: ''
401 openoltAdapterImg: ''
402 openonuAdapterImg: ''
403 openonuAdapterGoImg: ''
404 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700405 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100406
407 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700408 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100409 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700410 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
411 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100412 time-trigger: "H H/4 * * *"
413 withMonitoring: false
414 logLevel: WARN
415 volthaStacks: 10
416 olts: 2
417 pons: 16
418 onus: 32
419 withFlows: true
420 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700421 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100422 workflow: tt
423 withEapol: false
424 withDhcp: true
425 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800426 bbsimImg: ''
427 rwCoreImg: ''
428 ofAgentImg: ''
429 openoltAdapterImg: ''
430 openonuAdapterImg: ''
431 openonuAdapterGoImg: ''
432 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700433 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100434
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700435 # per patchset job
436 - 'voltha-scale-measurements':
437 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800438 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700439 olts: 1
440 pons: 16
441 onus: 32
442 withFlows: true
443 provisionSubscribers: true
444 withEapol: true
445 withDhcp: true
446 withIgmp: false
447 withMonitoring: false
448 trigger-comment: "voltha scale test ATT"
449
450 - 'voltha-scale-measurements':
451 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800452 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700453 olts: 1
454 pons: 16
455 onus: 32
456 withFlows: true
457 provisionSubscribers: true
458 workflow: tt
459 withEapol: false
460 withDhcp: true
461 withIgmp: true
462 withMonitoring: false
463 trigger-comment: "voltha scale test TT"
464
465 - 'voltha-scale-measurements':
466 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800467 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700468 olts: 1
469 pons: 16
470 onus: 32
471 withFlows: true
472 provisionSubscribers: true
473 workflow: dt
474 withEapol: false
475 withDhcp: false
476 withIgmp: false
477 withMonitoring: false
478 trigger-comment: "voltha scale test DT"
479
Matteo Scandolo272aed42020-05-08 15:05:57 -0700480 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700481 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700482 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700483 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700484
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700485
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700486# list of parameters for the VOLTHA Jobs,
487# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700488# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700489- voltha-scale-job-parameters: &voltha-scale-job-parameters
490 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700491 parameters:
492 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800493 name: pipeline-script
494 default: '{pipeline-script}'
495 description: 'The pipeline script to use'
496
497 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700498 name: release
499 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700500 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 -0700501
502 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700503 name: buildNode
504 default: '{build-node}'
505 description: 'Name of the Jenkins node to run the job on'
506
507 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700508 name: dockerRegistry
509 default: '{dockerRegistry}'
510 description: 'Address of the docker registry to use if we are building custom images'
511
512 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700513 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700514 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700515 description: 'Log level for all the components'
516
517 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800518 name: volthaStacks
519 default: '{volthaStacks}'
520 description: 'Number of VOLTHA Stacks to deploy'
521
522 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700523 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700524 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 description: 'Number of ONUs to provision'
526
527 - string:
528 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700529 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 description: 'Number of PONs to provision'
531
532 - string:
533 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700534 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 description: 'How many BBSim instances to run'
536
537 - string:
538 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700539 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 description: 'Which workflow are we testing (att, dt, tt)'
541
542 - bool:
543 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700544 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 description: 'Wheter to push flows from ONOS'
546
547 - bool:
548 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700549 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 description: 'Wheter to provision subscribers durint the tests'
551
552 - bool:
553 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700554 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700555 description: 'Wheter EAPOL is enabled for the test'
556
557 - bool:
558 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700559 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700560 description: 'Wheter DHCP is enabled for the test'
561
562 - bool:
563 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700564 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700565 description: 'Wheter IGMP is enabled for the test'
566
567 - bool:
568 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700569 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700570 description: 'Wheter Link Discovery is enabled for the test'
571
572 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700573 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700574 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700575 description: 'Option to install Prometheus'
576
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700577 - bool:
578 name: withProfiling
579 default: '{withProfiling}'
580 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
581
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700582 - bool:
583 name: withPcap
584 default: '{withPcap}'
585 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
586
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700587 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700588 name: withRadius
589 default: '{withRadius}'
590 description: 'Value to pass to kind-voltha WITH_RADIUS'
591
592 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700593 name: extraHelmFlags
594 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700595 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 -0700596
Matteo Scandolo272aed42020-05-08 15:05:57 -0700597 - string:
598 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700599 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700600 description: 'How many OpenONU adapter instances to run'
601
602 - string:
603 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700604 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700605 description: 'How many ONOSes instances to run'
606
607 - string:
608 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700609 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700610 description: 'How many Atomix instances to run'
611
612 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700613 name: kafkaReplicas
614 default: '{kafkaReplicas}'
615 description: 'How many Kafka instances to run'
616
617 - string:
618 name: etcdReplicas
619 default: '{etcdReplicas}'
620 description: 'How many ETCD instances to run'
621
622 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700623 name: onosStatInterval
624 default: '{onosStatInterval}'
625 description: 'How often ONOS should poll for ports, flows and meters'
626
627 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200628 name: onosGroupInterval
629 default: '{onosGroupInterval}'
630 description: 'How often ONOS should poll for groups'
631
632 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200633 name: flowObjWorkerThreads
634 default: '{flowObjWorkerThreads}'
635 description: 'How many threads are used by the FlowObjectiveManager worker pool'
636
637 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700638 name: bbsimImg
639 default: '{bbsimImg}'
640 description: 'Custom image selection for BBSIM (repo:tag)'
641
642 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700643 name: rwCoreImg
644 default: '{rwCoreImg}'
645 description: 'Custom image selection for VOLTHA (repo:tag)'
646
647 - string:
648 name: ofAgentImg
649 default: '{ofAgentImg}'
650 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
651
652 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700653 name: openoltAdapterImg
654 default: '{openoltAdapterImg}'
655 description: 'Custom image selection for Openolt Adapter (repo:tag)'
656
657 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700658 name: openonuAdapterImg
659 default: '{openonuAdapterImg}'
660 description: 'Custom image selection for Openonu Adapter (repo:tag)'
661
662 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100663 name: openonuAdapterGoImg
664 default: '{openonuAdapterGoImg}'
665 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
666
667 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700668 name: onosImg
669 default: '{onosImg}'
670 description: 'Custom image selection for Openonu Adapter (repo:tag)'
671
672 - string:
673 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700674 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700675 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
676
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700677 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800678 name: volthaHelmChartsChange
679 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700680 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 -0700681
Matteo Scandoloccc06192020-06-22 10:16:17 -0700682 - bool:
683 name: inMemoryEtcdStorage
684 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700685 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700686
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200687 - string:
688 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700689 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200690 description: 'Karaf home'
691
Matteo Scandolo001003e2021-02-03 15:39:26 -0800692 # remove once voltha-2.6 is deprecated
693 - string:
694 name: kindVolthaChange
695 default: '{kindVolthaChange}'
696 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 -0800697 - bool:
698 name: withMibTemplate
699 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800700
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700701- job-template:
702 id: 'voltha-scale-measurements'
703 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700704 disabled: '{disable-job}'
705
706 description: |
707 <!-- Managed by Jenkins Job Builder -->
708 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
709 Using pipeline {pipeline-script} <br/><br/>
710 Scale measurements for VOLTHA 2.x
711
712 properties:
713 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800714 build-days-to-keep: '{big-build-days-to-keep}'
715 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700716
717 wrappers:
718 - lf-infra-wrappers:
719 build-timeout: '{build-timeout}'
720 jenkins-ssh-credential: '{jenkins-ssh-credential}'
721
722 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800723 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700724 release: master
725
726 bbsimImg: voltha/bbsim:master
727 rwCoreImg: voltha/voltha-rw-core:master
728 ofAgentImg: voltha/voltha-ofagent-go:master
729 openoltAdapterImg: voltha/voltha-openolt-adapter:master
730 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100731 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700732 onosImg: voltha/voltha-onos:master
733
734 bbsimChart: onf/bbsim
735 volthaChart: onf/voltha
736 openoltAdapterChart: onf/voltha-adapter-openolt
737 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700738 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700739 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700740
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800741 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700742 olts: 2
743 pons: 2
744 onus: 2
745 workflow: att
746 withFlows: false
747 provisionSubscribers: false
748 withEapol: true
749 withDhcp: true
750 withIgmp: false
751 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700752 withMonitoring: true
753 withProfiling: false
754 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700755 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100756 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700757 onosReplicas: 3
758 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700759 kafkaReplicas: 3
760 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700761 extraHelmFlags: ''
762 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200763 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200764 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700765 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800766 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800767 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700768 inMemoryEtcdStorage: true
769 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700770 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700771 dockerRegistry: 10.90.0.101:30500
772 trigger-comment: vv7CBoQQYYonvaN8xcru
773 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700774
775 <<: *voltha-scale-job-parameters
776
Matteo Scandolo272aed42020-05-08 15:05:57 -0700777 project-type: pipeline
778 concurrent: false
779
780 dsl: !include-raw-escape: pipeline/{pipeline-script}
781
Matteo Scandoloabb83972020-06-25 16:08:23 -0700782 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700783 # periodic jobs will set this every 4 hours
784 # 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 -0700785 - timed: |
786 TZ=America/Los_Angeles
787 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700788 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
789 # patchset jobs will set this to a meaningful comment
790 - gerrit:
791 server-name: '{gerrit-server-name}'
792 silent-start: false
793 successful-message: "PASSED scale test"
794 failure-message: "FAILED scale test"
795 unstable-message: "UNSTABLE scale test"
796 trigger-on:
797 - comment-added-contains-event:
798 comment-contains-value: '.*{trigger-comment}.*'
799 projects:
800 - project-compare-type: REG_EXP
801 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
802 branches:
803 - branch-compare-type: REG_EXP
804 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700805
806- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700807 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800808 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800809
810 description: |
811 <!-- Managed by Jenkins Job Builder -->
812 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
813 Using pipeline {pipeline-script} <br/><br/>
814 Scale measurements for VOLTHA 2.x
815
816 properties:
817 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800818 build-days-to-keep: '{big-build-days-to-keep}'
819 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800820
821 wrappers:
822 - lf-infra-wrappers:
823 build-timeout: '{build-timeout}'
824 jenkins-ssh-credential: '{jenkins-ssh-credential}'
825
Matteo Scandolo0430f672020-05-07 11:50:26 -0700826 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800827 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700828 release: master
829
Matteo Scandolo0430f672020-05-07 11:50:26 -0700830 bbsimImg: voltha/bbsim:master
831 rwCoreImg: voltha/voltha-rw-core:master
832 ofAgentImg: voltha/voltha-ofagent-go:master
833 openoltAdapterImg: voltha/voltha-openolt-adapter:master
834 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100835 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700836 onosImg: voltha/voltha-onos:master
837
838 bbsimChart: onf/bbsim
839 volthaChart: onf/voltha
840 openoltAdapterChart: onf/voltha-adapter-openolt
841 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700842 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700843 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700844
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800845 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700846 olts: 2
847 pons: 2
848 onus: 2
849 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700850 withFlows: true
851 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700852 withEapol: true
853 withDhcp: true
854 withIgmp: false
855 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700856 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700857 withProfiling: false
858 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700859 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700860 openonuAdapterReplicas: 1
861 onosReplicas: 1
862 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700863 kafkaReplicas: 1
864 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700865 extraHelmFlags: ''
866 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200867 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200868 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700869 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800870 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800871 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700872 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700873 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700874 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700875 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700876
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700877 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200878
Matteo Scandolo51b76302020-02-05 12:07:23 -0800879 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800880 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800881
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700882 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700883
Matteo Scandolo849db722020-10-21 10:58:41 -0700884 triggers:
885 - gerrit:
886 server-name: '{gerrit-server-name}'
887 silent-start: false
888 successful-message: "PASSED scale test"
889 failure-message: "FAILED scale test"
890 unstable-message: "UNSTABLE scale test"
891 trigger-on:
892 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700893 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700894 projects:
895 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700896 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700897 branches:
898 - branch-compare-type: REG_EXP
899 branch-pattern: '{all-branches-regexp}'