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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/03434d28f434c813ee84debb9cb3c3d905105218
  03434d2 (ayatane@chromium.org)
      [git_auth] Add git_auth tests

infra:
https://chromium.googlesource.com/infra/infra.git/+log/10fd7f0e37b523bac0bebd300bf61dd662e1736c~..51136cb375d3700107d4582da73e189a50e85b26
  10fd7f0 (haddowk@chromium.org)
      shivas: Implement tooling support for add/update Dolos rpm
  fff9319 (sshrimp@google.com)
      Override bad dependencies for cbi stats and cth
  c3ec985 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 12efe3e7374f to f0a1275011e2 (1 revision)
  04cec6b (mknyszek@google.com)
      [golangbuild] fetch subrepos into a deterministic dir with GOMO...
  51136cb (mknyszek@google.com)
      [golangbuild] remove extra getGo and tolerate no prebuilt in GO...

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: I1a6551d1ebf370118e0e45fe8ef8dfe92fa68b44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5744179
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: c1465e5f2294e8fbc89dfdd090a7bf406c207838
  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.