diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index e43b6b3f671cb..1c3bd3832112f 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -36,13 +36,6 @@ tasks: # Tests of compiling in a variety of modes - complex_layout_android__compile: - description: > - Collects various performance metrics of compiling the Complex - Layout sample app for Android from Linux. - stage: devicelab - required_agent_capabilities: ["linux/android"] - complex_layout_ios__compile: description: > Collects various performance metrics of compiling the Complex @@ -57,13 +50,6 @@ tasks: stage: devicelab_win required_agent_capabilities: ["windows/android"] - basic_material_app_android__compile: - description: > - Collects various performance metrics of compiling the default - app for Android from Linux. - stage: devicelab - required_agent_capabilities: ["linux/android"] - basic_material_app_ios__compile: description: > Collects various performance metrics of compiling the default @@ -133,12 +119,6 @@ tasks: stage: devicelab required_agent_capabilities: ["linux/android"] - android_view_scroll_perf__timeline_summary: - description: > - Measures the runtime performance of Android views in the platform view layout sample app on Android. - stage: devicelab - required_agent_capabilities: ["linux/android"] - home_scroll_perf__timeline_summary: description: > Measures the runtime performance of scrolling the material page in the @@ -236,12 +216,6 @@ tasks: stage: devicelab required_agent_capabilities: ["mac/android"] - backdrop_filter_perf__e2e_summary: - description: > - Measures the runtime performance of backdrop filter blurs on Android. - stage: devicelab - required_agent_capabilities: ["linux/android"] - textfield_perf__timeline_summary: description: > Measures the runtime performance of textfield on Android. @@ -260,12 +234,6 @@ tasks: stage: devicelab required_agent_capabilities: ["mac/android"] - color_filter_and_fade_perf__e2e_summary: - description: > - Measures the runtime performance of color filter with fade on Android. - stage: devicelab - required_agent_capabilities: ["linux/android"] - fading_child_animation_perf__timeline_summary: description: > Measures the runtime performance of opacity filter with fade on Android. @@ -422,19 +390,6 @@ tasks: stage: devicelab required_agent_capabilities: ["mac/android"] - android_defines_test: - description: > - Builds an APK with a --dart-define and verifies it can be used as a constant - stage: devicelab - required_agent_capabilities: ["linux/android"] - on_luci: true - - android_obfuscate_test: - description: > - Builds an obfuscated APK and verifies a dart identifier cannot be found - stage: devicelab - required_agent_capabilities: ["linux/android"] - complex_layout_semantics_perf: description: > Measures duration of building the initial semantics tree. @@ -844,28 +799,6 @@ tasks: stage: devicelab required_agent_capabilities: ["mac/ios"] - animated_placeholder_perf: - description: > - Measures frame build and rasterizer times, as well as frame build counts - for a grid of images that uses FadeInImage with an animated gif as the - placeholder. - stage: devicelab - required_agent_capabilities: ["linux/android"] - - animated_placeholder_perf__e2e_summary: - description: > - Measures frame build and rasterizer times, as well as frame build counts - for a grid of images that uses FadeInImage with an animated gif as the - placeholder. - stage: devicelab - required_agent_capabilities: ["linux/android"] - - analyzer_benchmark: - description: > - Measures the speed of Dart analyzer. - stage: devicelab - required_agent_capabilities: ["linux/android"] - # android_splash_screen_integration_test: # description: > # Runs end-to-end test of Flutter's Android splash behavior. diff --git a/dev/prod_builders.json b/dev/prod_builders.json index 32f7455355f97..93e3b56e94eac 100644 --- a/dev/prod_builders.json +++ b/dev/prod_builders.json @@ -10,49 +10,49 @@ "name": "Linux analyzer_benchmark", "repo": "flutter", "task_name": "linux_analyzer_benchmark", - "flaky": true + "flaky": false }, { "name": "Linux android_defines_test", "repo": "flutter", "task_name": "linux_android_defines_test", - "flaky": true + "flaky": false }, { "name": "Linux android_obfuscate_test", "repo": "flutter", "task_name": "linux_android_obfuscate_test", - "flaky": true + "flaky": false }, { "name": "Linux android_view_scroll_perf__timeline_summary", "repo": "flutter", "task_name": "linux_android_view_scroll_perf__timeline_summary", - "flaky": true + "flaky": false }, { "name": "Linux animated_placeholder_perf__e2e_summary", "repo": "flutter", "task_name": "linux_animated_placeholder_perf__e2e_summary", - "flaky": true + "flaky": false }, { "name": "Linux animated_placeholder_perf", "repo": "flutter", "task_name": "linux_animated_placeholder_perf", - "flaky": true + "flaky": false }, { "name": "Linux backdrop_filter_perf__e2e_summary", "repo": "flutter", "task_name": "linux_backdrop_filter_perf__e2e_summary", - "flaky": true + "flaky": false }, { "name": "Linux basic_material_app_android__compile", "repo": "flutter", "task_name": "linux_basic_material_app_android__compile", - "flaky": true + "flaky": false }, { "name": "Linux build_aar_module_test", @@ -64,13 +64,13 @@ "name": "Linux color_filter_and_fade_perf__e2e_summary", "repo": "flutter", "task_name": "linux_color_filter_and_fade_perf__e2e_summary", - "flaky": true + "flaky": false }, { "name": "Linux complex_layout_android__compile", "repo": "flutter", "task_name": "linux_complex_layout_android__compile", - "flaky": true + "flaky": false }, { "name": "Linux complex_layout_android__scroll_smoothness",