diff --git a/hack/jenkins/cron/cleanup_and_reboot_Linux.sh b/hack/jenkins/cron/cleanup_and_reboot_Linux.sh index 34c148882a..401924350d 100755 --- a/hack/jenkins/cron/cleanup_and_reboot_Linux.sh +++ b/hack/jenkins/cron/cleanup_and_reboot_Linux.sh @@ -111,9 +111,6 @@ function cleanup() { done echo -e "\nafter the cleanup:" overview - - # clean up /tmp - find /tmp -name . -o -prune -exec rm -rf -- {} + >/dev/null 2>&1 || true } # Give 15m for Linux-specific cleanup