diff --git a/hack/jenkins/cron/cleanup_and_reboot_Darwin.sh b/hack/jenkins/cron/cleanup_and_reboot_Darwin.sh index e8f0c73415..75c7dfedb4 100755 --- a/hack/jenkins/cron/cleanup_and_reboot_Darwin.sh +++ b/hack/jenkins/cron/cleanup_and_reboot_Darwin.sh @@ -44,8 +44,10 @@ killall java # clean docker left overs docker rm -f -v $(docker ps -aq) >/dev/null 2>&1 || true docker volume prune -f || true +docker volume ls || true docker system df || true + # macOS specific cleanup sudo rm /var/db/dhcpd_leases || echo "could not clear dhcpd leases" sudo softwareupdate -i -a -R diff --git a/hack/jenkins/cron/cleanup_and_reboot_Linux.sh b/hack/jenkins/cron/cleanup_and_reboot_Linux.sh index c55742970b..e03e6cd06b 100755 --- a/hack/jenkins/cron/cleanup_and_reboot_Linux.sh +++ b/hack/jenkins/cron/cleanup_and_reboot_Linux.sh @@ -39,6 +39,7 @@ killall java # clean docker left overs docker rm -f -v $(docker ps -aq) >/dev/null 2>&1 || true docker volume prune -f || true +docker volume ls || true docker system df || true # Linux-specific cleanup