From 6c5606bea7d1388651877a726a3ae29d3cf0ae9f Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 24 Apr 2024 16:33:15 -0700 Subject: [PATCH] Run new_gallery__transition_perf on mokey in staging (#147339) --- .ci.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index f5e04b73dd..613884752b 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -99,6 +99,17 @@ platform_properties: os: Linux device_type: "SM-A025V" + linux_mokey: + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:34v3"}, + {"dependency": "open_jdk", "version": "version:17"}, + {"dependency": "curl", "version": "version:7.64.0"} + ] + os: Linux + device_type: "mokey" + mac: properties: contexts: >- @@ -2799,6 +2810,28 @@ targets: ["devicelab", "android", "linux"] task_name: new_gallery__transition_perf + # Mokey, Impeller + - name: Linux_mokey new_gallery_impeller__transition_perf + recipe: devicelab/devicelab_drone + bringup: true # Device exists only in staging. + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "mokey"] + task_name: new_gallery_impeller__transition_perf + + # Mokey, Skia + - name: Linux_mokey new_gallery__transition_perf + recipe: devicelab/devicelab_drone + bringup: true # Device exists only in staging. + presubmit: false + timeout: 60 + properties: + tags: > + ["devicelab", "android", "linux", "mokey"] + task_name: new_gallery__transition_perf + # Pixel 7 Pro, Skia - name: Linux_pixel_7pro new_gallery__transition_perf recipe: devicelab/devicelab_drone