commit | e2a5679befc0c08b57cff41e87f10ccccb3aecdb | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Wed Apr 12 16:10:09 2023 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 12 16:10:09 2023 +0000 |
tree | 938645521bf9e6ee433454a163e78e5ea9f81af0 | |
parent | c73da7c954000f4979889f2bddb1465305aea106 [diff] |
Prevent uploads from staging. This change will allow to create the artifacts locally but will not upload them if the build is not running from prod. Bug: https://github.com/flutter/flutter/issues/124619 Change-Id: Ib02abf2dafebf24f1ed1a995537a2d7701882b70 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/41640 Reviewed-by: Zach Anderson <zra@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