Skip to content

Commit e1cd060

Browse files
authored
Switch libraries testing to Ubuntu 22 temporarily (#114268)
Azure Linux has a regression in crypto stack that leads to intermittent hangs. Workaround dotnet/dnceng#5329
1 parent 5b1ffb8 commit e1cd060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ jobs:
9898
# Linux x64
9999
- ${{ if eq(parameters.platform, 'linux_x64') }}:
100100
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
101-
- azurelinux.3.amd64.open
101+
- Ubuntu.2204.Amd64.Open
102102
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
103-
- azurelinux.3.amd64
103+
- Ubuntu.2204.Amd64
104104

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

0 commit comments

Comments
 (0)