• Kubernetes Submit Queue's avatar
    Merge pull request #35868 from Random-Liu/cleanup-node-e2e-output-dir · 467a1cd2
    Kubernetes Submit Queue authored
    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
    467a1cd2
Name
Last commit
Last update
..
helpers Loading commit data...
build.sh Loading commit data...
cross.sh Loading commit data...
test-cmd.sh Loading commit data...
test-e2e-node.sh Loading commit data...
test-integration.sh Loading commit data...
test-kubeadm-cmd.sh Loading commit data...
test.sh Loading commit data...
verify.sh Loading commit data...
vet.sh Loading commit data...