File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -72,40 +72,23 @@ jobs:
7272 - name : Test simple pod
7373 working-directory : ./e2e
7474 run : ./test-simple-pod.sh
75- continue-on-error : true
7675
7776 - name : Test macvlan1
7877 working-directory : ./e2e
7978 run : ./test-simple-macvlan1.sh
80- continue-on-error : true
8179
8280 - name : Test static pod
8381 working-directory : ./e2e
8482 run : ./test-static-pod.sh
85- continue-on-error : true
8683
8784 - name : Test default route1
8885 working-directory : ./e2e
8986 run : ./test-default-route1.sh
90- continue-on-error : true
9187
9288# - name: Test DRA integration
9389# working-directory: ./e2e
9490# run: ./test-dra-integration.sh
9591#
96- - name : Collect Debug Info on Failure
97- if : failure()
98- run : |
99- echo "--- FAILED POD DESCRIPTION ---"
100- kubectl describe pod simple-centos1
101-
102- echo "--- KUBECTL EVENTS ---"
103- kubectl get events --field-selector involvedObject.name=simple-centos1
104-
105- kind export logs --name kind /tmp/kind-logs
106-
107- echo "--- KUBELET LOGS FROM CONTROL-PLANE ---"
108- cat /tmp/kind-logs/kind-control-plane/kubelet.log
10992
11093 - name : Test subdirectory CNI chaining
11194 if : ${{ matrix.multus-manifest == 'multus-daemonset-thick.yml' }}
You can’t perform that action at this time.
0 commit comments