Add initial docs for flake hunting.

This commit is contained in:
Brendan Burns
2014-08-26 20:54:19 -07:00
parent c7999a7f75
commit 4c6c484900
2 changed files with 55 additions and 0 deletions

View File

@@ -151,6 +151,9 @@ cd kubernetes
hack/e2e-test.sh
```
### Testing out flaky tests
[Instructions here](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/flaky-tests.md)
### Add/Update dependencies
Kubernetes uses [godep](https://github.com/tools/godep) to manage dependencies. To add or update a package, please follow the instructions on [godep's document](https://github.com/tools/godep).