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

View File

@@ -0,0 +1,6 @@
$num_instances = 16
$vm_memory ||= 1600
$os = "ubuntu1804"
$network_plugin = "weave"
$kube_master_instances = 1
$etcd_instances = 1

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"