Skip to content

Commit

Permalink
move the gvisor test setup before the minikube start
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Aug 19, 2019
1 parent f75b558 commit dd94e15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hack/jenkins/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit dd94e15

Please sign in to comment.