Skip to content

Commit

Permalink
Temporarily disable openpilot run in jenkins test until testing stuff…
Browse files Browse the repository at this point in the history
… is back up

old-commit-hash: 775acd1
  • Loading branch information
pd0wm committed May 31, 2020
1 parent 9e46dc9 commit 43cec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/build_devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ echo -n "1" > /data/params/d/HasCompletedSetup
echo -n "1" > /data/params/d/CommunityFeaturesToggle

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

echo "[-] testing panda build T=$SECONDS"
pushd panda/board/
Expand Down

0 comments on commit 43cec9f

Please sign in to comment.