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
This commit is contained in:
parent
6ac63dc0fc
commit
41d3fa7dc9
22
.ci.yaml
22
.ci.yaml
@ -121,6 +121,17 @@ platform_properties:
|
|||||||
os: Linux
|
os: Linux
|
||||||
device_type: "mokey"
|
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:
|
mac:
|
||||||
properties:
|
properties:
|
||||||
contexts: >-
|
contexts: >-
|
||||||
@ -3065,6 +3076,17 @@ targets:
|
|||||||
["devicelab", "android", "linux", "pixel", "7pro"]
|
["devicelab", "android", "linux", "pixel", "7pro"]
|
||||||
task_name: new_gallery_impeller__transition_perf
|
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)
|
# Pixel 7 Pro, Impeller (OpenGL)
|
||||||
- name: Linux_pixel_7pro new_gallery_opengles_impeller__transition_perf
|
- name: Linux_pixel_7pro new_gallery_opengles_impeller__transition_perf
|
||||||
recipe: devicelab/devicelab_drone
|
recipe: devicelab/devicelab_drone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user