From f35337faf134c77c951b66370e283aed2e7f2f05 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 13 Aug 2020 09:13:28 +0300 Subject: [PATCH] Fix UPGRADE_SOURCE_BRANCH Change-Id: I537cd4f2c1ff27f0346b40ffe0fc035c531f50bb --- 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 11772f4d12..49b64c95a8 100755 --- a/scripts/gate-check-commit.sh +++ b/scripts/gate-check-commit.sh @@ -49,7 +49,7 @@ export INSTALL_METHOD=${3:-"source"} # Set the source branch for upgrade tests # Be sure to change this whenever a new stable branch # is created. The checkout must always be N-1. -export UPGRADE_SOURCE_BRANCH=${UPGRADE_SOURCE_BRANCH:-'stable/train'} +export UPGRADE_SOURCE_BRANCH=${UPGRADE_SOURCE_BRANCH:-'stable/ussuri'} # enable the ARA callback plugin export SETUP_ARA=${SETUP_ARA:-true}