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) into this repository.

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

dart:
https://dart.googlesource.com/recipes.git/+log/00f33cc0e479d4ce4eca9610b7117331ca322916~..c133b957e5386ddb1584e499a8e94d85b8a25592
  00f33cc (whesse@google.com)
      Revert "Roll recipe dependencies (trivial)."
  dd800af (whesse@google.com)
      Disable recipe roller until depot_tools issue is fixed
  c133b95 (whesse@google.com)
      Revert "Disable recipe roller until depot_tools issue is fixed"

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b4adf1731685372484604bdfa8b3bd14a0a2f603~..783c919a4450ab9bcee1dc5257a336328437d03a
  b4adf17 (whesse@google.com)
      Fix git_cache to not use bare repository git-dir flag on regula...
  6a9dd48 (sokcevic@chromium.org)
      Reland "Reland "Upgrade python to 3.11""
  783c919 (sokcevic@chromium.org)
      Revert "Upgrade python to 3.11"

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/4db8cf3d869d7a160ac01e852ca189e3427a1c5a~..1b2d611e87d780ef7c62faf202ecf557404132dc
  4db8cf3 (andresvi@google.com)
      [contrib][llvm] Use the right libtool and lipo.
  7a82787 (olivernewman@google.com)
      [testing] Wrap failed test names in backticks
  61c4442 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  34c1b4d (tmandry@google.com)
      [rust] Unpin ninja from previous
  1b2d611 (tmandry@google.com)
      [rust] Add runtimes for canonical fuchsia triples

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: I3c6f4518effca50b27f111619038681c3e2a7ad8
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/53783
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: 5c5d44ddf32c179c46851b43aaace89455357ef9
  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.