diff --git a/jenkins/param-parallel-mtr.yml b/jenkins/param-parallel-mtr.yml
index d7199fdb..9d6182f3 100644
--- a/jenkins/param-parallel-mtr.yml
+++ b/jenkins/param-parallel-mtr.yml
@@ -138,11 +138,11 @@
- choice:
name: CLOUD
choices:
+ - "auto"
- "Hetzner"
- "AWS"
- "epyc9654"
- - "auto"
- description: "Host provider for Jenkins workers"
+ description: "Host provider for Jenkins workers.
auto - uses Hetzner for x86_64 and aarch64, with AWS fallback for aarch64 when Hetzner ARM capacity is unavailable."
- choice:
name: FULL_MTR
choices:
diff --git a/jenkins/pipeline-parallel-mtr.yml b/jenkins/pipeline-parallel-mtr.yml
index 0027f7b8..6dc0960f 100644
--- a/jenkins/pipeline-parallel-mtr.yml
+++ b/jenkins/pipeline-parallel-mtr.yml
@@ -143,11 +143,11 @@
- choice:
name: CLOUD
choices:
+ - "auto"
- "Hetzner"
- "AWS"
- "epyc9654"
- - "auto"
- description: "Host provider for Jenkins workers. `auto` routes arm64 builds to AWS Graviton when Hetzner ARM (CAX) capacity is unavailable; x86 always stays on Hetzner."
+ description: "Host provider for Jenkins workers.
auto - uses Hetzner for x86_64 and aarch64, with AWS fallback for aarch64 when Hetzner ARM capacity is unavailable."
- choice:
name: FULL_MTR
choices: