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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/6cc266569e6f9e6fc071384a92f3de64c9f24b93
  6cc2665 (gtsitovich@google.com)
      git cl cherry-pick: Use base parameter to fix identical tree er...

infra:
https://chromium.googlesource.com/infra/infra.git/+log/0fb5b7888f90b6ce19ea2c9b0665ceedda978433~..60fc8bcff2009444ff355981a7dee3f5c86eee68
  0fb5b78 (xianuowang@google.com)
      recovery: Bump provision image to v6.1.1
  d7d128f (cdelagarza@google.com)
      foil-test-aosp: fix container_uprev compile
  60fc8bc (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 4c3ce600c753 to 24537b6f1fc2 (1 revision)

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@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I78e1f5a18102ea5bdd1018aec9280e7addd9ad7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6433143
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: f7d99d310f3191ddd1a2dac0cebc14cb020662e9
  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.