Roll recipe dependencies (trivial).

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

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c71efb5d73a7e096e95eb774ec91359706b2d96e~..66d0f15a56ae96de29876a7c985e97d7d036323b
  c71efb5 (aravindvasudev@google.com)
      Fix git freeze command
  095f92d (dcheng@chromium.org)
      Remove clang-format merge driver.
  66d0f15 (dcheng@chromium.org)
      Summarize number of commits being processed by `git cl upload`.

infra:
https://chromium.googlesource.com/infra/infra.git/+log/55e02cd923d7fdadc3ffc36abc682f31120df726~..592807bfd3d1d071a9793d8eb9171a0c2190dba3
  55e02cd (prasadv@google.com)
      [crosskylabadm]: Add bot prefix field to PoolCfg config
  cddf853 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from da84da214048 to a6d67387927b (1 revision)
  08a2c9d (varunsrivastav@google.com)
      Artifact: cros_test_runner
  5cdbb8f (rgw@google.com)
      [test-health] Format decimal numbers to have 2 precision points
  3200696 (rgw@google.com)
      [test-health] Adding tooltip descriptions for column headers
  2a186a1 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll luci-go from a6d67387927b to 57f17016f6c0 (1 revision)
  8426d3c (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll chromiumos/infra/proto from bbae39e891de to fee1ddd1a357 (...
  592807b (randymaldonado@google.com)
      adding opentelemetry-exporter-gcp-trace and updating dependenci...

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: I4275d4ab72ee435acf04160c25ca60da1e42c12c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4824496
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: 8ad99dc1e09282026ea39a9accc3fdeadc3d8f7c
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython
  9. .vpython3
  10. .yapfignore
  11. codereview.settings
  12. DEPS
  13. LICENSE
  14. OWNERS
  15. PRESUBMIT.py
  16. PRESUBMIT_test.py
  17. README.md
  18. WATCHLISTS
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; that is, the Chromium Python style. 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.