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) into this repository.

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/320a1caf813ca9764ab029fa76be0a6504f454d0~..8676aa925eafed18a7d21a566b602d1ea870125c
  320a1ca (gbeaty@chromium.org)
      Add a method to the git API for running git number.
  8676aa9 (apolito@google.com)
      Give better error message when proc fails to execute.

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/dee3521adb436c3596eddfcfc1b1fd72a6dca96c~..7be9bd78632f1c4a2e92da78e50da4424d8722ff
  dee3521 (atyfto@google.com)
      [cl_util] Roll tool to latest
  c22b9cf (nmulcahey@google.com)
      [py3] Convert resource script invocations to python3
  889112f (nmulcahey@google.com)
      [py3] Run update_3p_packages.py under python3
  f163119 (nmulcahey@google.com)
      [py3] Run rust/x.py under python3
  488dfdb (nmulcahey@google.com)
      [py3] Run clang ml scripts under python3
  247fdfe (nmulcahey@google.com)
      [py3] Run clang-{format,tidy}-diff.py under python3
  2076151 (nmulcahey@google.com)
      Revert "[py3] Convert resource script invocations to python3"
  6522703 (olivernewman@google.com)
      [git] Add "checkout" nesting to checkout_from_build_input
  7be9bd7 (atyfto@google.com)
      [cl-util] Re-enable auto-rolls

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: I01767222aa247c1a8a268bda65ee951d2f7b9409
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/23740
Bot-Commit: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Casey Hillers <chillers@google.com>
Reviewed-by: Casey Hillers <chillers@google.com>
1 file changed
tree: 4b1d64334de240243a697b0d8f305ef33e341b27
  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