scripts: update hetzner amd64 instance type

The currently used server type (`cpx11`) was deprecated and will be
removed on 2026-01-01.

- https://www.hetzner.com/news/new-cloud-plans/
- https://docs.hetzner.cloud/changelog#2025-10-16-new-server-types-with-categories
- https://docs.hetzner.cloud/changelog#2025-10-16-server-types-deprecated

Signed-off-by: Julian Tölle <julian.toelle@hetzner-cloud.de>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Julian Tölle 2025-11-07 16:09:45 +01:00 committed by Mathieu Tortuyaux
parent c1e8523a44
commit 005c7c17e8
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -147,7 +147,7 @@ BRIGHTBOX_PARALLEL="${PARALLEL_TESTS:-1}"
# -- Hetzner --
: ${HETZNER_IMAGE_NAME:='flatcar_production_hetzner_image.bin.bz2'}
: ${HETZNER_amd64_INSTANCE_TYPE:="cpx11"}
: ${HETZNER_amd64_INSTANCE_TYPE:="cpx22"}
: ${HETZNER_arm64_INSTANCE_TYPE:="cax11"}
: ${HETZNER_arm64_LOCATION:="fsn1"}
: ${HETZNER_amd64_LOCATION:="hel1"}