simplify release build

pull/34802/head
Adeeb Shihadeh 2 months ago
parent 08fea7fa27
commit c3a83ccc63
  1. 7
      release/build_release.sh

@ -92,14 +92,9 @@ git add -f .
git commit --amend -m "openpilot v$VERSION" git commit --amend -m "openpilot v$VERSION"
# Run tests # Run tests
TEST_FILES="tools/"
cd $SOURCE_DIR
cp -pR -n --parents $TEST_FILES $BUILD_DIR/
cd $BUILD_DIR cd $BUILD_DIR
RELEASE=1 pytest -n0 -s selfdrive/test/test_onroad.py RELEASE=1 pytest -n0 -s selfdrive/test/test_onroad.py
#system/manager/test/test_manager.py #pytest selfdrive/car/tests/test_car_interfaces.py
pytest selfdrive/car/tests/test_car_interfaces.py
rm -rf $TEST_FILES
if [ ! -z "$RELEASE_BRANCH" ]; then if [ ! -z "$RELEASE_BRANCH" ]; then
echo "[-] pushing release T=$SECONDS" echo "[-] pushing release T=$SECONDS"

Loading…
Cancel
Save