From dd94e15f7bab5cf888b7762c9e0a527bef7ee30b Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 19 Aug 2019 16:23:40 -0700 Subject: [PATCH] move the gvisor test setup before the minikube start --- hack/jenkins/common.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/hack/jenkins/common.sh b/hack/jenkins/common.sh index 8e4efb7e32c0..db0df5816604 100755 --- a/hack/jenkins/common.sh +++ b/hack/jenkins/common.sh @@ -279,9 +279,6 @@ ${SUDO_PREFIX} rm -f "${KUBECONFIG}" || true rmdir "${TEST_HOME}" echo ">> ${TEST_HOME} completed at $(date)" -# Build the gvisor image. This will be copied into minikube and loaded by ctr. -docker build -t gcr.io/k8s-minikube/gvisor-addon:latest -f testdata/gvisor-addon-Dockerfile out - if [[ "${MINIKUBE_LOCATION}" != "master" ]]; then readonly target_url="https://storage.googleapis.com/minikube-builds/logs/${MINIKUBE_LOCATION}/${JOB_NAME}.txt" curl -s "https://api.github.com/repos/kubernetes/minikube/statuses/${COMMIT}?access_token=$access_token" \