Skip to content

Commit

Permalink
try reset the namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Panattoni <[email protected]>
  • Loading branch information
zeeke committed Aug 14, 2024
1 parent 1f62d96 commit 9c0f0ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/deploy-wait.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ do
sleep $sleep_time
fi
(( ATTEMPTS++ ))

if [[ $ATTEMPTS -eq 25 ]]; then
oc delete pods -n openshift-sriov-network-operator --all
fi
done

if ! $ready; then
Expand Down

0 comments on commit 9c0f0ff

Please sign in to comment.