commit | 1bf5ed3adad4afb11959eb5ce2a2c3df17ffd3f2 | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Wed Aug 16 23:20:32 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 16 23:20:32 2023 +0000 |
tree | 4685f95350e1dee31ab1a3cee09ed500379000ad | |
parent | 0a821eeda018550936f6da33ffd6e5f81cf1defd [diff] |
Apply toolchain setup before the checkout. The setup command was nested and it was only applied when the cache was explicitly mounted. Change-Id: I9596e479561ef8cd15a2361e999b230374750800 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/49540 Reviewed-by: Ricardo Amador <ricardoamador@google.com> Reviewed-by: Keyong Han <keyonghan@google.com> Commit-Queue: Godofredo Contreras <godofredoc@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 python3 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