]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
remove the status from the call to paddles from worker; this allows the job's updated... 395/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 12 Dec 2014 16:14:58 +0000 (10:14 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 12 Dec 2014 16:14:58 +0000 (10:14 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
teuthology/worker.py

index 1d7970b964a5dd2627d4426a8c2fc338f60e6b99..a1567d897bfaad08f1a456cf4810ce4ccf13d9e5 100644 (file)
@@ -189,7 +189,8 @@ def run_with_watchdog(process, job_config):
             kill_job(job_info['name'], job_info['job_id'],
                      teuth_config.archive_base)
 
-        report.try_push_job_info(job_info, dict(status='running'))
+        # calling this without a status just updates the jobs updated time
+        report.try_push_job_info(job_info)
         time.sleep(teuth_config.watchdog_interval)
 
     # The job finished. Let's make sure paddles knows.