Skip to content

Commit 6c5606b

Browse files
authored
Run new_gallery__transition_perf on mokey in staging (#147339)
1 parent a2a54fe commit 6c5606b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.ci.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@ platform_properties:
9999
os: Linux
100100
device_type: "SM-A025V"
101101

102+
linux_mokey:
103+
properties:
104+
dependencies: >-
105+
[
106+
{"dependency": "android_sdk", "version": "version:34v3"},
107+
{"dependency": "open_jdk", "version": "version:17"},
108+
{"dependency": "curl", "version": "version:7.64.0"}
109+
]
110+
os: Linux
111+
device_type: "mokey"
112+
102113
mac:
103114
properties:
104115
contexts: >-
@@ -2799,6 +2810,28 @@ targets:
27992810
["devicelab", "android", "linux"]
28002811
task_name: new_gallery__transition_perf
28012812

2813+
# Mokey, Impeller
2814+
- name: Linux_mokey new_gallery_impeller__transition_perf
2815+
recipe: devicelab/devicelab_drone
2816+
bringup: true # Device exists only in staging.
2817+
presubmit: false
2818+
timeout: 60
2819+
properties:
2820+
tags: >
2821+
["devicelab", "android", "linux", "mokey"]
2822+
task_name: new_gallery_impeller__transition_perf
2823+
2824+
# Mokey, Skia
2825+
- name: Linux_mokey new_gallery__transition_perf
2826+
recipe: devicelab/devicelab_drone
2827+
bringup: true # Device exists only in staging.
2828+
presubmit: false
2829+
timeout: 60
2830+
properties:
2831+
tags: >
2832+
["devicelab", "android", "linux", "mokey"]
2833+
task_name: new_gallery__transition_perf
2834+
28022835
# Pixel 7 Pro, Skia
28032836
- name: Linux_pixel_7pro new_gallery__transition_perf
28042837
recipe: devicelab/devicelab_drone

0 commit comments

Comments
 (0)