From 0ec9cbac835cc17898b2b5a655427658e93aa101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Fri, 7 Nov 2025 16:09:45 +0100 Subject: [PATCH] scripts: update hetzner amd64 instance type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 cfacd062975..b808fe05712 100644 --- a/ci-automation/ci-config.env +++ b/ci-automation/ci-config.env @@ -168,7 +168,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"}