From 0a6ecdfe03548bf739f0e4ada9734b33030b10d5 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 4 Apr 2025 09:18:19 -0700 Subject: [PATCH] Switch libraries testing to Ubuntu 22 temporarily Azure Linux has a regression in crypto stack that leads to intermittent hangs. Workaround https://github.com/dotnet/dnceng/issues/5329 --- eng/pipelines/coreclr/templates/helix-queues-setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/coreclr/templates/helix-queues-setup.yml b/eng/pipelines/coreclr/templates/helix-queues-setup.yml index 3e27b328b67fd1..5bb81d8066f15b 100644 --- a/eng/pipelines/coreclr/templates/helix-queues-setup.yml +++ b/eng/pipelines/coreclr/templates/helix-queues-setup.yml @@ -98,9 +98,9 @@ jobs: # Linux x64 - ${{ if eq(parameters.platform, 'linux_x64') }}: - ${{ if eq(variables['System.TeamProject'], 'public') }}: - - azurelinux.3.amd64.open + - Ubuntu.2204.Amd64.Open - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - - azurelinux.3.amd64 + - Ubuntu.2204.Amd64 # OSX arm64 - ${{ if eq(parameters.platform, 'osx_arm64') }}: