Uh oh!
There was an error while loading. Please reload this page.
[release/8.0] Remove all PGO assets except for the runtime PGO archive. - #92735
Conversation
ghost
commented
Sep 27, 2023
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.
approved. please get a code review. let's treat this as tell mode and this can be merged when ready
8a3f1d3 to
effd46bComparejkoritzinsky
commented
Sep 27, 2023
Retargeted to RC2 as requested by @steveisok |
ericstj
commented
Sep 27, 2023
Aren't we done with RC2? |
jkoritzinsky
commented
Sep 27, 2023
Based on the discussion in the tactics chat, I'll retarget back to release/8.0. |
effd46b to
8a3f1d3Comparejkoritzinsky
commented
Sep 27, 2023
/azp run dotnet-linker-tests,runtime,runtime-dev-innerloop |
|
Azure Pipelines successfully started running 3 pipeline(s). |
carlossanlop
commented
Sep 27, 2023
@jkoritzinsky@steveisok just to confirm -
|
carlossanlop
commented
Sep 27, 2023
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.