@@ -4783,6 +4783,26 @@ targets:
47834783 - bin/**
47844784 - .ci.yaml
47854785
4786+ - name : Windows_arm64 plugin_test
4787+ recipe : devicelab/devicelab_drone
4788+ bringup : true # https://github.com/flutter/flutter/issues/134083
4789+ timeout : 60
4790+ properties :
4791+ dependencies : >-
4792+ [
4793+ {"dependency": "android_sdk", "version": "version:33v6"},
4794+ {"dependency": "chrome_and_driver", "version": "version:117.0"},
4795+ {"dependency": "open_jdk", "version": "version:11"}
4796+ ]
4797+ tags : >
4798+ ["devicelab", "hostonly", "windows", "arm64"]
4799+ task_name : plugin_test
4800+ runIf :
4801+ - dev/**
4802+ - packages/flutter_tools/**
4803+ - bin/**
4804+ - .ci.yaml
4805+
47864806 - name : Windows plugin_test_windows
47874807 recipe : devicelab/devicelab_drone
47884808 timeout : 60
@@ -4800,6 +4820,24 @@ targets:
48004820 - bin/**
48014821 - .ci.yaml
48024822
4823+ - name : Windows_arm64 plugin_test_windows
4824+ recipe : devicelab/devicelab_drone
4825+ bringup : true # https://github.com/flutter/flutter/issues/134083
4826+ timeout : 60
4827+ properties :
4828+ dependencies : >-
4829+ [
4830+ {"dependency": "vs_build", "version": "version:vs2019"}
4831+ ]
4832+ tags : >
4833+ ["devicelab", "hostonly", "windows", "arm64"]
4834+ task_name : plugin_test_windows
4835+ runIf :
4836+ - dev/**
4837+ - packages/flutter_tools/**
4838+ - bin/**
4839+ - .ci.yaml
4840+
48034841 - name : Windows run_debug_test_windows
48044842 recipe : devicelab/devicelab_drone
48054843 presubmit : false
0 commit comments