aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_llvm.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2018-04-16 11:51:50 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-04-16 21:26:49 -0700
commitf763d91e62e9a3099be2bf55103ca40c942672b8 (patch)
tree1d496163bd3c07e87f05a728d3a2d691ecc8d35f /buildbot_test_llvm.py
parentc371d6b62a44e661fe24eb84d1e9463bdf6b6bf4 (diff)
downloadtoolchain-utils-f763d91e62e9a3099be2bf55103ca40c942672b8.tar.gz
[toolchain-utils] Remove --remote-description flag.
The cros tryjob command no longer recognizes this flag so we need to remove it from our scripts. BUG=chromium:833542 TEST=Tested with launching the rotating builders on chrotomation2. Change-Id: Ifcf62ae7073d84a9f58e12c29dcce5cdf9108e9f Reviewed-on: https://chromium-review.googlesource.com/1014369 Commit-Ready: Caroline Tice <cmtice@chromium.org> Tested-by: Caroline Tice <cmtice@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'buildbot_test_llvm.py')
-rwxr-xr-xbuildbot_test_llvm.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py
index 1ed877f1..1d388c3f 100755
--- a/buildbot_test_llvm.py
+++ b/buildbot_test_llvm.py
@@ -124,14 +124,10 @@ class ToolchainVerifier(object):
Launch trybot, get image names, create crosperf experiment file, run
crosperf, and copy images into seven-day report directories.
"""
- date_str = datetime.date.today()
- description = 'master_%s_%s_%s' % (self._patches_string, self._build,
- date_str)
_ = buildbot_utils.GetTrybotImage(
self._chromeos_root,
self._build,
self._patches,
- description,
tryjob_flags=['--hwtest'],
async=True)