commit | 056221e1d781004e08fe26ff69314eae5167fcb5 | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> | Mon May 29 01:24:12 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 29 01:24:12 2023 |
tree | 1d54bac88b19f2522f5925ea0cd18e2795b0bf88 | |
parent | 1eb7340b79d7016e11be7ce34b050a06388c0f6b [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/8779806705011452449 infra: https://chromium.googlesource.com/infra/infra.git/+log/1e176ed06801d331f175d7906ba8db2a7dd3d892~..344d8b3169d7b049b603e6c4217100abefaf8868 1e176ed (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-go from bfb6c36f81cb to 6cdd33bf0dbb (1 revision) 99e6c30 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-go from 6cdd33bf0dbb to 11318f090b43 (1 revision) 344d8b3 (bryner@google.com) Extend and update the docs for adding a vpython wheel. 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=gbeaty@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: Ib56470d92db061f0652c4908e46cd585b9ac2042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4572922 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.