From 035136af6cc7a4634d6693421f94b706140b6fe1 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 1 Nov 2019 09:48:59 +0200 Subject: [PATCH] Switch upgrade jobs to Ussuri cycle Depends-On: https://review.opendev.org/693043 Change-Id: Ieb28562c125e6d198f951b4d0354c3cfb28d0e87 --- 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 7d545fbdc4..1bf6f3c8a2 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/stein'} +export UPGRADE_SOURCE_BRANCH=${UPGRADE_SOURCE_BRANCH:-'stable/train'} # enable the ARA callback plugin export SETUP_ARA=${SETUP_ARA:-true}