blob: 86eaf0850609dbf6f138f19ba96681048506dbd5 [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 *"
Matteo Scandolo11162412021-09-28 09:17:01 -070059 logLevel: INFO
Matteo Scandolo4d355992021-06-08 11:18:59 +020060 olts: 2
61 pons: 16
62 onus: 32
63 withFlows: true
64 provisionSubscribers: true
65 withEapol: true
66 withDhcp: true
67 withIgmp: false
Andrea Campanellaa2a99872021-06-08 14:47:02 +020068 inMemoryEtcdStorage: false
Matteo Scandolo8ded2b62021-08-10 14:20:24 -070069 extraHelmFlags: >
70 --set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloe600e992021-09-27 11:11:47 -070071 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -070072 --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 -070073 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -070074 --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 -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'
Matteo Scandolo11162412021-09-28 09:17:01 -070082 ofAgentImg: 'volthacore/voltha-ofagent-go:grpc_v1'
Matteo Scandoloddc1c012021-09-20 16:52:13 -070083 onosImg: andreacampanella/voltha-onos:port-remove
Matteo Scandolo2a498022021-08-11 08:32:43 -070084 - 'voltha-scale-measurements':
85 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers-grpc'
86 'disable-job': false
87 build-node: 'voltha-scale-1'
88 # trigger on Feb 29th (a.k.a only trigger it manually)
89 time-trigger: "H 0 29 2 *"
Matteo Scandolo11162412021-09-28 09:17:01 -070090 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -070091 olts: 2
92 pons: 16
93 onus: 32
94 withFlows: true
95 provisionSubscribers: true
96 withEapol: false
97 withDhcp: false
98 withIgmp: false
99 workflow: dt
100 inMemoryEtcdStorage: false
101 extraHelmFlags: >
102 -f /home/jenkins/voltha-scale/voltha-values.yaml --set etcd.persistence.enabled=true,etcd.persistence.storageClass=longhorn
Matteo Scandoloe600e992021-09-27 11:11:47 -0700103 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700104 --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 -0700105 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700106 --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 -0700107 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
108 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
109 --set global.tracing.enabled=true
Matteo Scandolo38a0dc72021-09-27 10:36:14 -0700110 volthaHelmChartsChange: refs/changes/69/26569/11
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700111 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
112 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
113 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
Matteo Scandolo11162412021-09-28 09:17:01 -0700114 ofAgentImg: 'volthacore/voltha-ofagent-go:grpc_v1'
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700115 onosImg: andreacampanella/voltha-onos:port-remove
Matteo Scandolo2a498022021-08-11 08:32:43 -0700116 - 'voltha-scale-measurements':
117 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers-grpc'
118 'disable-job': false
119 build-node: 'voltha-scale-1'
120 # trigger on Feb 29th (a.k.a only trigger it manually)
121 time-trigger: "H 0 29 2 *"
Matteo Scandolo11162412021-09-28 09:17:01 -0700122 logLevel: INFO
Matteo Scandolo2a498022021-08-11 08:32:43 -0700123 olts: 2
124 pons: 16
125 onus: 32
126 withFlows: true
127 provisionSubscribers: true
128 withEapol: false
129 withDhcp: true
130 withIgmp: false
131 workflow: tt
132 inMemoryEtcdStorage: false
133 extraHelmFlags: >
134 --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 -0700135 --set voltha-adapter-openolt.adapter_open_olt.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700136 --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 -0700137 --set voltha-adapter-openonu.adapter_open_onu.endpoints.core_endpoint=voltha1-voltha-core.default.svc:55558
Matteo Scandolo19900222021-09-27 11:24:13 -0700138 --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 -0700139 --set services.kafka.cluster.address=voltha-infra-kafka.default.svc:9092
140 --set services.etcd.address=voltha-infra-etcd.default.svc:2379
141 --set global.tracing.enabled=true
Matteo Scandolo38a0dc72021-09-27 10:36:14 -0700142 volthaHelmChartsChange: refs/changes/69/26569/11
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700143 rwCoreImg: 'volthacore/voltha-rw-core:grpc_v1'
144 openoltAdapterImg: 'volthacore/voltha-openolt-adapter:grpc_v1'
145 openonuAdapterGoImg: 'volthacore/voltha-openonu-adapter-go:grpc_v1'
Matteo Scandolo11162412021-09-28 09:17:01 -0700146 ofAgentImg: 'volthacore/voltha-ofagent-go:grpc_v1'
Matteo Scandoloddc1c012021-09-20 16:52:13 -0700147 onosImg: andreacampanella/voltha-onos:port-remove
Matteo Scandolo4d355992021-06-08 11:18:59 +0200148
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700149 # OLT app rewrite jobs
150 - 'voltha-scale-measurements':
151 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers-new-olt-app'
152 'disable-job': false
153 build-node: 'voltha-scale-1'
154 # trigger on Feb 29th (a.k.a only trigger it manually)
155 time-trigger: "H 0 29 2 *"
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700156 logLevel: INFO
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700157 olts: 2
158 pons: 16
159 onus: 32
160 withFlows: true
161 provisionSubscribers: true
162 withEapol: true
163 withDhcp: true
164 withIgmp: false
165 inMemoryEtcdStorage: false
166 extraHelmFlags: '--set authRetry=false,dhcpRetry=false -f /home/jenkins/voltha-scale/voltha-values.yaml'
Matteo Scandolo689ff792021-09-09 09:00:28 -0700167 rwCoreImg: 'matteoscandolo/voltha-rw-core:sync-delete'
Matteo Scandolo6b7c4c82021-08-26 11:35:38 -0700168 ofAgentImg: 'matteoscandolo/voltha-ofagent-go:test'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700169 onosImg: 'matteoscandolo/voltha-onos:oltapp'
Matteo Scandolo4bd043f2021-09-13 12:33:31 -0700170 openonuAdapterGoImg: 'gcgirish/voltha-openonu-adapter-go:syncFlow'
Matteo Scandolo7faa6862021-08-23 17:20:07 -0700171
Matteo Scandolofebf6512021-03-02 11:37:37 -0800172 # jobs for 1024 ONUs with openonu-go and clustered ONOS (2 OLTs)
Matteo Scandolocb726432020-06-01 08:49:14 -0700173 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700174 name: 'voltha-scale-measurements-master-2-16-32-att-subscribers'
Matteo Scandoloc1895e12021-03-11 15:14:20 -0800175 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800176 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700177 time-trigger: "H H/4 * * *"
178 olts: 2
179 pons: 16
180 onus: 32
181 withFlows: true
182 provisionSubscribers: true
183 withEapol: true
184 withDhcp: true
185 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700186 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 -0700187
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700188 - 'voltha-scale-measurements':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700189 name: 'voltha-scale-measurements-master-2-16-32-dt-subscribers'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200190 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800191 build-node: 'voltha-scale-1'
Matteo Scandoloa6dc5a12020-06-04 16:51:29 -0700192 time-trigger: "H H/4 * * *"
193 olts: 2
194 pons: 16
195 onus: 32
196 withFlows: true
197 provisionSubscribers: true
198 workflow: dt
199 withEapol: false
200 withDhcp: false
201 withIgmp: false
Matteo Scandolo0c0b5992021-08-02 10:29:11 -0700202 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 -0700203
204 - 'voltha-scale-measurements':
205 name: 'voltha-scale-measurements-master-2-16-32-tt-subscribers'
Andrea Campanella23c5fc32021-06-30 11:14:29 +0200206 'disable-job': false
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800207 build-node: 'voltha-scale-1'
Matteo Scandolo86939302020-10-30 13:32:08 -0700208 time-trigger: "H H/4 * * *"
209 olts: 2
210 pons: 16
211 onus: 32
212 withFlows: true
213 provisionSubscribers: true
214 workflow: tt
215 withEapol: false
216 withDhcp: true
217 withIgmp: true
Matteo Scandolo86939302020-10-30 13:32:08 -0700218 onosReplicas: 3
219 atomixReplicas: 3
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700220 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 -0700221
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800222 # multi-stack jobs
223 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800224 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-att-subscribers'
225 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200226 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800227 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800228 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800229 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800230 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800231 olts: 2
232 pons: 16
233 onus: 32
234 withFlows: true
235 provisionSubscribers: true
236 workflow: att
237 withEapol: true
238 withDhcp: true
239 withIgmp: false
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700240 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800241
242 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800243 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-dt-subscribers'
244 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200245 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800246 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800247 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800248 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800249 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800250 olts: 2
251 pons: 16
252 onus: 32
253 withFlows: true
254 provisionSubscribers: true
255 workflow: dt
256 withEapol: false
257 withDhcp: false
258 withIgmp: false
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700259 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 -0800260
261 - 'voltha-scale-measurements':
Matteo Scandolod1430a72020-12-04 15:14:44 -0800262 name: 'voltha-scale-measurements-master-10-stacks-2-16-32-tt-subscribers'
263 build-node: 'voltha-scale-2'
Matteo Scandolo554bbee2021-06-29 10:31:58 +0200264 'disable-job': false
Matteo Scandolo2bc660a2021-02-12 10:52:25 -0800265 pipeline-script: 'voltha/master/voltha-scale-multi-stack.groovy'
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800266 time-trigger: "H H/4 * * *"
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800267 logLevel: WARN
Matteo Scandolod1430a72020-12-04 15:14:44 -0800268 volthaStacks: 10
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800269 olts: 2
270 pons: 16
271 onus: 32
272 withFlows: true
273 provisionSubscribers: true
274 workflow: tt
275 withEapol: false
276 withDhcp: true
277 withIgmp: true
Matteo Scandolo433f60d2021-03-26 12:04:34 -0700278 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Matteo Scandolo95d72a22020-11-25 11:14:09 -0800279
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000280 # voltha-2.8 Jobs
Matteo Scandolod43064b2020-07-13 17:18:45 -0700281 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000282 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-att-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700283 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000284 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800285 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700286 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700287 olts: 2
Matteo Scandolod43064b2020-07-13 17:18:45 -0700288 pons: 16
289 onus: 32
290 withFlows: true
291 provisionSubscribers: true
292 withEapol: true
293 withDhcp: true
294 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000295 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200296 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700297 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700298 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700299 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700300 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800301 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200302 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700303 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 -0700304
305 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000306 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-dt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700307 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000308 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800309 build-node: 'voltha-scale-1'
Matteo Scandolod43064b2020-07-13 17:18:45 -0700310 time-trigger: "H H/4 * * *"
311 olts: 2
312 pons: 16
313 onus: 32
314 withFlows: true
315 provisionSubscribers: true
316 workflow: dt
317 withEapol: false
318 withDhcp: false
319 withIgmp: false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000320 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200321 bbsimImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700322 rwCoreImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700323 ofAgentImg: ''
Matteo Scandoloca097652020-08-14 09:49:23 -0700324 openoltAdapterImg: ''
Matteo Scandolob10be9a2020-08-04 13:55:59 -0700325 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800326 openonuAdapterGoImg: ''
Andrea Campanellab7ecc302020-08-12 15:34:33 +0200327 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700328 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 -0700329
Matteo Scandolo031bd982020-09-16 10:03:47 -0700330 - 'voltha-scale-measurements':
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000331 name: 'voltha-scale-measurements-voltha-2.8-2-16-32-tt-subscribers'
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700332 'disable-job': false
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000333 pipeline-script: 'voltha/voltha-2.8/voltha-scale-test.groovy'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800334 build-node: 'voltha-scale-1'
Matteo Scandolo031bd982020-09-16 10:03:47 -0700335 time-trigger: "H H/4 * * *"
Matteo Scandolofed6bab2021-03-31 14:19:57 -0700336 olts: 2
Matteo Scandolo031bd982020-09-16 10:03:47 -0700337 pons: 16
338 onus: 32
339 withFlows: true
340 provisionSubscribers: true
341 workflow: tt
342 withEapol: false
343 withDhcp: true
344 withIgmp: true
Hardik Windlass6d9a82e2021-07-08 16:23:21 +0000345 release: voltha-2.8
Andrea Campanellabc5ee952021-04-30 10:47:54 +0200346 bbsimImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700347 rwCoreImg: ''
348 ofAgentImg: ''
349 openoltAdapterImg: ''
350 openonuAdapterImg: ''
Matteo Scandoloebe4f722021-02-04 09:53:07 -0800351 openonuAdapterGoImg: ''
Matteo Scandolo031bd982020-09-16 10:03:47 -0700352 onosImg: ''
Matteo Scandolo6ad7be92021-07-28 11:37:35 -0700353 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 -0700354
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700355 # 2.8 multi-stack jobs
Andrea Campanella27b5a662020-12-18 18:49:26 +0100356 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700357 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-att-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100358 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700359 'disable-job': false
360 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100361 time-trigger: "H H/4 * * *"
362 withMonitoring: false
363 logLevel: WARN
364 volthaStacks: 10
365 olts: 2
366 pons: 16
367 onus: 32
368 withFlows: true
369 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700370 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100371 workflow: att
372 withEapol: true
373 withDhcp: true
374 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800375 bbsimImg: ''
376 rwCoreImg: ''
377 ofAgentImg: ''
378 openoltAdapterImg: ''
379 openonuAdapterImg: ''
380 openonuAdapterGoImg: ''
381 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700382 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100383
384 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700385 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-dt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100386 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700387 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
388 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100389 time-trigger: "H H/4 * * *"
390 withMonitoring: false
391 logLevel: WARN
392 volthaStacks: 10
393 olts: 2
394 pons: 16
395 onus: 32
396 withFlows: true
397 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700398 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100399 workflow: dt
400 withEapol: false
401 withDhcp: false
402 withIgmp: false
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800403 bbsimImg: ''
404 rwCoreImg: ''
405 ofAgentImg: ''
406 openoltAdapterImg: ''
407 openonuAdapterImg: ''
408 openonuAdapterGoImg: ''
409 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700410 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100411
412 - 'voltha-scale-measurements':
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700413 name: 'voltha-scale-measurements-2.8-10-stacks-2-16-32-tt-subscribers'
Andrea Campanella27b5a662020-12-18 18:49:26 +0100414 build-node: 'voltha-scale-2'
Matteo Scandolo5e7bd1d2021-07-16 13:29:42 -0700415 pipeline-script: 'voltha/voltha-2.8/voltha-scale-multi-stack.groovy'
416 'disable-job': false
Andrea Campanella27b5a662020-12-18 18:49:26 +0100417 time-trigger: "H H/4 * * *"
418 withMonitoring: false
419 logLevel: WARN
420 volthaStacks: 10
421 olts: 2
422 pons: 16
423 onus: 32
424 withFlows: true
425 provisionSubscribers: true
Matteo Scandoloc11b0ad2021-07-13 10:55:08 -0700426 release: voltha-2.8
Andrea Campanella27b5a662020-12-18 18:49:26 +0100427 workflow: tt
428 withEapol: false
429 withDhcp: true
430 withIgmp: true
Matteo Scandolo57b244a2021-02-24 15:26:51 -0800431 bbsimImg: ''
432 rwCoreImg: ''
433 ofAgentImg: ''
434 openoltAdapterImg: ''
435 openonuAdapterImg: ''
436 openonuAdapterGoImg: ''
437 onosImg: ''
Matteo Scandolo529e8822021-07-21 10:20:18 -0700438 extraHelmFlags: "-f /home/jenkins/voltha-scale/voltha-values.yaml "
Andrea Campanella27b5a662020-12-18 18:49:26 +0100439
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700440 # per patchset job
441 - 'voltha-scale-measurements':
442 name: 'voltha-scale-measurements-patchset-1-16-32-att-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800443 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700444 olts: 1
445 pons: 16
446 onus: 32
447 withFlows: true
448 provisionSubscribers: true
449 withEapol: true
450 withDhcp: true
451 withIgmp: false
452 withMonitoring: false
453 trigger-comment: "voltha scale test ATT"
454
455 - 'voltha-scale-measurements':
456 name: 'voltha-scale-measurements-patchset-1-16-32-tt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800457 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700458 olts: 1
459 pons: 16
460 onus: 32
461 withFlows: true
462 provisionSubscribers: true
463 workflow: tt
464 withEapol: false
465 withDhcp: true
466 withIgmp: true
467 withMonitoring: false
468 trigger-comment: "voltha scale test TT"
469
470 - 'voltha-scale-measurements':
471 name: 'voltha-scale-measurements-patchset-1-16-32-dt-subscribers'
Matteo Scandolo2d30c7d2021-02-25 15:39:51 -0800472 build-node: 'voltha-scale-1'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700473 olts: 1
474 pons: 16
475 onus: 32
476 withFlows: true
477 provisionSubscribers: true
478 workflow: dt
479 withEapol: false
480 withDhcp: false
481 withIgmp: false
482 withMonitoring: false
483 trigger-comment: "voltha scale test DT"
484
Matteo Scandolo272aed42020-05-08 15:05:57 -0700485 # development pipeline
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700486 - 'voltha-scale-measurements-dev':
Matteo Scandolod43064b2020-07-13 17:18:45 -0700487 name: 'voltha-scale-measurements-master-dev'
Matteo Scandolo64e56c62020-06-08 10:04:31 -0700488 build-node: 'voltha-scale'
Matteo Scandoloc3dea532020-06-04 10:46:49 -0700489
Matteo Scandolo5fec8022020-08-27 17:29:35 -0700490
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700491# list of parameters for the VOLTHA Jobs,
492# used as anchor so that can be shared across multiple jobs
Matteo Scandolo9b644ba2021-04-19 11:21:07 -0700493# to use in a job: `parameters: *voltha-scale-job-parameters`
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700494- voltha-scale-job-parameters: &voltha-scale-job-parameters
495 name: voltha-scale-job-parameters
Matteo Scandolo272aed42020-05-08 15:05:57 -0700496 parameters:
497 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800498 name: pipeline-script
499 default: '{pipeline-script}'
500 description: 'The pipeline script to use'
501
502 - string:
Matteo Scandolod43064b2020-07-13 17:18:45 -0700503 name: release
504 default: '{release}'
Matteo Scandolo49bc0472021-04-20 09:37:55 -0700505 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 -0700506
507 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700508 name: buildNode
509 default: '{build-node}'
510 description: 'Name of the Jenkins node to run the job on'
511
512 - string:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700513 name: dockerRegistry
514 default: '{dockerRegistry}'
515 description: 'Address of the docker registry to use if we are building custom images'
516
517 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700518 name: logLevel
Matteo Scandolo7efda2d2020-07-31 16:02:13 -0700519 default: '{logLevel}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700520 description: 'Log level for all the components'
521
522 - string:
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800523 name: volthaStacks
524 default: '{volthaStacks}'
525 description: 'Number of VOLTHA Stacks to deploy'
526
527 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700528 name: onus
Matteo Scandolo393add12020-05-08 18:03:17 -0700529 default: '{onus}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700530 description: 'Number of ONUs to provision'
531
532 - string:
533 name: pons
Matteo Scandolo393add12020-05-08 18:03:17 -0700534 default: '{pons}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700535 description: 'Number of PONs to provision'
536
537 - string:
538 name: olts
Matteo Scandolo393add12020-05-08 18:03:17 -0700539 default: '{olts}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700540 description: 'How many BBSim instances to run'
541
542 - string:
543 name: workflow
Matteo Scandolo393add12020-05-08 18:03:17 -0700544 default: '{workflow}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700545 description: 'Which workflow are we testing (att, dt, tt)'
546
547 - bool:
548 name: withFlows
Matteo Scandolo393add12020-05-08 18:03:17 -0700549 default: '{withFlows}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700550 description: 'Wheter to push flows from ONOS'
551
552 - bool:
553 name: provisionSubscribers
Matteo Scandolo393add12020-05-08 18:03:17 -0700554 default: '{provisionSubscribers}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700555 description: 'Wheter to provision subscribers durint the tests'
556
557 - bool:
558 name: withEapol
Matteo Scandolo393add12020-05-08 18:03:17 -0700559 default: '{withEapol}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700560 description: 'Wheter EAPOL is enabled for the test'
561
562 - bool:
563 name: withDhcp
Matteo Scandolo393add12020-05-08 18:03:17 -0700564 default: '{withDhcp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700565 description: 'Wheter DHCP is enabled for the test'
566
567 - bool:
568 name: withIgmp
Matteo Scandolo393add12020-05-08 18:03:17 -0700569 default: '{withIgmp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700570 description: 'Wheter IGMP is enabled for the test'
571
572 - bool:
573 name: withLLDP
Matteo Scandolo393add12020-05-08 18:03:17 -0700574 default: '{withLLDP}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700575 description: 'Wheter Link Discovery is enabled for the test'
576
577 - bool:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700578 name: withMonitoring
Matteo Scandolo393add12020-05-08 18:03:17 -0700579 default: '{withMonitoring}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700580 description: 'Option to install Prometheus'
581
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700582 - bool:
583 name: withProfiling
584 default: '{withProfiling}'
585 description: 'Option to collect profiling informations from rw-core and openolt (note that the appropriate -profile images needs to be used)'
586
Matteo Scandoloc9dd44f2020-06-18 15:06:04 -0700587 - bool:
588 name: withPcap
589 default: '{withPcap}'
590 description: 'Capture a .pcap on the OpenFlow connection from the ofAgent side'
591
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700592 - string:
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700593 name: withRadius
594 default: '{withRadius}'
595 description: 'Value to pass to kind-voltha WITH_RADIUS'
596
597 - string:
Matteo Scandoloa731f8f2020-05-11 10:27:26 -0700598 name: extraHelmFlags
599 default: '{extraHelmFlags}'
Matteo Scandolo1c5ffab2020-07-17 08:53:01 -0700600 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 -0700601
Matteo Scandolo272aed42020-05-08 15:05:57 -0700602 - string:
603 name: openonuAdapterReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700604 default: '{openonuAdapterReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700605 description: 'How many OpenONU adapter instances to run'
606
607 - string:
608 name: onosReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700609 default: '{onosReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700610 description: 'How many ONOSes instances to run'
611
612 - string:
613 name: atomixReplicas
Matteo Scandolo393add12020-05-08 18:03:17 -0700614 default: '{atomixReplicas}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700615 description: 'How many Atomix instances to run'
616
617 - string:
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700618 name: kafkaReplicas
619 default: '{kafkaReplicas}'
620 description: 'How many Kafka instances to run'
621
622 - string:
623 name: etcdReplicas
624 default: '{etcdReplicas}'
625 description: 'How many ETCD instances to run'
626
627 - string:
Matteo Scandolo3136cca2020-05-15 14:14:27 -0700628 name: onosStatInterval
629 default: '{onosStatInterval}'
630 description: 'How often ONOS should poll for ports, flows and meters'
631
632 - string:
Andrea Campanella15f22942021-04-08 17:24:21 +0200633 name: onosGroupInterval
634 default: '{onosGroupInterval}'
635 description: 'How often ONOS should poll for groups'
636
637 - string:
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200638 name: flowObjWorkerThreads
639 default: '{flowObjWorkerThreads}'
640 description: 'How many threads are used by the FlowObjectiveManager worker pool'
641
642 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700643 name: bbsimImg
644 default: '{bbsimImg}'
645 description: 'Custom image selection for BBSIM (repo:tag)'
646
647 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700648 name: rwCoreImg
649 default: '{rwCoreImg}'
650 description: 'Custom image selection for VOLTHA (repo:tag)'
651
652 - string:
653 name: ofAgentImg
654 default: '{ofAgentImg}'
655 description: 'Custom image selection for OfAgent (repo:tag), only supports the go version'
656
657 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700658 name: openoltAdapterImg
659 default: '{openoltAdapterImg}'
660 description: 'Custom image selection for Openolt Adapter (repo:tag)'
661
662 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700663 name: openonuAdapterImg
664 default: '{openonuAdapterImg}'
665 description: 'Custom image selection for Openonu Adapter (repo:tag)'
666
667 - string:
Andrea Campanella28763082020-11-18 10:55:31 +0100668 name: openonuAdapterGoImg
669 default: '{openonuAdapterGoImg}'
670 description: 'Custom image selection for Openonu Go Adapter (repo:tag)'
671
672 - string:
Matteo Scandolo272aed42020-05-08 15:05:57 -0700673 name: onosImg
674 default: '{onosImg}'
675 description: 'Custom image selection for Openonu Adapter (repo:tag)'
676
677 - string:
678 name: volthaSystemTestsChange
Matteo Scandolofae22812020-06-03 15:02:27 -0700679 default: '{volthaSystemTestsChange}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700680 description: 'Download a change for gerrit in the voltha-system-tests repo, example value: "refs/changes/79/18779/13"'
681
Matteo Scandolo5708e2f2020-06-03 14:11:32 -0700682 - string:
Matteo Scandolo11311742021-01-25 13:56:22 -0800683 name: volthaHelmChartsChange
684 default: '{volthaHelmChartsChange}'
Matteo Scandolod82d1de2021-04-06 14:55:58 -0700685 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 -0700686
Matteo Scandoloccc06192020-06-22 10:16:17 -0700687 - bool:
688 name: inMemoryEtcdStorage
689 default: '{inMemoryEtcdStorage}'
Matteo Scandolo2699c432020-06-22 15:47:05 -0700690 description: 'Whether to write ETCD keys on disk or keep them in memory (true=inMemory)'
Matteo Scandoloccc06192020-06-22 10:16:17 -0700691
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200692 - string:
693 name: karafHome
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700694 default: '{karafHome}'
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200695 description: 'Karaf home'
696
Matteo Scandolo001003e2021-02-03 15:39:26 -0800697 # remove once voltha-2.6 is deprecated
698 - string:
699 name: kindVolthaChange
700 default: '{kindVolthaChange}'
701 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 -0800702 - bool:
703 name: withMibTemplate
704 default: true
Matteo Scandolo001003e2021-02-03 15:39:26 -0800705
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700706- job-template:
707 id: 'voltha-scale-measurements'
708 name: '{name}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700709 disabled: '{disable-job}'
710
711 description: |
712 <!-- Managed by Jenkins Job Builder -->
713 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
714 Using pipeline {pipeline-script} <br/><br/>
715 Scale measurements for VOLTHA 2.x
716
717 properties:
718 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800719 build-days-to-keep: '{big-build-days-to-keep}'
720 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700721
722 wrappers:
723 - lf-infra-wrappers:
724 build-timeout: '{build-timeout}'
725 jenkins-ssh-credential: '{jenkins-ssh-credential}'
726
727 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800728 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700729 release: master
730
731 bbsimImg: voltha/bbsim:master
732 rwCoreImg: voltha/voltha-rw-core:master
733 ofAgentImg: voltha/voltha-ofagent-go:master
734 openoltAdapterImg: voltha/voltha-openolt-adapter:master
735 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100736 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700737 onosImg: voltha/voltha-onos:master
738
739 bbsimChart: onf/bbsim
740 volthaChart: onf/voltha
741 openoltAdapterChart: onf/voltha-adapter-openolt
742 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700743 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700744 radiusChart: onf/freeradius
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700745
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800746 volthaStacks: 1
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700747 olts: 2
748 pons: 2
749 onus: 2
750 workflow: att
751 withFlows: false
752 provisionSubscribers: false
753 withEapol: true
754 withDhcp: true
755 withIgmp: false
756 withLLDP: false
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700757 withMonitoring: true
758 withProfiling: false
759 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700760 withRadius: yes
Andrea Campanellac179de22020-12-10 17:24:40 +0100761 openonuAdapterReplicas: 1
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700762 onosReplicas: 3
763 atomixReplicas: 3
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700764 kafkaReplicas: 3
765 etcdReplicas: 3
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700766 extraHelmFlags: ''
767 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200768 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200769 flowObjWorkerThreads: 12
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700770 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800771 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800772 kindVolthaChange: ''
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700773 inMemoryEtcdStorage: true
774 karafHome: 'apache-karaf-4.2.9'
Matteo Scandolo19b61a02020-10-01 16:20:37 -0700775 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700776 dockerRegistry: 10.90.0.101:30500
777 trigger-comment: vv7CBoQQYYonvaN8xcru
778 time-trigger: 0 0 29 2 *
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700779
780 <<: *voltha-scale-job-parameters
781
Matteo Scandolo272aed42020-05-08 15:05:57 -0700782 project-type: pipeline
783 concurrent: false
784
785 dsl: !include-raw-escape: pipeline/{pipeline-script}
786
Matteo Scandoloabb83972020-06-25 16:08:23 -0700787 triggers:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700788 # periodic jobs will set this every 4 hours
789 # 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 -0700790 - timed: |
791 TZ=America/Los_Angeles
792 {time-trigger}
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700793 # periodic jobs will set this to vv7CBoQQYYonvaN8xcru (hopefully no-one will comment with that)
794 # patchset jobs will set this to a meaningful comment
795 - gerrit:
796 server-name: '{gerrit-server-name}'
797 silent-start: false
798 successful-message: "PASSED scale test"
799 failure-message: "FAILED scale test"
800 unstable-message: "UNSTABLE scale test"
801 trigger-on:
802 - comment-added-contains-event:
803 comment-contains-value: '.*{trigger-comment}.*'
804 projects:
805 - project-compare-type: REG_EXP
806 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
807 branches:
808 - branch-compare-type: REG_EXP
809 branch-pattern: '{all-branches-regexp}'
Matteo Scandolo272aed42020-05-08 15:05:57 -0700810
811- job-template:
Matteo Scandolofbcbdb82020-05-06 15:41:32 -0700812 id: 'voltha-scale-measurements-dev'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800813 name: '{name}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800814
815 description: |
816 <!-- Managed by Jenkins Job Builder -->
817 Created by {id} job-template from ci-management/jjb/voltha-scale.yaml <br /><br />
818 Using pipeline {pipeline-script} <br/><br/>
819 Scale measurements for VOLTHA 2.x
820
821 properties:
822 - cord-infra-properties:
Matteo Scandoloa0e6f3f2020-11-12 17:13:20 -0800823 build-days-to-keep: '{big-build-days-to-keep}'
824 artifact-num-to-keep: '{big-artifact-num-to-keep}'
Matteo Scandolo51b76302020-02-05 12:07:23 -0800825
826 wrappers:
827 - lf-infra-wrappers:
828 build-timeout: '{build-timeout}'
829 jenkins-ssh-credential: '{jenkins-ssh-credential}'
830
Matteo Scandolo0430f672020-05-07 11:50:26 -0700831 # default values
Matteo Scandolo8ddc31b2021-02-26 08:48:36 -0800832 pipeline-script: 'voltha/master/voltha-scale-test.groovy'
Matteo Scandolo68776b72020-07-21 14:06:06 -0700833 release: master
834
Matteo Scandolo0430f672020-05-07 11:50:26 -0700835 bbsimImg: voltha/bbsim:master
836 rwCoreImg: voltha/voltha-rw-core:master
837 ofAgentImg: voltha/voltha-ofagent-go:master
838 openoltAdapterImg: voltha/voltha-openolt-adapter:master
839 openonuAdapterImg: voltha/voltha-openonu-adapter:master
Andrea Campanella28763082020-11-18 10:55:31 +0100840 openonuAdapterGoImg: voltha/voltha-openonu-adapter-go:master
Matteo Scandolo0430f672020-05-07 11:50:26 -0700841 onosImg: voltha/voltha-onos:master
842
843 bbsimChart: onf/bbsim
844 volthaChart: onf/voltha
845 openoltAdapterChart: onf/voltha-adapter-openolt
846 openonuAdapterChart: onf/voltha-adapter-openonu
Matteo Scandolo285a42b2020-09-23 11:29:11 -0700847 onosChart: onos/onos-classic
Matteo Scandolo06506102020-10-13 12:24:20 -0700848 radiusChart: onf/freeradius
Matteo Scandolo0430f672020-05-07 11:50:26 -0700849
Matteo Scandolo4b006ae2020-11-09 16:14:40 -0800850 volthaStacks: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700851 olts: 2
852 pons: 2
853 onus: 2
854 workflow: att
Matteo Scandolo35177dd2020-07-24 10:44:44 -0700855 withFlows: true
856 provisionSubscribers: true
Matteo Scandolo68776b72020-07-21 14:06:06 -0700857 withEapol: true
858 withDhcp: true
859 withIgmp: false
860 withLLDP: false
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700861 withMonitoring: false
Matteo Scandolo68776b72020-07-21 14:06:06 -0700862 withProfiling: false
863 withPcap: false
Matteo Scandolo9e8c2a32020-10-13 18:02:33 -0700864 withRadius: yes
Matteo Scandolo68776b72020-07-21 14:06:06 -0700865 openonuAdapterReplicas: 1
866 onosReplicas: 1
867 atomixReplicas: 0
Matteo Scandolo7d6695c2020-08-25 13:13:16 -0700868 kafkaReplicas: 1
869 etcdReplicas: 1
Matteo Scandolo68776b72020-07-21 14:06:06 -0700870 extraHelmFlags: ''
871 onosStatInterval: 5
Andrea Campanella15f22942021-04-08 17:24:21 +0200872 onosGroupInterval: 1
Andrea Campanella55f0f0e2021-04-15 18:50:54 +0200873 flowObjWorkerThreads: 12
Matteo Scandolo68776b72020-07-21 14:06:06 -0700874 volthaSystemTestsChange: ''
Matteo Scandolo11311742021-01-25 13:56:22 -0800875 volthaHelmChartsChange: ''
Matteo Scandolo001003e2021-02-03 15:39:26 -0800876 kindVolthaChange: ''
Matteo Scandolo68776b72020-07-21 14:06:06 -0700877 inMemoryEtcdStorage: true
Matteo Scandoloa23f5c62020-07-29 20:07:29 -0700878 karafHome: 'apache-karaf-4.2.9'
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700879 logLevel: 'INFO'
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700880 dockerRegistry: 10.90.0.69:30500
Matteo Scandolo68776b72020-07-21 14:06:06 -0700881
Matteo Scandoloe931c1c2020-08-13 15:39:30 -0700882 <<: *voltha-scale-job-parameters
Andrea Campanellaa81c7dc2020-07-17 16:26:12 +0200883
Matteo Scandolo51b76302020-02-05 12:07:23 -0800884 project-type: pipeline
Matteo Scandolod48d95e2020-02-27 17:04:55 -0800885 concurrent: false
Matteo Scandolo51b76302020-02-05 12:07:23 -0800886
Matteo Scandoloe69614f2020-03-10 11:35:35 -0700887 dsl: !include-raw-escape: pipeline/{pipeline-script}
Matteo Scandoloc88d3132020-08-27 15:24:34 -0700888
Matteo Scandolo849db722020-10-21 10:58:41 -0700889 triggers:
890 - gerrit:
891 server-name: '{gerrit-server-name}'
892 silent-start: false
893 successful-message: "PASSED scale test"
894 failure-message: "FAILED scale test"
895 unstable-message: "UNSTABLE scale test"
896 trigger-on:
897 - comment-added-contains-event:
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700898 comment-contains-value: '.*test voltha scale.*'
Matteo Scandolo849db722020-10-21 10:58:41 -0700899 projects:
900 - project-compare-type: REG_EXP
Matteo Scandolo9cdacc52020-10-21 14:54:06 -0700901 project-pattern: '^(voltha-go|voltha-openolt-adapter|voltha-openonu-adapter|ofagent-go|voltha-onos|bbsim)$'
Matteo Scandolo849db722020-10-21 10:58:41 -0700902 branches:
903 - branch-compare-type: REG_EXP
904 branch-pattern: '{all-branches-regexp}'