mirror of
https://github.com/containers/podman.git
synced 2025-06-21 17:38:12 +08:00
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:
@ -19,8 +19,6 @@ env:
|
|||||||
CNI_COMMIT: "7480240de9749f9a0a5c8614b17f1f03e0c06ab9"
|
CNI_COMMIT: "7480240de9749f9a0a5c8614b17f1f03e0c06ab9"
|
||||||
CRIO_COMMIT: "662dbb31b5d4f5ed54511a47cde7190c61c28677"
|
CRIO_COMMIT: "662dbb31b5d4f5ed54511a47cde7190c61c28677"
|
||||||
RUNC_COMMIT: "ad0f5255060d36872be04de22f8731f38ef2d7b1"
|
RUNC_COMMIT: "ad0f5255060d36872be04de22f8731f38ef2d7b1"
|
||||||
# Enable debugging delay on test-failure if non-empty.
|
|
||||||
FLAKE_DEBUG_DELAY: 1
|
|
||||||
# File to update in home-dir with task-specific env. var values
|
# File to update in home-dir with task-specific env. var values
|
||||||
ENVLIB: ".bash_profile"
|
ENVLIB: ".bash_profile"
|
||||||
# Overrides default location (/tmp/cirrus) for repo clone
|
# Overrides default location (/tmp/cirrus) for repo clone
|
||||||
|
@ -143,18 +143,6 @@ else
|
|||||||
RETURNCODE=$?
|
RETURNCODE=$?
|
||||||
fi
|
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 podman
|
||||||
pkill -9 conmon
|
pkill -9 conmon
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user