Skip to content

Commit

Permalink
debug: no space left
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <[email protected]>
  • Loading branch information
ty-dc committed Aug 7, 2024
1 parent b399e5e commit 49e99d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ jobs:
-e INSTALL_RDMA=true \
-e INSTALL_SRIOV=true
- name: check Free Disk Space (Ubuntu)
run: |
echo "df -h"
df -h
echo "lsblk"
lsblk
- name: Run e2e Test
id: run_e2e
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/common/spiderpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ func DeleteIPPoolUntilFinish(f *frame.Framework, poolName string, ctx context.Co
default:
_, err := GetIppoolByName(f, poolName)
if err != nil {
GinkgoWriter.Printf("IPPool '%s' has been removederror: %v", poolName, err)
GinkgoWriter.Printf("IPPool '%s' has been removed, error: %v \n", poolName, err)
return nil
}
time.Sleep(ForcedWaitingTime)
Expand Down

0 comments on commit 49e99d4

Please sign in to comment.