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-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dffd2ca2d752e3a026b2079816dc2f0d2cd14a8f;p=teuthology.git When starting a job, tell paddles it's running Signed-off-by: Zack Cerza (cherry picked from commit 625f479b680177e437b657f5012b7f257634e528) --- diff --git a/teuthology/run.py b/teuthology/run.py index 6cfbf57c8..42146edf5 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'])