Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
Kyr Shatskyy committed Jan 18, 2025
1 parent efd1938 commit 3cd7aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teuthology/dispatcher/supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def reimage(job_config):
def unlock_targets(job_config):
serializer = report.ResultsSerializer(teuth_config.archive_base)
job_info = serializer.job_info(job_config['name'], job_config['job_id'])
log.info(f"job info {job_info}")
machine_statuses = query.get_statuses(job_info['targets'].keys())
# only unlock targets if locked and description matches
locked = []
Expand Down

0 comments on commit 3cd7aca

Please sign in to comment.