Re-enable crossgen2 composite R2R benchmark scenarios - #2188
Draft
DrewScoggins with Copilot wants to merge 2 commits into
Draft
Re-enable crossgen2 composite R2R benchmark scenarios#2188DrewScoggins with Copilot wants to merge 2 commits into
DrewScoggins with Copilot wants to merge 2 commits into
Conversation
Copilot
AI
changed the title
[WIP] Re-enable Crossgen2 Json CG2 composite job after fixing codegen failure
Re-enable crossgen2 composite R2R benchmark scenarios
Jul 28, 2026
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.
Reverts the disablements from #2177 and #2180. The root cause — composite R2R token corruption for devirtualized async-variant callees — was fixed in dotnet/runtime#129053 (merged 2026-06-06) and has now flowed into the .NET 11 SDK on the benchmark agents.
Re-enabled scenarios
build/crossgen2-scenarios.yml—CG2 compositeprofile:condition: 'false'→'true', remove disable comment. (CG2 composite avx2stays disabled; unrelated avx2/popcnt hardware limitation.)build/singlefile-scenarios.yml—Single-file,Trimmed,R2RComposite-Windows,R2RComposite-Linux: restore tocondition: 'true', remove disable comments.build/nativeaot-scenarios.yml— GoldilocksTrim R2R SingleFilejobs (Stage 1, Stage 2, gRPC Stage 1): restore tocondition: 'true', remove disable comments.