Skip to content

Commit 33f2eb7

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 3901781 commit 33f2eb7

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
@@ -145,7 +145,7 @@ BRIGHTBOX_PARALLEL="${PARALLEL_TESTS:-1}"
145145

146146
# -- Hetzner --
147147
: ${HETZNER_IMAGE_NAME:='flatcar_production_hetzner_image.bin.bz2'}
148-
: ${HETZNER_amd64_INSTANCE_TYPE:="cpx11"}
148+
: ${HETZNER_amd64_INSTANCE_TYPE:="cpx22"}
149149
: ${HETZNER_arm64_INSTANCE_TYPE:="cax11"}
150150
: ${HETZNER_arm64_LOCATION:="fsn1"}
151151
: ${HETZNER_amd64_LOCATION:="hel1"}

0 commit comments

Comments
 (0)