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

Clean up Frontend task stages #3685

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

Conversation

keyonghan
Copy link
Contributor

@keyonghan keyonghan commented Apr 23, 2024

It has been a technical debt to support Task stages in both dashboard and backend: we used to support cirrus, travis, chrome, google, LUCI, cocoon as stages. Over past years, we have been refactoring everything in LUCI, and there is no need to maintain stages.

Now the only stage tasks we support is dart-internal ones, which are still LUCI though. To distinguish these tests, we reuse the concept of stage, but this PR simplifies corresponding logics.

This PR prepares for Frontend switch over to Firestore, which doesn't support stage any more.

Part of flutter/flutter#142951

@keyonghan
Copy link
Contributor Author

This also fixes: flutter/flutter#145549

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