From 8ad15cd81e4cd2ad86524a8afa7021ea51c09169 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Thu, 19 Dec 2024 15:52:54 -0800 Subject: [PATCH] [monorepo] mark local engine builds as bringup. (#160627) These tests are slightly flakey due to the macos cache issue. These aren't actually tests, instead the prepopulate an RBE cache - so the failure shouldn't close the tree, because cold caches isn't a failure state (its just unfortunate). --- engine/src/flutter/.ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 4d40536331..ce9a8b3cc5 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -50,6 +50,7 @@ targets: enabled_branches: - master recipe: engine_v2/engine_v2 + bringup: true properties: config_name: local_engine # local_engine schedules a bunch of other builds, so it's likely to timeout waiting for those builds to run.