summaryrefslogtreecommitdiff
path: root/e2e-node-tests.md
AgeCommit message (Collapse)Author
2016-06-13Updated docs and examples for release-1.3.David McMahon
2016-06-10Revert "Versioning docs and examples for v1.4.0-alpha.0."Dawn Chen
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
2016-06-10Versioning docs and examples for v1.4.0-alpha.0.David McMahon
2016-06-08Node e2e Makefile support for running remote tests against ↵Phillip Wittrock
kubernetes-node-e2e-images. Also includes other improvements: - Makefile rule to run tests against remote instance using existing host or image - Makefile will reuse an instance created from an image if it was not torn down - Runner starts gce instances in parallel with building source - Runner uses instance ip instead of hostname so that it doesn't need to resolve - Runner supports cleaning up files and processes on an instance without stopping / deleting it - Runner runs tests using `ginkgo` binary to support running tests in parallel
2016-06-03Node e2e use vendored testing packages.pwittrock
2016-05-09devel/ tree 80col wrap and other minor editsMike Brown
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-08Convert everything to use vendor/Tim Hockin
2016-03-08Update the latestReleaseBranch to release-1.2 in the munger.David McMahon
2016-02-26Node e2e documentations and minor featuresPhillip Wittrock
- Add README.md for node e2e tests - Add support for --cleanup=false to leave test files on remote hosts and temporary instances for debugging - Add ubuntu trusty instances for docker 1.8 and docker 1.9 to jenkins pr builder - Disable coreos-beta for jenkins ci since it is failing - need to investigate