Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jenkins/pipeline-57-parallel-mtr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down