Uh oh!
There was an error while loading. Please reload this page.
Switch away from AzureLinux host docker testing temporarily - #115993
Conversation
containerd on the host has a default 1024 NOFILE limit, which is not enough for our testing. Switch to Ubuntu host testing until the changes that increase this limit are rolled out.
There was a problem hiding this comment.
Pull Request Overview
This PR temporarily switches the host Docker images for musl-based Linux testing queues from AzureLinux to Ubuntu due to NOFILE limit constraints.
- Replaces the public Alpine x64 helix queue host from AzureLinux to Ubuntu.2204
- Replaces the internal Alpine x64 helix queue host from AzureLinux to Ubuntu.2204
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jakobbotsch
commented
May 26, 2025
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jkotas
commented
May 26, 2025
cc @richlander |
Responded here: dotnet/dnceng#5728 (comment) Looks like we are running into: systemd/systemd#25478. I assume we do something special for this on Ubuntu. |
jakobbotsch
commented
May 27, 2025
Yes, containerd in ubuntu is configured with in its systemd configuration. Azure Linux 3 does not come with any such overrides. |
Tagging subscribers to this area: @hoyosjs |
jakobbotsch
commented
May 27, 2025
/ba-g Issue is #116014 |
…otnet#115993)" This reverts commit 2486c13. The limits were increased and the changes have been deployed.
containerd on the host has a default 1024 NOFILE limit, which is not enough for our testing. Switch to Ubuntu host testing until the changes that increase this limit are rolled out.
Tracked by dotnet/dnceng#5728 (PR is open internally)
Fix#115640