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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/b70c62cf8e9f45a962474f9ba127206f3dec2b8b~..bff5413eb21d6c9379a775f60e58c8cd4a6833c3
  b70c62c (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@chromium.org from go/src/infra/monorail...
  e639a8d (jbettis@google.com)
      firmware-filter:Add special cases for trulo
  5dbaa83 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@chromium.org from go/src/infra/appengin...
  0e94148 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jaredloucks@google.com from go/src/infra/libs/s...
  1850d53 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove iannucci@chromium.org from recipes/recipes/infr...
  d6251a5 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@google.com from recipes/recipes/infra_c...
  bff5413 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove jojwang@google.com from recipes/recipes/OWNERS

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: I25f9ed1781d84927a924ba9f8ab50f43f251ecba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6565481
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: 4fd8e9e459fc42dfcdb7b8b0e122ef4d9325f7fc
  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.