blob: 6f5398061e56cd9d4714e6948c19a15b20edf28e [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'
57 # trigger on Feb 29th (a.k.a only trigger it manually)
58 time-trigger: "H 0 29 2 *"
59 logLevel: DEBUG
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 Scandoloddc1c012021-09-20 16:52:13 -070071 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha-voltha-core.default.svc:55558
72 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha-voltha-adapter-openolt-api.default.svc:50060
73 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha-voltha-core.default.svc:55558
74 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha-voltha-adapter-openonu-api.default.svc:50060
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070075 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
76 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
77 --set global.tracing.enabled=true
Matteo Scandolo38a0dc72021-09-27 10:36:14 -070078 volthaHelmChartsChange: refs/changes/69/26569/11
Matteo Scandoloddc1c012021-09-20 16:52:13 -070079 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
80 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
81 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
82 onosImg: andreacampanella/voltha-onos:port-remove
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'
87 # trigger on Feb 29th (a.k.a only trigger it manually)
88 time-trigger: "H 0 29 2 *"
89 logLevel: DEBUG
90 olts: 2
91 pons: 16
92 onus: 32
93 withFlows: true
94 provisionSubscribers: true
95 withEapol: false
96 withDhcp: false
97 withIgmp: false
98 workflow: dt
99 inMemoryEtcdStorage: false
100 extraHelmFlags: >
101 -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700102 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha-voltha-core.default.svc:55558
103 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha-voltha-adapter-openolt-api.default.svc:50060
104 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha-voltha-core.default.svc:55558
105 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha-voltha-adapter-openonu-api.default.svc:50060
Matteo Scandolo2a498022021-08-11 08:32:43 -0700106 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
107 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
108 --set global.tracing.enabled=true
Matteo Scandolo38a0dc72021-09-27 10:36:14 -0700109 volthaHelmChartsChange: refs/changes/69/26569/11
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700110 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
111 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
112 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
113 onosImg: andreacampanella/voltha-onos:port-remove
Matteo Scandolo2a498022021-08-11 08:32:43 -0700114 - 'voltha-scale-measurements':
115 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-grpc'
116 'disable-job': false
117 build-node: 'voltha-scale-1'
118 # trigger on Feb 29th (a.k.a only trigger it manually)
119 time-trigger: "H 0 29 2 *"
120 logLevel: DEBUG
121 olts: 2
122 pons: 16
123 onus: 32
124 withFlows: true
125 provisionSubscribers: true
126 withEapol: false
127 withDhcp: true
128 withIgmp: false
129 workflow: tt
130 inMemoryEtcdStorage: false
131 extraHelmFlags: >
132 --set dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700133 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha-voltha-core.default.svc:55558
134 --set voltha-adapter-openolt.adapter_open_olt.endpoints.adapter_endpoint=voltha-voltha-adapter-openolt-api.default.svc:50060
135 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha-voltha-core.default.svc:55558
136 --set voltha-adapter-openonu.adapter_open_onu.endpoints.adapter_endpoint=voltha-voltha-adapter-openonu-api.default.svc:50060
Matteo Scandolo2a498022021-08-11 08:32:43 -0700137 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
138 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
139 --set global.tracing.enabled=true
Matteo Scandolo38a0dc72021-09-27 10:36:14 -0700140 volthaHelmChartsChange: refs/changes/69/26569/11
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700141 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
142 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
143 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
144 onosImg: andreacampanella/voltha-onos:port-remove
Matteo Scandolo4d355992021-06-08 11:18:59 +0200145
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700146 # OLT app rewrite jobs
147 - 'voltha-scale-measurements':
148 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-new-olt-app'
149 'disable-job': false
150 build-node: 'voltha-scale-1'
151 # trigger on Feb 29th (a.k.a only trigger it manually)
152 time-trigger: "H 0 29 2 *"
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700153 logLevel: INFO
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700154 olts: 2
155 pons: 16
156 onus: 32
157 withFlows: true
158 provisionSubscribers: true
159 withEapol: true
160 withDhcp: true
161 withIgmp: false
162 inMemoryEtcdStorage: false
163 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml'
Matteo Scandolo689ff792021-09-09 09:00:28 -0700164 rwCoreImg: 'matteoscandolo/voltha-rw-core:sync-delete'
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700165 ofAgentImg: 'matteoscandolo/voltha-ofagent-go:test'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700166 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo4bd043f2021-09-13 12:33:31 -0700167 openonuAdapterGoImg: 'gcgirish/voltha-openonu-adapter-go:syncFlow'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700168
Matteo Scandolofebf6512021-03-02 11:37:37 -0800169 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700170 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700171 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -0800172 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800173 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700174 time-trigger: "H H/4 * * *"
175 olts: 2
176 pons: 16
177 onus: 32
178 withFlows: true
179 provisionSubscribers: true
180 withEapol: true
181 withDhcp: true
182 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700183 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 -0700184
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700185 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700186 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200187 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800188 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700189 time-trigger: "H H/4 * * *"
190 olts: 2
191 pons: 16
192 onus: 32
193 withFlows: true
194 provisionSubscribers: true
195 workflow: dt
196 withEapol: false
197 withDhcp: false
198 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700199 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 -0700200
201 - 'voltha-scale-measurements':
202 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200203 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800204 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700205 time-trigger: "H H/4 * * *"
206 olts: 2
207 pons: 16
208 onus: 32
209 withFlows: true
210 provisionSubscribers: true
211 workflow: tt
212 withEapol: false
213 withDhcp: true
214 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700215 onosReplicas: 3
216 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700217 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 -0700218
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800219 # multi-stack jobs
220 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800221 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
222 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200223 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800224 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800225 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800226 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800227 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228 olts: 2
229 pons: 16
230 onus: 32
231 withFlows: true
232 provisionSubscribers: true
233 workflow: att
234 withEapol: true
235 withDhcp: true
236 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700237 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800238
239 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800240 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
241 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200242 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800243 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800244 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800245 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800246 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800247 olts: 2
248 pons: 16
249 onus: 32
250 withFlows: true
251 provisionSubscribers: true
252 workflow: dt
253 withEapol: false
254 withDhcp: false
255 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700256 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 -0800257
258 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800259 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
260 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200261 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800262 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800263 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800264 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800265 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800266 olts: 2
267 pons: 16
268 onus: 32
269 withFlows: true
270 provisionSubscribers: true
271 workflow: tt
272 withEapol: false
273 withDhcp: true
274 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700275 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800276
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000277 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700278 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000279 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700280 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000281 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800282 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700283 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700284 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700285 pons: 16
286 onus: 32
287 withFlows: true
288 provisionSubscribers: true
289 withEapol: true
290 withDhcp: true
291 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000292 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200293 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700294 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700295 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700296 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700297 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800298 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200299 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700300 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 -0700301
302 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000303 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700304 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000305 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800306 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700307 time-trigger: "H H/4 * * *"
308 olts: 2
309 pons: 16
310 onus: 32
311 withFlows: true
312 provisionSubscribers: true
313 workflow: dt
314 withEapol: false
315 withDhcp: false
316 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000317 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200318 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700319 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700320 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700321 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700322 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800323 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200324 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700325 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 -0700326
Matteo Scandolo031bd982020-09-16 10:03:47 -0700327 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000328 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700329 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000330 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800331 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700332 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700333 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700334 pons: 16
335 onus: 32
336 withFlows: true
337 provisionSubscribers: true
338 workflow: tt
339 withEapol: false
340 withDhcp: true
341 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000342 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200343 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700344 rwCoreImg: ''
345 ofAgentImg: ''
346 openoltAdapterImg: ''
347 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800348 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700349 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700350 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 -0700351
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700352 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100353 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700354 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100355 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700356 'disable-job': false
357 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100358 time-trigger: "H H/4 * * *"
359 withMonitoring: false
360 logLevel: WARN
361 volthaStacks: 10
362 olts: 2
363 pons: 16
364 onus: 32
365 withFlows: true
366 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700367 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100368 workflow: att
369 withEapol: true
370 withDhcp: true
371 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800372 bbsimImg: ''
373 rwCoreImg: ''
374 ofAgentImg: ''
375 openoltAdapterImg: ''
376 openonuAdapterImg: ''
377 openonuAdapterGoImg: ''
378 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700379 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100380
381 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700382 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100383 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700384 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
385 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100386 time-trigger: "H H/4 * * *"
387 withMonitoring: false
388 logLevel: WARN
389 volthaStacks: 10
390 olts: 2
391 pons: 16
392 onus: 32
393 withFlows: true
394 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700395 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100396 workflow: dt
397 withEapol: false
398 withDhcp: false
399 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800400 bbsimImg: ''
401 rwCoreImg: ''
402 ofAgentImg: ''
403 openoltAdapterImg: ''
404 openonuAdapterImg: ''
405 openonuAdapterGoImg: ''
406 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700407 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100408
409 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700410 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100411 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700412 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
413 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100414 time-trigger: "H H/4 * * *"
415 withMonitoring: false
416 logLevel: WARN
417 volthaStacks: 10
418 olts: 2
419 pons: 16
420 onus: 32
421 withFlows: true
422 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700423 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100424 workflow: tt
425 withEapol: false
426 withDhcp: true
427 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800428 bbsimImg: ''
429 rwCoreImg: ''
430 ofAgentImg: ''
431 openoltAdapterImg: ''
432 openonuAdapterImg: ''
433 openonuAdapterGoImg: ''
434 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700435 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100436
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700437 # per patchset job
438 - 'voltha-scale-measurements':
439 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800440 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700441 olts: 1
442 pons: 16
443 onus: 32
444 withFlows: true
445 provisionSubscribers: true
446 withEapol: true
447 withDhcp: true
448 withIgmp: false
449 withMonitoring: false
450 trigger-comment: "voltha scale test ATT"
451
452 - 'voltha-scale-measurements':
453 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800454 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700455 olts: 1
456 pons: 16
457 onus: 32
458 withFlows: true
459 provisionSubscribers: true
460 workflow: tt
461 withEapol: false
462 withDhcp: true
463 withIgmp: true
464 withMonitoring: false
465 trigger-comment: "voltha scale test TT"
466
467 - 'voltha-scale-measurements':
468 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800469 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700470 olts: 1
471 pons: 16
472 onus: 32
473 withFlows: true
474 provisionSubscribers: true
475 workflow: dt
476 withEapol: false
477 withDhcp: false
478 withIgmp: false
479 withMonitoring: false
480 trigger-comment: "voltha scale test DT"
481
Matteo Scandolo272aed42020-05-08 15:05:57 -0700482 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700483 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700484 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700485 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700486
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700487
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700488# list of parameters for the VOLTHA Jobs,
489# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700490# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700491- voltha-scale-job-parameters: &voltha-scale-job-parameters
492 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700493 parameters:
494 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800495 name: pipeline-script
496 default: '{pipeline-script}'
497 description: 'The pipeline script to use'
498
499 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700500 name: release
501 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700502 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 -0700503
504 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700505 name: buildNode
506 default: '{build-node}'
507 description: 'Name of the Jenkins node to run the job on'
508
509 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700510 name: dockerRegistry
511 default: '{dockerRegistry}'
512 description: 'Address of the docker registry to use if we are building custom images'
513
514 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700515 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700516 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700517 description: 'Log level for all the components'
518
519 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800520 name: volthaStacks
521 default: '{volthaStacks}'
522 description: 'Number of VOLTHA Stacks to deploy'
523
524 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700525 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700526 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700527 description: 'Number of ONUs to provision'
528
529 - string:
530 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700531 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700532 description: 'Number of PONs to provision'
533
534 - string:
535 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700536 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700537 description: 'How many BBSim instances to run'
538
539 - string:
540 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700541 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700542 description: 'Which workflow are we testing (att, dt, tt)'
543
544 - bool:
545 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700546 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700547 description: 'Wheter to push flows from ONOS'
548
549 - bool:
550 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700551 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700552 description: 'Wheter to provision subscribers durint the tests'
553
554 - bool:
555 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700556 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700557 description: 'Wheter EAPOL is enabled for the test'
558
559 - bool:
560 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700561 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700562 description: 'Wheter DHCP is enabled for the test'
563
564 - bool:
565 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700566 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700567 description: 'Wheter IGMP is enabled for the test'
568
569 - bool:
570 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700571 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700572 description: 'Wheter Link Discovery is enabled for the test'
573
574 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700575 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700576 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700577 description: 'Option to install Prometheus'
578
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700579 - bool:
580 name: withProfiling
581 default: '{withProfiling}'
582 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
583
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700584 - bool:
585 name: withPcap
586 default: '{withPcap}'
587 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
588
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700589 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700590 name: withRadius
591 default: '{withRadius}'
592 description: 'Value to pass to kind-voltha WITH_RADIUS'
593
594 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700595 name: extraHelmFlags
596 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700597 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 -0700598
Matteo Scandolo272aed42020-05-08 15:05:57 -0700599 - string:
600 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700601 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 description: 'How many OpenONU adapter instances to run'
603
604 - string:
605 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700606 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700607 description: 'How many ONOSes instances to run'
608
609 - string:
610 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700611 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700612 description: 'How many Atomix instances to run'
613
614 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700615 name: kafkaReplicas
616 default: '{kafkaReplicas}'
617 description: 'How many Kafka instances to run'
618
619 - string:
620 name: etcdReplicas
621 default: '{etcdReplicas}'
622 description: 'How many ETCD instances to run'
623
624 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700625 name: onosStatInterval
626 default: '{onosStatInterval}'
627 description: 'How often ONOS should poll for ports, flows and meters'
628
629 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200630 name: onosGroupInterval
631 default: '{onosGroupInterval}'
632 description: 'How often ONOS should poll for groups'
633
634 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200635 name: flowObjWorkerThreads
636 default: '{flowObjWorkerThreads}'
637 description: 'How many threads are used by the FlowObjectiveManager worker pool'
638
639 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700640 name: bbsimImg
641 default: '{bbsimImg}'
642 description: 'Custom image selection for BBSIM (repo:tag)'
643
644 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700645 name: rwCoreImg
646 default: '{rwCoreImg}'
647 description: 'Custom image selection for VOLTHA (repo:tag)'
648
649 - string:
650 name: ofAgentImg
651 default: '{ofAgentImg}'
652 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
653
654 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700655 name: openoltAdapterImg
656 default: '{openoltAdapterImg}'
657 description: 'Custom image selection for Openolt Adapter (repo:tag)'
658
659 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700660 name: openonuAdapterImg
661 default: '{openonuAdapterImg}'
662 description: 'Custom image selection for Openonu Adapter (repo:tag)'
663
664 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100665 name: openonuAdapterGoImg
666 default: '{openonuAdapterGoImg}'
667 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
668
669 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700670 name: onosImg
671 default: '{onosImg}'
672 description: 'Custom image selection for Openonu Adapter (repo:tag)'
673
674 - string:
675 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700676 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700677 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
678
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700679 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800680 name: volthaHelmChartsChange
681 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700682 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 -0700683
Matteo Scandoloccc06192020-06-22 10:16:17 -0700684 - bool:
685 name: inMemoryEtcdStorage
686 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700687 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700688
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200689 - string:
690 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700691 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200692 description: 'Karaf home'
693
Matteo Scandolo001003e2021-02-03 15:39:26 -0800694 # remove once voltha-2.6 is deprecated
695 - string:
696 name: kindVolthaChange
697 default: '{kindVolthaChange}'
698 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 -0800699 - bool:
700 name: withMibTemplate
701 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800702
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700703- job-template:
704 id: 'voltha-scale-measurements'
705 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700706 disabled: '{disable-job}'
707
708 description: |
709 <!-- Managed by Jenkins Job Builder -->
710 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
711 Using pipeline {pipeline-script} <br/><br/>
712 Scale measurements for VOLTHA 2.x
713
714 properties:
715 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800716 build-days-to-keep: '{big-build-days-to-keep}'
717 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700718
719 wrappers:
720 - lf-infra-wrappers:
721 build-timeout: '{build-timeout}'
722 jenkins-ssh-credential: '{jenkins-ssh-credential}'
723
724 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800725 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700726 release: master
727
728 bbsimImg: voltha/bbsim:master
729 rwCoreImg: voltha/voltha-rw-core:master
730 ofAgentImg: voltha/voltha-ofagent-go:master
731 openoltAdapterImg: voltha/voltha-openolt-adapter:master
732 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100733 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700734 onosImg: voltha/voltha-onos:master
735
736 bbsimChart: onf/bbsim
737 volthaChart: onf/voltha
738 openoltAdapterChart: onf/voltha-adapter-openolt
739 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700740 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700741 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700742
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800743 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700744 olts: 2
745 pons: 2
746 onus: 2
747 workflow: att
748 withFlows: false
749 provisionSubscribers: false
750 withEapol: true
751 withDhcp: true
752 withIgmp: false
753 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700754 withMonitoring: true
755 withProfiling: false
756 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700757 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100758 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700759 onosReplicas: 3
760 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700761 kafkaReplicas: 3
762 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700763 extraHelmFlags: ''
764 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200765 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200766 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700767 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800768 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800769 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700770 inMemoryEtcdStorage: true
771 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700772 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700773 dockerRegistry: 10.90.0.101:30500
774 trigger-comment: vv7CBoQQYYonvaN8xcru
775 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700776
777 <<: *voltha-scale-job-parameters
778
Matteo Scandolo272aed42020-05-08 15:05:57 -0700779 project-type: pipeline
780 concurrent: false
781
782 dsl: !include-raw-escape: pipeline/{pipeline-script}
783
Matteo Scandoloabb83972020-06-25 16:08:23 -0700784 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700785 # periodic jobs will set this every 4 hours
786 # 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 -0700787 - timed: |
788 TZ=America/Los_Angeles
789 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700790 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
791 # patchset jobs will set this to a meaningful comment
792 - gerrit:
793 server-name: '{gerrit-server-name}'
794 silent-start: false
795 successful-message: "PASSED scale test"
796 failure-message: "FAILED scale test"
797 unstable-message: "UNSTABLE scale test"
798 trigger-on:
799 - comment-added-contains-event:
800 comment-contains-value: '.*{trigger-comment}.*'
801 projects:
802 - project-compare-type: REG_EXP
803 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
804 branches:
805 - branch-compare-type: REG_EXP
806 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700807
808- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700809 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800810 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800811
812 description: |
813 <!-- Managed by Jenkins Job Builder -->
814 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
815 Using pipeline {pipeline-script} <br/><br/>
816 Scale measurements for VOLTHA 2.x
817
818 properties:
819 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800820 build-days-to-keep: '{big-build-days-to-keep}'
821 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800822
823 wrappers:
824 - lf-infra-wrappers:
825 build-timeout: '{build-timeout}'
826 jenkins-ssh-credential: '{jenkins-ssh-credential}'
827
Matteo Scandolo0430f672020-05-07 11:50:26 -0700828 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800829 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700830 release: master
831
Matteo Scandolo0430f672020-05-07 11:50:26 -0700832 bbsimImg: voltha/bbsim:master
833 rwCoreImg: voltha/voltha-rw-core:master
834 ofAgentImg: voltha/voltha-ofagent-go:master
835 openoltAdapterImg: voltha/voltha-openolt-adapter:master
836 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100837 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700838 onosImg: voltha/voltha-onos:master
839
840 bbsimChart: onf/bbsim
841 volthaChart: onf/voltha
842 openoltAdapterChart: onf/voltha-adapter-openolt
843 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700844 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700845 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700846
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800847 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700848 olts: 2
849 pons: 2
850 onus: 2
851 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700852 withFlows: true
853 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700854 withEapol: true
855 withDhcp: true
856 withIgmp: false
857 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700858 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700859 withProfiling: false
860 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700861 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700862 openonuAdapterReplicas: 1
863 onosReplicas: 1
864 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700865 kafkaReplicas: 1
866 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700867 extraHelmFlags: ''
868 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200869 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200870 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700871 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800872 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800873 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700874 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700875 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700876 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700877 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700878
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700879 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200880
Matteo Scandolo51b76302020-02-05 12:07:23 -0800881 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800882 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800883
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700884 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700885
Matteo Scandolo849db722020-10-21 10:58:41 -0700886 triggers:
887 - gerrit:
888 server-name: '{gerrit-server-name}'
889 silent-start: false
890 successful-message: "PASSED scale test"
891 failure-message: "FAILED scale test"
892 unstable-message: "UNSTABLE scale test"
893 trigger-on:
894 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700895 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700896 projects:
897 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700898 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700899 branches:
900 - branch-compare-type: REG_EXP
901 branch-pattern: '{all-branches-regexp}'