From: Zack Cerza Date: Mon, 12 May 2014 14:18:34 +0000 (-0500) Subject: Use try_mark_run_dead() X-Git-Tag: 1.1.0~1456 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=47f5d83519bf5baf4060eb7c33fb14fed3485935;p=teuthology.git Use try_mark_run_dead() Signed-off-by: Zack Cerza --- diff --git a/teuthology/report.py b/teuthology/report.py index 85b81022c..7126a3721 100644 --- a/teuthology/report.py +++ b/teuthology/report.py @@ -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: