Skip to content

Commit

Permalink
Merge pull request #1913 from ceph/wip-64193
Browse files Browse the repository at this point in the history
supervisor: Do not nuke nodes after jobs finish
  • Loading branch information
zmc committed Jan 29, 2024
2 parents c856e0f + 1bd2f20 commit 6128cc3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions teuthology/dispatcher/supervisor.py
Expand Up @@ -282,10 +282,6 @@ def unlock_targets(job_config):
machine, job_info['owner'],
job_info['archive_path']
)
if job_status != 'pass' and job_config.get('nuke-on-error', False):
log.info('Nuking machines...')
fake_ctx = create_fake_context(job_config)
nuke.nuke(fake_ctx, True)


def run_with_watchdog(process, job_config):
Expand Down

0 comments on commit 6128cc3

Please sign in to comment.