From 0ded515f8f340188634bd8d14e3184b98e4f06de Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Mon, 25 Jul 2016 11:47:58 -0700 Subject: [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 Tested-by: Caroline Tice Reviewed-by: Yunlian Jiang --- buildbot_test_llvm.py | 1 + 1 file changed, 1 insertion(+) (limited to 'buildbot_test_llvm.py') diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py index 6df77189..2c8131e5 100755 --- a/buildbot_test_llvm.py +++ b/buildbot_test_llvm.py @@ -129,6 +129,7 @@ class ToolchainVerifier(object): self._build, self._patches, description, + other_flags=['--hwtest'], build_toolchain=True) if len(trybot_image) == 0: self._l.LogError('Unable to find trybot_image for %s!' % description) -- cgit v1.2.3