Skip to content
Merged
Show file tree
Hide file tree
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/param-parallel-mtr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.<BR><B>auto</B> - uses Hetzner for x86_64 and aarch64, with AWS fallback for aarch64 when Hetzner ARM capacity is unavailable."
- choice:
name: FULL_MTR
choices:
Expand Down
4 changes: 2 additions & 2 deletions jenkins/pipeline-parallel-mtr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.<BR><B>auto</B> - uses Hetzner for x86_64 and aarch64, with AWS fallback for aarch64 when Hetzner ARM capacity is unavailable."
- choice:
name: FULL_MTR
choices:
Expand Down