Merge "Try deleting container for failures too" into stable/train

This commit is contained in:
Zuul 2020-01-04 22:26:34 +00:00 committed by Gerrit Code Review
commit f73970666a
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ def mp_puppet_config(*args):
log.error('%s run failed after %s attempt(s): %s' % (common_dcmd,
cmd_stderr,
count))
rm_container(uname)
log.warning('Retrying running container: %s' % config_volume)
else:
if cmd_stdout: