From 167e65f97e049087ae393271ffe255ca0836f294 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 17 May 2024 10:49:15 -0700 Subject: [PATCH] Shift a test on MotoG4 to staging, add it on Mokey (#148552) The test on MotoG4 has lots of flaky timeouts, so this PR moves it to bringup to stop turning the tree red. This PR also adds the test on Mokey in anticipation of removing the MotoG4 devices and to see if it might be flaky there as well. --- .ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 5ead9e46125..9c78ac4edec 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -2821,6 +2821,17 @@ targets: ["devicelab", "android", "linux", "mokey"] task_name: new_gallery_impeller__transition_perf + # Mokey, Impeller (OpenGL) + - name: Linux_mokey new_gallery_opengles_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_opengles_impeller__transition_perf + # Mokey, Skia - name: Linux_mokey new_gallery__transition_perf recipe: devicelab/devicelab_drone @@ -2856,6 +2867,7 @@ targets: # Moto G4, Impeller (OpenGL) - name: Linux_android new_gallery_opengles_impeller__transition_perf recipe: devicelab/devicelab_drone + bringup: true presubmit: false timeout: 60 properties: