From cd209bf1ea23bb789aeacd62dc6db72b59e73047 Mon Sep 17 00:00:00 2001 From: Anderson Nogueira Date: Thu, 28 May 2026 14:53:05 +0000 Subject: [PATCH] feat(pipeline-57-parallel-mtr): flip CLOUD default to auto for ps57 leaves (PS-11179 PR B) - Reorder choices so 'auto' is first (JJB makes first choice the default). - Rolls the resolveArmWorker routing to the 3 ps57 MTR jobs. Land after the predecessor PR 518 merges and the canary on ps57 passes. --- jenkins/pipeline-57-parallel-mtr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/pipeline-57-parallel-mtr.yml b/jenkins/pipeline-57-parallel-mtr.yml index 889e3b9f..a59e9b0f 100644 --- a/jenkins/pipeline-57-parallel-mtr.yml +++ b/jenkins/pipeline-57-parallel-mtr.yml @@ -131,11 +131,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` routes arm64 builds to AWS Graviton when Hetzner ARM (CAX) capacity is unavailable; x86 always stays on Hetzner. Explicit `Hetzner`/`AWS`/`epyc9654` skip the fallback." - choice: name: FULL_MTR choices: