]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology-worker: remove --keep-locked-on-error
authorJosh Durgin <josh.durgin@dreamhost.com>
Fri, 7 Oct 2011 21:51:46 +0000 (14:51 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Fri, 7 Oct 2011 21:51:46 +0000 (14:51 -0700)
teuthology/queue.py

index 86c3681e24024ae9ac73be023b9616a481e13bcd..3467f03147a29f195c62ed23422c6da6f9ac1f02 100644 (file)
@@ -112,7 +112,6 @@ def run_job(job_config, archive_path):
     arg.extend([
             '--lock',
             '--block',
-            '--keep-locked-on-error',
             '--owner', job_config['owner'],
             '--archive', archive_path,
             ])