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>
2 files changed
tree: b9c5fa9ad009bc9b3c979349d830327bc4f48796
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
README.md

Recipes

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.

Style

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.