remove flaky flag & disable devicelab tests (#72455)

This commit is contained in:
keyonghan 2020-12-16 12:23:02 -08:00 committed by GitHub
parent c980c2413e
commit 4833f8f93d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 77 deletions

View file

@ -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.

View file

@ -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",