| commit | 25c7e471e2efb477a7d03b975a9d44aeb6cb7a60 | [log] [tgz] |
|---|---|---|
| author | Zachary Anderson <zanderso@users.noreply.github.com> | Mon Nov 04 10:47:12 2024 -0800 |
| committer | GitHub <noreply@github.com> | Mon Nov 04 10:47:12 2024 -0800 |
| tree | 2fe120559999e4fe43d100a80b9e141823286921 | |
| parent | aa3423f77d94d50b8323350e0a34720c58281265 [diff] |
Retry mac_unopt one time in presubmit (#56319) While we mitigate https://github.com/flutter/flutter/issues/157636.
diff --git a/.ci.yaml b/.ci.yaml index 448d669..ddced8b 100644 --- a/.ci.yaml +++ b/.ci.yaml
@@ -516,6 +516,8 @@ 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