Move full browser CoreCLR R2R library tests to outer loop - #134357
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 5 pipeline(s). 11 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Preserve extra-platform parameter forwarding and restrict the full lane to intended scheduled or manual pipelines.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (1)
What changed in this PR
Moves full browser CoreCLR ReadyToRun library tests to scheduled and manual pipelines while retaining smoke coverage in default CI.
Changes:
- Runs trimmed R2R smoke tests in the default runtime pipeline.
- Adds full R2R testing to extra-platform and manual pipelines.
- Documents
/azp run runtime-wasm-libtests.
| File | Summary |
|---|---|
eng/pipelines/runtime.yml |
Configures the default R2R smoke lane. |
eng/pipelines/runtime-wasm-libtests.yml |
Enables full R2R tests for manual runs. |
eng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml |
Adds scheduled full R2R execution to extra-platform coverage. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
pavelsavara
approved these changes
Sep 21, 2026
lewing
enabled auto-merge (squash)
September 21, 2026 17:58
akoeplinger
approved these changes
Sep 21, 2026
Member
Author
|
/ba-g pipeline changes did the right thing |
29 tasks
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.

Summary
Follow up #133656 by moving the full trimmed browser CoreCLR ReadyToRun library-test lane out of the default
runtimepipeline and into the scheduledruntime-extra-platformspipeline.Run trimmed CoreCLR ReadyToRun smoke tests in normal PR/default CI via
RunSmokeTestsOnly, targeting approximately 45 minutes of build time.Keep the full test selection in the scheduled outer loop; the prior full build took 3h09m after parallelization.
Preserve an explicit manual full run through this PR comment command:
Validation
git diff --checkNote
This pull request and its description were created with GitHub Copilot assistance.