File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 7272 - name : Test simple pod
7373 working-directory : ./e2e
7474 run : ./test-simple-pod.sh
75+ continue-on-error : true
7576
7677 - name : Test macvlan1
7778 working-directory : ./e2e
8889# - name: Test DRA integration
8990# working-directory: ./e2e
9091# run: ./test-dra-integration.sh
92+ #
93+ - name : Collect Debug Info on Failure
94+ if : failure()
95+ run : |
96+ echo "--- FAILED POD DESCRIPTION ---"
97+ kubectl describe pod simple-centos1
98+
99+ echo "--- KUBECTL EVENTS ---"
100+ kubectl get events --field-selector involvedObject.name=simple-centos1
101+
102+ kind export logs --name kind /tmp/kind-logs
103+
104+ echo "--- KUBELET LOGS FROM CONTROL-PLANE ---"
105+ cat /tmp/kind-logs/kind-control-plane/kubelet.log
91106
92107 - name : Test subdirectory CNI chaining
93108 if : ${{ matrix.multus-manifest == 'multus-daemonset-thick.yml' }}
You can’t perform that action at this time.
0 commit comments