]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Use try_mark_run_dead()
authorZack Cerza <zack@cerza.org>
Mon, 12 May 2014 14:18:34 +0000 (09:18 -0500)
committerZack Cerza <zack@cerza.org>
Mon, 12 May 2014 17:57:38 +0000 (12:57 -0500)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/report.py

index 85b81022c6e35e3ef6d31334d74499c5de600386..7126a37214bfd3005d1925f603a4ab516ff45119 100644 (file)
@@ -46,7 +46,7 @@ def main(args):
                                log=log)
     if dead and not job:
         for run_name in run:
-            reporter.report_run(run[0], dead=True)
+            try_mark_run_dead(run[0])
     elif dead and len(run) == 1 and job:
         reporter.report_jobs(run[0], job, dead=True)
     elif len(run) == 1 and job: