Make tempest cleanup errors be suppressed in all CI jobs
For the moment config option for suppression of error within Tempest cleanup is set only for multibackend job. Make it be set for all jobs. Change-Id: Ic61f164e33ac1fff513947cf7f3e8cef115208ed
This commit is contained in:
parent
92cfadaaf0
commit
79b1891bc1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user