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
ceef3288
Unverified
Commit
ceef3288
authored
Mar 01, 2021
by
godofredoc
Committed by
GitHub
Mar 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move flaky flag from the remainin mac/ios tests. (#76960)
Bug:
https://github.com/flutter/flutter/issues/73392
parent
e8caacf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
49 deletions
+16
-49
manifest.yaml
dev/devicelab/manifest.yaml
+0
-45
prod_builders.json
dev/prod_builders.json
+16
-4
No files found.
dev/devicelab/manifest.yaml
View file @
ceef3288
...
...
@@ -63,28 +63,6 @@ tasks:
stage
:
devicelab_win
required_agent_capabilities
:
[
"
windows/android"
]
# iOS on-device tests
native_ui_tests_ios32
:
description
:
>
Run native XCUITests on 32-bit iOS (iPhone 4S).
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios32"
]
flaky
:
true
flutter_gallery_ios__start_up
:
description
:
>
Measures the startup time of the Flutter Gallery app on iPhone 6.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
flutter_gallery_ios__transition_perf
:
description
:
>
Measures the performance of screen transitions in Flutter Gallery on
iOS.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
# Tests running on Windows host
flavors_test_win
:
...
...
@@ -104,26 +82,3 @@ tasks:
Measures the performance of Dart VM hot patching feature on Windows.
stage
:
devicelab_win
required_agent_capabilities
:
[
"
windows/android"
]
# Tests running on Linux hosts
flutter_gallery__transition_perf_e2e_ios32
:
description
:
>
Measures the performance of screen transitions in Flutter Gallery on
Android with e2e.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios32"
]
flaky
:
true
flutter_gallery__transition_perf_e2e_ios
:
description
:
>
Measures the performance of screen transitions in Flutter Gallery on
Android with e2e.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
new_gallery_ios__transition_perf
:
description
:
>
Measures the performance of screen transitions in the new Flutter Gallery on iOS.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
dev/prod_builders.json
View file @
ceef3288
...
...
@@ -850,6 +850,12 @@
"name"
:
"Mac_ios flutter_gallery__transition_perf_e2e_ios"
,
"repo"
:
"flutter"
,
"task_name"
:
"mac_ios_flutter_gallery__transition_perf_e2e_ios"
,
"flaky"
:
false
},
{
"name"
:
"Mac_ios flutter_gallery__transition_perf_e2e_ios32"
,
"repo"
:
"flutter"
,
"task_name"
:
"mac_ios_flutter_gallery__transition_perf_e2e_ios32"
,
"flaky"
:
true
},
{
...
...
@@ -862,13 +868,13 @@
"name"
:
"Mac_ios flutter_gallery_ios__start_up"
,
"repo"
:
"flutter"
,
"task_name"
:
"mac_ios_flutter_gallery_ios__start_up"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Mac_ios flutter_gallery_ios__transition_perf"
,
"repo"
:
"flutter"
,
"task_name"
:
"mac_ios_flutter_gallery_ios__transition_perf"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Mac_ios flutter_view_ios__start_up"
,
...
...
@@ -954,11 +960,17 @@
"task_name"
:
"mac_ios_microbenchmarks_ios"
,
"flaky"
:
false
},
{
"name"
:
"Mac_ios native_ui_tests_ios32"
,
"repo"
:
"flutter"
,
"task_name"
:
"mac_ios_native_ui_tests_ios32"
,
"flaky"
:
true
},
{
"name"
:
"Mac_ios new_gallery_ios__transition_perf"
,
"repo"
:
"flutter"
,
"task_name"
:
"mac_ios_new_gallery_ios__transition_perf"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Mac_ios platform_channel_sample_test_ios"
,
...
...
@@ -1006,7 +1018,7 @@
"name"
:
"Mac_ios smoke_catalina_hot_mode_dev_cycle_ios__benchmark"
,
"repo"
:
"flutter"
,
"task_name"
:
"mac_ios_smoke_catalina_hot_mode_dev_cycle_ios__benchmark"
,
"flaky"
:
tru
e
"flaky"
:
fals
e
},
{
"name"
:
"Mac_ios tiles_scroll_perf_ios__timeline_summary"
,
...
...
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