Update release configuration

This commit is contained in:
Eric Brown
2025-04-07 16:28:42 -06:00
parent f38a98fc09
commit 3e5abf47d3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ rm -rf $BUILD_DIR
mkdir -p $BUILD_DIR
cd $BUILD_DIR
git init
git remote add origin git@github.com:commaai/openpilot.git
git remote add origin git@github.com:opgm/openpilot.git
git checkout --orphan $RELEASE_BRANCH
# do the files copy
@@ -91,7 +91,7 @@ git commit --amend -m "openpilot v$VERSION"
# Run tests
cd $BUILD_DIR
RELEASE=1 pytest -n0 -s selfdrive/test/test_onroad.py
#RELEASE=1 pytest -n0 -s selfdrive/test/test_onroad.py
#pytest selfdrive/car/tests/test_car_interfaces.py
if [ ! -z "$RELEASE_BRANCH" ]; then
+2 -2
View File
@@ -1,4 +1,4 @@
export GIT_COMMITTER_NAME="Vehicle Researcher"
export GIT_COMMITTER_NAME="OPGM CI Automated"
export GIT_COMMITTER_EMAIL="user@comma.ai"
export GIT_AUTHOR_NAME="Vehicle Researcher"
export GIT_AUTHOR_NAME="OPGM CI Automated"
export GIT_AUTHOR_EMAIL="user@comma.ai"