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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/196d9416106a6ace0729b09acda46546c4a12ce1
  196d941 (rop@google.com)
      Change to '--no-update-readme' in commit message

infra:
https://chromium.googlesource.com/infra/infra.git/+log/d1c6ef467f755aaccf864fe24485726e49198e47~..ee8643a3d7f72a46d2ed9a1219b44a0c053e889a
  d1c6ef4 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@google.com from go/src/infra/monorailv2...
  7de5440 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@google.com from go/src/infra/monorail/O...
  a378c48 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@google.com from infra/config/subproject...
  49df07e (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@google.com from go/src/infra/tools/git/...
  ee8643a (thandakas@google.com)
      ddd_solver: Fix kernelnext bt-wifi report, add eqcHash to cli

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: Iee5c1e31a425961938750b4d05e46a7c097ddce5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6565792
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: fd8389372d6b2d53a3d3ee9c164c70533769fc8c
  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.