aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/README.md
diff options
context:
space:
mode:
authorJian Cai <jiancai@google.com>2020-11-19 13:50:24 -0800
committerJian Cai <jiancai@google.com>2021-04-28 20:56:35 +0000
commit4a12a1285b9992b158afbbc79c91244da4b7cc4b (patch)
tree430d3827c9bed2a915aedbf80b455a6ae43014d5 /llvm_tools/README.md
parentb5bce2002ee5b944297c7d6c217e04a164f1aaae (diff)
downloadtoolchain-utils-4a12a1285b9992b158afbbc79c91244da4b7cc4b.tar.gz
llvm_tools: refactor automatic LLVM bisection
This removes update_all_tryjobs_with_auto.py and move a function to its only user module. Also stopped raising errors when a build is not ready for "cros buildresult" to avoid confusion. BUG=chromium:1151055 TEST=local and CQ tests. Change-Id: I1591d17f1fe76cf6fb223c18ab0c96349982f53c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2551918 Tested-by: Jian Cai <jiancai@google.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'llvm_tools/README.md')
-rw-r--r--llvm_tools/README.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/llvm_tools/README.md b/llvm_tools/README.md
index 8eff98ba..fabb37a9 100644
--- a/llvm_tools/README.md
+++ b/llvm_tools/README.md
@@ -360,30 +360,6 @@ $ ./update_tryjob_status.py \
--custom_script /abs/path/to/script.py
```
-### `update_all_tryjobs_with_auto.py`
-
-#### Usage
-
-This script updates all tryjobs that are 'pending' to the result provided by
-`cros buildresult`.
-
-For example:
-
-```
-$ ./update_all_tryjobs_with_auto.py \
- --last_tested /abs/path/to/last_tested_file.json \
- --chroot_path /abs/path/to/chroot
-```
-
-The above example will update all tryjobs whose 'status' is 'pending' in the
-file provided by `--last_tested`.
-
-For help with the command line arguments of the script, run:
-
-```
-$ ./update_all_tryjobs_with_auto.py --help
-```
-
### `modify_a_tryjob.py`
#### Usage