CI: use xdist for car model tests (#29514)

* bump panda

* try multithreaded for car models

* need pytest-cov

* upgraded to poetry 1.5.1 and regenerated
old-commit-hash: 3492e80d19a4395d9481076c916f9ab96a8fb004
This commit is contained in:
Justin Newberry
2023-08-21 20:51:27 -07:00
committed by GitHub
parent e022ffe528
commit 3e6ce7d6cd
3 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -383,8 +383,7 @@ jobs:
- name: Test car models
timeout-minutes: 25
run: |
${{ env.RUN }} "coverage run -m pytest selfdrive/car/tests/test_models.py && \
coverage xml && \
${{ env.RUN }} "pytest --cov --cov-report=xml -n auto --dist=loadscope selfdrive/car/tests/test_models.py && \
chmod -R 777 /tmp/comma_download_cache"
env:
NUM_JOBS: 5