Adding README.md

This commit is contained in:
Vy Ta 2018-12-10 16:09:10 -08:00
parent 28ed7875e7
commit 0a09b1d2a7

View File

@ -0,0 +1,10 @@
# Notes to run sig-windows tests
1. Prereqs:
* KUBECONFIG=path/to/kubeconfig
* curl https://raw.githubusercontent.com/e2e-win/e2e-win-prow-deployment/master/repo-list.txt -o repo_list.yaml
* export KUBE_TEST_REPO_LIST=$(pwd)/repo_list.yaml
1. Run only sig-windows tests:
```./e2e.test --provider=local --ginkgo.noColor --ginkgo.focus=.*sig-windows*```