ci-automation: Bump Azure amd64 and arm64 machine sizes to v6

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2025-04-09 18:27:26 +01:00
parent f39ee441e9
commit a00813ffc1
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137

View File

@ -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}