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
8 changes: 4 additions & 4 deletions eng/pipelines/helix-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ variables:
value: Ubuntu.2204.Amd64

# Ubuntu x64
# Latest: 25.10
# Latest: 26.04
- name: helix_linux_x64_ubuntu_latest
value: (Ubuntu.2510.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-25.10-helix-amd64
value: (Ubuntu.2604.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-26.04-helix-amd64

# Oldest: 22.04
- name: helix_linux_x64_ubuntu_oldest
Expand Down Expand Up @@ -181,9 +181,9 @@ variables:
value: (Debian.12.Arm32)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm32v7

# Linux ARM64
# Latest: Ubuntu 25.10
# Latest: Ubuntu 26.04
- name: helix_linux_arm64_latest
value: (Ubuntu.2510.ArmArch.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-25.10-helix-arm64v8
value: (Ubuntu.2604.ArmArch.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-26.04-helix-arm64v8

# Oldest: Ubuntu 22.04
- name: helix_linux_arm64_oldest
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/installer/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Linux arm64
- ${{ if eq(parameters.platform, 'linux_arm64') }}:
- (Ubuntu.2510.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-25.10-helix-arm64v8
- (Ubuntu.2604.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-26.04-helix-arm64v8

# Linux musl x64
- ${{ if eq(parameters.platform, 'linux_musl_x64') }}:
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Linux arm64
- ${{ if eq(parameters.platform, 'linux_arm64') }}:
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
- (Ubuntu.2510.ArmArch.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-25.10-helix-arm64v8
- (Ubuntu.2604.ArmArch.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-26.04-helix-arm64v8
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
- (AzureLinux.3.0.ArmArch.Open)[email protected]/dotnet-buildtools/prereqs:azurelinux-3.0-helix-arm64v8

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- (Debian.13.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-13-helix-amd64
- (Fedora.42.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-42-helix-amd64
- (openSUSE.15.6.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.6-helix-amd64
- (Ubuntu.2510.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-25.10-helix-amd64
- (Ubuntu.2604.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-26.04-helix-amd64

- ${{ if eq(parameters.jobParameters.testScope, 'outerloop') }}:
# outerloop only CoreCLR
Expand Down
Loading