Merge "Don't use tmpfs for DIB functional tests"

This commit is contained in:
Jenkins 2016-06-23 06:21:03 +00:00 committed by Gerrit Code Review
commit 302c1dd442

View File

@ -17,6 +17,12 @@
openstack/diskimage-builder \ openstack/diskimage-builder \
openstack/dib-utils openstack/dib-utils
# We do things that might exceed the default 2GiB tmpfs, and
# use the larger mounted space.
mkdir /opt/dib_cache
export DIB_NO_TMPFS=1
export TMPDIR=/opt/dib_cache
virtualenv env virtualenv env
./env/bin/pip install $(pwd)/openstack/dib-utils ./env/bin/pip install $(pwd)/openstack/dib-utils