chore(ci): add more replicas (#4015)

This commit is contained in:
Weny Xu
2024-05-23 02:43:24 +00:00
committed by GitHub
parent b90b7adf6f
commit 614643ef7b
3 changed files with 32 additions and 16 deletions
+5
View File
@@ -337,6 +337,11 @@ jobs:
with:
target: ${{ matrix.target }}
max-total-time: 120
- name: Describe Nodes
if: failure()
shell: bash
run: |
kubectl describe nodes
- name: Export kind logs
if: failure()
shell: bash