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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7e251262409b3401809e57c5314dd158210355b8~..677616322a2bc16ed43ac0b3729eed23b50757f4
  7e25126 (vapier@chromium.org)
      repo_launcher: pull latest version
  512f3cb (gavinmak@google.com)
      Drop py2 support in various files
  a94d8fe (gavinmak@google.com)
      Drop py2 support in presubmit files
  691128f (vapier@chromium.org)
      fetch_configs: switch to 4 space indent
  f38dc92 (vapier@chromium.org)
      testing_support: switch to 4 space indent
  6776163 (vapier@chromium.org)
      tests: switch to 4 space indent

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/2196605514b5fc9eeb3df3bd1ac3247420220da0~..0b1183f87226fb8cbd0a201ba75827975fad1183
  2196605 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  c7c2628 (olivernewman@google.com)
      [scripts] Remove reference to deleted recipe
  ac7ec22 (phosek@google.com)
      [tools] Ensure that Ninja and CMake are available on all platforms
  e84e4d8 (olivernewman@google.com)
      [rust_toolchain] Fetch all refs
  c34ad7f (olivernewman@google.com)
      [llvm_test_suite] Convert to proto properties
  b9b6e16 (olivernewman@google.com)
      [salt_packer_base_image_roller] Convert to proto properties
  c951f66 (fmil@google.com)
      [recipe][tzres] Automate time zone data rolls
  0b1183f (olivernewman@google.com)
      [shac] Avoid running `cipd ensure` in parallel

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/2cd5f04ab0884d75b3a27be1a8c739beccbbd8df
  2cd5f04 (mohrr@google.com)
      Update luci-go protos

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@grotations.appspotmail.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I0086abc1eb370ffcb272f24cb8e8d7225af7bbf4
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/50640
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: 9d061eba1fd6ac8d3c0dddfe89b172349d9aa160
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  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. 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.