commit | 7dcdad130de52672b1f168257251332301d01642 | [log] [tgz] |
---|---|---|
author | Keyong Han <keyonghan@google.com> | Mon Aug 29 21:32:28 2022 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 29 21:32:28 2022 +0000 |
tree | ba416dbd885ca11da1e065df56cc20502f0f8bad | |
parent | 26f0fad1185d43d728160914f3b8129ad0efaa1e [diff] |
Pin vpython Change-Id: Iafdcb1a07c0f5b818d7cb31a84a2307679d3cbf4 Bug: https://github.com/flutter/flutter/issues/110112 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/32820 Commit-Queue: Keyong Han <keyonghan@google.com> Reviewed-by: Godofredo Contreras <godofredoc@google.com> (cherry picked from commit a712fba47d45721f1c4bd2f4bb2e3957e0a6d0c9) Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/33121 Reviewed-by: Keyong Han <keyonghan@google.com> Commit-Queue: Casey Hillers <chillers@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