commit | 9ae061aa006af98ff2aaeee29f87252df66ad29a | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Wed Dec 27 10:56:21 2023 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 08 18:59:48 2024 +0000 |
tree | f74579ba0752d8a80ed95d63da3458b4c434105f | |
parent | 74c4d9da62fa1b003a5ebb277f0046541bbba65c [diff] |
llvm_tools: add fetch_cq_size_diff This script exists to fetch image size diffs, primarily for filling out the Mage's test matrix. BUG=b:316172272 TEST=Ran the script on an arbitrary CL. Change-Id: I9b87d8ac6948cd63de8fdceec8c1d9b1dd59ad55 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5154133 Reviewed-by: Bob Haarman <inglorion@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
toolchain-utils
Various utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help
, or refer to the header of the script for more information.