summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-11-07 15:23:39 -0800
committerGuo Ruijing <ruijing.guo@intel.com>2017-11-07 15:30:06 -0800
commit5f41686bc6a09307e346bbbf980ab45df7ac9ced (patch)
tree5da36c7cdc8651b447814a7b21f002bd9426cd50 /ci/deploy.sh
parent870286745312e2794712ee40c6afc9056929f803 (diff)
add cleanup for container4nfv
1. move interface cleanup to cleanup.sh 2. can destroy vms after jenkins abort Change-Id: I627070ace6fa5cded507964091c40784ce4a19f9 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 0384948..2b335e4 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -17,6 +17,7 @@
set -ex
+./cleanup.sh
../src/vagrant/kubeadm_ovsdpdk/deploy.sh
../src/vagrant/kubeadm_multus/deploy.sh
../src/vagrant/kubeadm_virtlet/deploy.sh