Add gate job for stable/train

Now we have stable/train branch ready for devstack
and so does for all service projects.

This commit adds the stable/train job running for
d-g gate.

Change-Id: Ibf278cd21d1a0921f7122deb944e1ae18b7c07c1
This commit is contained in:
Ghanshyam Mann 2019-10-04 17:14:58 +00:00
parent 3d8c5ef444
commit 8c309c5e2c
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/stein export BRANCH_OVERRIDE=stable/train
if [ "$BRANCH_OVERRIDE" != "default" ] ; then if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi fi