From adbac02b99b3ce5f3580f1541e08d8828d762472 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Mon, 4 Nov 2024 10:47:12 -0800 Subject: [PATCH] Retry mac_unopt one time in presubmit (flutter/engine#56319) While we mitigate https://github.com/flutter/flutter/issues/157636. --- engine/src/flutter/.ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 448d669382..ddced8bfa9 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -516,6 +516,8 @@ targets: properties: config_name: mac_unopt add_recipes_cq: "true" + # Retry for flakes caused by https://github.com/flutter/flutter/issues/157636 + presubmit_max_attempts: "2" timeout: 120 - name: Mac mac_ios_engine