Revert "Cirrus: Enable debugging delay on non-zero exit"

This reverts commit b610913ef55ac36d0b145a7d20461649650cc5a1.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2018-10-17 13:03:55 -04:00
parent 0c17f2010a
commit 4de69da7bd
2 changed files with 0 additions and 14 deletions
.cirrus.yml
contrib/python/podman/test

@ -143,18 +143,6 @@ else
RETURNCODE=$?
fi
if [[ "$RETURNCODE" -ne 0 ]] && [[ -n "$FLAKE_DEBUG_DELAY" ]]
then
cat << EOF > /dev/stderr
*****
***** WARNING: \$FLAKE_DEBUG_DELAY IS SET AND PYTHON-PODMAN TESTS EXITED: $RETURNCODE
***** WARNING: Sleeping for 30 minutes for test-VM preservation oportunity.
*****
EOF
sleep 30m
fi
pkill -9 podman
pkill -9 conmon