Move stable branch gate job to stable/ussuri

We have stable/ussuri 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/ussuri.

Depends-On: https://review.opendev.org/#/c/723605/
Change-Id: Id57e5590a5b24c2d821381f52e1c445cbbd1105b
This commit is contained in:
Ghanshyam Mann 2020-04-27 12:20:14 -05:00
parent c9a0437ea6
commit 1f7fd5e0d5
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 # be enough to make sure devstack-gate keep working for
# stable branch legacy jobs which are not yet migrated # stable branch legacy jobs which are not yet migrated
# to Zuul v3 native jobs. # to Zuul v3 native jobs.
export BRANCH_OVERRIDE=stable/train export BRANCH_OVERRIDE=stable/ussuri
if [ "$BRANCH_OVERRIDE" != "default" ] ; then if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi fi