@@ -142,6 +142,34 @@ stages:
142142 nodeCount : ${NODE_COUNT_CILIUM}
143143 vmSize : ${VM_SIZE_CILIUM}
144144
145+ - template : cilium/cilium-overlay-load-test-template.yaml
146+ parameters :
147+ name : cilium_overlay_mariner
148+ clusterType : overlay-byocni-nokubeproxy-up
149+ clusterName : " cil-over-mar"
150+ nodeCount : ${NODE_COUNT_CILIUM}
151+ vmSize : ${VM_SIZE_CILIUM}
152+ arch : amd64
153+ osSKU : AzureLinux
154+
155+ - template : cilium/cilium-overlay-load-test-template.yaml
156+ parameters :
157+ name : cilium_overlay_arm
158+ clusterType : overlay-byocni-nokubeproxy-up
159+ clusterName : " cil-over-arm"
160+ nodeCount : ${NODE_COUNT_CILIUM}
161+ vmSize : Standard_D8ps_v5
162+ arch : arm64
163+
164+ - template : cilium/cilium-overlay-load-test-template.yaml
165+ parameters :
166+ name : cilium_overlay_rdma
167+ clusterType : overlay-byocni-nokubeproxy-up
168+ clusterName : " cil-over-rdma"
169+ nodeCount : 2
170+ vmSize : Standard_NC24r
171+ arch : amd64
172+
145173 - template : singletenancy/cniv1-template.yaml
146174 parameters :
147175 name : win22_cniv1
@@ -221,6 +249,9 @@ stages:
221249 condition : always()
222250 dependsOn :
223251 - cilium_overlay
252+ - cilium_overlay_mariner
253+ - cilium_overlay_arm
254+ - cilium_overlay_rdma
224255 - win22_cniv1_HNS
225256 - linux_cniv1
226257 - linux_podsubnet
@@ -241,6 +272,15 @@ stages:
241272 cilium_overlay :
242273 name : cilium_overlay
243274 clusterName : " cilium-over"
275+ cilium_overlay_mariner :
276+ name : cilium_overlay_mariner
277+ clusterName : " cil-over-mar"
278+ cilium_overlay_arm :
279+ name : cilium_overlay_arm
280+ clusterName : " cil-over-arm"
281+ cilium_overlay_rdma :
282+ name : cilium_overlay_rdma
283+ clusterName : " cil-over-rdma"
244284 win22-cniv1 :
245285 name : win22-cniv1
246286 clusterName : " win22-cniv1"
0 commit comments