Switch upgrade jobs to Ussuri cycle

Depends-On: https://review.opendev.org/693043
Change-Id: Ieb28562c125e6d198f951b4d0354c3cfb28d0e87
This commit is contained in:
Dmitriy Rabotyagov 2019-11-01 09:48:59 +02:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent f3d9ebfd2f
commit 035136af6c
1 changed files with 1 additions and 1 deletions

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/stein'}
export UPGRADE_SOURCE_BRANCH=${UPGRADE_SOURCE_BRANCH:-'stable/train'}
# enable the ARA callback plugin
export SETUP_ARA=${SETUP_ARA:-true}