[Windows] Add first Arm64 plugin tests (#135512)
Part of: https://github.com/flutter/flutter/issues/129806 Test runs kicked off using `led`: * â [plugin_test_windows](277ffb2c7b/+/build.proto
) * â ï¸ [plugin_test](c9daccd5b3/+/build.proto
) - This test fails as no existing Windows Arm64 builder install the `android_sdk` and `open_jdk` dependencies I will add `plugin_dependencies_test` and `gradle_plugin_bundle_test` in a follow-up pull request. These tests also depend on `android_sdk` and `open_jdk`, I'll be able to test them manually using the new `plugin_test` builder added by this pull request. /cc @pbo-linaro
This commit is contained in:
parent
e1308e1fd4
commit
39b9d8fd6d
38
.ci.yaml
38
.ci.yaml
@ -4783,6 +4783,26 @@ targets:
|
|||||||
- bin/**
|
- bin/**
|
||||||
- .ci.yaml
|
- .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
|
- name: Windows plugin_test_windows
|
||||||
recipe: devicelab/devicelab_drone
|
recipe: devicelab/devicelab_drone
|
||||||
timeout: 60
|
timeout: 60
|
||||||
@ -4800,6 +4820,24 @@ targets:
|
|||||||
- bin/**
|
- bin/**
|
||||||
- .ci.yaml
|
- .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
|
- name: Windows run_debug_test_windows
|
||||||
recipe: devicelab/devicelab_drone
|
recipe: devicelab/devicelab_drone
|
||||||
presubmit: false
|
presubmit: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user