mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Run flutter_gallery ios tests on arm64 device (#89618)
This commit is contained in:
parent
84086d8a9c
commit
18f8b63e0a
15
.ci.yaml
15
.ci.yaml
@ -3162,7 +3162,7 @@ targets:
|
||||
task_name: flutter_gallery__transition_perf_e2e_ios32
|
||||
scheduler: luci
|
||||
|
||||
- name: Mac_ios32 native_ui_tests_ios32
|
||||
- name: Mac_ios32 native_ui_tests_ios
|
||||
recipe: devicelab/devicelab_drone
|
||||
bringup: true
|
||||
presubmit: false
|
||||
@ -3170,7 +3170,18 @@ targets:
|
||||
properties:
|
||||
tags: >
|
||||
["devicelab","ios32","mac"]
|
||||
task_name: native_ui_tests_ios32
|
||||
task_name: native_ui_tests_ios
|
||||
scheduler: luci
|
||||
|
||||
- name: Mac_ios native_ui_tests_ios
|
||||
recipe: devicelab/devicelab_drone
|
||||
bringup: true
|
||||
presubmit: false
|
||||
timeout: 60
|
||||
properties:
|
||||
tags: >
|
||||
["devicelab","ios","mac"]
|
||||
task_name: native_ui_tests_ios
|
||||
scheduler: luci
|
||||
|
||||
- name: Windows build_aar_module_test
|
||||
|
@ -160,7 +160,6 @@
|
||||
|
||||
## Mac iOS32 DeviceLab tests
|
||||
/dev/devicelab/bin/tasks/flutter_gallery__transition_perf_e2e_ios32.dart @zanderso @flutter/engine
|
||||
/dev/devicelab/bin/tasks/native_ui_tests_ios32.dart @zanderso @flutter/engine
|
||||
|
||||
## Host only DeviceLab tests
|
||||
/dev/devicelab/bin/tasks/build_aar_module_test.dart @zanderso @flutter/tool
|
||||
@ -173,6 +172,7 @@
|
||||
/dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart @zanderso @flutter/tool
|
||||
/dev/devicelab/bin/tasks/module_host_with_custom_build_test.dart @zanderso @flutter/tool
|
||||
/dev/devicelab/bin/tasks/module_test.dart @zanderso @flutter/tool
|
||||
/dev/devicelab/bin/tasks/native_ui_tests_ios.dart @jmagman @flutter/engine
|
||||
/dev/devicelab/bin/tasks/plugin_test.dart @stuartmorgan @flutter/plugin
|
||||
/dev/devicelab/bin/tasks/technical_debt__cost.dart @HansMuller @flutter/framework
|
||||
/dev/devicelab/bin/tasks/web_benchmarks_canvaskit.dart @yjbanov @flutter/web
|
||||
|
Loading…
Reference in New Issue
Block a user