From 625f479b680177e437b657f5012b7f257634e528 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 12 Dec 2013 11:47:45 -0600 Subject: [PATCH] When starting a job, tell paddles it's running Signed-off-by: Zack Cerza --- teuthology/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) -- 2.39.5