Skip to content

Conversation

DanielMicrosoft
Copy link
Contributor

Description

Reverting OOM mitigation steps in this file. We are looking to resolve this issue via a higher powered SKU in the agent pool

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@DanielMicrosoft
Copy link
Contributor Author

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@DanielMicrosoft
Copy link
Contributor Author

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@DanielMicrosoft
Copy link
Contributor Author

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@DanielMicrosoft DanielMicrosoft marked this pull request as ready for review September 23, 2025 23:44
@Copilot Copilot AI review requested due to automatic review settings September 23, 2025 23:44
Copy link
Contributor

@Copilot 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 reverts Out-of-Memory (OOM) mitigation attempts previously added to the test pipeline script. The changes remove Linux-specific memory tuning configurations that were intended to prevent OOM issues on Ubuntu 24.04 agents, with the plan to address the underlying issue through higher-powered SKUs in the agent pool instead.

  • Removes Linux-specific environment variable settings for .NET garbage collection tuning
  • Simplifies the test execution command by inlining build arguments
  • Eliminates conditional logic for Linux agent detection

@VeryEarly VeryEarly merged commit dbc2ca7 into Azure:main Sep 25, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants