aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_toolchains.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2016-07-25 11:47:58 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-07-25 15:05:17 -0700
commit0ded515f8f340188634bd8d14e3184b98e4f06de (patch)
tree3782bb641426adfa4d69163b84a115de54b8bb05 /buildbot_test_toolchains.py
parent180fb3868ae7a625cd82427ad29bc6224504c757 (diff)
downloadtoolchain-utils-0ded515f8f340188634bd8d14e3184b98e4f06de.tar.gz
[crosperf] Change flags to cbuildbot.
The command for cbuildbot it buildbot_utils had hardcoded the '--notests' options; this was right for the normal nightly jobs, but not for the rotating tests. This CL makes that option a variable, and also allows for users to be able to add other custom flags to their cbuildbot invocations. BUG=chromium:631149 TEST=none Change-Id: Ifd2abd42808d99a28c3f7860f67a2eb2c9cd0118 Reviewed-on: https://chrome-internal-review.googlesource.com/271005 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
Diffstat (limited to 'buildbot_test_toolchains.py')
-rwxr-xr-xbuildbot_test_toolchains.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py
index 1535afde..b9f6c500 100755
--- a/buildbot_test_toolchains.py
+++ b/buildbot_test_toolchains.py
@@ -296,6 +296,7 @@ class ToolchainComparator(object):
self._build,
self._patches,
description,
+ other_flags=['--notests'],
build_toolchain=True)
if len(trybot_image) == 0: