Random-Liu
|
edf7608c51
|
Remove kubelet related flags from node e2e. Add a single flag kubelet-flags to pass kubelet flags all together.
|
2016-11-17 10:17:32 -08:00 |
|
Random-Liu
|
09bc5e23a6
|
Avoid printing test result twice.
|
2016-11-15 18:10:27 -08:00 |
|
Kubernetes Submit Queue
|
467a1cd23b
|
Merge pull request #35868 from Random-Liu/cleanup-node-e2e-output-dir
Automatic merge from submit-queue
Node E2E: Reorganize node e2e output directories.
Fixes https://github.com/kubernetes/kubernetes/issues/35074.
This PR cleans up the result directory and workspace directory of node e2e test.
Local result directory:
```
/tmp/_artifacts/
|----- build-log.txt (build log)
|----- *.xml (junit xml file)
|----- local/ (local run *.log)
|----- hostname1/ (remote run *.log)
|----- hostname2/
```
Workspace directory on test node:
```
/tmp/node-e2e-yyyy-mm-ddThh-mm-ss/
|----- cluster/ (gci mounter)
|----- cni/ (cni binary)
|----- e2e_node.test (test binary)
|----- e2e_node_test.tar.gz (test tar)
|----- etcd060429031/ (etcd data directory)
|----- ginkgo (ginkgo binary)
|----- kubelet (kubelet binary)
|----- pod-manifest365096781/ (mirror pod directory)
|----- results/ (test result directory)
```
@mtaufen
/cc @kubernetes/sig-node
|
2016-11-10 01:58:58 -08:00 |
|
Vishnu kannan
|
0562386385
|
re-enable node e2e for GCI mounter
Signed-off-by: Vishnu kannan <vishnuk@google.com>
|
2016-11-08 11:09:13 -08:00 |
|
Vishnu kannan
|
dd8ec911f3
|
Revert "Revert "Merge pull request #35821 from vishh/gci-mounter-scope""
This reverts commit 402116aed4 .
|
2016-11-08 11:09:10 -08:00 |
|
Random-Liu
|
d9ddd64c9c
|
Reorganize node e2e output directories.
|
2016-11-08 00:12:14 -08:00 |
|
Random-Liu
|
919935beec
|
Remove sudo in test suite and run test with sudo.
|
2016-11-07 15:27:53 -08:00 |
|
Michael Taufen
|
c76c9c5330
|
Temporarily disable GCI mounter in e2e node tests
|
2016-11-04 12:42:47 -07:00 |
|
saadali
|
402116aed4
|
Revert "Merge pull request #35821 from vishh/gci-mounter-scope"
This reverts commit 973fa6b334 , reversing
changes made to 41b5fe86b6 .
|
2016-11-03 20:23:25 -07:00 |
|
Kubernetes Submit Queue
|
32bc46a202
|
Merge pull request #36181 from yujuhong/get_logs
Automatic merge from submit-queue
Node e2e: collect logs if the test fails unexpectedly
|
2016-11-03 14:40:52 -07:00 |
|
Yu-Ju Hong
|
97a348063c
|
Node e2e: collect logs if the test fails unexpectedly
This only works for nodes with journald.
|
2016-11-03 11:54:02 -07:00 |
|
Vishnu Kannan
|
414e4ae549
|
Revert "Adding a root filesystem override for kubelet mounter"
This reverts commit e861a5761d .
|
2016-11-02 15:18:09 -07:00 |
|
Vishnu kannan
|
19c19c2e0f
|
Updating GCI mounter to be containerized
Signed-off-by: Vishnu kannan <vishnuk@google.com>
|
2016-10-27 09:37:08 -07:00 |
|
Vishnu kannan
|
e861a5761d
|
Adding a root filesystem override for kubelet mounter
This is useful for supporting hostPath volumes via containerized
mounters in kubelet.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
|
2016-10-26 21:42:59 -07:00 |
|
Vishnu kannan
|
adef4675a0
|
rename kubelet flag mounter-path to experimental-mounter-path
Signed-off-by: Vishnu kannan <vishnuk@google.com>
|
2016-10-26 14:50:33 -07:00 |
|
Mike Danese
|
0ea5904c23
|
rename test/e2e_node/build/ to builder/
|
2016-10-24 14:47:26 -07:00 |
|
Michael Taufen
|
6fdb20480f
|
Bundle GCI mounter w/ node tests and plumb --mounter-path through test args to the Kubelet for node tests
|
2016-10-24 05:50:24 -07:00 |
|
Minhan Xia
|
df92825c33
|
Revert "Revert "move pod networking tests common""
|
2016-10-05 10:53:22 -07:00 |
|
Marek Grabowski
|
b7d76023c9
|
Revert "move pod networking tests common"
|
2016-10-04 14:22:55 +02:00 |
|
Minhan Xia
|
5b8e16d255
|
move pod networking tests common
|
2016-10-03 10:00:36 -07:00 |
|
Minhan Xia
|
1e88c99e3e
|
bump cni
|
2016-09-06 10:48:36 -07:00 |
|
Random-Liu
|
e7a1b4e16f
|
Do not set stop-services=false for node e2e and add more logs.
|
2016-08-30 17:52:23 -07:00 |
|
Minhan Xia
|
69e540e634
|
bump cni to 9d5e6e6
|
2016-08-26 13:13:24 -07:00 |
|
Random-Liu
|
afb780d4ee
|
Move utilities into different packages. Add local and remove runner.
|
2016-08-24 20:18:45 -07:00 |
|