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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/24e82280f4d4eaa9762f6398f1b90d213729137e~..d1951818759b1bfae8843baff0be953bb36475c0
  24e8228 (gregorynisbet@google.com)
      Make the tree golangci-lint run --fix ./... clean
  5b7ca3e (jordanmbeleg@google.com)
      [UFS] Remove MachineLSEs without Realm from OS namespace only
  d9393c2 (ukai@google.com)
      siso: fix nil panic when partial_execution_metadata is nil
  1941e20 (otabek@google.com)
      recovery: uprev provision image to v7.0.1
  ee3f661 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 7004c7de06d4 to 06efb29314fa (1 revision)
  975605b (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from ffddb73ebd70 to 2997fa698cce (1 revision)
  ed7c9e6 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 06efb29314fa to e985fd71eb27 (1 revision)
  2ec0a66 (klimkowicz@google.com)
      recovery: fix provisioning OS src for partners
  b96d86b (jordanmbeleg@google.com)
      Update scheduling unit from name to id
  d195181 (cdelagarza@google.com)
      ctpv2-filters: implement argument streaming

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b6ef81c466275e28a63160272c5aa69a48e90aa4
  b6ef81c (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from b96d86b25626 to d1951818759b

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: I0ba9a3e55f7bee2d3f6cd2cf725228869b73a166
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6569829
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: 2322cc3d63c4a2954822779edfd45bcedb7507be
  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.