Enable linux_arm64 coreclr build for SVE perf benchmarks.#125719
Merged
ilonatommy merged 1 commit intodotnet:mainfrom Mar 18, 2026
Merged
Enable linux_arm64 coreclr build for SVE perf benchmarks.#125719ilonatommy merged 1 commit intodotnet:mainfrom
ilonatommy merged 1 commit intodotnet:mainfrom
Conversation
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Pull request overview
Enables CoreCLR + libraries performance build jobs to also run for Linux arm64, expanding the perf pipeline’s build matrix to produce arm64 artifacts alongside existing x64 and Windows builds.
Changes:
- Pass
linux_arm64: trueinto theperf-coreclr-build-jobs.ymltemplate fromperf-build-jobs.yml.
You can also share your feedback on Copilot code review. Take the survey.
pavelsavara
approved these changes
Mar 18, 2026
Member
Author
|
The original problem is fixed, there are still infra issues that cause timeouts but do not look related. Merging. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The cobaltSveMicro job added in dotnet/performance#5127 targets
linux_arm64onperfcobalt, which generates a dependency on thebuild_linux_arm64_release_coreclrjob. This job was never created becauselinux_arm64was not enabled inperf-build-jobs.yml, causing alldotnet-runtime-perfpipeline builds to fail with a YAML validation error since https://dev.azure.com/dnceng/internal/_build/results?buildId=2929255&view=results.Run with this change: https://dev.azure.com/dnceng/internal/_build/results?buildId=2929520&view=results.
When it finishes, we have to trigger
dotnet-performance-infrawith Azure Batch task that processes the new data. That should show the results in history index for coreclr.