jenkins: disable cache clear

albatross
Adeeb Shihadeh 2020-12-25 01:02:13 -08:00
parent b7adecdf59
commit 2c728cc96a
1 changed files with 1 additions and 2 deletions

View File

@ -13,9 +13,8 @@ if [ -z "$TEST_DIR" ]; then
exit 1
fi
# TODO: never clear qcom_replay cache
# 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 '{}' \;
#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