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

Frontend support for firestore migration #3666

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

Conversation

keyonghan
Copy link
Contributor

No description provided.

@keyonghan keyonghan marked this pull request as draft April 16, 2024 23:08
Comment on lines +14 to +25
/// This is a side effect after deprecating `stage` field from Task model. A
/// more generic way to detect dart internal targets may be preferred.
const Set<String> dartInternalTasks = <String>{
'Linux engine_release_builder',
'Linux flutter_release',
'Linux flutter_release_builder',
'Linux packaging_release_builder',
'Mac engine_release_builder',
'Mac packaging_release_builder',
'Windows engine_release_builder',
'Windows packaging_release_builder',
};
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@godofredoc Do we expect to have more dart internal tasks? I have been thinking about whether it deserves the effort to add a new Task field to identify these targets, similar to the old stage. If these targets are relatively steady, then a list like this may be enough. Or is there a pattern I can use here to determine whether a target is from dart-internal? like *flutter_release*/*engine_release*/*packaging_release*?

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