Fix UPGRADE_SOURCE_BRANCH

Change-Id: I537cd4f2c1ff27f0346b40ffe0fc035c531f50bb
This commit is contained in:
Dmitriy Rabotyagov 2020-08-13 09:13:28 +03:00
parent 11ce92d455
commit f35337faf1

View File

@ -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}