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

infra:
https://chromium.googlesource.com/infra/infra.git/+log/12e40ffdbf1acb4358dff58a8ce8f413a86690ad~..44bdfd3325b97330e982c2d384e9ce6ce88224bc
  12e40ff (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 8e017ead3acb to 5d76eafa660e (1 revision)
  edb9513 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 5d76eafa660e to 6ba09ed1c131 (1 revision)
  a284a67 (echoyang@google.com)
      recovery: Fix assignment for btpeer RPM power cycle recovery ac...
  945ca04 (echoyang@google.com)
      recovery: Add wifi router RPM power cycle as recovery action
  6b84690 (sshrimp@google.com)
      Add promptfoo to 3pp
  ab5ee8f (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 6ba09ed1c131 to c91e25d8d108 (2 revisions)
  046c760 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from c91e25d8d108 to c2f155f22284 (1 revision)
  12bf25f (otabek@google.com)
      Use model name for Android install target for specific models.
  f51f706 (piotrgg@google.com)
      shivas: fixing realm overwrite for update machine and update at...
  22e3184 (echoyang@google.com)
      recovery: Exclude ccd testlab from select servos type and pools
  025d779 (jinrongwu@google.com)
      Use useSignedImage from ExecutionMetaData to determine the imag...
  48bc31f (kimjae@google.com)
      Use caching service acceptable paths for ab/ artifacts
  85e7df4 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/config from 13fdf85a3b4f to 4c7fd6e95a0c (1 rev...
  7b32aae (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from c2f155f22284 to 82cb0f49cf81 (1 revision)
  f9fba23 (jbettis@google.com)
      Attempts to log the container digest
  3165685 (jbettis@google.com)
      List only $BOARD-firmware
  98efd47 (swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com)
      [owners] Remove linxinan@chromium.org from go/src/infra/appengi...
  035221f (echoyang@google.com)
      shivas: Add support for bluetoothpeer by file
  d493bf8 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 82cb0f49cf81 to 3eca2cd09cc9 (1 revision)
  c4ffaa3 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 3eca2cd09cc9 to 5cbdaaa8a679 (1 revision)
  99e8f18 (otabek@google.com)
      recovery: use provision image from android-build
  e452a67 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 5cbdaaa8a679 to b48842f14479 (1 revision)
  44a0b94 (prasadv@google.com)
      Add trendy_team_ID to the test results tags in CrosTestResponse
  b1e6baf (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from b48842f14479 to 08ab3493cc71 (1 revision)
  df064d2 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from 08ab3493cc71 to e822595aafe4 (1 revision)
  eaafba9 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from e822595aafe4 to cf0c44fe814b (1 revision)
  5f57648 (rrangel@google.com)
      al-provision-filter: Allow specifying build branch and target
  44bdfd3 (iannucci@chromium.org)
      Attempt to fix ncurses build.

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: I3d7a7357002f61ae4e950681f37fde955087330c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/7056128
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: 2a0c9c901facd1e910cb052b8a5dddd4b7aee0bc
  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. GEMINI.md
  13. LICENSE
  14. OWNERS
  15. PRESUBMIT.py
  16. 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.