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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/82de4646774369d88bf81af7b8207acea694e589~..6c4eebb124fe2cd8a27960b9fdd15e67c4ad8776
  82de464 (varunsrivastav@google.com)
      Add more info regarding test/shard execution to output props
  9f996d8 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/infra/proto from 8d713d169dc0 to 4bc33fe4c6e8 (...
  6c4eebb (iannucci@chromium.org)
      [infra_checkout] Remove ability to generate python2 virtualenv.

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/23092662347eca229e6812943c38af2c9a9cd84f~..a71bdfef4b36fdad094e5635aa5d78fd356a44a1
  2309266 (bryner@google.com)
      Remove myself from recipes-py OWNERS.
  a71bdfe (lgrey@chromium.org)
      Add cert pinning to `url` recipe_module

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: I3beaf5ff2169320db604a1c01231a0f5823bd387
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5917769
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: 96dc37e29ed752f43e9a06441dd810852d22c5b1
  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
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.