Skip to content

Commit

Permalink
Add dummy output
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpichler committed Mar 20, 2024
1 parent d5a5aa4 commit 80e0106
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,13 @@ while true; do
fi

sleep $sleep_seconds
echo "Job logs:"
echo "======"
kubectl get pods -A
echo "======"
kubectl logs -l app.kubernetes.io/component=agent
echo "======"
kubectl logs -l job-name=e2e --since=5s
echo "Job logs:"
i=$((i+1))
done

Expand Down

0 comments on commit 80e0106

Please sign in to comment.