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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/321bb9ac2011a4a3a25f82dd5bdd4864103d03f0~..e68bbfc57229f6c1e366f456b92f25a7a2473c37
  321bb9a (vadimsh@chromium.org)
      Update luci-auth to the latest version.
  d0540cb (gavinmak@google.com)
      Add rev to rootRepo push option
  2b62f95 (vapier@chromium.org)
      git_auth: fix ~/ handling in http.cookiefile
  e68bbfc (jwata@google.com)
      Prepend caffeinate to build commands on macOS

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/668d5bf6a36ee76745f33ec1ab6859227134d0fa~..ad57f44e8c50027cbacf49efd2de1a3e3a8f8247
  668d5bf (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  332b39c (olivernewman@google.com)
      Reland "[aad] Use api.path.mkdtemp()"
  377763f (haowei@google.com)
      [rust_toolchain] Add mitigation for stage0 build failures.
  5bcb197 (olivernewman@google.com)
      [gerrit_auto_submit] Cache mergeability in memory
  70aab23 (olivernewman@google.com)
      [aad] Deprecate `cipd_pkg_paths` property
  ad57f44 (olivernewman@google.com)
      [aad] Delete `cipd_pkg_paths` property

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/a73575ca63ce3b89fbad6a288e44ffe5d64781b6~..034bef2e485ba3acb646d0d7523471725d6d8af2
  a73575c (mohrr@google.com)
      [post_process] Add checks for links
  034bef2 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 56c955411cc4 to 14c3619c125e

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: Ia9430d1a8fd0409ea634c2e68fa07d86fa08575f
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/65900
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: fd0befc7f24d6fe9c90aeeb14f945b9c8e75d0d8
  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.