Unverified Commit c027aa15 authored by Yegor's avatar Yegor Committed by GitHub

remove flaky flag from stable benchmarks; reintroduce iOS benchmarks (#12851)

parent c13ed90c
...@@ -64,7 +64,6 @@ tasks: ...@@ -64,7 +64,6 @@ tasks:
Checks that flavored builds work on Android. Checks that flavored builds work on Android.
stage: devicelab stage: devicelab
required_agent_capabilities: ["has-android-device"] required_agent_capabilities: ["has-android-device"]
flaky: true
channels_integration_test: channels_integration_test:
description: > description: >
...@@ -102,7 +101,6 @@ tasks: ...@@ -102,7 +101,6 @@ tasks:
--preview-dart-2 option, that enables Dart 2.0 frontend. --preview-dart-2 option, that enables Dart 2.0 frontend.
stage: devicelab stage: devicelab
required_agent_capabilities: ["has-android-device"] required_agent_capabilities: ["has-android-device"]
flaky: true
complex_layout_scroll_perf__memory: complex_layout_scroll_perf__memory:
description: > description: >
...@@ -146,14 +144,12 @@ tasks: ...@@ -146,14 +144,12 @@ tasks:
Validates our service protocol extensions. Validates our service protocol extensions.
stage: devicelab stage: devicelab
required_agent_capabilities: ["has-android-device"] required_agent_capabilities: ["has-android-device"]
flaky: true
android_sample_catalog_generator: android_sample_catalog_generator:
description: > description: >
Builds sample catalog markdown pages and Android screenshots Builds sample catalog markdown pages and Android screenshots
stage: devicelab stage: devicelab
required_agent_capabilities: ["has-android-device"] required_agent_capabilities: ["has-android-device"]
flaky: true
complex_layout_semantics_perf: complex_layout_semantics_perf:
description: > description: >
...@@ -188,7 +184,6 @@ tasks: ...@@ -188,7 +184,6 @@ tasks:
Checks that flavored builds work on iOS. Checks that flavored builds work on iOS.
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
flaky: true
channels_integration_test_ios: channels_integration_test_ios:
description: > description: >
...@@ -215,19 +210,19 @@ tasks: ...@@ -215,19 +210,19 @@ tasks:
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
# flutter_gallery_ios__start_up: flutter_gallery_ios__start_up:
# description: > description: >
# Measures the startup time of the Flutter Gallery app on iOS. Measures the startup time of the Flutter Gallery app on iOS.
# stage: devicelab_ios stage: devicelab_ios
# required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
# flaky: true flaky: true
# complex_layout_ios__start_up: complex_layout_ios__start_up:
# description: > description: >
# Measures the startup time of the Complex Layout sample app on iOS. Measures the startup time of the Complex Layout sample app on iOS.
# stage: devicelab_ios stage: devicelab_ios
# required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
# flaky: true flaky: true
flutter_gallery_ios__transition_perf: flutter_gallery_ios__transition_perf:
description: > description: >
...@@ -242,13 +237,13 @@ tasks: ...@@ -242,13 +237,13 @@ tasks:
stage: devicelab_ios stage: devicelab_ios
required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
# microbenchmarks_ios: microbenchmarks_ios:
# description: > description: >
# Runs benchmarks from dev/benchmarks/microbenchmarks on iOS. Runs benchmarks from dev/benchmarks/microbenchmarks on iOS.
# stage: devicelab_ios stage: devicelab_ios
# required_agent_capabilities: ["has-ios-device"] required_agent_capabilities: ["has-ios-device"]
# timeout_in_minutes: 30 timeout_in_minutes: 30
# flaky: true flaky: true
# flutter_view_ios__start_up: # flutter_view_ios__start_up:
# description: > # description: >
...@@ -276,7 +271,6 @@ tasks: ...@@ -276,7 +271,6 @@ tasks:
Checks that flavored builds work on Windows. Checks that flavored builds work on Windows.
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows"] required_agent_capabilities: ["windows"]
flaky: true
channels_integration_test_win: channels_integration_test_win:
description: > description: >
...@@ -350,7 +344,6 @@ tasks: ...@@ -350,7 +344,6 @@ tasks:
with semantics enabled. with semantics enabled.
stage: devicelab stage: devicelab
required_agent_capabilities: ["linux/android"] required_agent_capabilities: ["linux/android"]
flaky: true
flutter_gallery__memory_nav: flutter_gallery__memory_nav:
description: > description: >
......
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