Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
4833f8f9
Unverified
Commit
4833f8f9
authored
Dec 16, 2020
by
keyonghan
Committed by
GitHub
Dec 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove flaky flag & disable devicelab tests (#72455)
parent
c980c241
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
77 deletions
+10
-77
manifest.yaml
dev/devicelab/manifest.yaml
+0
-67
prod_builders.json
dev/prod_builders.json
+10
-10
No files found.
dev/devicelab/manifest.yaml
View file @
4833f8f9
...
...
@@ -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.
...
...
dev/prod_builders.json
View file @
4833f8f9
...
...
@@ -10,49 +10,49 @@
"name"
:
"Linux analyzer_benchmark"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_analyzer_benchmark"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Linux android_defines_test"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_android_defines_test"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Linux android_obfuscate_test"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_android_obfuscate_test"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Linux android_view_scroll_perf__timeline_summary"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_android_view_scroll_perf__timeline_summary"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Linux animated_placeholder_perf__e2e_summary"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_animated_placeholder_perf__e2e_summary"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Linux animated_placeholder_perf"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_animated_placeholder_perf"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Linux backdrop_filter_perf__e2e_summary"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_backdrop_filter_perf__e2e_summary"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Linux basic_material_app_android__compile"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_basic_material_app_android__compile"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"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"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Linux complex_layout_android__compile"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_complex_layout_android__compile"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Linux complex_layout_android__scroll_smoothness"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment