From c81cea96981d3065212c4651eabd895d0f51e2d9 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 17 Jul 2015 10:00:06 -0500 Subject: [PATCH] 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 --- scripts/gate-check-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gate-check-commit.sh b/scripts/gate-check-commit.sh index 2fe0812de1..781bbf901f 100755 --- a/scripts/gate-check-commit.sh +++ b/scripts/gate-check-commit.sh @@ -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