Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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 eng/pipelines/helix-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ variables:
value: (Fedora.42.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-42-helix-amd64

# openSUSE x64
# Latest: 15.6
# Latest: 16.0
- name: helix_linux_x64_opensuse_latest
value: (openSUSE.15.6.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.6-helix-amd64
value: (openSUSE.16.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-16.0-helix-amd64

# Oldest: 15.5
- name: helix_linux_x64_opensuse_oldest
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# extra-platforms CoreCLR (inner loop only)
- (Debian.13.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-13-helix-amd64
- (Fedora.43.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-43-helix-amd64
- (openSUSE.15.6.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.6-helix-amd64
- (openSUSE.16.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-16.0-helix-amd64
- (Ubuntu.2604.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-26.04-helix-amd64

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