Skip to content

Commit 82c916f

Browse files
authored
Switch to Azure Linux queues (#112024)
1 parent 12e176d commit 82c916f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/pipelines/coreclr/templates/helix-queues-setup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
# Linux musl x64
7878
- ${{ if eq(parameters.platform, 'linux_musl_x64') }}:
7979
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
80-
- (Alpine.321.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
80+
- (Alpine.321.Amd64.Open)azurelinux.3.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
8181
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
82-
- (Alpine.321.Amd64)Ubuntu.2204.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
82+
- (Alpine.321.Amd64)azurelinux.3.amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
8383

8484
# Linux musl arm32
8585
- ${{ if eq(parameters.platform, 'linux_musl_arm') }}:
@@ -98,9 +98,9 @@ jobs:
9898
# Linux x64
9999
- ${{ if eq(parameters.platform, 'linux_x64') }}:
100100
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
101-
- Ubuntu.2204.Amd64.Open
101+
- azurelinux.3.amd64.open
102102
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
103-
- Ubuntu.2204.Amd64
103+
- azurelinux.3.amd64
104104

105105
# OSX arm64
106106
- ${{ if eq(parameters.platform, 'osx_arm64') }}:

0 commit comments

Comments
 (0)