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

dart:
https://dart.googlesource.com/recipes.git/+/dc62da4adfeed8c33fa42a5c406c8016f1691b7d
  dc62da4 (sortie@google.com)
      Speed up publishing already signed releases.

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/90d1d40c35a60e814b5a0925cb42b8e19ef5c4f4~..b26059ac4549b1ba47c86dc25ea83947bf0becac
  90d1d40 (vapier@chromium.org)
      repo: stop using our repo fork
  cc16898 (chanli@chromium.org)
      [depot_tools] Roll bb
  b26059a (kfarnung@microsoft.com)
      [git_cache] Fix shadowing for `bootstrap`

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/ef80f0b8576dc594dc2f5525d759a1456d36a01e~..3284c2f0634e3229cf35c916f92903a4971c72cd
  ef80f0b (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  f85aaad (fangism@google.com)
      [rbe][logging] Update for new reproxy log schema
  8986e95 (haowei@google.com)
      [clang_toolchain] Temporarily disable LLDB tests that requires...
  3284c2f (ihuh@google.com)
      [testing_requests] Use serial-log-dir for emu shards that need...

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: I2769635f59a492457cc92af45d9c0052ff4ec8bd
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/55362
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: 220c68fd14a7a7eae48aed27ee569d8f3b1a2749
  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.