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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3e4067c2014f407026b211181dc22aa2dec9dcd4~..6d52c22ee313eb5701f326a9eca98acb41b669b4
  3e4067c (ddoman@chromium.org)
      git_cache: give 20 secs timeout to lockfile.Lock() in contains_...
  d294726 (yiwzhang@google.com)
      roll lucicfg to v1.45.3
  9c11bce (sshrimp@google.com)
      telemetry: Collect until opt-out
  929a231 (sshrimp@google.com)
      Telemetry: add win support
  6d52c22 (jwata@google.com)
      autoninja: Do not show caffeinate warning

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/3a8ff9d2a07ff4d416eab6cc89f201db122dcfe7~..648c4b58264974a08638353d823c85c7da4d1a1f
  3a8ff9d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  61ffeb6 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  43e6b60 (haowei@google.com)
      [cmake] Upload CMakeConfigureLog.yaml
  9e7160a (mohrr@google.com)
      [git] Add annotations
  79e9606 (olivernewman@google.com)
      [gerrit_auto_submit] Remove CQ+2 fallback
  1bf83f4 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  b1e1d52 (haowei@google.com)
      [rust_stage0_trigger] Add bootstrap mode
  23770d9 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  7c6ff2c (olivernewman@google.com)
      [validate_lucicfg] Fix error message
  648c4b5 (olivernewman@google.com)
      [fuchsia] Upload skipped shards to ResultDB

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/d476abd7a60e0154d1432263bd147d1776badb8e~..295eef69ebddf1124648268d19161bf1a25d9715
  d476abd (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from b16d9684c137 to e5ff3a881cec
  945f9d3 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from a488488109ba to 3d0a21e931fb
  ef07252 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 3d0a21e931fb to 6e5372e7277f
  295eef6 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from f48b70da902a to aa8d587876d9

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: Ibf84efdfa2e7dcb668b067e614a671489f5d24b8
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/66301
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: 3c71b248c4c8638d136290ef46e2d9e91ee4fd95
  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.