From 5a39eafef1f5a2492a0651123c6b3559d09023f3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Mon, 8 Jun 2026 11:40:22 +0200 Subject: [PATCH] PS-10414: Set `CLOUD=auto` as default --- jenkins/param-parallel-mtr.yml | 4 ++-- jenkins/pipeline-parallel-mtr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: