Skip to content

Commit

Permalink
CI:Allow upgrade timeout (#5270)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunhuiChen authored Nov 1, 2024
1 parent 3f52acc commit d508600
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,8 @@ jobs:
sleep 5
if ! grep "SUCCESS" upgrade.log;then exit -1;fi
rm upgrade.log
kubectl exec $CSI_POD_NAME -n kube-system -- juicefs-csi-driver upgrade $PVC_POD_NAME --restart 2>&1 | tee upgrade.log
kubectl exec $CSI_POD_NAME -n kube-system -- juicefs-csi-driver upgrade $PVC_POD_NAME --restart 2>&1 | tee upgrade.log || true
sleep 5
if ! grep "SUCCESS" upgrade.log;then exit -1;fi
fi
- name: Check csi controller log
Expand Down

0 comments on commit d508600

Please sign in to comment.