-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[release/8.0] Remove all PGO assets except for the runtime PGO archive. #92735
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
Conversation
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsBackport of #92668 to release/8.0 /cc @jkoritzinsky Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
jeffschwMSFT
left a comment
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.
approved. please get a code review. let's treat this as tell mode and this can be merged when ready
8a3f1d3 to
effd46b
Compare
|
Retargeted to RC2 as requested by @steveisok |
|
Aren't we done with RC2? |
|
Based on the discussion in the tactics chat, I'll retarget back to release/8.0. |
effd46b to
8a3f1d3
Compare
|
/azp run dotnet-linker-tests,runtime,runtime-dev-innerloop |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@jkoritzinsky @steveisok just to confirm -
|
|
Got confirmation via chat from @steveisok . Merging now. |
Backport of #92668 to release/8.0
/cc @jkoritzinsky
Customer Impact
Infrastructure-only change to not produce assets that we don't use from our PGO build legs.
We were producing assets in our PGO legs that we don't actually use (and that were overwriting each other and other legs outputs).
Testing
Local validation
Risk
Low risk.