Roll recipe dependencies (trivial).

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

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/77408187c651078f7d1294747372bd31e6a9e52d
  7740818 (meiring@google.com)
      [ResultSink] Roll to prod (depot_tools).

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/2ce83fd86e9aeef59784953694ebe36ad1fb89e3~..f17d5f54693c6c7c8374a11faba9478c3627aa4e
  2ce83fd (olivernewman@google.com)
      [fuchsia_roller] Fix commit messages
  f61965a (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  31b16a6 (olivernewman@google.com)
      [gds] Set CQ on-behalf-of CL owner
  b220139 (olivernewman@google.com)
      [cache] Don't delete caches synchronously after failure
  bb358c0 (mohrr@google.com)
      [cipd_integration_tagger] Add step_summary_text
  4f8ceb2 (mohrr@google.com)
      [roll_commit_message] Use new api.cipd.make_link() method
  f17d5f5 (mohrr@google.com)
      [kythe] Fix lint issue

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/fb4f6a64e0074fa45ac0b276b4eb5b4d5e6268f6~..f3ec17566980d275dc7f1d5b668861662f5ab3bc
  fb4f6a6 (mohrr@google.com)
      [cipd] Add make_link() method
  f3ec175 (mohrr@google.com)
      [cipd] Add annotations

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: I11b9c4657b11cbd08b369461a7891e5c9ae5944a
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/65681
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: f3d83f1476ed0ddf2348df7b5b9f5088dedbd670
  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.