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

dart:
https://dart.googlesource.com/recipes.git/+/c4efbe14c4ebc15e3e3d1ca46044cc481e282e06
  c4efbe1 (iinozemtsev@google.com)
      Do not increase the version if the current version is not publi...

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7b0c1c1a39747d16f595fe6300508c128ea1cdd6~..8775109cdddb2041844cc43604ca71850827d3c7
  7b0c1c1 (dlf@google.com)
      Update luci-auth CLI to 1.6.2
  8775109 (rop@google.com)
      Expose gerrit content api in recipe module

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/a75a22938ca699bc905cba84d0816f497fa8ebcf~..ea1a5c68b876e34b7f42257cbd93b4e4d0cd73ac
  a75a229 (mohrr@google.com)
      [toolchain_cipd_ref_tagger] Remove unused import
  ea1a5c6 (olivernewman@google.com)
      [recipe_testing] Pass self-test builder and CL via options

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/6c55722674fc75ab1fb15ab6577f88a5b56bba34
  6c55722 (fancl@chromium.org)
      snoopy: provide wrapper for create_from_yaml/create_from_pkg

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: Ieab2a74ba5dea718c6d371edda61f3d03b6afa87
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/75060
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: 9d4a6cd8fc4bf42b5e0573f2d5fc98eec9750b25
  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.