clear more big dirs on jenkins devices

pull/21032/head
Adeeb Shihadeh 4 years ago
parent 8f3e395a1f
commit 21d4f8743a
  1. 7
      selfdrive/test/setup_device_ci.sh

@ -26,8 +26,11 @@ if [ ! -d "$SOURCE_DIR" ]; then
git clone --depth 1 https://github.com/commaai/openpilot.git "$SOURCE_DIR" git clone --depth 1 https://github.com/commaai/openpilot.git "$SOURCE_DIR"
fi fi
# this can get really big on the CI devices if [ -f "/EON" ]; then
rm -rf /data/core rm -rf /data/core
rm -rf /data/neoupdate
rm -rf /data/safe_staging
fi
# set up environment # set up environment
cd $SOURCE_DIR cd $SOURCE_DIR

Loading…
Cancel
Save