-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Migrate Linux android gallery e2e
and hybrid
tests to build+test
#110533
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
e2e
and hybrid
tests to build+test
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.
Given that the recipe hit a bug today, I'd rather hold on this until the one benchmark that is currently under build_test can successfully be promoted out of bringup.
Target |
@keyonghan Since the build_test changes started landing, it looks like we haven't been getting Could you please take a look? |
Thanks @zanderso for catching this. I validated the metrics when it ran in staging, but missed it when moved to prod. Working on a patch. |
Now the target |
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.
There are a bunch of unrelated formatting changes in this PR that don't seem to be in alignment with the style guide. I'd suggest backing those out.
dev/devicelab/lib/tasks/gallery.dart
Outdated
testFile: semanticsEnabled | ||
? 'transitions_perf_e2e_with_semantics' | ||
: 'transitions_perf_e2e', | ||
testFile: semanticsEnabled ? 'transitions_perf_e2e_with_semantics' : 'transitions_perf_e2e', |
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.
Why did the formatting change here?
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.
I guess I formatted locally with 120 length.. Restored back.
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.
The flutter/flutter
repo doesn't use the Dart formatter for formatting, so you might want to make sure you have it turned off in your IDE when working there.
e9a1897
to
7f0242f
Compare
Part of #103542.
This migrates
flutter_gallery__transition_perf_hybrid
andflutter_gallery__transition_perf_e2e
to build+test model. Validated via led, but marking asbringup: true
to initiate in CI.