From 50b56de2158cb2101718cb7ec2be3f540bb132df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:07:29 -0700 Subject: [PATCH] [Windows Arm64] Add the 'platform_channel_sample_test_windows' Devicelab test (#136401) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Successful run: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/loicsharma_google.com/2a327123e9b69a21e8219897ddef705066277875590a1266a5807aced1a851fb/+/build.proto?server=chromium-swarm.appspot.com Part of https://github.com/flutter/flutter/issues/129806 --- .ci.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 78dcba349dc..a06c659b6de 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -4775,6 +4775,20 @@ targets: ["devicelab", "hostonly", "windows"] task_name: platform_channel_sample_test_windows + - name: Windows_arm64 platform_channel_sample_test_windows + recipe: devicelab/devicelab_drone + bringup: true # https://github.com/flutter/flutter/issues/134083 + presubmit: false + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] + tags: > + ["devicelab", "hostonly", "windows", "arm64"] + task_name: platform_channel_sample_test_windows + - name: Windows plugin_dependencies_test recipe: devicelab/devicelab_drone timeout: 60