| commit | 017db3865a1c08ceab3d3b0eec048f51d1591f72 | [log] [tgz] |
|---|---|---|
| author | Godofredo Contreras <godofredoc@google.com> | Thu May 11 17:27:55 2023 +0000 |
| committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 11 17:27:55 2023 +0000 |
| tree | a34ba040a8692eed3dc1059911ab4374355d7876 | |
| parent | f5b369f1431c1380f79441f01e29dfa395214f20 [diff] |
Add gclient to path of engine builds. Some scripts rely on gclient being on the path. Bug: https://github.com/flutter/flutter/issues/126447 Change-Id: Id41b0024eb5d5bfba3119aa54a126115cccee982 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/44203 Reviewed-by: Keyong Han <keyonghan@google.com> Commit-Queue: Godofredo Contreras <godofredoc@google.com> (cherry picked from commit d84e8b758506ab8b9291c13db20c27671b822ac4) Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/44263 Reviewed-by: Xilai Zhang <xilaizhang@google.com> Commit-Queue: Xilai Zhang <xilaizhang@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