aboutsummaryrefslogtreecommitdiff
path: root/test_toolchains.py
diff options
context:
space:
mode:
authorcmtice <cmtice@google.com>2015-06-23 10:34:39 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-23 20:41:24 +0000
commit9db7ae58ddb0c2d5650c9464427c40a3070ec03a (patch)
treeec58e62afa27c260ff9cbf7cf46f343f9a1cff7f /test_toolchains.py
parentaea5341cb080d5c181e452796534f184472e730a (diff)
downloadtoolchain-utils-9db7ae58ddb0c2d5650c9464427c40a3070ec03a.tar.gz
Remove temporary workaround for nightly tests locking.
Due to issues with mobiletc-prebuild not being able to access the afe locking mechanisms, the nightly tests were temporarily using the old file locking mechanism. The issues with the role account using the afe locks has been resolved, so this CL reverts the nightly tests to using the afe machine locking mechanism. BUG=None TEST=Ran crosperf tests on chrotomation2 from role account using afe locking mechanism. Change-Id: I243c28d80718c2e98913ad49d50bf5b46ff82758 Reviewed-on: https://chrome-internal-review.googlesource.com/219905 Reviewed-by: Yunlian Jiang <yunlian@google.com> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'test_toolchains.py')
-rwxr-xr-xtest_toolchains.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_toolchains.py b/test_toolchains.py
index 2c9356b5..753dbb9d 100755
--- a/test_toolchains.py
+++ b/test_toolchains.py
@@ -240,7 +240,7 @@ class ToolchainComparator(ChromeOSCheckout):
crosperf = os.path.join(os.path.dirname(__file__),
"crosperf",
"crosperf")
- command = ("%s --no_email=True --use_file_locks=True --results_dir=%s %s" %
+ command = ("%s --no_email=True --results_dir=%s %s" %
(crosperf, self._reports_dir, experiment_file))
ret = self._ce.RunCommand(command)