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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c341d58921ab188e4edacce04a221559bce86e8d~..3a7f62489a62e4af259b11b8ed95e5d18aa79ef2
  c341d58 (jojwang@google.com)
      Include submodules when looking for PRESUBMIT files.
  dbbe224 (nikita@island.io)
      gclient: Call _AutoFetchRef before using a rev in _FetchAndReset
  6fc0c97 (sokcevic@chromium.org)
      [git_cache] Track if git cache is fully initialized
  3a7f624 (tikuta@chromium.org)
      autoninja: make it possible to skip external account check

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/cc17ba202b213864ed00e848d2f753ba7c80e418~..ad607a95458d67dccb7e2f3508bf46cae26f818c
  cc17ba2 (phosek@google.com)
      [clang_toolchain] Drop the tensorflow module dependency
  4ee0f30 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  ad607a9 (phosek@google.com)
      Revert "[clang_toolchain] Drop the tensorflow module dependency"

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: Ifc8aec14e09c0f89ad4c3a6e29e559bafebecfa6
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/54341
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: f22055a6a69db75071b3f43703537b284c552c33
  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.