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/8817671265742799233

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e515e5d22effa36345695d7df6e88fe920c09776~..ffeef9001edb33e16e6a72db746cdb8d2cf6c568
  e515e5d (cpelling@google.com)
      Make the "mark branch dormant" instructions simpler to copy+paste.
  b8a4c0b (bryner@google.com)
      The python3 bin directory no longer needs to be added to PATH.
  ffeef90 (tikuta@chromium.org)
      bot_update: change set_output_commit to True by default

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/79192145edf2d8b2a4daab6a80614c6152a74be9~..b218434c8c92a514839d087a045715ad2d59290f
  7919214 (yupingz@google.com)
      Fix commit message push for superproject
  b218434 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/25223226218805effacaee1992181acc35eccc00~..b4882c1f084f6bafe431f9c55414675515d13b40
  2522322 (gbeaty@chromium.org)
      Rewrite candidate_algorithm.
  b4882c1 (chanli@chromium.org)
      [time] make sleep a timed wait on global_shutdown

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

R=keyonghan@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I4c1f8f6cc4ae01d5947c904089a1c414a6726085
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/28762
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: e4b1677da81ee904bb977c64e29e498cc1131e81
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. branch_recipes.py
  8. LICENSE
  9. OWNERS
  10. README.md
  11. 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.

Recipe Branching for Releases

The script branch_recipes.py is used to generate new copies of the LUCI recipes for a beta release. See Recipe Branching for Releases for more information. For usage:

$ ./branch_recipes.py --help