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.

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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/2daac90d8dfc12cda481b08428dd302e3d96650f~..a5f66eb910b65b1d2f0001556cedb227e87e36e6
  2daac90 (ericquinzhang@google.com)
      Add functionality to install tvOS runtimes.
  b426cbb (chanli@google.com)
      [csa] Use `device.GetDeviceInfo` instead of `ufs.GetDeviceInfo|...
  7a16182 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from 7ebbef27bcad to ffddb73ebd70 (1 revision)
  2de3772 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@google.com from crdx/OWNERS
  30ad266 (jlcruz@google.com)
      Set is_desktop_run in invocation properties
  f357116 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove vikramgopali@google.com from crdx/OWNERS
  74a7357 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@google.com from appengine/monorail/OWNERS
  3a4d811 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jaredloucks@google.com from go/src/infra/cros/c...
  466fcea (chanli@google.com)
      [skylab] Use `dut_id` instead of `dut_name` for direct BB sched...
  9ad0007 (kuanhuang@chromium.org)
      Reland "[result_adapter] Capture runTestCmd stdout and send via...
  0748e5d (kimjae@google.com)
      Leverage v7.0.1 provision image
  21d791a (jstanko@google.com)
      labservice: Switch PasitHost source of truth
  e6fbe67 (jstanko@google.com)
      skylab: Switch to using Pasit in label adapter
  ac36919 (chanli@google.com)
      [CSA] Pass `dut_id` when creating Buildbucket task
  a5f66eb (vapier@chromium.org)
      [dockerbuild] add jsondiff package

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: I1a8ee20ee74086dc34c105f241a2dc5722ab98fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6565773
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: 8caef5d4c1de95cdb98eea2e92f95a05b7c78132
  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.