-
Notifications
You must be signed in to change notification settings - Fork 5k
Update Linux versions in Libraries pipeline #115756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Linux container image references in the Libraries pipeline configuration to use the new AzureLinux.3 versions instead of the previous Ubuntu.2204 images.
- Updated image references for the Alpine musl x64 platforms
- Updated image references for the Linux x64 platforms
Co-authored-by: Copilot <[email protected]>
/azp run runtime-libraries-coreclr outerloop-linux |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
I need some help with this failure on Alpine 3.21 using an Azure Linux VM. It is the only failure I see w/Azure Linux at this point. System.Net.Sockets.Tests.NoParallelSelectTests.Select_LargeNumber_Succcess [SKIP]
Unable to open large count number of socket
Out of memory.
./RunTests.sh: line 178: 35 Aborted (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Net.Sockets.Tests.runtimeconfig.json --depsfile System.Net.Sockets.Tests.deps.json xunit.console.dll System.Net.Sockets.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/root/helix/work/workitem/e The same tests ran yesterday on an Ubuntu VM w/o issue: #115590. |
I'll take a look |
It is probably OS defaults. AZLinux tends to fiddle with them and make them more conservative. It would be interesting to see |
It is actually the opposite, that Azure Linux wasn't configured. |
I setup a new VM using our Azure Linux image. rlander@rlander001 [ ~ ]$ cat /etc/os-release | head -n 1
NAME="Microsoft Azure Linux"
rlander@rlander001 [ ~ ]$ uname -a
Linux rlander001 6.6.85.1-2.azl3 #1 SMP PREEMPT_DYNAMIC Tue Apr 29 22:06:29 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
rlander@rlander001 [ ~ ]$ ulimit -f
unlimited |
No description provided.