From 5356b07658322d56b5dcff0bccee12fff0fe632f Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 5 Aug 2022 11:13:47 +0200 Subject: [PATCH] ci-automation: Sync used EquinixMetal region to use for ARM64 servers Recently we changed the region from DA (Dallas) to DC (Washington), because there are more ARM64 servers available. Reflect this change in the new pipeline too. --- ci-automation/ci-config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/ci-config.env b/ci-automation/ci-config.env index 8347653dc3..9d213db1e5 100644 --- a/ci-automation/ci-config.env +++ b/ci-automation/ci-config.env @@ -60,7 +60,7 @@ QEMU_UEFI_BIOS="${QEMU_UEFI_BIOS:-flatcar_production_qemu_uefi_efi_code.fd}" EQUINIXMETAL_PARALLEL="${PARALLEL_TESTS:-4}" # Metro is a set of Equinix Metal regions EQUINIXMETAL_amd64_METRO="${EQUINIXMETAL_amd64_METRO:-SV}" -EQUINIXMETAL_arm64_METRO="${EQUINIXMETAL_arm64_METRO:-DA}" +EQUINIXMETAL_arm64_METRO="${EQUINIXMETAL_arm64_METRO:-DC}" # Name of the Equinix Metal image EQUINIXMETAL_IMAGE_NAME="flatcar_production_packet_image.bin.bz2" # Storage URL required to store user-data