mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Merge pull request #389 from flatcar-linux/dongsu/equinix-metal-arm64-dc
jenkins: fix PACKET_REGION to DC for more servers available
This commit is contained in:
commit
39dc428bc1
@ -29,11 +29,13 @@ if [[ "${KOLA_TESTS}" == "" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Equinix Metal ARM server are not yet hourly available in the default `sv15` region
|
# Equinix Metal ARM server are not yet hourly available in the default `sv15` region
|
||||||
# so we override the `PACKET_REGION` to `Dallas` since it's available in this region.
|
# so we override the `PACKET_REGION` to `DC`. ARM servers are available in metro
|
||||||
|
# either DA (Dallas) or DC (Washington), but DC has more servers available.
|
||||||
|
# See also https://metal.equinix.com/developers/docs/locations/capacity/.
|
||||||
# We do not override `PACKET_REGION` for both board on top level because we need to keep proximity
|
# We do not override `PACKET_REGION` for both board on top level because we need to keep proximity
|
||||||
# for PXE booting.
|
# for PXE booting.
|
||||||
if [[ "${BOARD}" == "arm64-usr" ]]; then
|
if [[ "${BOARD}" == "arm64-usr" ]]; then
|
||||||
PACKET_REGION="DA"
|
PACKET_REGION="DC"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run the cl.internet test on multiple machine types only if it should run in general
|
# Run the cl.internet test on multiple machine types only if it should run in general
|
||||||
|
Loading…
x
Reference in New Issue
Block a user