Skip to content
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

Add list of test targets #4464

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from
Draft

Add list of test targets #4464

wants to merge 28 commits into from

Conversation

oxve
Copy link
Contributor

@oxve oxve commented Nov 21, 2024

Add script that calculates test targets based on gn deps

b/382508397

@oxve oxve requested a review from a team as a code owner December 26, 2024 19:31
@oxve oxve force-pushed the test-targets branch 14 times, most recently from c1d9cdd to bd323d4 Compare December 27, 2024 22:05
@oxve oxve marked this pull request as draft December 30, 2024 18:33

import networkx as nx

_UNRELATED_TARGETS_PACKAGES = {'components', 'third_party', 'ui'}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What effect does this have ? E.g. what happens if things get added here ?

Maybe leave a comment

Also technically that maybe should be a set, not a dictionary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants