-
Notifications
You must be signed in to change notification settings - Fork 126
Enable DevTools tests #430
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
Conversation
Piinks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one thing we could try is to run the analyze.sh script in a different test registry entry
This is a great idea. Can we do this?
Piinks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thank you!
Piinks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Devtools tests immediately failed after being re-enabled here. Reverting to fix the flutter/flutter build. |
Do you have a link to the failure? |
Reverts flutter#431 to re-land flutter#430
Re-enables DevTools tests after the changes were made in flutter/devtools#8552 to reduce the number of tests running on each flutter commit.
Timing breakdown:
flutter packages get&&dart fix --apply- standard for all flutter customer tests)dart analyzeover DevTools code - also standard practice for flutter customer tests)If this is still too long, one thing we could try is to run the
analyze.shscript in a different test registry entry. The shard containing the DevTools test (linux shard 1) is still faster than linux shard 2, so reducing the time further may not be necessary since it will not improve the overall speed of the flutter customer test.EDIT: the analysis of the DevTools codebase was moved into its own registry entry to speed up performance.