commit | b6739eb0f19a11a39dfb790f81f65f3b7b73a520 | [log] [tgz] |
---|---|---|
author | Keyong Han <keyonghan@google.com> | Wed May 17 23:20:27 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 17 23:20:27 2023 +0000 |
tree | ac78a53911e02ccabcac69064dc13ca2552f97d3 | |
parent | 426756faea5a3e8ac005e7b4fed3ceec59373617 [diff] |
Fix xcode cache cleanup The old logic cleans up xcode cache when xcode path exists but runtime path doesn't. This misses the case where the runtime path exists but missing some files (not able to finish copying). This CL uses `xcrun simctl list runtimes` as the source of truth of xcode cache pollution. If it outputs no runtime, then we are sure the xcode is installed in an incomplete state. Change-Id: Ic98dc1fefeb22f03e5090dc7145ace7e0c14e49b Bug: https://github.com/flutter/flutter/issues/125273 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/44761 Reviewed-by: Ricardo Amador <ricardoamador@google.com> Commit-Queue: Keyong Han <keyonghan@google.com>
This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Actual builds can be seen at ci.chromium.org.
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.
Tricium configurations recipes repo.
Running python recipes.py test train
will execute all of the tests in this repository
Required binary is not found on PATH: cipd
when testing locallyYou need to ensure depot_tools is installed. See Depot Tools Installation Tutorial