Skip to content

Commit b3ff98c

Browse files
committed
remove hyperkit from common tests
1 parent bc4c948 commit b3ff98c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hack/jenkins/common.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,6 @@ gsutil -qm cp -r "gs://minikube-builds/${MINIKUBE_LOCATION}/testdata"/* testdata
183183

184184
gsutil -qm cp "gs://minikube-builds/${MINIKUBE_LOCATION}/gvisor-addon" testdata/
185185

186-
if [[ "${DRIVER}" == "hyperkit" ]]; then
187-
gsutil -qm cp "gs://minikube-builds/${MINIKUBE_LOCATION}/docker-machine-driver-hyperkit" out
188-
chmod +x out/docker-machine-driver-hyperkit
189-
fi
190-
191186
# Set the executable bit on the e2e binary and out binary
192187
export MINIKUBE_BIN="out/minikube-${OS_ARCH}"
193188
export E2E_BIN="out/e2e-${OS_ARCH}"

0 commit comments

Comments
 (0)