Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (chromiumos_config, recipe_engine) into this repository.

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

chromiumos_config:
https://chromium.googlesource.com/chromiumos/config.git/+log/9237c78bc7e91ade19a493534c1269f508504301~..a82055451ff1f49cc7875cc3b9472cb7ff5495ea
  9237c78 (bbrotherton@google.com)
      suite_sets: add suite sets for PVS FSI and pre FSI tests
  ae30be1 (bbrotherton@google.com)
      suite_sets: add audio suite for PVS pre-FSI validation
  b5a32e3 (bbrotherton@google.com)
      suite_sets: add camera suite sets for PVS pre-FSI validation
  1b7d57f (bbrotherton@google.com)
      suite_sets: add cellular suite sets for PVS pre-FSI validation
  2fa8270 (bbrotherton@google.com)
      suite_sets: add fingerprint suite sets for PVS pre-FSI validation
  39ce64c (bbrotherton@google.com)
      suite_sets: add graphics suite sets for PVS pre-FSI validation
  ff39f5b (bbrotherton@google.com)
      suite_sets: add input suite sets for PVS pre-FSI validation
  58ce149 (bbrotherton@google.com)
      suite_sets: add platform suite sets for PVS pre-FSI validation
  a7df98c (bbrotherton@google.com)
      suite_sets: add performance suite sets for PVS pre-FSI validation
  6bc482a (bbrotherton@google.com)
      suite_sets: add virtualization suite sets for PVS pre-FSI valid...
  1dea15b (bbrotherton@google.com)
      suite_sets: add wifi suite sets for PVS pre-FSI validation
  89e2186 (bbrotherton@google.com)
      suite_sets: add power suite sets for PVS pre-FSI validation
  14c2862 (chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com)
      centralized_suites: automatic sync from autotest
  0081cd5 (vapier@chromium.org)
      camera: set stub bug component
  a820554 (vapier@chromium.org)
      Revert "suite_sets: add power suite sets for PVS pre-FSI valida...

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/2333566c384c572273b95d7d44d70adc99e71a2f
  2333566 (mohrr@google.com)
      [time] Support timedeltas in timeout()

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.

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I5713c9c1a1ee43208ea828e4fa0b2541e364f791
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/proto/+/5517883
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: 1ab7c29e230fd43e34f31a313a2fadea065335ac
  1. bin/
  2. extern/
  3. gen/
  4. go/
  5. infra/
  6. recipes/
  7. src/
  8. .gitattributes
  9. .gitignore
  10. buf.yaml
  11. generate.sh
  12. LICENSE
  13. OWNERS
  14. OWNERS.tse
  15. PRESUBMIT.cfg
  16. PRESUBMIT.py
  17. README.md
  18. setup_cipd.sh
  19. unblocked_terms.txt
README.md

infra/proto

infra/proto vs chromite/infra/proto

This repository exists in two locations in the tree: infra/proto, and chromite/infra/proto. The infra/proto repository is always at ToT, while the chromite/infra/proto checkout is branched to allow the proto there to (more) accurately reflect the version of the proto the Build API is using.

When making changes to the proto that you need to test in the Build API, you will need ensure the changes are applied to the chromite/infra/proto checkout. Chromite generates its proto bindings from the chromite/infra/proto repo.