Roll recipe dependencies (trivial).

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

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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/0631a070b32bb44786a962a81882863cd4f4b159~..854d04ba3cc8024b2ee9e7ecad01c1b4337c3a4e
  0631a07 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 11318f090b43 to d73c37e8a52f (1 revision)
  3a34fa9 (bryner@google.com)
      Don't trigger wheel tryjobs on doc-only changes.
  75de148 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from d73c37e8a52f to e3128a70c293 (1 revision)
  15ab967 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from e3128a70c293 to b74dd006f4d5 (1 revision)
  49ad192 (richardwa@google.com)
      siso: add support for mutating cmd args from starlark config
  54093aa (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from b74dd006f4d5 to c70ed56703da (1 revision)
  854d04b (bryner@google.com)
      Add docs for build_deps.

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: I3e2f5c764dc39a6f57f8718762f26d89794bd02e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4572923
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: 9781de908869796a6412a9c0000d5a25cac96e65
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython
  9. .vpython3
  10. .yapfignore
  11. codereview.settings
  12. DEPS
  13. LICENSE
  14. OWNERS
  15. PRESUBMIT.py
  16. PRESUBMIT_test.py
  17. README.md
  18. 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; that is, the Chromium Python style. 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.