]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
When starting a job, tell paddles it's running
authorZack Cerza <zack@cerza.org>
Thu, 12 Dec 2013 17:47:45 +0000 (11:47 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 12 Dec 2013 17:47:45 +0000 (11:47 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/run.py

index 6cfbf57c8fb2c6c680c246cf36d2d90d0187bb8e..42146edf53c567667db14eeee719f2d5c9314acc 100644 (file)
@@ -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'])