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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2dbc9febdd581314f1fae2f354b92c4f502b2d3a~..d5b4ad8c3327b5efd1220db43539b290c04731e9
  2dbc9fe (ayatane@chromium.org)
      [git_cl] Move debug logging
  b95dd2f (ayatane@chromium.org)
      [git_cl] Organize imports
  57000ea (ayatane@chromium.org)
      [git_cl] Use enum to configure git auth
  c3b1e5e (ayatane@chromium.org)
      [git_cl] Adding OLD_AUTH config mode
  e7e9ac6 (ayatane@chromium.org)
      [git_cl] Add set_config_func parameter
  8cbc318 (ayatane@chromium.org)
      [git_cl] Add some type annotationes
  d5b4ad8 (ayatane@chromium.org)
      [git_cl] Fix typo

infra:
https://chromium.googlesource.com/infra/infra.git/+log/0ce4f3b566fce40610185b32084467e0b400b475~..17c46b6d49eb0994d2ee1ceb6b08c3f3a416bb5b
  0ce4f3b (ukai@google.com)
      Revert "siso: use pcc's BigMap in ninja parser"
  8a3bb5b (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 7a723da45551 to d0e30b29a86c (1 revision)
  3c9ec6d (ukai@google.com)
      Reland "siso: use pcc's BigMap in ninja parser"
  8ebfb10 (otabek@google.com)
      csa: small clean up before apply changes
  17c46b6 (ukai@google.com)
      siso: node mutex op in node method

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

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ifd6c3473309ed34f692d4b3fe22b7dd6f9b5a03d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5698790
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: 3547a2847d3c018f345e1ba836b7ad9d4c7e481c
  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. PRESUBMIT_test.py
  16. README.md
  17. WATCHLISTS
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.