Skip to content

Commit 005c7c1

Browse files
apricotetormath1
authored andcommitted
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 <[email protected]> Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent c1e8523 commit 005c7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-automation/ci-config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ BRIGHTBOX_PARALLEL="${PARALLEL_TESTS:-1}"
147147

148148
# -- Hetzner --
149149
: ${HETZNER_IMAGE_NAME:='flatcar_production_hetzner_image.bin.bz2'}
150-
: ${HETZNER_amd64_INSTANCE_TYPE:="cpx11"}
150+
: ${HETZNER_amd64_INSTANCE_TYPE:="cpx22"}
151151
: ${HETZNER_arm64_INSTANCE_TYPE:="cax11"}
152152
: ${HETZNER_arm64_LOCATION:="fsn1"}
153153
: ${HETZNER_amd64_LOCATION:="hel1"}

0 commit comments

Comments
 (0)