Roll recipe dependencies (trivial).

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

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

dart:
https://dart.googlesource.com/recipes.git/+/1a62a2b5163d3492ab8457811eeffe8cb3c4d46d
  1a62a2b (whesse@google.com)
      Allow bisection's update blamelists step to fail

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/fc7c90b863d553cbff48ac35c89015ee8ff688a3~..b52b2d44cf03f8e6a4357fc5bb3ae7ace67a723e
  fc7c90b (atyfto@google.com)
      [OWNERS] Remove atyfto@google.com, andresvi@google.com
  1426855 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  1fd78c9 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  4ab285a (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  879b528 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  eb6a9f9 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  ce78791 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  e98bb37 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  30242b8 (tmandry@google.com)
      [toolchain] Allow both CAS and CIPD fields in checkout
  3d96b2c (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  9280af0 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  e19bc96 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  d1f48cb (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  4078ae3 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  d7479f2 (haowei@google.com)
      [python3] Roll python3 to version 3.11.6
  6d95a8d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  05205ca (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  b52b2d4 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/d9994e3522dc0700ceb13f2e0ed260892107770a~..94e9b251b56473c68935e0b42aad3fcbe95e3f6c
  d9994e3 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from dfbae63f58ac to 540222a3d0b1
  94e9b25 (jonahhooper@google.com)
      [swarming] [recipe] Updated swarming cli to more recent version

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: I00e998ab19fd6be522e6edd231a75fca846690cf
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/52181
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: af59843c4f0569ccdefde77dfdae52323638a167
  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.