Merge "Fix UPGRADE_SOURCE_BRANCH"

This commit is contained in:
Zuul 2020-08-17 20:00:24 +00:00 committed by Gerrit Code Review
commit 67fd090b94

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}