Skip to content

Commit 49c0c35

Browse files
authored
Merge pull request #893 from aaron-prindle/remove-files-windows-integration
Clean .minikube dir and delete any running minikube-windows-amd64.exe…
2 parents 21061fd + 3ff4cac commit 49c0c35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: hack/jenkins/windows_integration_test_hyperv.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ gsutil.cmd cp gs://minikube-builds/$env:MINIKUBE_LOCATION/minikube-windows-amd64
1717
gsutil.cmd cp gs://minikube-builds/$env:MINIKUBE_LOCATION/e2e-windows-amd64.exe out/
1818
gsutil.cmd cp -r gs://minikube-builds/$env:MINIKUBE_LOCATION/testdata .
1919

20+
2021
./out/minikube-windows-amd64.exe delete
22+
Remove-Item -Recurse -Force C:\Users\jenkins\.minikube
2123

2224
out/e2e-windows-amd64.exe --% -minikube-args="--vm-driver=hyperv --hyperv-virtual-switch=Minikube --cpus=4 $env:EXTRA_BUILD_ARGS" -test.v -test.timeout=30m -binary=out/minikube-windows-amd64.exe
2325

0 commit comments

Comments
 (0)