jenkins: disable ciui for now

pull/30409/head
Adeeb Shihadeh 1 year ago
parent 9118973ed0
commit d2edc239fd
  1. 10
      selfdrive/test/setup_device_ci.sh

@ -43,11 +43,11 @@ while true; do
sudo systemctl start ssh
fi
if ! pgrep -f 'ciui.py' > /dev/null 2>&1; then
echo 'starting UI'
cp $SOURCE_DIR/selfdrive/test/ciui.py /data/
/data/ciui.py &
fi
#if ! pgrep -f 'ciui.py' > /dev/null 2>&1; then
# echo 'starting UI'
# cp $SOURCE_DIR/selfdrive/test/ciui.py /data/
# /data/ciui.py &
#fi
sleep 5s
done

Loading…
Cancel
Save