commit | d8c89e072e55dbbb4ff61708f21d09b9035e72eb | [log] [tgz] |
---|---|---|
author | Keyong Han <keyonghan@google.com> | Mon Jun 27 17:14:45 2022 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 27 17:14:45 2022 +0000 |
tree | b60c79763e5db0d58613dfda40ca2d4830e34992 | |
parent | bd34753090fd7f0eda7d7567bc05e03bb3d2c493 [diff] |
Support openpay checkout To enable openpay repo checkout, add property `openpay: true` to the target config in .ci.yaml. Note that only prod builders have access to access the repo. Change-Id: I31f039035ca2c610885469657e76b0f14ccc35ab Bug: b/231462882 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/31583 Commit-Queue: Keyong Han <keyonghan@google.com> Reviewed-by: 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