automatically try install kvm for kvm2 tests

pull/9675/head
Sharif Elgamal 2020-11-11 14:21:21 -08:00
parent 8731ff9f23
commit bf25c38098
1 changed files with 4 additions and 0 deletions

View File

@ -36,4 +36,8 @@ EXTRA_TEST_ARGS="-gvisor"
mkdir -p cron && gsutil -qm rsync "gs://minikube-builds/${MINIKUBE_LOCATION}/cron" cron || echo "FAILED TO GET CRON FILES"
sudo install cron/cleanup_and_reboot_Linux.sh /etc/cron.hourly/cleanup_and_reboot || echo "FAILED TO INSTALL CLEANUP"
sudo apt-get -y install --no-install-recommends qemu-system libvirt-clients libvirt-daemon-system
sudo adduser jenkins libvirt
source ./common.sh