commit | a9e1485eaf3ebb2caaaa3122463d372a8bc908b9 | [log] [tgz] |
---|---|---|
author | Struan Shrimpton <sshrimp@google.com> | Wed Apr 23 21:57:37 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 23 21:57:37 2025 |
tree | b9c5fa9ad009bc9b3c979349d830327bc4f48796 | |
parent | 8df75d8c8673c1f6e4ef5896a1f2ae66666d8ec2 [diff] |
autosharder: Move bot cost into shard calculation Excessive columns in the rows are being kept just to produce this info. Instead, just add a step that exposes this in the shard calculation Bug: 407846444 Change-Id: I651a922c7e6bf09da3bcabd590908ad3892c3a28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/6463357 Reviewed-by: Riley Wong <rgw@google.com> Commit-Queue: Struan Shrimpton <sshrimp@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. 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.