devstack: Don't enable tempest in rally job.

Change-Id: I672df8ab4a26c5797514c53b78c78d9056727e65
Closes-bug: #1553933
Signed-off-by: Russell Bryant <rbryant@redhat.com>
Co-authored-by: YAMAMOTO Takashi <yamamoto@midokura.com>
This commit is contained in:
Russell Bryant 2016-03-08 08:43:39 -05:00 committed by YAMAMOTO Takashi
parent 3d2e3c46c6
commit 7273f5974d
1 changed files with 6 additions and 2 deletions

View File

@ -12,12 +12,16 @@
#
# This script is executed in the OpenStack CI job that runs DevStack + tempest.
# You can find the CI job configuration here:
# It is also used by the rally job. You can find the CI job configuration here:
#
# http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/dragonflow.yaml
#
export OVERRIDE_ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-crt,n-cauth,n-obj,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,df-controller,df-etcd,df-etcd-server,q-svc,q-l3,df-zmq-publisher-service
export OVERRIDE_ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-crt,n-cauth,n-obj,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,mysql,dstat,df-controller,df-etcd,df-etcd-server,q-svc,q-l3,df-zmq-publisher-service
if [ -z "${RALLY_SCENARIO}" ] ; then
# Only include tempest if this is not a rally job.
export OVERRIDE_ENABLED_SERVICES=${OVERRIDE_ENABLED_SERVICES},tempest
fi
# Begin list of exclusions.
r="^(?!.*"