aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/modify_a_tryjob.py
diff options
context:
space:
mode:
authorJian Cai <jiancai@google.com>2020-04-13 18:51:44 -0700
committerJian Cai <jiancai@google.com>2020-04-14 22:23:19 +0000
commit5d09ca047e14466720c080f0e7e627582fad8ec8 (patch)
tree156186ebb35534ddbb9b29dab0f70a95915417d9 /llvm_tools/modify_a_tryjob.py
parent624bdfc1e82dcaaf577bb843cafc2d4ec36b43fd (diff)
downloadtoolchain-utils-5d09ca047e14466720c080f0e7e627582fad8ec8.tar.gz
llvm_tools: merge update_packages_*.py files
Merge update_packages_and_run_tryjobs.py and update_packages_and_test_cq.py as the two modules share much command code. BUG=chromium:1001602 TEST=local tests. Change-Id: Iac957ea77af4257e454fec99ff13424e778ec51a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2148478 Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Tested-by: Jian Cai <jiancai@google.com>
Diffstat (limited to 'llvm_tools/modify_a_tryjob.py')
-rwxr-xr-xllvm_tools/modify_a_tryjob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_tools/modify_a_tryjob.py b/llvm_tools/modify_a_tryjob.py
index 5d04e7f4..41337257 100755
--- a/llvm_tools/modify_a_tryjob.py
+++ b/llvm_tools/modify_a_tryjob.py
@@ -17,7 +17,7 @@ import sys
from assert_not_in_chroot import VerifyOutsideChroot
from failure_modes import FailureModes
from get_llvm_hash import GetLLVMHashAndVersionFromSVNOption
-from update_packages_and_run_tryjobs import RunTryJobs
+from update_packages_and_run_tests import RunTryJobs
from update_tryjob_status import FindTryjobIndex
from update_tryjob_status import TryjobStatus
import update_chromeos_llvm_hash