From 0e543889ec287bafeaf7a871c68a8062c205bc65 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Thu, 13 Jul 2023 14:35:30 -0700 Subject: [PATCH] mark android impeller tests as bringup (#130525) These should not close the tree as this backend is a WIP. --- .ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 385dbf30e4e3..5a63470e4f57 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -2307,8 +2307,10 @@ targets: - name: Linux_android new_gallery_impeller__transition_perf recipe: devicelab/devicelab_drone presubmit: false + bringup: true timeout: 60 properties: + ignore_flakiness: "true" tags: > ["devicelab", "android", "linux"] task_name: new_gallery_impeller__transition_perf @@ -2593,8 +2595,10 @@ targets: - name: Linux_android animated_blur_backdrop_filter_perf__timeline_summary recipe: devicelab/devicelab_drone presubmit: false + bringup: true timeout: 60 properties: + ignore_flakiness: "true" tags: > ["devicelab", "android", "linux"] task_name: animated_blur_backdrop_filter_perf__timeline_summary