From a00813ffc19ff633d693464735ab6cea582780c7 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 9 Apr 2025 18:27:26 +0100 Subject: [PATCH] ci-automation: Bump Azure amd64 and arm64 machine sizes to v6 Signed-off-by: James Le Cuirot --- ci-automation/ci-config.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-automation/ci-config.env b/ci-automation/ci-config.env index de09de631b..50d36577ec 100644 --- a/ci-automation/ci-config.env +++ b/ci-automation/ci-config.env @@ -148,8 +148,8 @@ AWS_PARALLEL="${PARALLEL_TESTS:-8}" # -- Azure -- : ${AZURE_IMAGE_NAME:="flatcar_production_azure_image.vhd"} -: ${AZURE_amd64_MACHINE_SIZE:="Standard_D2s_v4"} -: ${AZURE_arm64_MACHINE_SIZE:="Standard_D2pls_v5"} +: ${AZURE_amd64_MACHINE_SIZE:="Standard_D2s_v6"} +: ${AZURE_arm64_MACHINE_SIZE:="Standard_D2pls_v6"} : ${AZURE_USE_GALLERY:=""} : ${AZURE_KOLA_VNET:=""} : ${AZURE_USE_PRIVATE_IPS:=true}