Move stable branch gate job to stable/wallaby

We have stable/wallaby branch as latest stable and
d-g test only latest stable branch to make sure the compatibility
of legacy jobs. Hope this is last stable we need to update/support
in d-g.

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

Depends-On: https://review.opendev.org/c/openstack/devstack/+/784974
Change-Id: I5542dca0f8050a6e21aff773f49eb4799ec26828
This commit is contained in:
Ghanshyam Mann 2021-04-06 10:47:40 -05:00
parent b5edf8508b
commit f3d3018044
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/victoria
export BRANCH_OVERRIDE=stable/wallaby
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi