flutter/dev/devicelab/lib/tasks
Jonah Williams a4c2075a45
[devicelab] reduce iterations, uninstall at end, and use --application-binary in all startup tests (#68516)
These devicelab tests are incredibly flaky. Currently they will build & install the same application 15 times. This causes the temp storage to fill up on android, and has a good chance of flaking on iOS due to install issues.

The change from 3 to 15 increased total test time for 2 -> 12 minutes on iOS, or roughly 5 more test equivalents for every single iOS test. Reduce the iteration count back to 5

Uninstall the app after each run so temp storage does not fill up.
2020-10-19 14:16:04 -07:00
..
analysis.dart Refactor devicelab logic to use TaskResult instead of JSON (#67550) 2020-10-07 16:37:09 -07:00
gallery.dart [flutter_tools] reland: --no-android-gradle-daemon in devicelab (#68491) 2020-10-19 10:27:58 -07:00
hot_mode_tests.dart [flutter_tools] reland: --no-android-gradle-daemon in devicelab (#68491) 2020-10-19 10:27:58 -07:00
integration_tests.dart [devicelab] migrate defines test to DriverTest (#68407) 2020-10-19 12:28:43 -07:00
microbenchmarks.dart reland List queue search optimization (#68214) 2020-10-15 13:46:50 -07:00
new_gallery.dart Refactor devicelab logic to use TaskResult instead of JSON (#67550) 2020-10-07 16:37:09 -07:00
perf_tests.dart [devicelab] reduce iterations, uninstall at end, and use --application-binary in all startup tests (#68516) 2020-10-19 14:16:04 -07:00
plugin_tests.dart Refactor devicelab logic to use TaskResult instead of JSON (#67550) 2020-10-07 16:37:09 -07:00
track_widget_creation_enabled_task.dart [flutter_tools] reland: --no-android-gradle-daemon in devicelab (#68491) 2020-10-19 10:27:58 -07:00
web_benchmarks.dart Refactor devicelab logic to use TaskResult instead of JSON (#67550) 2020-10-07 16:37:09 -07:00
web_dev_mode_tests.dart Refactor devicelab logic to use TaskResult instead of JSON (#67550) 2020-10-07 16:37:09 -07:00