Merge branch 'upstream/openpilot/master' into sync-20250312

# Conflicts:
#    opendbc_repo
#    selfdrive/car/tests/test_models.py
This commit is contained in:
Jason Wen
2025-03-12 23:32:32 -04:00
34 changed files with 1016 additions and 758 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ jobs:
- name: Build openpilot
run: ${{ env.RUN }} "scons -j$(nproc)"
- name: Test car models
timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.routes-cache.outputs.cache-hit == 'true') && 1 || 20 }}
timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.routes-cache.outputs.cache-hit == 'true') && 1 || 6 }}
run: |
${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST selfdrive/car/tests/test_models.py && \
chmod -R 777 /tmp/comma_download_cache"