Skip to content

Commit 0ec9cba

Browse files
committed
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>
1 parent 006eea2 commit 0ec9cba

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

169169
# -- Hetzner --
170170
: ${HETZNER_IMAGE_NAME:='flatcar_production_hetzner_image.bin.bz2'}
171-
: ${HETZNER_amd64_INSTANCE_TYPE:="cpx11"}
171+
: ${HETZNER_amd64_INSTANCE_TYPE:="cpx22"}
172172
: ${HETZNER_arm64_INSTANCE_TYPE:="cax11"}
173173
: ${HETZNER_arm64_LOCATION:="fsn1"}
174174
: ${HETZNER_amd64_LOCATION:="hel1"}

0 commit comments

Comments
 (0)