disable pytest concurrency for test_models

pull/23263/head^2
Willem Melching 3 years ago
parent 5a77157ea4
commit 526448563c
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -386,7 +386,7 @@ jobs:
- name: Test car models - name: Test car models
run: | run: |
${{ env.RUN }} "scons -j$(nproc) --test && \ ${{ env.RUN }} "scons -j$(nproc) --test && \
FILEREADER_CACHE=1 pytest -n 4 selfdrive/test/test_models.py && \ FILEREADER_CACHE=1 pytest selfdrive/test/test_models.py && \
chmod -R 777 /tmp/comma_download_cache" chmod -R 777 /tmp/comma_download_cache"
env: env:
NUM_JOBS: 4 NUM_JOBS: 4

Loading…
Cancel
Save