diff --git a/.ci.yaml b/.ci.yaml index 51236a4e3a..99b0befa86 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -4783,6 +4783,26 @@ targets: - bin/** - .ci.yaml + - name: Windows_arm64 plugin_test + recipe: devicelab/devicelab_drone + bringup: true # https://github.com/flutter/flutter/issues/134083 + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:33v6"}, + {"dependency": "chrome_and_driver", "version": "version:117.0"}, + {"dependency": "open_jdk", "version": "version:11"} + ] + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: plugin_test + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + - name: Windows plugin_test_windows recipe: devicelab/devicelab_drone timeout: 60 @@ -4800,6 +4820,24 @@ targets: - bin/** - .ci.yaml + - name: Windows_arm64 plugin_test_windows + recipe: devicelab/devicelab_drone + bringup: true # https://github.com/flutter/flutter/issues/134083 + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: plugin_test_windows + runIf: + - dev/** + - packages/flutter_tools/** + - bin/** + - .ci.yaml + - name: Windows run_debug_test_windows recipe: devicelab/devicelab_drone presubmit: false