Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (dart, depot_tools, fuchsia, recipe_engine) into this repository.

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

dart:
https://dart.googlesource.com/recipes.git/+log/528750ad172c964cd48d375371d6498b5fd02394~..a82511eb9b9e8449dec02728d4d7533a014a639a
  528750a (iinozemtsev@google.com)
      Add `beta_hotfix` mode to release recipe
  a82511e (iinozemtsev@google.com)
      Increase checkout timeout

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/630aa05da2dc13d521f8c8f39b979792336d4ce8~..380bbf9e373c35da4b18a0bd8f9c70f36197446f
  630aa05 (qjw@chromium.org)
      Roll luci-auth-ssh-plugin
  778a576 (qjw@chromium.org)
      Roll git-credential-luci: enable ReAuth by default
  45ca62a (jiesheng@google.com)
      Refactors the GCS dependency handling to unify the check for Cog
  c79d91a (no-reply@google.com)
      repo: Update from upstream
  a4c1885 (ricea@chromium.org)
      Revert "Roll git-credential-luci: enable ReAuth by default"
  380bbf9 (kalutes@google.com)
      Add sqlparse to .vpython3

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/ca51cec792f6057a82a4c9c220362376b14fecbf~..01d88e6d3c075658a9292e3c5226da114a572553
  ca51cec (awolter@google.com)
      [assembly] Filter artifacts to upload by their checkout
  6b9b2d4 (awolter@google.com)
      Revert "[assembly] Filter artifacts to upload by their checkout"
  15bb23e (betramlalusha@google.com)
      [fuchsia] Removes adb downloader recipe
  847c6ef (awolter@google.com)
      Reland "[assembly] Filter artifacts to upload by their checkout"
  a54a88e (awolter@google.com)
      [assembly] Upload products to CAS/CIPD
  6e899ea (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  988fd1c (ihuh@google.com)
      [snap_branch] Raise infra failures instead of using assertions.
  7e78da2 (paulfaria@google.com)
      [rust] Expand PGO to all supported targets
  0a10a57 (carverforbes@google.com)
      [fuchsia/fuchsia] Skip builds on retries
  a4c4c80 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  64ce461 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  8987619 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  2430bba (ihuh@google.com)
      [testing] Add link to controller logs.
  01d88e6 (ethanws@google.com)
      [build][rust] update firebase docs to use fx rustdoc-link

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/023cfcf554a2c3fe1251f43fc31a0bb878ed979d
  023cfcf (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 8b6a66e046fd to d404c33558d6

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: I7dafc72c0c17c0bfae20aea5843e5b95d85dba63
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/69181
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: 2e2e7a0435fcdbbbf3ee2488396649261a66e6e6
  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.