Sergiy Markin 711ef3f735 Ceph rook gates improvement
This patchset fixes the instability of the
ceph-rook gates by adding extra nodes to the
cluster.

Also improved ceph deployment process monitoring.

Change-Id: I405e501afc15f3974a047475a2b463e7f254da66
2025-01-31 04:16:17 +00:00

8 lines
81 B
Bash
Executable File

#!/bin/bash
set -ex
while true; do
echo "Sleeping for 100 seconds..."
done