X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ci%2Fjjb%2Fshell%2Fvagrant-verify.sh;h=81fbf6c5f368bc9e121b4f9a4e7b9c10df429a9f;hb=88793e2cb8a5a72e1cefabbee2a627558d242eff;hp=40aeea1c5180e98cbc6a3cc6b11d582bda6c3faa;hpb=baff02fe219aa2fb8b7e075aef960785b57b7bc5;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}'