Roll recipe dependencies (trivial).

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

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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/5f21b18299ea1b9643f2b8875e66117778dc6073~..c5cbe3ef0188f95ea80434c17efd2db248803344
  5f21b18 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from e7dd745afada to 85bd8f26a579 (1 revision)
  d5f28ca (mpratt@google.com)
      [mac_toolchain] specify non-interactive sudo
  b9d8e33 (ddoman@google.com)
      [codesearch] update bot requirement codesearch-gen-chromium-mac
  9af2744 (gregorynisbet@google.com)
      [ufs] Add support for IPv4 gaps.
  a4476b6 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 85bd8f26a579 to b4e7f322ca48 (1 revision)
  c5cbe3e (xianuowang@chromium.org)
      recovery: Minor update on how we grep servo_updater output

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/4cb93303722a8c749200d48ce939c6a5990e8918
  4cb9330 (randymaldonado@google.com)
      [recipe-engine] adding a stack trace in the debug log for each...

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: I949532cd2fe33bed06a38ff910a7075e9783af08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4985822
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: ea6ea1e0efc28b7f6d050ab6012c6999a3d86974
  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.