From e49cc81222cfc837e5066e3e9963c8ec7b382224 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Mon, 27 Nov 2023 19:43:09 -0800 Subject: [PATCH] Run platform_channels_benchmarks on Pixel 7 Pro (#139092) Related to https://github.com/flutter/flutter/issues/138689 for 64-bit coverage for Dart VM changes in this area cc @aam --- .ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 6534fa65195..d2bd5597761 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -2583,6 +2583,16 @@ targets: ["devicelab", "android", "linux"] task_name: platform_channels_benchmarks + - name: Linux_pixel_7pro platform_channels_benchmarks + recipe: devicelab/devicelab_drone + presubmit: false + bringup: true + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "pixel", "7pro"] + task_name: platform_channels_benchmarks + - name: Linux_android platform_channel_sample_test recipe: devicelab/devicelab_drone presubmit: false