Add CI for 16x ubuntu servers (#6040)

This commit is contained in:
Maxime Guyot
2020-04-29 16:14:24 +02:00
committed by GitHub
parent a468954519
commit 412d560bcf
5 changed files with 18 additions and 4 deletions

View File

@@ -3,6 +3,8 @@ set -euxo pipefail
# Cleanup vagrant VMs to avoid name conflicts
apt-get install -y libvirt-clients
for i in $(virsh list --name)
do
virsh destroy "$i"