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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/425f5b4304e2c699e73edc21d3a97aa82a302c54~..615f471508e27f73f761a45c49f842babe08f652
  425f5b4 (ukai@google.com)
      siso: log modify/touch mtime
  7fd49f9 (ukai@google.com)
      siso: log hashfs.SetState for test
  e0ba6d0 (ukai@google.com)
      siso: record how long did it take to read from RE CAS
  4adceda (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from fbc03be18abc to cca94a4425c6 (1 rev...
  88f32ef (ukai@google.com)
      siso: remoteexec timeout only for ExecuteAndWait call
  023cbd6 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from 9a151c6b5f1e to a1fa9e70f2e6 (1 revision)
  01b0dde (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/infra/proto from c9851c8e7a16 to 11b860db31d9 (...
  3af582b (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from a1fa9e70f2e6 to 4746fcdbbb06 (1 revision)
  2a650ae (ukai@google.com)
      Revert "siso: log hashfs.SetState for test"
  fea086e (ukai@google.com)
      siso: handle -fmodule-map-file= and -fmodule-file=
  723b882 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-py from 4746fcdbbb06 to a78cb855cfe2 (1 revision)
  bce6875 (ukai@google.com)
      Reland "siso: log hashfs.SetState for test"
  66d9272 (pietroscutta@google.com)
      Checking realm ACL when reading devices
  ee7ad04 (ukai@google.com)
      siso: use syncBuffer for metrics writer in test
  4c45373 (ukai@google.com)
      siso: fix race in hashfs digest compute
  9e7ed17 (ukai@google.com)
      siso: fix race condition in build trace
  34bb69b (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 14c69afa7821 to e24435ca8842 (1 revision)
  a7f765f (pietroscutta@google.com)
      Fix test
  0f78b4a (pietroscutta@google.com)
      Saving realm info in cache
  615f471 (lenchen@google.com)
      Update wheels for cbuildbot py3.8 compatibility

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: I7c24d4a3252456c0635d909d5ebc8fa261d3a909
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6318421
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: 8d62014d11bd114cf8b9b451e4629aa4cc1cb8b1
  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.