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

dart:
https://dart.googlesource.com/recipes.git/+/ca1ac0c1a3aeec317b12dae321c028db4e73e1d5
  ca1ac0c (aam@google.com)
      Fix .dart-script invocation command.

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/9b72516b2a7972d98c49e3bbca94d316bf3f0426~..0d6d819c4c5417b8b51b7d4323fd804cba1a074b
  9b72516 (paulirish@chromium.org)
      agents: improve buildbucket and luci-test-results skills
  e154c8e (ovsienko@google.com)
      depot_tools: expand owners list with Siso team members in Asia...
  7b87b87 (ovsienko@google.com)
      presubmit: add GetRuff and RunRuff canned checks
  720914f (ukai@google.com)
      create run_in_virtual_path command
  b4a57bb (ovsienko@google.com)
      presubmit: if ruff is missing in _HERE, warn the user and do no...
  0d6d819 (aredulla@google.com)
      [license-allowlist] Add PSF-2.0 to license allowlist

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/5a1809292267f8eed3fc9e470db8d23b1d0b48bb~..bd90cdd38d78ca20fe97c94e0d403b52b0fcbc30
  5a18092 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  bd90cdd (ihuh@google.com)
      [release/cherry-pick] Support multiple subimport repos.

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/4d498a00ab1cae31dfaff5d107764a4362da6f1a
  4d498a0 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from af6103f84643 to de24faf21b95

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: I689fe83721149ec5651a74b9bf8fbb7d1edf2473
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/81060
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: 31d24f749c664fe732344ff24ea419718f0438a5
  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.