Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (depot_tools, infra) into this repository.

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/5d891d2a8dd455a73ce6b9a835a6f575a549825b
  5d891d2 (chanli@google.com)
      [depot_tools] release led

infra:
https://chromium.googlesource.com/infra/infra.git/+log/042bb48104e2e24d1f48943216a4f6c4a53cb3c6~..b36d87fea57e9bfdca575778531d445ac876cb6e
  042bb48 (bniche@google.com)
      shivas: Add ate-host flag to update dut
  3bdcb8f (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/infra/proto from e777f9971d42 to 700b45dff50d (...
  1b17d63 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from 1bc3808daae4 to cf21e6ed49bb (1 rev...
  1d19779 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from cf21e6ed49bb to 47efdca0174d (1 rev...
  cce6d37 (ukai@google.com)
      siso: update version string to v1.1.29
  a095a06 (ukai@google.com)
      roll google.golang.org/grpc v1.71.1 to v1.72.0
  032c88a (tikuta@chromium.org)
      build: apply modernize
  b76c0e3 (tikuta@chromium.org)
      siso: Remove redundant assignment
  8a33334 (fqj@chromium.org)
      ash-chrome-provision: download and extract build artifacts
  ed69bfe (otabek@google.com)
      recovery: update sku collection logic for android devices
  66d7ed7 (jbettis@google.com)
      Fix cros-dut instructions
  b8337c6 (otabek@google.com)
      recovery: update exec to work with serial-number of DUT
  0e87d8c (otabek@google.com)
      labservice: pass container name to dut-topology
  e97b176 (otabek@google.com)
      recovery: rename actions for readability
  96f6234 (dshi@google.com)
      Add vmid field in UFS
  b36d87f (bniche@google.com)
      [recovery][clank] Add recovery actions to stable-version requir...

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=bpastene@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I564a8d6838daf64b235a3ce0706ed1ce143f3510
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6476597
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: e504e08cbb728098cb7d47e885136122239097e0
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
README.md

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.