Enable horizon in d-g job for django_os_auth

django_openstack_auth includes this devstack-gate job and relies on
horizon being enabled in devstack. Add a conditional check for this
specific project to the gate job.

Change-Id: I1e4a636bbe74d25ed45921b044298554ed0e8d2f
This commit is contained in:
Colleen Murphy 2017-06-27 16:55:41 +02:00
parent 9defbc981c
commit d3c9b98ced
1 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,9 @@
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export DEVSTACK_PROJECT_FROM_GIT={name}
if [ "$DEVSTACK_PROJECT_FROM_GIT" == "django_openstack_auth" ] ; then
export DEVSTACK_GATE_HORIZON=1
fi
# Even if the branch is overridden, make sure we use
# the correct branch using the OVERRIDE_*_PROJECT_BRANCH