@@ -257,7 +257,7 @@ stages:
257257 displayName : Cilium
258258 clusterType : swift-byocni-nokubeproxy-up
259259 clusterName : " ciliume2e"
260- vmSize : Standard_B2ms
260+ vmSize : Standard_D4s_v6
261261 k8sVersion : " "
262262 dependsOn : " containerize"
263263
@@ -268,7 +268,7 @@ stages:
268268 displayName : Cilium on AKS Overlay
269269 clusterType : overlay-byocni-nokubeproxy-up
270270 clusterName : " cilovere2e"
271- vmSize : Standard_B2ms
271+ vmSize : Standard_D4s_v6
272272 k8sVersion : " "
273273 dependsOn : " containerize"
274274
@@ -280,7 +280,7 @@ stages:
280280 os : linux
281281 clusterType : dualstack-byocni-nokubeproxy-up
282282 clusterName : " cildsovere2e"
283- vmSize : Standard_B2ms
283+ vmSize : Standard_D4s_v6
284284 k8sVersion : " "
285285 dependsOn : " containerize"
286286
@@ -291,7 +291,7 @@ stages:
291291 displayName : Cilium on AKS Overlay with Hubble
292292 clusterType : overlay-byocni-nokubeproxy-up
293293 clusterName : " cilwhleovere2e"
294- vmSize : Standard_B2ms
294+ vmSize : Standard_D4s_v6
295295 k8sVersion : " "
296296 dependsOn : " containerize"
297297 testHubble : true
@@ -304,7 +304,7 @@ stages:
304304 os : linux
305305 clusterType : overlay-byocni-up
306306 clusterName : " azovere2e"
307- vmSize : Standard_B2ms
307+ vmSize : Standard_D4s_v6
308308 k8sVersion : " "
309309 dependsOn : " containerize"
310310
@@ -316,7 +316,7 @@ stages:
316316 os : windows
317317 clusterType : overlay-byocni-up
318318 clusterName : " statelesswin"
319- vmSize : Standard_B2ms
319+ vmSize : Standard_D4s_v6
320320 dependsOn : " containerize"
321321
322322 # AKS Swift E2E tests
@@ -327,7 +327,7 @@ stages:
327327 os : linux
328328 clusterType : swift-byocni-up
329329 clusterName : " swifte2e"
330- vmSize : Standard_B2ms
330+ vmSize : Standard_D4s_v6
331331 k8sVersion : " "
332332 dependsOn : " containerize"
333333
@@ -339,7 +339,7 @@ stages:
339339 os : linux
340340 clusterType : vnetscale-swift-byocni-up
341341 clusterName : " vscaleswifte2e"
342- vmSize : Standard_B2ms
342+ vmSize : Standard_D4s_v6
343343 k8sVersion : " 1.30"
344344 dependsOn : " containerize"
345345
@@ -352,7 +352,7 @@ stages:
352352 os : " linux"
353353 clusterType : linux-cniv1-up
354354 clusterName : " ubuntu22e2e"
355- vmSize : Standard_B2s
355+ vmSize : Standard_D4s_v6
356356 k8sVersion : 1.25
357357 scaleup : 100
358358 dependsOn : " containerize"
@@ -365,7 +365,7 @@ stages:
365365 os : windows
366366 clusterType : windows-cniv1-up
367367 clusterName : " win22e2e"
368- vmSize : Standard_B2ms
368+ vmSize : Standard_D4s_v6
369369 os_version : " ltsc2022"
370370 scaleup : 50
371371 dependsOn : " containerize"
@@ -378,23 +378,23 @@ stages:
378378 os : linux
379379 clusterType : dualstack-overlay-byocni-up
380380 clusterName : " dsovere2e"
381- vmSize : Standard_B2ms
381+ vmSize : Standard_D4s_v6
382382 dependsOn : " containerize"
383383
384384 # Swiftv2 E2E tests with multitenancy cluster start up
385- - template : multitenancy/swiftv2-e2e-job-template.yaml
386- parameters :
387- name : " swiftv2_e2e"
388- displayName : Swiftv2 Multitenancy
389- os : linux
390- clusterType : swiftv2-multitenancy-cluster-up
391- clusterName : " mtacluster"
392- nodePoolName : " mtapool"
393- vmSize : $(SWIFTV2_MT_CLUSTER_SKU)
394- dependsOn : " containerize"
395- dummyClusterName : " swiftv2dummy"
396- dummyClusterType : " swiftv2-dummy-cluster-up"
397- dummyClusterDisplayName : Swiftv2 Multitenancy Dummy Cluster
385+ # - template: multitenancy/swiftv2-e2e-job-template.yaml
386+ # parameters:
387+ # name: "swiftv2_e2e"
388+ # displayName: Swiftv2 Multitenancy
389+ # os: linux
390+ # clusterType: swiftv2-multitenancy-cluster-up
391+ # clusterName: "mtacluster"
392+ # nodePoolName: "mtapool"
393+ # vmSize: $(SWIFTV2_MT_CLUSTER_SKU)
394+ # dependsOn: "containerize"
395+ # dummyClusterName: "swiftv2dummy"
396+ # dummyClusterType: "swiftv2-dummy-cluster-up"
397+ # dummyClusterDisplayName: Swiftv2 Multitenancy Dummy Cluster
398398
399399 - stage : delete
400400 displayName : Delete Clusters
@@ -412,7 +412,7 @@ stages:
412412 - aks_windows_22_e2e
413413 - dualstackoverlay_e2e
414414 - cilium_dualstackoverlay_e2e
415- - swiftv2_e2e
415+ # - swiftv2_e2e
416416 variables :
417417 commitID : $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
418418 jobs :
@@ -475,25 +475,25 @@ stages:
475475 sub : $(SUB_AZURE_NETWORK_AGENT_BUILD_VALIDATIONS)
476476 svcConn : $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
477477
478- - job : delete_test
479- displayName : Delete Cluster
480- pool :
481- name : " $(BUILD_POOL_NAME_DEFAULT)"
482- strategy :
483- matrix :
484- swiftv2_e2e :
485- name : swiftv2_e2e
486- clusterName : " mtacluster"
487- region : $(REGION_SWIFTV2_CLUSTER_TEST)
488- swiftv2_dummy_e2e :
489- name : swiftv2_dummy_e2e
490- clusterName : " swiftv2dummy"
491- region : $(REGION_SWIFTV2_CLUSTER_TEST)
492- steps :
493- - template : templates/delete-cluster.yaml
494- parameters :
495- name : $(name)
496- clusterName : $(clusterName)-$(commitID)
497- region : $(region)
498- sub : $(SUB_AZURE_NETWORK_AGENT_TEST)
499- svcConn : $(ACN_TEST_SERVICE_CONNECTION)
478+ # - job: delete_test
479+ # displayName: Delete Cluster
480+ # pool:
481+ # name: "$(BUILD_POOL_NAME_DEFAULT)"
482+ # strategy:
483+ # matrix:
484+ # swiftv2_e2e:
485+ # name: swiftv2_e2e
486+ # clusterName: "mtacluster"
487+ # region: $(REGION_SWIFTV2_CLUSTER_TEST)
488+ # swiftv2_dummy_e2e:
489+ # name: swiftv2_dummy_e2e
490+ # clusterName: "swiftv2dummy"
491+ # region: $(REGION_SWIFTV2_CLUSTER_TEST)
492+ # steps:
493+ # - template: templates/delete-cluster.yaml
494+ # parameters:
495+ # name: $(name)
496+ # clusterName: $(clusterName)-$(commitID)
497+ # region: $(region)
498+ # sub: $(SUB_AZURE_NETWORK_AGENT_TEST)
499+ # svcConn: $(ACN_TEST_SERVICE_CONNECTION)
0 commit comments