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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e1e23c1e27de1b7e7c74986ae35838b5d5c00866~..dd6e72e9681827a40b81c5f0027dd6f6b54e925a
  e1e23c1 (rop@google.com)
      Update license allowlist
  cece8f8 (jadobrowolski@google.com)
      Fix setbotcommit comment on ambiguous revision
  dd6e72e (rop@google.com)
      Update the dependency sufficiency logic to allow for `Revision:...

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/ee142615410185a3d84b0fb57d8affa7be9d8ffa~..365094569647886f099c02404f51526065309d5b
  ee14261 (mohrr@google.com)
      [auto_roller] Change GerritChange.api to ._api
  8f172a5 (mohrr@google.com)
      [sso] Add type annotations
  1602f87 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  3650945 (paulkirth@google.com)
      [llvm] Add missing library dependency

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/3e39cf1bffd4ed47ebf3ba5a8a5ec3a874a7d5f6
  3e39cf1 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from fa1d58335240 to 0e136bc4d02d

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: Ifd593a1845f2f250e97692981d369da201643876
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/67940
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: db7f5dd643de76942d0ea726faf6b7d828460989
  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.