Skip to content

Conversation

@richlander
Copy link
Member

  • Switch remaining x64 helix queues to Azure Linux 3.
  • Reordered the long list of configs to be VM first, then container, all alpha ordered.
  • We do not have any Arm64 Azure Linux 3 VMs and should change that.
  • Not changing/adding any raw VM usage at this time.
  • Need to run outerloop tests for this PR (the changes are in outerloop config)
  • Related: Revert "Switch libraries testing to Ubuntu 22 temporarily" #115312

Copilot AI review requested due to automatic review settings May 7, 2025 22:40
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label May 7, 2025
Copy link
Contributor

Copilot AI left a 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 remaining x64 Helix queues to use Azure Linux 3 and reorders the configuration list.

  • Replaces Ubuntu-based queue references with azurelinux.3 in multiple configurations.
  • Updates image references for CentOS, Fedora, Ubuntu, and Debian queues accordingly.
Comments suppressed due to low confidence (1)

eng/pipelines/libraries/helix-queues-setup.yml:61

  • [nitpick] There is an inconsistency in the casing between the original 'AzureLinux.3.0.Amd64.Open' and the updated 'azurelinux.3.Amd64.open'. Consider using consistent capitalization throughout for clarity.
- (AzureLinux.3.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64

@richlander
Copy link
Member Author

/azp run runtime-libraries-coreclr outerloop-linux

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkotas jkotas added area-Infrastructure and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels May 8, 2025
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

@richlander
Copy link
Member Author

richlander commented May 8, 2025

Failures like the following seem like a machine configuration issue. There are many of them.

    System.Net.Sockets.Tests.SendPacketsAsync.SendPacketsElement_FileStreamLargeCount_Throws [FAIL]
      System.IO.IOException : No file descriptors available : '/tmp/ropucomr.mjl_.ctor_39'
      Stack Trace:
        <exception thrown while retrieving exception stack trace: Exception of type 'System.OutOfMemoryException' was thrown.>
    System.Net.Sockets.Tests.SendPacketsAsync.Disposed_Throw [FAIL]
      System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was thrown.
      Stack Trace:
        <exception thrown while retrieving exception stack trace: Exception of type 'System.OutOfMemoryException' was thrown.>

@ilyas1974 -- can you run ulimit -a on the Ubuntu 22.04 and Azure Linux 3 VMs? We need to see what the difference is. I doubt the test code is at issue. Or how do I do this myself?

@ilyas1974
Copy link

Will see what I can do about getting you this information later today. Here are the instructions for self-service: https://dev.azure.com/dnceng/internal/_wiki/wikis/DNCEng%20Services%20Wiki/915/Investigating-Helix-VM-images

@ilyas1974
Copy link

Azure Linux 3

real-time non-blocking time (microseconds, -R) unlimited
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 31700
max locked memory (kbytes, -l) 8192
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 31700
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

Ubuntu 22.04

real-time non-blocking time (microseconds, -R) unlimited
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 31733
max locked memory (kbytes, -l) 1016148
max memory size (kbytes, -m) unlimited
open files (-n) 16384
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 31733
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

@richlander
Copy link
Member Author

Thanks! Looks like -n is the problem. It is the difference I was expecting. We need to set that to the same value as Ubuntu. Does the Ubuntu VM just come that way or do we set it some way?

@ilyas1974
Copy link

This is the way the system comes to us. While we install software on systems - based on our customer's needs, we don't make any changes to the OS.

@akoeplinger
Copy link
Member

akoeplinger commented May 8, 2025

@richlander
Copy link
Member Author

Nice find. We need that same change for Azure Linux (or any other VM host we use).

Can that happen for the next roll-out? If not, we're going to need an off-cycle deployment.

@richlander richlander closed this May 14, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jun 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants