From 32e29fc39bc680ca03adc62079ca8a7a1c5f3e9c Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Wed, 28 Aug 2024 16:09:05 -0700 Subject: [PATCH] Temporarily mark `Linux customer_testing` as bringup: true. (#154297) See https://github.com/flutter/flutter/issues/154293. --- .ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index c4077a44c28..c53e35e6e16 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -487,6 +487,8 @@ targets: - .ci.yaml - name: Linux customer_testing + # TODO(matanlurey): https://github.com/flutter/flutter/issues/154293 + bringup: true # This really just runs dev/bots/customer_testing/ci.sh, # but it does so indirectly via the flutter_drone recipe # calling the dev/bots/test.dart script.