commit | 24c15ebef0d3638553a1994864a6fc1d42c08ce8 | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> | Tue May 20 19:31:43 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 20 19:31:43 2025 |
tree | 2322cc3d63c4a2954822779edfd45bcedb7507be | |
parent | 9f63ae8973e090de3d0b8d85df9df1df5af1de4a [diff] |
Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (infra, recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8714329633367464993 infra: https://chromium.googlesource.com/infra/infra.git/+log/24e82280f4d4eaa9762f6398f1b90d213729137e~..d1951818759b1bfae8843baff0be953bb36475c0 24e8228 (gregorynisbet@google.com) Make the tree golangci-lint run --fix ./... clean 5b7ca3e (jordanmbeleg@google.com) [UFS] Remove MachineLSEs without Realm from OS namespace only d9393c2 (ukai@google.com) siso: fix nil panic when partial_execution_metadata is nil 1941e20 (otabek@google.com) recovery: uprev provision image to v7.0.1 ee3f661 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-go from 7004c7de06d4 to 06efb29314fa (1 revision) 975605b (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-py from ffddb73ebd70 to 2997fa698cce (1 revision) ed7c9e6 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-go from 06efb29314fa to e985fd71eb27 (1 revision) 2ec0a66 (klimkowicz@google.com) recovery: fix provisioning OS src for partners b96d86b (jordanmbeleg@google.com) Update scheduling unit from name to id d195181 (cdelagarza@google.com) ctpv2-filters: implement argument streaming recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b6ef81c466275e28a63160272c5aa69a48e90aa4 b6ef81c (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from b96d86b25626 to d1951818759b 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: I0ba9a3e55f7bee2d3f6cd2cf725228869b73a166 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6569829 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. 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.