From 88460eb053ac70a490e267f957e1708510395cea Mon Sep 17 00:00:00 2001 From: Shraddha Agrawal Date: Thu, 13 Aug 2020 18:49:55 +0530 Subject: [PATCH] supervisor: change machine status to running after reimaging Signed-off-by: Shraddha Agrawal --- teuthology/dispatcher/supervisor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/dispatcher/supervisor.py b/teuthology/dispatcher/supervisor.py index 71a0f498ff..6c4314f6df 100644 --- a/teuthology/dispatcher/supervisor.py +++ b/teuthology/dispatcher/supervisor.py @@ -162,7 +162,7 @@ def reimage_machines(job_config): reimaged = reimage_many(ctx, targets, job_config['machine_type']) ctx.config['targets'] = reimaged # change the status to running after the reimaging process - report.try_push_job_info(ctx.config, dict(status='waiting')) + report.try_push_job_info(ctx.config, dict(status='running')) def unlock_targets(job_config): -- 2.39.5