Merge "Use cirros image for overcloud testing"

This commit is contained in:
Jenkins 2014-08-05 00:16:51 +00:00 committed by Gerrit Code Review
commit 66f9039352

View File

@ -149,6 +149,7 @@
export USE_IRONIC=0
sudo chown -hR $(whoami) /opt/git
export OVERCLOUD_CONTROLSCALE=1
export USE_CIRROS=1
function gate_hook {
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
}
@ -192,6 +193,7 @@
export TRIPLEO_TEST=overcloud
export OVERCLOUD_CONTROLSCALE=3
export USE_IRONIC=1
export USE_CIRROS=1
function gate_hook {
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
}