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

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

dart:
https://dart.googlesource.com/recipes.git/+/f98ae13b26b6f1ca93de37e1d20a90566fc11ac5
  f98ae13 (iinozemtsev@google.com)
      Make lkgr builder detect recovers from transient build failures.

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/554d1d98aee4d3700e3264daf88ccb9cfbfd70ec~..fba5d8a8b46a5a7a3559c04f451a650d81253ca1
  554d1d9 (rop@google.com)
      Check `restrictive_license_approvals.textproto` for missing lic...
  717cf94 (cbruni@chromium.org)
      Support parallel DEPS hooks
  2ff49ee (drubery@chromium.org)
      Add ability to reply to comments in git_cl.py
  fba5d8a (mitchella@google.com)
      Remove ex-security team member and add fancl@google.com

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/0fe988d25b5812320d9fce7886a42445826c0a6f~..276ae60bec96fbd8fb604ce57e13b55398183809
  0fe988d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  c65da1e (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  75d9baf (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  524de10 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  276ae60 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/ce25b7d290014f59a00d29ab058a1f12ef5b83fb
  ce25b7d (chanli@google.com)
      [TurboCI] expose turboci section of LUCI_CONTEXT

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: I1a8393c5e3c6ce826993d01b9dbd2a0d21232a5c
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/78640
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: 8e2df6d13fe455186e12a30f589687027760033d
  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.