From 4630eec72d4a73085945551d50505de7898e6895 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Thu, 16 Jun 2022 10:36:48 -0700 Subject: [PATCH] stop removing /tmp --- hack/jenkins/cron/cleanup_and_reboot_Linux.sh | 3 --- 1 file changed, 3 deletions(-) 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