X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ci%2Fjjb%2Fshell%2Fbluval.sh;h=6dc42456f6720f54bbc51a684485181779f6e6b3;hb=refs%2Fchanges%2F52%2F4752%2F1;hp=87d5845bc0e01fe08209d9955f8c6e9ebf9d7085;hpb=80a8b4ad085dcbb16357185219ea29630bbeaf53;p=icn.git diff --git a/ci/jjb/shell/bluval.sh b/ci/jjb/shell/bluval.sh index 87d5845..6dc4245 100644 --- a/ci/jjb/shell/bluval.sh +++ b/ci/jjb/shell/bluval.sh @@ -10,14 +10,14 @@ git clone "https://gerrit.akraino.org/r/icn" ${WORKSPACE}/icn echo "[ICN] Bringing up test cluster" function clean_vm { pushd ${WORKSPACE}/icn - vagrant destroy -f + ./tools/vagrant/destroy.rb popd } trap clean_vm EXIT pushd ${WORKSPACE}/icn # TODO Improve VM performance by only using cores on the same node #sed -i -e '/^\s\+libvirt.cpus/!b' -e "h;s/\S.*/libvirt.cpuset = '0-21,44-65'/;H;g" Vagrantfile -vagrant destroy -f +./tools/vagrant/destroy.rb vagrant up --no-parallel vagrant ssh jump -c " set -exuf