commit | 13b0a3fc31a6781df4cf1db6b84251d0cc842180 | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> | Thu Feb 25 10:35:52 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 25 10:35:52 2021 |
tree | 2299f2e9be0583d8b9e31fc39b7751b4dce9d1a3 | |
parent | 46b5154c9cad3d777725f4c2b8b0c9337d3a48a3 [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. infra: https://chromium.googlesource.com/infra/infra.git/+log/5943603f7597427f5d19d38db4e88c2532d8e6e8~..63c60205b027c834e8296f6554568baa66b52bee 5943603 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-py from 339372b245d5 to aa6bbf349529 (1 revision) ce6b51f (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-py from aa6bbf349529 to cc2e5d8a7818 (1 revision) ba7564d (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-go from 2c8c6f6f97eb to 4b93fa159eaa (1 revision) bfd5f22 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-py from cc2e5d8a7818 to a5b34b379d06 (1 revision) 4ab21f7 (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll luci-py from a5b34b379d06 to 58b2e24d1134 (1 revision) 63c6020 (momosasaki@google.com) Revert "[luci_py] skip python3 steps on windows" More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=martiniss@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0ba16e05c92ff836f3744a2d80bacb33d67eebf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2718700 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 scripts/slave/recipes*
), 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.