jenkins: disable ciui for now

old-commit-hash: d2edc239fd
This commit is contained in:
Adeeb Shihadeh 2023-11-07 11:27:56 -08:00
parent b91ecda350
commit 7a04ff6680
1 changed files with 5 additions and 5 deletions

View File

@ -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