Skip to content

Commit

Permalink
kill: After killing a run, report it as dead
Browse files Browse the repository at this point in the history
In case processes died a messy death.

Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Jan 22, 2024
1 parent cd45576 commit 57507c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teuthology/kill.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def kill_run(run_name, archive_base=None, owner=None, machine_type=None,
if owner is not None:
targets = find_targets(run_name, owner)
nuke_targets(targets, owner)
report.try_mark_run_dead(run_name)


def kill_job(run_name, job_id, archive_base=None, owner=None, skip_nuke=False):
Expand Down

0 comments on commit 57507c1

Please sign in to comment.