Skip to content

Add a CiYaml flag (unused in prod) that changes non-ToT post-submit filtering#4730

Merged
auto-submit[bot] merged 1 commit into
flutter:mainfrom
matanlurey:flag-existence-proof
May 28, 2025
Merged

Add a CiYaml flag (unused in prod) that changes non-ToT post-submit filtering#4730
auto-submit[bot] merged 1 commit into
flutter:mainfrom
matanlurey:flag-existence-proof

Conversation

@matanlurey
Copy link
Copy Markdown
Contributor

Towards flutter/flutter#169625.

The next step would be adding this to DynamicConfig, and having CiYamlFetcher use it.

@matanlurey matanlurey requested a review from jtmcdole May 28, 2025 21:57
@matanlurey matanlurey changed the title Add a flag to CiYaml (unused in prod) that changes non-ToT post-submit filtering Add a CiYaml flag (unused in prod) that changes non-ToT post-submit filtering May 28, 2025
.toList() ??
<String>[];
final totTargets = totConfig?._targets ?? const [];
_totTargetNames = List.unmodifiable(totTargets.map((t) => t.name));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

super nit: [for (final t in totTargets) t.name]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This would create a List only to have the List immediately re-Listed :)

@matanlurey matanlurey added the autosubmit Merge PR when tree becomes green via auto submit App. label May 28, 2025
@auto-submit auto-submit Bot merged commit eaebdba into flutter:main May 28, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants