commit | 35d99701364533f21da0a7189132b4ce3db3b7ea | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> | Tue Jun 20 07:36:55 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 20 07:36:55 2023 |
tree | 3b26b846f0ce456e4ea936a1646f3bd4de76c3c1 | |
parent | cc1da33ee5a20988733e162c6a901b73bac20b95 [diff] |
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/8777789664572407057 infra: https://chromium.googlesource.com/infra/infra.git/+log/7cb6de280cf0a52291a9081a45c6d8158ba9631a~..7c24ffd5a635091314018b2f8f67bbcb26668a22 7cb6de2 (ukai@google.com) siso: don't leave "build finished: <nil>" ab02a0c (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-py from 145059a49bd0 to 2f812c9fe4f2 (1 revision) 7c24ffd (fabiobaltieri@google.com) Add natsort 8.3.1. 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: I509f443c6c2c2940890704ebd12b99163a844e44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4627183 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>
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.
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.