Skip to content

Commit 43cec9f

Browse files
committed
Temporarily disable openpilot run in jenkins test until testing stuff is back up
old-commit-hash: 775acd1
1 parent 9e46dc9 commit 43cec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/build_devel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ echo -n "1" > /data/params/d/HasCompletedSetup
109109
echo -n "1" > /data/params/d/CommunityFeaturesToggle
110110

111111
PYTHONPATH="$TARGET_DIR:$TARGET_DIR/pyextra" nosetests -s selfdrive/test/test_openpilot.py
112-
PYTHONPATH="$TARGET_DIR:$TARGET_DIR/pyextra" GET_CPU_USAGE=1 selfdrive/manager.py
112+
#PYTHONPATH="$TARGET_DIR:$TARGET_DIR/pyextra" GET_CPU_USAGE=1 selfdrive/manager.py
113113

114114
echo "[-] testing panda build T=$SECONDS"
115115
pushd panda/board/

0 commit comments

Comments
 (0)