Run flutter_gallery ios tests on arm64 device (#89618)

This commit is contained in:
Jenn Magder 2021-09-09 20:37:03 -07:00 committed by GitHub
parent 84086d8a9c
commit 18f8b63e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View File

@ -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

View File

@ -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