From a1e657a1e9c35e02685f70adda51c28381935de7 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 27 Jan 2023 11:30:22 -0800 Subject: [PATCH] Move Linux Fuchsia FEMU to bringup due to flakes (#39202) For https://github.com/flutter/flutter/issues/119356 --- .ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yaml b/.ci.yaml index dfcbad39ffce4..d0e6bceccbb19 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -150,6 +150,7 @@ targets: - name: Linux Fuchsia FEMU recipe: engine/femu_test + bringup: true properties: add_recipes_cq: "true" build_fuchsia: "true"