Use a less powerful machine for amd64 tests

Signed-off-by: Robin Schneider <robin.schneider@stackit.cloud>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Robin Schneider 2025-12-18 09:36:28 +01:00 committed by Mathieu Tortuyaux
parent f0e3340cca
commit 41e890cf30
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -162,7 +162,7 @@ AKAMAI_INSTANCE_TYPE="g6-standard-2"
# -- STACKIT -- # -- STACKIT --
STACKIT_PARALLEL="${PARALLEL_TESTS:-1}" STACKIT_PARALLEL="${PARALLEL_TESTS:-1}"
STACKIT_IMAGE_NAME="flatcar_production_stackit_image.img" STACKIT_IMAGE_NAME="flatcar_production_stackit_image.img"
: ${STACKIT_amd64_INSTANCE_TYPE:="c2i.8"} : ${STACKIT_amd64_INSTANCE_TYPE:="c2i.2"}
: ${STACKIT_arm64_INSTANCE_TYPE:="g1r.4d"} : ${STACKIT_arm64_INSTANCE_TYPE:="g1r.4d"}
: ${STACKIT_arm64_LOCATION:="eu01-2"} : ${STACKIT_arm64_LOCATION:="eu01-2"}
: ${STACKIT_amd64_LOCATION:="eu01-2"} : ${STACKIT_amd64_LOCATION:="eu01-2"}