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

dart:
https://dart.googlesource.com/recipes.git/+/d97e2cfa757cd44946cf82f8cc56485494b67633
  d97e2cf (rmacnak@google.com)
      Run Fuchsia shards on Linux.

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/fd6e527668c2010f96a0a95e7e057994827def92
  fd6e527 (sokcevic@chromium.org)
      repo_launcher: sync to v2.39

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/c1fdf44d3eb47a2db2f88b1b5a93b82af0a26ada~..118d4946dad22aed0d99e4d2d0dbd13f10a9c314
  c1fdf44 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  118d494 (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/25405bce228498a730936786c1d40a1978a7580c~..e5bce86f12044503e2fb9ff84bbbb0b4119871b9
  25405bc (jonahhooper@google.com)
      [swarming] [recipe] recipe experiment for new swarming cli
  636a3cd (mohrr@google.com)
      [defer] Make "collect" step optional
  e5bce86 (mohrr@google.com)
      [defer] Add context manager support

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: I94fecf743e8bd3794df2e94a6de16a083348dc0f
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/52042
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: a7607c359fa11cbbd5978d7ff96837bfabb321c9
  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.