X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ci%2Fjjb%2Fshell%2Fvagrant-verify.sh;h=81fbf6c5f368bc9e121b4f9a4e7b9c10df429a9f;hb=023a03abb5c23aefc33fb0f3507bb8dc7456423f;hp=40aeea1c5180e98cbc6a3cc6b11d582bda6c3faa;hpb=dd7088efd6a1cbdc3071dfd48944d15ccd4a3dac;p=icn.git diff --git a/ci/jjb/shell/vagrant-verify.sh b/ci/jjb/shell/vagrant-verify.sh index 40aeea1..81fbf6c 100644 --- a/ci/jjb/shell/vagrant-verify.sh +++ b/ci/jjb/shell/vagrant-verify.sh @@ -10,9 +10,12 @@ function clean_vm {{ }} trap clean_vm EXIT +# 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 vagrant up --no-parallel -vagrant ssh -c " +vagrant ssh jump -c " set -exuf cd /icn sudo su -c 'make {target}'