aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_llvm.py
diff options
context:
space:
mode:
authorTing-Yuan Huang <laszio@google.com>2017-08-16 12:32:56 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-08-16 17:46:17 -0700
commit4f59a62546caa30051ac7c9a93c49069f7741245 (patch)
tree0f2775496889595c70f0059976794016b9c43e50 /buildbot_test_llvm.py
parent09cacd0d5fc2dc60a3c21796703a72dd61e2e5ed (diff)
downloadtoolchain-utils-4f59a62546caa30051ac7c9a93c49069f7741245.tar.gz
Switching from cbuildbot to cros tryjob
BUG=chromium:756100 TEST=buildbot_test_toolchains.py, buildbot_test_llvm.py Change-Id: Ie275b960afdb2ed7183a763302af70c3f2bc1092 Reviewed-on: https://chromium-review.googlesource.com/617404 Commit-Ready: Ting-Yuan Huang <laszio@chromium.org> Tested-by: Ting-Yuan Huang <laszio@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'buildbot_test_llvm.py')
-rwxr-xr-xbuildbot_test_llvm.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py
index 8e604782..dd88b5bd 100755
--- a/buildbot_test_llvm.py
+++ b/buildbot_test_llvm.py
@@ -1,4 +1,8 @@
#!/usr/bin/env python2
+#
+# Copyright 2017 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
"""Script for running llvm validation tests on ChromeOS.
This script launches a buildbot to build ChromeOS with the llvm on
@@ -108,7 +112,6 @@ class ToolchainVerifier(object):
Launch trybot, get image names, create crosperf experiment file, run
crosperf, and copy images into seven-day report directories.
"""
- flags = ['--hwtest']
date_str = datetime.date.today()
description = 'master_%s_%s_%s' % (self._patches_string, self._build,
date_str)
@@ -117,7 +120,7 @@ class ToolchainVerifier(object):
self._build,
self._patches,
description,
- other_flags=flags,
+ tryjob_flags=['--hwtest'],
async=True)
return 0