[build] do not create targets for IE for browser tests#17548
Merged
Conversation
Contributor
Review Summary by QodoExclude IE from browser test target generation
WalkthroughsDescription• Exclude IE browser from test target generation across multiple build systems • Create DEFAULT_BROWSERS lists filtering out IE from BROWSERS definitions • Update test suite functions to use DEFAULT_BROWSERS instead of all browsers • Reduce build graph complexity and improve build performance Diagramflowchart LR
A["BROWSERS definitions"] -->|filter out IE| B["DEFAULT_BROWSERS lists"]
B -->|used in| C["Test suite generators"]
C -->|skip IE targets| D["Reduced build graph"]
D -->|faster builds| E["Improved performance"]
File Changes1. dotnet/private/dotnet_nunit_test_suite.bzl
|
Contributor
Code Review by Qodo
1. Default browser may be skipped
|
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.
🔗 Related Issues
This change is what prompted #17546
💥 What does this PR do?
Prevents IE test targets from being generated for browser tests
Results in a marginal improvement in building the graph, memory, cache and binary creation impacts depending on which binding
🔧 Implementation Notes
Didn't delete IE from the lists just added lines to skip them to the places that generate the targets
🤖 AI assistance
💡 Additional Considerations
These are already filtered out of ci-rbe and aren't running