Skip to content

Conversation

artl93
Copy link
Member

@artl93 artl93 commented Jul 16, 2025

WIP

@Copilot Copilot AI review requested due to automatic review settings July 16, 2025 00:11
@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 Jul 16, 2025
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 updates the Azure Pipelines configuration for AzureLinux 3 to enable more aggressive testing by adjusting Helix queue configurations. The changes address both a casing inconsistency and add additional test coverage.

  • Fixes casing inconsistency in AzureLinux ARM64 queue configuration
  • Adds native AzureLinux.3.Amd64.Open queue for extra-platforms CoreCLR testing

@@ -61,6 +61,7 @@ jobs:
# CoreCLR path
- ${{ if and(eq(parameters.jobParameters.isExtraPlatformsBuild, true), ne(parameters.jobParameters.testScope, 'outerloop'))}}:
# extra-platforms CoreCLR (inner loop only)
- AzureLinux.3.Amd64.Open
- (Debian.13.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-13-helix-amd64
- (Fedora.42.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-42-helix-amd64
Copy link
Preview

Copilot AI Jul 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent casing: 'open' should be 'Open' to match the pattern used in other queue configurations in this file.

Suggested change
- (Fedora.42.Amd64.Open)AzureLinux.3.Amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-42-helix-amd64
- (Fedora.42.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-42-helix-amd64

Copilot uses AI. Check for mistakes.

@@ -61,6 +61,7 @@ jobs:
# CoreCLR path
- ${{ if and(eq(parameters.jobParameters.isExtraPlatformsBuild, true), ne(parameters.jobParameters.testScope, 'outerloop'))}}:
# extra-platforms CoreCLR (inner loop only)
- AzureLinux.3.Amd64.Open
- (Debian.13.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-13-helix-amd64
- (Fedora.42.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-42-helix-amd64
- (openSUSE.15.6.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.6-helix-amd64
Copy link
Preview

Copilot AI Jul 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent casing: 'open' should be 'Open' to match the pattern used in other queue configurations in this file.

Suggested change
- (openSUSE.15.6.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.6-helix-amd64
- (OpenSUSE.15.6.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.6-helix-amd64

Copilot uses AI. Check for mistakes.

@artl93 artl93 requested a review from richlander July 16, 2025 00:13
@artl93 artl93 changed the title Update AzureLinux 3 configuration to run more aggressively. WIP: Update AzureLinux 3 configuration to run more aggressively. Jul 16, 2025
@artl93 artl93 changed the title WIP: Update AzureLinux 3 configuration to run more aggressively. WIP: Update AzureLinux 3 configuration to run more aggressively Jul 16, 2025
@artl93 artl93 removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jul 16, 2025
@artl93
Copy link
Member Author

artl93 commented Jul 16, 2025

/azp run runtime-libraries-coreclr outerloop-linux

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@artl93
Copy link
Member Author

artl93 commented Jul 16, 2025

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richlander
Copy link
Member

FYI: I also made this. I'm happy to close it.

#117439

@artl93
Copy link
Member Author

artl93 commented Jul 22, 2025

FYI: I also made this. I'm happy to close it.

#117439

Is yours far enough along? I messed up my update (didn't rebase), so I was about to start over.

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