aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhizhou Yang <zhizhouy@google.com>2020-02-12 16:21:36 -0800
committerZhizhou Yang <zhizhouy@google.com>2020-02-13 00:33:14 +0000
commit8477fefd6c54adec7a45f7a1c9c2119f7aca2d2e (patch)
treed49bc12578d4afd12490e7b04c7748a5f693f68f
parentcc2dc332a43b1da9f522682d385356273d3b6801 (diff)
downloadtoolchain-utils-8477fefd6c54adec7a45f7a1c9c2119f7aca2d2e.tar.gz
crosperf: change skylab credential location in sheriff_utils
The location of skylab credential file has been changed in sheriff_utils, and this patch will use the new location. BUG=chromium:1046413 TEST=Tested on chrotomation3 Change-Id: I987c0828c36538ad5c1c05e15e276e45275a6d36 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2053244 Tested-by: Zhizhou Yang <zhizhouy@google.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
-rwxr-xr-xlock_machine.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lock_machine.py b/lock_machine.py
index 244edfb9..06c0e80c 100755
--- a/lock_machine.py
+++ b/lock_machine.py
@@ -59,9 +59,9 @@ class LockManager(object):
# set it long enough to cover the period to finish nightly rotation tests.
LEASE_MINS = 1440
- SKYLAB_CREDENTIAL = '/usr/local/google/home/mobiletc-prebuild' \
- '/sheriff_utils/skylab_credential' \
- '/chromeos-swarming-credential.json'
+ SKYLAB_CREDENTIAL = ('/usr/local/google/home/mobiletc-prebuild'
+ '/sheriff_utils/credentials/skylab'
+ '/chromeos-swarming-credential.json')
SWARMING = 'chromite/third_party/swarming.client/swarming.py'
SUCCESS = 0