From 41d3fa7dc978426604ad8e7270cd5031f4a615b1 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 19 Feb 2025 12:05:05 -0800 Subject: [PATCH] Add a test to run on Galaxy S24 (#163357) S24 is only hooked up in the try pool at the moment, so this will fail in the staging pool after landing, following which we can run the test in a second PR in presubmit by changing `presubmit` to `true`. For https://github.com/flutter/flutter/issues/162639 --- .ci.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 2ed6fdaffd..e31583e361 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -121,6 +121,17 @@ platform_properties: os: Linux device_type: "mokey" + linux_galaxy_s24: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:35v1"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "curl", "version": "version:7.64.0"} + ] + os: Linux + device_type: "SM-S921U1" + mac: properties: contexts: >- @@ -3065,6 +3076,17 @@ targets: ["devicelab", "android", "linux", "pixel", "7pro"] task_name: new_gallery_impeller__transition_perf + # Samsung Galaxy S24, Impeller (Vulkan) + - name: Linux_galaxy_s24 new_gallery_impeller__transition_perf + recipe: devicelab/devicelab_drone + bringup: true + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "samsung", "s24"] + task_name: new_gallery_impeller__transition_perf + # Pixel 7 Pro, Impeller (OpenGL) - name: Linux_pixel_7pro new_gallery_opengles_impeller__transition_perf recipe: devicelab/devicelab_drone