From: Zack Cerza Date: Thu, 12 Dec 2013 17:47:45 +0000 (-0600) Subject: When starting a job, tell paddles it's running X-Git-Tag: 1.1.0~1743 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=625f479b680177e437b657f5012b7f257634e528;p=teuthology.git When starting a job, tell paddles it's running Signed-off-by: Zack Cerza --- diff --git a/teuthology/run.py b/teuthology/run.py index 6cfbf57c8f..42146edf53 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -87,7 +87,7 @@ def main(ctx): ctx.config['job_id'] = job_id write_initial_metadata(ctx) - report.try_push_job_info(ctx.config) + report.try_push_job_info(ctx.config, dict(status='running')) if 'targets' in ctx.config and 'roles' in ctx.config: targets = len(ctx.config['targets'])