Skip to content

Commit

Permalink
Merge pull request rook#9008 from subhamkrai/fix-ci
Browse files Browse the repository at this point in the history
ci: clean validate_cluster.sh script
  • Loading branch information
leseb authored Oct 20, 2021
2 parents c512e5f + e49cdf0 commit d7213c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/scripts/validate_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ OSD_COUNT=$2
#############
EXEC_COMMAND="kubectl -n rook-ceph exec $(kubectl get pod -l app=rook-ceph-tools -n rook-ceph -o jsonpath='{.items[*].metadata.name}') -- ceph --connect-timeout 3"

trap display_status SIGINT ERR

function wait_for_daemon () {
timeout=90
daemon_to_test=$1
Expand Down

0 comments on commit d7213c0

Please sign in to comment.