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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/02b04f80228441e6f58540b1408e328e876893a1~..243574c1101f82bee0e2205a91ef86675dcf38e5
  02b04f8 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from a39380265f9c to 385fb9ffc261 (1 rev...
  72231cb (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/infra/proto from 104619daacfa to 6dcca09883a0 (...
  0a36ccf (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from 385fb9ffc261 to facafd52b2c5 (1 rev...
  320817f (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 2059bba9122d to 2118fda1e95f (1 revision)
  ce0db34 (cdelagarza@google.com)
      rdb-publish: replicate https://crrev.com/c/6440148
  87b16cf (josephsussman@google.com)
      recovery: Wait for AMT to respond to ping before getting the po...
  9ed3efe (fancl@chromium.org)
      [3pp] Split cmake3 off into its own package.
  6ad6c4b (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 2118fda1e95f to 0ed38d47eee8 (1 revision)
  3519949 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from facafd52b2c5 to cf179d827bf2 (1 rev...
  d9939b2 (cdelagarza@google.com)
      cros-test: prevent shadow config if autotest not present
  243574c (vadimsh@chromium.org)
      [nodejs] Disable IO uring to workaround kernel bugs.

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=bpastene@chromium.org

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I6907737f6bc7e93bd985ccee05997fcb0986a437
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6448031
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: 5465d36742ce4aaee78cc28b7be43b90dd675f6e
  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.