| commit | 596ebfac3c70f44fdad1b0cf1ae55ae3349be454 | [log] [tgz] |
|---|---|---|
| author | Godofredo Contreras <godofredoc@google.com> | Fri May 12 16:13:03 2023 +0000 |
| committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 12 16:13:03 2023 +0000 |
| tree | 4a3fbdcd21e3f02a0735fb1f5bfc7090980c84ff | |
| parent | eefd75889671e8d9db2d342f6746145c718e05ee [diff] |
Do not use goma on official builds. Goma is not supported for official builds but engine builds are still trying to use goma making dart-internal builds to fail. Bug: https://github.com/flutter/flutter/issues/126616 Change-Id: I44b236ec90de1600a82ee3dbf898433349ae37d1 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/44400 Reviewed-by: Jesse Seales <jseales@google.com> Reviewed-by: Yusuf Mohsinally <mohsinally@google.com> Commit-Queue: Godofredo Contreras <godofredoc@google.com> Reviewed-by: Drew Roen <drewroen@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