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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/936d929889d9e92fdd6e76bb56134c116bb4aa8a
  936d929 (bofengchen@google.com)
      presubmit: Exempt TypeScript export statements from line length...

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/17fa4588e84ec6969485ca9e84795d9fcf256b87~..4d3b181be8c4ccdb15cc72963c3b18cbbb6575db
  17fa458 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  6fe4fbc (phosek@google.com)
      Revert "[clang_trigger] Use correct ref when reading commit his...
  c2b5bf3 (mohrr@google.com)
      [bisector] Add note about bisection status to summary
  4d3b181 (carverforbes@google.com)
      [fuchsia/fuchsia] Use buildbucket.get instead of buildbucket.se...

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/66badf0ef51a3d1054d490d9ff742d28d182979e~..dde21aa0b875575ff478af4a5964be9bb2a4ad72
  66badf0 (mohrr@google.com)
      Convert most properties to protos
  1237fbd (mohrr@google.com)
      [buildbucket] Remove run/multi recipe
  dde21aa (mohrr@google.com)
      [scheduler] Switch to proto-based properties

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: I54b25e10dcb5a731278bab401c7172559914ba5f
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/74500
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: f9115cf010dc4859927f67825725f8d5f1e5dc04
  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.