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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b6aeae1769e1448cf8b53d0d05c4b125fb5e2c93~..81577f19a8497ba7e41afac322e8f03553a863ec
  b6aeae1 (camargomau@google.com)
      [lucicfg] Update lucicfg to 1.46.7
  81577f1 (wfh@chromium.org)
      git_cl: Support patching CLs with explicit projects and foreign...

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/7bdb60f9fb4abc8efd1748d31a0fa472c588f33c~..e6fc599e4cfc88973516dbfe4d59f52450c8ed4c
  7bdb60f (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  4eb577f (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  5cf7802 (jcecil@google.com)
      [static_checks] Remove check-licenses step
  5307617 (carverforbes@google.com)
      [build] Temporarily disable shared cache fleet-wide
  17e785f (carverforbes@google.com)
      [build] Record disk usage telemetry across build architectures
  b1a9dea (carverforbes@google.com)
      [gce_disk_manager] Add step timeouts to GCE disk operations
  60d38f7 (eakammer@google.com)
      Add GCS baking delay ledger helpers for third-party repos
  8e04241 (carverforbes@google.com)
      [subbuild,build] Handle zone discovery and cache save failures
  88f7fc3 (carverforbes@google.com)
      Revert "[build] Temporarily disable shared cache fleet-wide"
  e6fc599 (carverforbes@google.com)
      [subbuild] Cap fallback zones for multi-core try builders

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/5e624bcadb9c666a98903b187b9bbb052a45703b~..29fbdcc7b7e5f04e34494717dd72d0e1cd2f8496
  5e624bc (ovsienko@google.com)
      VPython: convert legacy vpython to UV for recipes-py.
  29fbdcc (iannucci@google.com)
      Revert "VPython: convert legacy vpython to UV for recipes-py."

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: I767745959b92275dc0f4d7ce1d29c38d1abc710d
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/83040
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: cbee5d634bbc1498629d8d4f94dae0df6b4578c6
  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.