Commit Graph

64 Commits

Author SHA1 Message Date
Yegor
99d49edc32 remove web e2e and smoke test builders (#82292) 2021-05-11 15:08:16 -07:00
Casey Hillers
191c75d4cf Fix mac_plugin_test task name in try_builders (#82160) 2021-05-10 17:39:03 -07:00
Zachary Anderson
c7c67e19af Revert "Disable temporarily validate_scheduler config. (#82073)" (#82156)
This reverts commit 411eeb4155.
2021-05-10 08:55:46 -07:00
godofredoc
411eeb4155 Disable temporarily validate_scheduler config. (#82073) 2021-05-08 23:34:01 -07:00
Todd Volkert
14d5eab43c Temporarily disable win_build_tests_2_3 (#81955)
For #81837
2021-05-05 21:51:53 -07:00
Michael Goderbauer
41d0e1a95d Add a fifth tool_integration_tests shard on Windows (#81400) 2021-04-28 13:38:20 -07:00
Jenn Magder
e2166f8b3e Mark dart_plugin_registry_test not flaky (#81346) 2021-04-27 18:44:02 -07:00
Ian Hickson
4ff17343b2 Add skp_generator shard to LUCI config (#81096) 2021-04-26 12:14:39 -07:00
Jenn Magder
a0abf4109c Add fourth tool integration subshard (#80460) 2021-04-14 16:51:16 -07:00
Jenn Magder
ed5b8febf2 Move gradle_non_android_plugin_test from its own test builders into tools integration.shard (#80161) 2021-04-13 13:53:50 -07:00
Jenn Magder
2d688804f6 Reduce number of project creates in gradle_plugin_*_apk_tests (#80171) 2021-04-12 12:40:02 -07:00
Jenn Magder
645432ac41 Mark mac_gradle_plugin_light_apk_test flaky (#80163) 2021-04-09 16:32:11 -07:00
godofredoc
91ed4b2082 Disable gradle_plugin_light_apk_test. (#80072) 2021-04-08 13:06:21 -07:00
Christopher Fujino
0e5a3bd28c add new try/prod builders for validate_ci_config (#79913) 2021-04-07 14:34:02 -07:00
Zachary Anderson
5efc7169eb Reverts "Implement dartPluginClass support for plugins #74469" (#78623)
* Revert "Enable dart_plugin_registry_test (#76645)"

This reverts commit 109e0bb9f5.

* Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093)"

This reverts commit cdca6485f0.

* Revert "Disable clang format in the plugin registrants (#76662)"

This reverts commit dadbd47d09.

* Revert "Disable warnings for the dart plugin registrant (#76561)"

This reverts commit 098ece522d.

* Revert "Remove dart_plugin_registry_test timeouts (#76838)"

This reverts commit 1610a27476.

* Revert "Implement dartPluginClass support for plugins (#74469)"

This reverts commit b7d4806243.

Kick.
2021-03-23 14:28:11 -07:00
Anna Gringauze
e8c3ce6bd1 Try fixing web tool tests on windows (#78386) 2021-03-17 22:13:13 -07:00
keyonghan
5e84b1c343 Enable subshard builders for pre-submit (#78078) 2021-03-15 14:13:03 -07:00
Emmanuel Garcia
109e0bb9f5 Enable dart_plugin_registry_test (#76645) 2021-02-24 11:26:03 -08:00
Emmanuel Garcia
2d0fa57cbc Format try/prod_builders.json (#73981) 2021-02-23 16:46:03 -08:00
Jenn Magder
c7c8149236 Run flutter_driver, integration_test, flutter_localizations, and fuchsia_remote_debug_protocol in framework_tests presubmit (#75275) 2021-02-02 15:31:02 -08:00
Jenn Magder
f761ae2ce9 Adopt tool_test shard builders (#75171) 2021-02-02 10:36:03 -08:00
Jenn Magder
9817cabf88 Remove build_gallery tests (#74463)
* Remove build_gallery tests

* Re-add deploy_gallery.sh
2021-01-22 13:10:06 -08:00
Emmanuel Garcia
fc25d8b0cc Add gradle_desugar_test to the builders (#73901) 2021-01-14 13:40:32 -08:00
Jenn Magder
9cfd0b9d19 Turn off mac_build_gallery during infra investigation (#73728) 2021-01-11 12:33:43 -08:00
Jenn Magder
ff56292eba Revert "Temporarily mark some tests flaky that fail now that they are being run by infra (#73612)" (#73627)
This reverts commit e29c8c843f.
2021-01-11 10:28:42 -08:00
Greg Spencer
e29c8c843f Temporarily mark some tests flaky that fail now that they are being run by infra (#73612) 2021-01-08 15:15:31 -08:00
Jenn Magder
5b503c7c93 Revert "Mark firebase tests as flaky (#73586)" (#73591)
This reverts commit f364bcb5bd.
2021-01-08 12:20:21 -08:00
Jenn Magder
f364bcb5bd Mark firebase tests as flaky (#73586) 2021-01-08 11:19:10 -08:00
Amir Hardon
d075b979f8 Run the flutter/plugins tests on presubmit, make it part of the tree status (#71502) 2020-12-11 15:02:33 -08:00
Jenn Magder
8cd03a2e36 Run plugin tests on try builders when flutter_tools changes (#71937) 2020-12-09 11:33:04 -08:00
Anna Gringauze
eed9835a16 Enable mac web_tool_tests (#71108) 2020-12-01 10:03:09 -08:00
Jenn Magder
7b40272e10 Run module tests on try builders when flutter_tools changes (#70804) 2020-11-19 10:08:29 -08:00
Anna Gringauze
f9df1935fe [flutter_tools] Add bot configuration to run web_tool_tests for linux, mac, and windows (#70412)
* Move web integration tool tests to web.shard

Web integration tool tests depend on DDC changes in SDK. This change
moves them to a separate shard and subshard so CI bot configurations
can run them separately.

In particular, with will allow running those tests on dart CI flutter
HHH web bot instead of a non-web one, allowing early detection and easy
classification of issues caused by SDK changes as VM- or Web related.

* Enabled verbose mode for flaky web_tool_tests

* fixed local engine crash with --enable-asserts

* Disable failing tests, fix local engine with asserts

* Removed mac web_tool_tests bot

* Addressed CR comments

* Add disabled mac web_tool_tests and disable win web_tool_tests
2020-11-16 11:50:57 -08:00
Yegor
f03ac0be81 start and stop chromedriver once per sub-shard; do not wait for it to quit (#69443)
* start and stop chromedriver once per sub-shard; do not wait for it to quit

* enable web_long_running_tests but keep them as flaky
2020-10-30 17:27:55 -07:00
Yegor
6ce36198ee disable web_long_running_tests due to flakiness (#69430) 2020-10-30 12:15:51 -07:00
Yegor
aedd90fd51 enable web_long_running_tests shard (#69350) 2020-10-29 18:15:37 -07:00
Jonah Williams
c11a64e944 [devicelab] turn down android X migration gradle tests (#68110)
These androidx migration tests require downloading firebase, which is a large library with a number of dependencies - this causes frequent enough flakes.

AndroidX migration is ~2 years in the past, and while it would be nice to confirm this still works, ideally that would be done in a reduced manner.
2020-10-14 13:24:22 -07:00
nturgut
0bc87a5816 make the new e2e tests blocker (#67788) 2020-10-12 09:48:24 -07:00
keyonghan
2639ac1d2e Enable build_gallery tests in try/prod builders (#67749) 2020-10-09 15:57:04 -07:00
Jonah Williams
e53bb74694 Revert "Revert "Delete fast start unit test (#67757)" (#67763)" (#67765)
This reverts commit b33bfcef0f.
2020-10-09 13:04:20 -07:00
Jonah Williams
b33bfcef0f Revert "Delete fast start unit test (#67757)" (#67763)
This reverts commit 3eb2335a4e.
2020-10-09 13:01:42 -07:00
Jonah Williams
3eb2335a4e Delete fast start unit test (#67757)
Now that fast-start syncs assets by default, this isn't testing anything. Retire the test
2020-10-09 12:41:32 -07:00
Jonah Williams
0cd380f5d2 [flutter_tools] always run build tests on presubmit (#67654) 2020-10-08 12:28:20 -07:00
Yegor
0b78110b26 Work around the glibc bug that causes rare Chrome crashes (#67466)
Work around the glibc bug that causes rare Chrome crashes
2020-10-07 19:29:47 -07:00
godofredoc
fd0e223b74 Add Firebase tests to flutter dashboard. (#66677)
This PR also enables firebase tests on presubmit and removes code that
won't be used anymore from test runner.

Bug:
  https://github.com/flutter/infra/pull/225
2020-09-25 14:26:39 -07:00
godofredoc
57cda51f7e Fix gradle_plugin_light_apk test. (#66496) 2020-09-23 16:52:02 -07:00
godofredoc
35c8f19f1e Fix windows hostonly_devicelab tests. (#66195) 2020-09-22 12:07:05 -07:00
godofredoc
cfe53fd3c5 Enable linux and win hostonly devicelab tests. (#66085) 2020-09-21 11:27:06 -07:00
godofredoc
8cb09cf44b Enable pre/post submit hostonly tests. (#65985) 2020-09-17 15:32:09 -07:00
godofredoc
24b2b55c20 Enable mac sdk tests and remove them from cirrus. (#65896) 2020-09-16 07:52:04 -07:00