diff options
| author | jay vyas <jvyas@vmware.com> | 2021-03-02 13:12:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 13:12:56 -0500 |
| commit | bd01542e1033180de04e669eb3cc6cc229752206 (patch) | |
| tree | f25e4f167379f95b0a5575d1e95eacef7b2ac403 /sig-windows | |
| parent | 4c9ef2d135294355e7ca33ec7a5e01d31438df12 (diff) | |
Update CONTRIBUTING.md
Diffstat (limited to 'sig-windows')
| -rw-r--r-- | sig-windows/CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sig-windows/CONTRIBUTING.md b/sig-windows/CONTRIBUTING.md index a018c820..8af4836c 100644 --- a/sig-windows/CONTRIBUTING.md +++ b/sig-windows/CONTRIBUTING.md @@ -83,7 +83,9 @@ If you modifying an API in the SIG-Windows codebase, make sure you are aware of ## Running Tests -For the most up-to-date steps on how to build and run tests, please go to [https://github.com/kubernetes-sigs/windows-testing](https://github.com/kubernetes-sigs/windows-testing). It has everything you need to build and run tests, as well as links to the SIG-Windows configurations used on [TestGrid](https://testgrid.k8s.io/sig-windows). +For the most up-to-date steps on how to build and run tests, please go to [https://github.com/kubernetes-sigs/windows-testing](https://github.com/kubernetes-sigs/windows-testing). It has everything you need to build and run tests, as well as links to the SIG-Windows configurations used on [TestGrid](https://testgrid.k8s.io/sig-windows). + +Specifically, you need to build the e2e test binary, using https://github.com/kubernetes-sigs/windows-testing/blob/master/README.md#how-do-i-build-the-e2etest-binary, in order to run these tests. ## Troubleshooting |
