diff --git a/contrib/ci/post_test_hook.sh b/contrib/ci/post_test_hook.sh index 4eb121188c..abc1a7eb1e 100755 --- a/contrib/ci/post_test_hook.sh +++ b/contrib/ci/post_test_hook.sh @@ -25,14 +25,14 @@ if [[ "$1" =~ "multibackend" ]]; then # backend names are defined in pre_test_hook iniset $BASE/new/tempest/etc/tempest.conf share backend_names "LONDON,PARIS" - - # Suppress errors in cleanup of resources - iniset $BASE/new/tempest/etc/tempest.conf share suppress_errors_in_cleanup True fi # Set two retries for CI jobs iniset $BASE/new/tempest/etc/tempest.conf share share_creation_retry_number 2 +# Suppress errors in cleanup of resources +iniset $BASE/new/tempest/etc/tempest.conf share suppress_errors_in_cleanup True + # let us control if we die or not set +o errexit cd $BASE/new/tempest