commit | ebaff1be0af7e7c4d4aaaf958dba0cbc2f69a23f | [log] [tgz] |
---|---|---|
author | Ricardo Amador <ricardoamador@google.com> | Fri Jan 12 18:42:38 2024 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 12 18:42:38 2024 +0000 |
tree | 559faee74ec30ce18347af36d98e1b480b9bce8f | |
parent | 7ead5cae4dfa59c6074ca5864f1b8ff0cffc27a7 [diff] |
Fix the fail condition by attempting to restart the emulator up to 3 times. This prevents the test from hanging due to the emulator crashing silently (https://b.corp.google.com/issues/319321211). While this is not a fix it should prevent us from hitting the hang. Example of it preventing the fail and the subsequent hang in the setup method: https://ci.chromium.org/ui/p/flutter/builders/prod.shadow/Linux%20Production%20Engine%20Drone/66/overview Bug: https://github.com/flutter/flutter/issues/141292 Change-Id: I83e477a538dccc77aa6b192a891b38b1c2f0dbdd Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/53961 Commit-Queue: Ricardo Amador <ricardoamador@google.com> Reviewed-by: Yusuf Mohsinally <mohsinally@google.com>
This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.
Supported repositories roll their .ci.yaml
into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.
Please follow instructions on Contributing docs to set up your development environment.