commit | 1409d51f5c2e00d3ad735e7156813d48be3cdbfe | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Tue Mar 12 09:26:37 2024 -0600 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 12 18:23:41 2024 +0000 |
tree | 1f70adb7dba4291998feeb8e08d31bd3e21cf6b4 | |
parent | 56b13e96a72867f7de1004afb8826868a5211df1 [diff] |
auto_delete_nightly_test_data: split abandoning into another script It's unclear if auto_delete_nightly_test_data is needed anymore, other than the CL abandoning part. This code is also not written with current best practices, so take the chance to quickly rewrite the abandoning part. BUG=b:329243828 TEST=./auto_abandon_cls.sh on Chrotomation Change-Id: I53c836839f6c03709e2bec2d05449a3ec3a4e7ca Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5367060 Tested-by: George Burgess <gbiv@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Commit-Queue: 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.