clear more big dirs on jenkins devices

old-commit-hash: 21d4f8743a
commatwo_master
Adeeb Shihadeh 4 years ago
parent a46e3c5cb4
commit fa82480042
  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