Merge "build all images for ambari in gate"

This commit is contained in:
Jenkins 2016-06-27 14:47:21 +00:00 committed by Gerrit Code Review
commit 9da8e92c7b

View File

@ -21,10 +21,6 @@ case "$PLUGIN" in
find . -maxdepth 1 -name '*cloudera*.qcow2' -delete
sudo rm -rf ~/.cache/image-create
;;
# this case is needed until we use ambari version <= 2.1.1
"ambari")
tox -e venv -- sahara-image-create -x -u -p $PLUGIN -i "centos"
;;
*)
tox -e venv -- sahara-image-create -x -u -p $PLUGIN
;;