Skip to content

Commit 2d89aeb

Browse files
committed
recover kind-e2e.yml
Signed-off-by: “yingwang-0320” <[email protected]>
1 parent 3bd7df5 commit 2d89aeb

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/kind-e2e.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)