Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (depot_tools, fuchsia, recipe_engine) into this repository.

The build that created this CL was
https://ci.chromium.org/b/8811922134360329873

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/392ce7ee8ea60b8bc3de3dc4838c106caf65f8a7~..0a5bae7ebcceab7abdfa2d61b168c93d0fb01697
  392ce7e (victorvianna@google.com)
      [depot_tools] Remove references to adobe flash from fetch flow
  afcf0a9 (heiserya@google.com)
      Roll PGO CLI changes into depot_tools
  6754c49 (sokcevic@google.com)
      Revert "Make depot_tools scripts return exit codes properly on...
  c90a982 (jwata@google.com)
      Switch to use CIPD ninja v1.8.2
  0a5bae7 (tikuta@chromium.org)
      Revert "Switch to use CIPD ninja v1.8.2"

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/575367a64d5e73183cba58a0557b8a572350b3dc~..c786c9709c4ed9f96db42f2d839420d5fba96986
  575367a (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  c786c97 (olivernewman@google.com)
      [auto_roller] Delete Options shim

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/51b3aed56d1ba5b0e8ac65f94c20b15513a5f87c
  51b3aed (jkusuma@google.com)
      Update go.chromium.org/luci protos related to resultdb.

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=godofredoc@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia6b9b3cabd8e456f25b9b25e4874286cfe21f33a
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/31004
Bot-Commit: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: 7653527c58ae56c3e7563faacddbf2288d825103
  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