-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Enable linux-x64 for TechEmpower SPMI scenarios #123742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @dotnet/jit-contrib |
|
/azp run runtime-coreclr superpmi-collect-test |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-coreclr superpmi-collect-test |
|
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Enables running the crank-based TechEmpower (aspnet2) SuperPMI collection on linux-x64 by redirecting NuGet caches away from $HOME to avoid OS disk exhaustion.
Changes:
- Redirect NuGet cache/package locations to the scenario working directory in the aspnet2 crank runner.
- Simplify the generated
localhost.ymlendpoints for the crank Localhost profile. - Enable
linux_x64for the aspnet2 collection job in the SuperPMI collect pipeline template.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/coreclr/scripts/superpmi_aspnet2.py |
Moves NuGet caches/packages into the work directory and simplifies Localhost profile endpoint generation. |
eng/pipelines/coreclr/templates/superpmi-collect-pipeline.yml |
Enables linux_x64 for aspnet2 collection, but also removes many other SuperPMI collection matrices from the shared template. |
Comments suppressed due to low confidence (1)
eng/pipelines/coreclr/templates/superpmi-collect-pipeline.yml:262
- This change removes all the previously-defined SuperPMI collection matrices (libraries pmi/crossgen2/run/run_pgo, realworld/benchmarks, nativeaot, and libraries test-run collections). Since both
eng/pipelines/coreclr/superpmi-collect.ymlandsuperpmi-collect-test.ymlextend this template, they will now only run the aspnet2 collection, which looks like a significant behavior change unrelated to enabling linux_x64. If the removal isn’t intentional, restore the deleted job matrices (or move them to a different template and keep this one aspnet2-specific).
#
# Collection of aspnet/TechEmpower benchmarks (crank-based): aspnet2
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
|
/azp run runtime-coreclr superpmi-collect-test |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This scenario was failing on Linux-x64 due to "ran out of disk space". Apparently that was nuget stuff in $HOME (OS disk).