commit | 40ec7759af4c5d9c58ec0c0ced5f8bc559c0581c | [log] [tgz] |
---|---|---|
author | Yaowen Mei <ywmei@google.com> | Fri Sep 22 12:53:40 2023 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 22 12:53:40 2023 |
tree | 266ff47ee0cc250952896d698ee2756ff7742013 | |
parent | 14612713c1af0c0ff11ec60e0ca49d4c42c4299f [diff] |
[reclient] Update test version to 0.116.0.fbf6614. Bug: b/169675226 Change-Id: Ia07133ccefad7da86c13e6a626383ae6fa344ec5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/4884571 Reviewed-by: Kousik Kumar <kousikk@google.com> Auto-Submit: Yaowen Mei <ywmei@google.com> Commit-Queue: Kousik Kumar <kousikk@google.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.