Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion daily_tests/show_logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

set -x

cd /root/ci-scripts/daily_tests

while true; do
echo "Displaying log files every 10 minutes..."
date
python3 /root/ci-scripts/show_logs.py
python3 ./show_logs.py
# Let's sleep for 10 minutes
sleep 600
done