From d8f85fabb2be5fea3630821bc8a9f186781ce2b9 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Thu, 9 Nov 2017 12:35:02 -0500 Subject: fix container4nfv jenkins job hung issue 1. fix cleanup: poweroff/delete all vms 2. add timeout for kubeadm init/join hung: https://github.com/kubernetes/kubernetes/issues/43800 3. try to fix kubeadm init/join hung Change-Id: I133d5aafee0455848909484efee5548b2015473d Signed-off-by: Guo Ruijing --- ci/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/cleanup.sh b/ci/cleanup.sh index ee5c428..afe4ac0 100755 --- a/ci/cleanup.sh +++ b/ci/cleanup.sh @@ -17,7 +17,7 @@ set -x -VBoxManage list vms | cut -f2 -d'"' | xargs -I {} VBoxManage unregistervm {} --delete VBoxManage list vms | cut -f2 -d'"' | xargs -I {} VBoxManage controlvm {} poweroff +VBoxManage list vms | cut -f2 -d'"' | xargs -I {} VBoxManage unregistervm {} --delete VBoxManage list hostonlyifs | grep "^Name:.*vboxnet" |\ sed "s/^Name:.*vboxnet/vboxnet/" | xargs -I {} VBoxManage hostonlyif remove {} -- cgit 1.2.3-korg