commit | f3a7eda11275ffb083e6687eb236787101c736fb | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Fri Oct 07 22:01:56 2022 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 07 22:01:56 2022 +0000 |
tree | 386db3ed48d00186d5271b5ff941365691d98117 | |
parent | 2574ca0ad3cf03f4dc41ca3875f41c7d8465fac5 [diff] |
Mark cancelled builds as failures. Previously cancelled builds were ignored presenting them as green and failing later in the build with totally unrelated failures. Bug: https://github.com/flutter/flutter/issues/113065 Change-Id: I56e57bb461244db542a52068d49837308654f4c4 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/34720 Reviewed-by: Keyong Han <keyonghan@google.com> Reviewed-by: Yusuf Mohsinally <mohsinally@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 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