| commit | 23cbb6b7bcf3b6e272af76941b6407fc9a480ac1 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Tue Jul 15 12:42:18 2025 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 16 12:28:38 2025 -0700 |
| tree | 49b2f16af656ba9fc2218c10e74b47a29b3a0ff5 | |
| parent | ac70a5a5b699e5afe9e6a94286ac036b6e05407a [diff] |
pgo_tools_rust: split GS into permanent and temp paths gs://chromeos-toolchain-artifacts is meant to be a temporary place for files to be stored; not permanent. Keep critical benchmarking pieces (e.g., crates) in localmirror. It's fine if results are uploaded to a temporary location, though. BUG=b:404724020 TEST=repo upload; rust_uprev.py also now passes the 'download pgo TEST=crates' bit Change-Id: I5cab86e02f47cd4fa55356b915a981d135f3cd24 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/6757336 Reviewed-by: Bob Haarman <inglorion@chromium.org> Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious 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.