Roll recipe dependencies (trivial).

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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/5943603f7597427f5d19d38db4e88c2532d8e6e8~..63c60205b027c834e8296f6554568baa66b52bee
  5943603 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from 339372b245d5 to aa6bbf349529 (1 revision)
  ce6b51f (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from aa6bbf349529 to cc2e5d8a7818 (1 revision)
  ba7564d (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 2c8c6f6f97eb to 4b93fa159eaa (1 revision)
  bfd5f22 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from cc2e5d8a7818 to a5b34b379d06 (1 revision)
  4ab21f7 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from a5b34b379d06 to 58b2e24d1134 (1 revision)
  63c6020 (momosasaki@google.com)
      Revert "[luci_py] skip python3 steps on windows"

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=martiniss@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I0ba16e05c92ff836f3744a2d80bacb33d67eebf6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2718700
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: 2299f2e9be0583d8b9e31fc39b7751b4dce9d1a3
  1. infra/
  2. recipes/
  3. scripts/
  4. site_config/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython
  9. .yapfignore
  10. codereview.settings
  11. CROS_OWNERS
  12. DEPS
  13. environment.cfg.py
  14. LICENSE
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. WATCHLISTS
README.md

Recipes

If you're here to make a change to ‘recipes’ (the code located in scripts/slave/recipes*), 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.