From eed274293666c55fac02a54a61a3266a13a438fc Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 24 Nov 2020 21:49:39 -0800 Subject: [PATCH] ugh, this was using half the CI device's storage old-commit-hash: eaa2f0894fe07498371080d3ac127c975552e368 --- selfdrive/test/setup_device_ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selfdrive/test/setup_device_ci.sh b/selfdrive/test/setup_device_ci.sh index f1801e72db..d0140366fa 100755 --- a/selfdrive/test/setup_device_ci.sh +++ b/selfdrive/test/setup_device_ci.sh @@ -17,6 +17,9 @@ fi # clear scons cache dirs that haven't been written to in one day cd /tmp && find -name 'scons_cache_*' -type d -maxdepth 1 -mtime +1 -exec rm -rf '{}' \; +# this can get really big on the CI devices +rm -rf /data/core + # set up environment cd $SOURCE_DIR git reset --hard