jenkins: remove logs during setup

pull/35207/head
Maxime Desroches 7 days ago
parent 480cc57da3
commit 3d696c0f90
  1. 3
      selfdrive/test/setup_device_ci.sh

@ -18,6 +18,9 @@ if [ -z "$TEST_DIR" ]; then
exit 1 exit 1
fi fi
# prevent storage from filling up
rm -rf /data/media/0/realdata/*
rm -rf /data/safe_staging/ || true rm -rf /data/safe_staging/ || true
if [ -d /data/safe_staging/ ]; then if [ -d /data/safe_staging/ ]; then
sudo umount /data/safe_staging/merged/ || true sudo umount /data/safe_staging/merged/ || true

Loading…
Cancel
Save