-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[release/8.0] Add Native AOT Pri0 test leg #91373
Conversation
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsBackport of #89421 to release/8.0 Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
There are runtime-extra-platforms NativeAOT failures. Is any of them related to this, @MichalStrehovsky ? |
No, these are |
Oh, exit code 137 is OOM kill |
Should I wait for a fix to get included, or is this good to merge, @agocke? |
Good to merge, this is a preexisting issue |
Backport of #89421 to release/8.0
/cc @MichalStrehovsky
Customer Impact
Adds an extra test leg so that we can ensure higher quality of the release.
Testing
Test only change.
Risk
Makes the CI infrastructure more busy.
IMPORTANT: If this backport is for a servicing release, please verify that:
The PR target branch is
release/X.0-staging
, notrelease/X.0
.If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.