Run Gnocchi devstack tests for stable/1.0 against Kilo

Gnocchi is doing more releases than most OpenStack projects so there's
no e.g. stable/kilo branch. We need to do a mapping here so test-matrix
is not completely lost.

Change-Id: Id3c203ab7dcb0302b2cc70850fb5bca3d524113f
This commit is contained in:
Julien Danjou 2015-04-23 18:37:29 +02:00
parent 64c01cf246
commit 1fcdca8973

View File

@ -18,6 +18,10 @@
export PROJECTS="openstack/gnocchi $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin gnocchi git://git.openstack.org/openstack/gnocchi"
if [ "$ZUUL_BRANCH" = "stable/1.0" ] ; then
export OVERRIDE_ZUUL_BRANCH=stable/kilo
fi
function gate_hook {{
cd /opt/stack/new/gnocchi/devstack/gate
./gate_hook.sh {storagedriver} {sqldriver}