| commit | b613f91b0b1bd2ffff8d2e61ecdcb970fc69c3df | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Wed Jul 16 16:52:48 2025 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 17 09:55:13 2025 -0700 |
| tree | eec9af7c64a3916e432db29d748693d573b764d1 | |
| parent | c14ff3b1f9a0708c4a09bcfdba04f10b50f8f204 [diff] |
make rust_uprev upload profiles from outside of the chroot Default chroot gs credentials can no longer upload to localmirror; prefer using the out-of-chroot credentials. While I'm here, add some assertions about the in-chrootness and out-of-chrootness expectations of pgo_rust.py. BUG=b:404724020 TEST=Ran rust_uprev.py; it uploaded artifacts correctly & continued TEST=properly. Change-Id: I8f8766ebf6f99a7cb92e04587740fa6c8df6697b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/6765385 Reviewed-by: Bob Haarman <inglorion@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: 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.