commit | 15e69ddf938e322f1f8eb7ba3b00a510f7eb96b5 | [log] [tgz] |
---|---|---|
author | Oliver Newman <olivernewman@google.com> | Tue Jun 07 20:47:17 2022 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 07 20:47:17 2022 +0000 |
tree | c4002d8ae64af87cb9484bd3d6e5205ad09e2e56 | |
parent | bf98f7c65676abc0782b08fdf1696deba2b6c151 [diff] |
Migrate to new auto_roller API Migrates to new API introduced in https://fxrev.dev/97340. That's a breaking change so it must be rolled into flutter recipes along with this one. Change-Id: I581b41692cfc322418258ee38103bc985961f1d9 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/30980 Reviewed-by: Keyong Han <keyonghan@google.com> Reviewed-by: Casey Hillers <chillers@google.com> Commit-Queue: Oliver Newman <olivernewman@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