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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7ada09631acc63dfa360a48bec45375fb09452a8~..09f005050e60b654f198560faeb0851741e1b399
  7ada096 (ddoman@chromium.org)
      presubmit_support: allows description only run
  4990915 (bsheedy@chromium.org)
      Add recent build tools to MCP server
  a0f5408 (ayatane@chromium.org)
      Add git credential helpers to CIPD manifest
  8c832a9 (bsheedy@chromium.org)
      Update buildbucket test imports
  95155be (bsheedy@chromium.org)
      Add several ResultDB tools
  ad28aed (sshrimp@google.com)
      Add git cl tools to mcp server
  09f0050 (qjw@chromium.org)
      luci-auth-fido2-plugin: use WindowsClient if available

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/393079bb93b69cddf96a47745c0d4e78dc411d72~..ec0d7e71a688a51bd0fe326e8d877ee42f48e1db
  393079b (chandarren@google.com)
      [snap_branch] Report versioning history to an...
  bb0d151 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  b3baefc (chandarren@google.com)
      Revert "[snap_branch] Report versioning history to an..."
  6212604 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  41e2e25 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  77e3f93 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  a876849 (betramlalusha@google.com)
      [infra] Adds recipe to download and upload adb to CIPD
  d42b505 (chandarren@google.com)
      Reland "[snap_branch] Report versioning history to an..."
  c343f8b (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  346ee6f (mbrase@google.com)
      [fxt] Add -package-overrides flag to fxt binary
  ec0d7e7 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/3e83e42604e9f2c60c7e4b10feabdd2c7c5613e1~..84b656e2b73e56ccce1b569d33190906c3966fe1
  3e83e42 (mohrr@google.com)
      [path] Assume InputPlaceholders always exist
  d8c0a85 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from bf7828b9d4cc to 6eb59b7a9240
  1ac7ae4 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 36fc63ec894e to 175188d978bb
  84b656e (mohrr@google.com)
      [file] Fix annotation for glob_paths()

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: Ic5467a7df0f9c05b9f3677250f0f29bafccd5a5b
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/68805
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: 7b433bdd3cbb4084dae73e4c62455ae34231db88
  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.