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, recipe_engine) into this repository.

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/259774c3acd0dbb9a874219cc0ef4f005dba7e6f
  259774c (aravindvasudev@google.com)
      [gclient_scm] Update _CheckClean() to use `git status`

infra:
https://chromium.googlesource.com/infra/infra.git/+log/231031ef24e741d1aa366f41adbf8b7a598be75c~..33c9493df2a49f8e4d0f4ed7c857cd8c9be5b4e3
  231031e (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from ec41bb1403c6 to 6375f96c7950 (1 revision)
  a69f192 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from 5ceff14ba731 to c5e0cf608321 (1 rev...
  a0dc828 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 387bce02763b to 5d91d4f999bd (1 revision)
  33c9493 (iannucci@chromium.org)
      Remove defunct chromium_committers application code.

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/1359680708c9cf7d0c704ce1d4f2fb0437be6ef3~..d0e40ef56fa57e2dd3c0fae03f7bec723a56916a
  1359680 (olivernewman@google.com)
      [engine] Improve error for missing test deps
  d0e40ef (chanli@chromium.org)
      [recipes-py] Roll LUCI proto

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: I22412c6f47cff429290da0c1a35bd6bba576eaad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5086090
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: 3756eea8efe2b80e5541afd497e08dce8536affb
  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.