Skip to content

Commit a00813f

Browse files
committed
ci-automation: Bump Azure amd64 and arm64 machine sizes to v6
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
1 parent f39ee44 commit a00813f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci-automation/ci-config.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ AWS_PARALLEL="${PARALLEL_TESTS:-8}"
148148

149149
# -- Azure --
150150
: ${AZURE_IMAGE_NAME:="flatcar_production_azure_image.vhd"}
151-
: ${AZURE_amd64_MACHINE_SIZE:="Standard_D2s_v4"}
152-
: ${AZURE_arm64_MACHINE_SIZE:="Standard_D2pls_v5"}
151+
: ${AZURE_amd64_MACHINE_SIZE:="Standard_D2s_v6"}
152+
: ${AZURE_arm64_MACHINE_SIZE:="Standard_D2pls_v6"}
153153
: ${AZURE_USE_GALLERY:=""}
154154
: ${AZURE_KOLA_VNET:=""}
155155
: ${AZURE_USE_PRIVATE_IPS:=true}

0 commit comments

Comments
 (0)