Adds retries
The `successerator` has been re-enabled using a single retry which will also help the gate process to ensure that we're not having to deal with so many transient failures. Change-Id: I7ca374ce18b7a78b0a1563d5244b1d9ac52c4d92
This commit is contained in:
@@ -33,7 +33,7 @@ export DEPLOY_OPENSTACK=${DEPLOY_OPENSTACK:-"yes"}
|
||||
export DEPLOY_SWIFT=${DEPLOY_SWIFT:-"yes"}
|
||||
export DEPLOY_TEMPEST=${DEPLOY_TEMPEST:-"yes"}
|
||||
# Limit the gate check to only performing one attempt, unless already set
|
||||
export MAX_RETRIES=${MAX_RETRIES:-"1"}
|
||||
export MAX_RETRIES=${MAX_RETRIES:-"2"}
|
||||
# limit forks for gate check
|
||||
export FORKS=${FORKS:-10}
|
||||
# tempest and testr options, default is to run tempest in serial
|
||||
|
||||
Reference in New Issue
Block a user