Roll recipe dependencies (trivial).

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

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

chromeos:
https://chromium.googlesource.com/chromiumos/infra/recipes.git/+/c31176c6aedbf3dc5907a45491f5bd6c48e416f5
  c31176c (engeg@google.com)
      cros_test_plan: use static config internal path

infra:
https://chromium.googlesource.com/infra/infra.git/+log/75dc89347b49f37da6ca509e1a08d674eddd426f~..b32ea783e0b9801a08ed76df379f513a95bb27d4
  75dc893 (gregorynisbet@google.com)
      [karte] Add -prod and -dev flags.
  b32ea78 (otabek@google.com)
      recovery: Move board, model, hwid, serial-number under ChromeOS

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
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: If34a05b7b0c7182b4ce1500c323144c9cf5fa579
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/3668633
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: 719950f3c43044c928eb3e540692fc1cecffb411
  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. PRESUBMIT_test.py
  18. README.md
  19. 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.