commit | 56ee0ace75c38b031d675887bd282cdad4c4aa90 | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> | Fri May 26 20:57:51 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 26 20:57:51 2023 |
tree | b295100e6d777f6e29846c69ddc0f4d6dba14a24 | |
parent | ca3d1a24906a6c2e3eff856829a429a40ece76fe [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/8780004257680267985 infra: https://chromium.googlesource.com/infra/infra.git/+log/bee5871a553eb38cf267d83116f3fa6419077979~..0dd7ae646ba8d436bd541c270e1f1c639c22df10 bee5871 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll chromiumos/config from 5b0d2e5589f4 to 9dafe12759d6 (1 rev... af6ecd7 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll chromiumos/infra/proto from cf428e2831c5 to 59e29da56d0d (... 0dd7ae6 (jojwang@google.com) Allow for revisions in footer overrides. 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: I50742989b203f572eed767c22d43fea2cce6ac1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4571177 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.