From 9db7ae58ddb0c2d5650c9464427c40a3070ec03a Mon Sep 17 00:00:00 2001 From: cmtice Date: Tue, 23 Jun 2015 10:34:39 -0700 Subject: 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 Commit-Queue: Caroline Tice Tested-by: Caroline Tice --- test_toolchains.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_toolchains.py') 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) -- cgit v1.2.3