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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/f09d6283fcff04e5a7277e461465a990b957abaa
  f09d628 (vahl@chromium.org)
      Fixing https://ci.chromium.org/ui/p/chromium/builders/try/linux...

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/b6b12c0ed83c14f4c89345d32e1e670b78d8f1df~..23b538ed496cadf1b1d0bb1fa0592ee4cb30f8a7
  b6b12c0 (olivernewman@google.com)
      [checkout] Include jiri attributes in checkout_info property
  367b0d3 (mohrr@google.com)
      [git_roll_util] Show number of commits to roll
  0d7bcb1 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  9f2cdb4 (olivernewman@google.com)
      [docsgen] Support incremental builds
  8bb3c49 (mohrr@google.com)
      [git_roll_util] Stop queries after 5 failures
  23b538e (mohrr@google.com)
      [bisector] Reduce top-level excluding steps

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/618b98508d403e441b62177c3d189f4862385c72
  618b985 (mohrr@google.com)
      [cipd] Switch to inline properties

Please check the following references for more information:
- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller
- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback
- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md

Use https://goo.gl/noib3a to file a bug.

R=flutter-infra-notify+luci-recipes@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ie0da58312b3538b662b31d72d33b74f91ef508ec
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/74440
Commit-Queue: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: 184447694e8e38ee3973bee740d2fc3214f26ad7
  1. .vscode/
  2. infra/
  3. recipe_modules/
  4. recipes/
  5. .gitignore
  6. .style.yapf
  7. AUTHORS
  8. CONTRIBUTING.md
  9. LICENSE
  10. OWNERS
  11. README.md
  12. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.

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.

Contributing

Please follow instructions on Contributing docs to set up your development environment.