-
Notifications
You must be signed in to change notification settings - Fork 5k
Switch away from AzureLinux host docker testing temporarily #115993
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
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.
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 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
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
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. |
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 |
/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