mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-20 16:52:10 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user