Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,28 +109,6 @@ platform_properties:
os: Mac-12.0
device_os: iOS-15.1
xcode: 13a233
mac_ios32:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we run these tests on release branches?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. We can let this roll through the release process, or we can CP it into the next releases

properties:
caches: >-
[
{"name":"builder_mac_devicelab","path":"builder"},
{"name":"chrome_and_driver","path":"chrome"},
{"name":"flutter_sdk","path":"flutter sdk"},
{"name":"gradle","path":"gradle"},
{"name":"openjdk","path":"java"},
{"name":"pub_cache","path":".pub-cache"},
{"name":"xcode_binary","path":"xcode_binary"},
{"name":"osx_sdk","path":"osx_sdk"}
]
dependencies: >-
[
{"dependency": "xcode"},
{"dependency": "gems"},
{"dependency": "ios_signing"}
]
os: Mac-12.0
device_os: iOS-9.3.6
xcode: 13a233
windows:
properties:
caches: >-
Expand Down Expand Up @@ -3470,28 +3448,6 @@ targets:
task_name: tiles_scroll_perf_ios__timeline_summary
scheduler: luci

- name: Mac_ios32 flutter_gallery__transition_perf_e2e_ios32
recipe: devicelab/devicelab_drone
bringup: true
presubmit: false
timeout: 90
properties:
tags: >
["devicelab","ios32","mac"]
task_name: flutter_gallery__transition_perf_e2e_ios32
scheduler: luci

- name: Mac_ios32 native_ui_tests_ios
recipe: devicelab/devicelab_drone
bringup: true
presubmit: false
timeout: 90
properties:
tags: >
["devicelab","ios32","mac"]
task_name: native_ui_tests_ios
scheduler: luci

- name: Mac_ios native_ui_tests_ios
recipe: devicelab/devicelab_drone
bringup: true # Flaky https://github.com/flutter/flutter/issues/95193
Expand Down
3 changes: 0 additions & 3 deletions TESTOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@
/dev/devicelab/bin/tasks/simple_animation_perf_ios.dart @zanderso @flutter/engine
/dev/devicelab/bin/tasks/tiles_scroll_perf_ios__timeline_summary.dart @zanderso @flutter/engine

## Mac iOS32 DeviceLab tests
/dev/devicelab/bin/tasks/flutter_gallery__transition_perf_e2e_ios32.dart @zanderso @flutter/engine

## Host only DeviceLab tests
/dev/devicelab/bin/tasks/build_aar_module_test.dart @zanderso @flutter/tool
/dev/devicelab/bin/tasks/gradle_desugar_classes_test.dart @zanderso @flutter/tool
Expand Down

This file was deleted.