Skip to content

Commit 39b9d8f

Browse files
authored
[Windows] Add first Arm64 plugin tests (#135512)
Part of: #129806 Test runs kicked off using `led`: * � [plugin_test_windows](https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/loicsharma_google.com/277ffb2c7bdaad579b7598706ebc4009797211bea6b3fd175f0a2e9ad8fe03b1/+/build.proto?server=chromium-swarm.appspot.com) * �� [plugin_test](https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/loicsharma_google.com/c9daccd5b3c6b33763fdb36da30cd55949c7e98539041726bd659d19e1d49112/+/build.proto?server=chromium-swarm.appspot.com) - 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
1 parent e1308e1 commit 39b9d8f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.ci.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)