mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-24 01:42:33 +01:00
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.
This commit is contained in:
parent
4f8190f754
commit
5356b07658
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user