Unverified Commit 4833f8f9 authored by keyonghan's avatar keyonghan Committed by GitHub

remove flaky flag & disable devicelab tests (#72455)

parent c980c241
...@@ -36,13 +36,6 @@ ...@@ -36,13 +36,6 @@
tasks: tasks:
# Tests of compiling in a variety of modes # 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: complex_layout_ios__compile:
description: > description: >
Collects various performance metrics of compiling the Complex Collects various performance metrics of compiling the Complex
...@@ -57,13 +50,6 @@ tasks: ...@@ -57,13 +50,6 @@ tasks:
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows/android"] 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: basic_material_app_ios__compile:
description: > description: >
Collects various performance metrics of compiling the default Collects various performance metrics of compiling the default
...@@ -133,12 +119,6 @@ tasks: ...@@ -133,12 +119,6 @@ tasks:
stage: devicelab stage: devicelab
required_agent_capabilities: ["linux/android"] 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: home_scroll_perf__timeline_summary:
description: > description: >
Measures the runtime performance of scrolling the material page in the Measures the runtime performance of scrolling the material page in the
...@@ -236,12 +216,6 @@ tasks: ...@@ -236,12 +216,6 @@ tasks:
stage: devicelab stage: devicelab
required_agent_capabilities: ["mac/android"] 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: textfield_perf__timeline_summary:
description: > description: >
Measures the runtime performance of textfield on Android. Measures the runtime performance of textfield on Android.
...@@ -260,12 +234,6 @@ tasks: ...@@ -260,12 +234,6 @@ tasks:
stage: devicelab stage: devicelab
required_agent_capabilities: ["mac/android"] 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: fading_child_animation_perf__timeline_summary:
description: > description: >
Measures the runtime performance of opacity filter with fade on Android. Measures the runtime performance of opacity filter with fade on Android.
...@@ -422,19 +390,6 @@ tasks: ...@@ -422,19 +390,6 @@ tasks:
stage: devicelab stage: devicelab
required_agent_capabilities: ["mac/android"] 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: complex_layout_semantics_perf:
description: > description: >
Measures duration of building the initial semantics tree. Measures duration of building the initial semantics tree.
...@@ -844,28 +799,6 @@ tasks: ...@@ -844,28 +799,6 @@ tasks:
stage: devicelab stage: devicelab
required_agent_capabilities: ["mac/ios"] 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: # android_splash_screen_integration_test:
# description: > # description: >
# Runs end-to-end test of Flutter's Android splash behavior. # Runs end-to-end test of Flutter's Android splash behavior.
......
...@@ -10,49 +10,49 @@ ...@@ -10,49 +10,49 @@
"name": "Linux analyzer_benchmark", "name": "Linux analyzer_benchmark",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_analyzer_benchmark", "task_name": "linux_analyzer_benchmark",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux android_defines_test", "name": "Linux android_defines_test",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_android_defines_test", "task_name": "linux_android_defines_test",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux android_obfuscate_test", "name": "Linux android_obfuscate_test",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_android_obfuscate_test", "task_name": "linux_android_obfuscate_test",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux android_view_scroll_perf__timeline_summary", "name": "Linux android_view_scroll_perf__timeline_summary",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_android_view_scroll_perf__timeline_summary", "task_name": "linux_android_view_scroll_perf__timeline_summary",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux animated_placeholder_perf__e2e_summary", "name": "Linux animated_placeholder_perf__e2e_summary",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_animated_placeholder_perf__e2e_summary", "task_name": "linux_animated_placeholder_perf__e2e_summary",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux animated_placeholder_perf", "name": "Linux animated_placeholder_perf",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_animated_placeholder_perf", "task_name": "linux_animated_placeholder_perf",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux backdrop_filter_perf__e2e_summary", "name": "Linux backdrop_filter_perf__e2e_summary",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_backdrop_filter_perf__e2e_summary", "task_name": "linux_backdrop_filter_perf__e2e_summary",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux basic_material_app_android__compile", "name": "Linux basic_material_app_android__compile",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_basic_material_app_android__compile", "task_name": "linux_basic_material_app_android__compile",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux build_aar_module_test", "name": "Linux build_aar_module_test",
...@@ -64,13 +64,13 @@ ...@@ -64,13 +64,13 @@
"name": "Linux color_filter_and_fade_perf__e2e_summary", "name": "Linux color_filter_and_fade_perf__e2e_summary",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_color_filter_and_fade_perf__e2e_summary", "task_name": "linux_color_filter_and_fade_perf__e2e_summary",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux complex_layout_android__compile", "name": "Linux complex_layout_android__compile",
"repo": "flutter", "repo": "flutter",
"task_name": "linux_complex_layout_android__compile", "task_name": "linux_complex_layout_android__compile",
"flaky": true "flaky": false
}, },
{ {
"name": "Linux complex_layout_android__scroll_smoothness", "name": "Linux complex_layout_android__scroll_smoothness",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment