commit | 3c2f47bd80d586787910dd43c1d8577e19b9cb92 | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Tue Feb 07 03:10:23 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 07 03:10:23 2023 +0000 |
tree | 5c39487c137a484a7e9de5d3bc6f4b5284fe6774 | |
parent | 4abc77ac5012329355ad6cd2735a6ac65a6e1ab6 [diff] |
Remove autoninja. Removes autoninja support from the build API. Change-Id: Iaab434ef8bca3c7594bc153b138ee340e1cd7d08 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/37060 Commit-Queue: Godofredo Contreras <godofredoc@google.com> Reviewed-by: Junji Watanabe <jwata@google.com> (cherry picked from commit bd1113eeb939d1d6ca4435bd362b0612ba8ced13) Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38700 Reviewed-by: Nehal Patel <nehalvpatel@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