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

dart:
https://dart.googlesource.com/recipes.git/+/ffdec8ffdc465def7ff87dc0a1fdc08adb74052a
  ffdec8f (athom@google.com)
      Manual trivial roll

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/61a919010a6c8bf33e085e082fa2ad0b9252793a~..6f7b85f2675c228309d400fbe01359f136a0b80b
  61a9190 (bryner@google.com)
      New cpython3 and vpython3 packages to depot_tools.
  c41b0af (nqmtuan@google.com)
      [Depot tools] Roll RDB to 0012861
  6f7b85f (gavinmak@google.com)
      Hide git log by default if rolling from a non-public host

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/ca615edba00809fac3aaf155f38d502d4d811e90~..9c9778f2cdbd523e5469b0eeb7eb8040d8e83802
  ca615ed (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  a1093e6 (danikay@google.com)
      [submodules] Add patching logic in checkout api to support subm...
  e7a96ce (mohrr@google.com)
      [cipd_util] Move cipd_upload_from_manifest here
  17b2be4 (carverforbes@google.com)
      [fxt] Only cleanup workspaces for passing runs.
  ed28a7c (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  2d67d14 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  800b077 (ihuh@google.com)
      Reland "[checkout] Fix check for is_manifest_commit."
  0f76194 (olivernewman@google.com)
      [cipd_util] Delete BCID-related code
  052e0c7 (andresvi@google.com)
      [recipes][tests] Symbolize linux input in orchestrator
  83c386d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  9c9778f (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/96ecadc583e69fccd1b690e9aaab7280c7656a08~..09ec4880906a6aae1e8adc63212bd1259a817983
  96ecadc (iannucci@chromium.org)
      [warnings] Fix unnecessary conditional.
  d272488 (mohrr@google.com)
      [buildbucket] Add warnings for deprecated accessors
  0846b9c (mohrr@google.com)
      [json] Add deprecation warning
  fac1f26 (mohrr@google.com)
      [buildbucket] Add warning for set_buildbucket_host()
  09ec488 (mohrr@google.com)
      [properties] Add deprecation warning for legacy()

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: I3f409c6a12399b5b7605bac80255f3874e36c652
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/58540
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: d19b58a1efd4541b9c5f588a4c7fa4915a2fbfaf
  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.