Consolidate CoreCLR pipeline platform matrices and migrate NativeAOT to ARM64 macOS#124358
Merged
Consolidate CoreCLR pipeline platform matrices and migrate NativeAOT to ARM64 macOS#124358
Conversation
…ad of osx_x64 Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update NativeAOT release build to use osx_arm64
Update NativeAOT release builds to use osx_arm64 instead of osx_x64
Feb 12, 2026
Contributor
|
Tagging subscribers to this area: @agocke, @dotnet/ilc-contrib |
Member
|
@steveisok this might take some load of x64 and reduce queue load |
Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
Copilot
AI
changed the title
Update NativeAOT release builds to use osx_arm64 instead of osx_x64
Consolidate CoreCLR pipeline platform matrices and migrate NativeAOT to ARM64 macOS
Feb 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR optimizes CoreCLR pipeline configurations by migrating NativeAOT builds to ARM64 macOS infrastructure and eliminating duplicate platform matrix entries for test execution.
Changes:
- Migrated NativeAOT Release builds from
osx_x64toosx_arm64, aligning with newer NativeAOT_Libraries configuration that already uses ARM64 macOS - Consolidated duplicate CoreCLR test execution entries by merging identical
run-test-job.ymlconfigurations, addingosx_x64to the existing multi-platform list
MichalStrehovsky
approved these changes
Feb 13, 2026
jkoritzinsky
approved these changes
Feb 13, 2026
richlander
pushed a commit
to richlander/runtime
that referenced
this pull request
Feb 14, 2026
…to ARM64 macOS (dotnet#124358) ## Description Two platform matrix optimizations in `eng/pipelines/runtime.yml`: 1. **NativeAOT Release builds**: Migrated from `osx_x64` to `osx_arm64` to align with ARM64 macOS infrastructure 2. **CoreCLR Test executions**: Consolidated duplicate platform-matrix entries that differed only in platforms list ## Changes - **Line 649**: Changed NativeAOT Release matrix from `osx_x64` → `osx_arm64` - **Lines 1617-1658**: Merged two identical `run-test-job.yml` entries (buildConfig: checked) by moving `osx_x64` into existing multi-platform list, eliminating 20-line duplicate entry Both changes preserve all other parameters (helixQueueGroup, conditions, artifact names, etc.) while reducing configuration redundancy. <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > Update the NativeAOT release build and smoke tests platform matrix in `eng/pipelines/runtime.yml` to run on `osx_arm64` instead of `osx_x64`, keeping the platform list order the same (i.e., replace the existing `- osx_x64` entry in-place with `- osx_arm64`). > > File to change: > - `eng/pipelines/runtime.yml` > > Target commit context: > - The user referenced the file at commit `5cefb54c42359d93383548cbc27e00930e868527`. > > Specific location: > - In the `CoreCLR NativeAOT release build and smoke tests` `platform-matrix.yml` entry with `nameSuffix: NativeAOT` and `buildConfig: Release`, update `platforms:` list from including `osx_x64` to `osx_arm64`. > > Acceptance criteria: > - `osx_x64` is no longer listed in that NativeAOT Release matrix. > - `osx_arm64` is listed in the same position where `osx_x64` previously appeared. > - No other platform lists or jobs are modified. > - CI configuration remains valid YAML. > </details> <!-- START COPILOT CODING AGENT SUFFIX --> *This pull request was created from Copilot chat.* > <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
iremyux
pushed a commit
to iremyux/dotnet-runtime
that referenced
this pull request
Mar 2, 2026
…to ARM64 macOS (dotnet#124358) ## Description Two platform matrix optimizations in `eng/pipelines/runtime.yml`: 1. **NativeAOT Release builds**: Migrated from `osx_x64` to `osx_arm64` to align with ARM64 macOS infrastructure 2. **CoreCLR Test executions**: Consolidated duplicate platform-matrix entries that differed only in platforms list ## Changes - **Line 649**: Changed NativeAOT Release matrix from `osx_x64` → `osx_arm64` - **Lines 1617-1658**: Merged two identical `run-test-job.yml` entries (buildConfig: checked) by moving `osx_x64` into existing multi-platform list, eliminating 20-line duplicate entry Both changes preserve all other parameters (helixQueueGroup, conditions, artifact names, etc.) while reducing configuration redundancy. <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > Update the NativeAOT release build and smoke tests platform matrix in `eng/pipelines/runtime.yml` to run on `osx_arm64` instead of `osx_x64`, keeping the platform list order the same (i.e., replace the existing `- osx_x64` entry in-place with `- osx_arm64`). > > File to change: > - `eng/pipelines/runtime.yml` > > Target commit context: > - The user referenced the file at commit `5cefb54c42359d93383548cbc27e00930e868527`. > > Specific location: > - In the `CoreCLR NativeAOT release build and smoke tests` `platform-matrix.yml` entry with `nameSuffix: NativeAOT` and `buildConfig: Release`, update `platforms:` list from including `osx_x64` to `osx_arm64`. > > Acceptance criteria: > - `osx_x64` is no longer listed in that NativeAOT Release matrix. > - `osx_arm64` is listed in the same position where `osx_x64` previously appeared. > - No other platform lists or jobs are modified. > - CI configuration remains valid YAML. > </details> <!-- START COPILOT CODING AGENT SUFFIX --> *This pull request was created from Copilot chat.* > <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: agocke <515774+agocke@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Two platform matrix optimizations in
eng/pipelines/runtime.yml:osx_x64toosx_arm64to align with ARM64 macOS infrastructureChanges
osx_x64→osx_arm64run-test-job.ymlentries (buildConfig: checked) by movingosx_x64into existing multi-platform list, eliminating 20-line duplicate entryBoth changes preserve all other parameters (helixQueueGroup, conditions, artifact names, etc.) while reducing configuration redundancy.
Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.