Manual roll of deps to make web_engine builds to pass.

CP: c0017aa48c744a124faaf3e04033fa79e4f5151e
CP: 430623283f89d99d654780d277a66379022e5561
CP: 736aac3f34634ffc45d632a7c0f6737baa152fdc

Change-Id: If3277385f321290fff92fb1db879618656c9d954
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38125
Reviewed-by: Xilai Zhang <xilaizhang@google.com>
97 files changed
tree: d5ae520f40bc676c45f7fa749adc955b6f0c1c10
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. LICENSE
  8. OWNERS
  9. README.md
  10. recipes.py
README.md

Flutter LUCI Recipes

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.

Configuration

Tricium configurations recipes repo.

Testing locally

Running python recipes.py test train will execute all of the tests in this repository

Troubleshooting

Required binary is not found on PATH: cipd when testing locally

You need to ensure depot_tools is installed. See Depot Tools Installation Tutorial