Move stable branch gate job to stable/victoria

We have stable/victoria branch as latest stable and
d-g test only latest stable branch to make sure the compatibility
of legacy jobs.

This commit moves the legacy stable job testing to stable/victoria.

Change-Id: I78a0f55c360df2804200cc801109741276248550
This commit is contained in:
Masayuki Igawa 2020-10-01 08:54:59 +09:00 committed by Ghanshyam Mann
parent 22b0f318ca
commit b821373c51
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
# be enough to make sure devstack-gate keep working for
# stable branch legacy jobs which are not yet migrated
# to Zuul v3 native jobs.
export BRANCH_OVERRIDE=stable/ussuri
export BRANCH_OVERRIDE=stable/victoria
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi