improve building images in gate for vanilla

Change-Id: I9d6895b6d472f2bd3874665a1f3a52505e095c1f
This commit is contained in:
Vitaly Gridnev 2016-08-16 15:45:31 +03:00
parent 846c42f86f
commit 347b0a0fef
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
PLUGIN=$1
export DIB_MIN_TMPFS=10
case "$PLUGIN" in
"vanilla")
# temporary don't test building fedora image
for distro in ubuntu centos centos7; do
# testing only 2.7.1 for speed up
tox -e venv -- sahara-image-create -x -u -p $PLUGIN -i $distro -v 2.7.1
done
;;
"cloudera")
# manually call each distro for cloudera, so we can cleanup
# cache and generated images from the previous run