Merge pull request #1050 from brendandburns/docs

Add initial docs for flake hunting.
This commit is contained in:
Daniel Smith
2014-08-27 18:18:19 -07:00
2 changed files with 55 additions and 0 deletions

View File

@@ -167,6 +167,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).