|
|
@ -298,7 +298,7 @@ jobs: |
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
job: [0, 1, 2, 3, 4] |
|
|
|
job: [0, 1] |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
@ -318,7 +318,7 @@ jobs: |
|
|
|
${{ env.RUN }} "$PYTEST selfdrive/car/tests/test_models.py && \ |
|
|
|
${{ env.RUN }} "$PYTEST selfdrive/car/tests/test_models.py && \ |
|
|
|
chmod -R 777 /tmp/comma_download_cache" |
|
|
|
chmod -R 777 /tmp/comma_download_cache" |
|
|
|
env: |
|
|
|
env: |
|
|
|
NUM_JOBS: 5 |
|
|
|
NUM_JOBS: 2 |
|
|
|
JOB_ID: ${{ matrix.job }} |
|
|
|
JOB_ID: ${{ matrix.job }} |
|
|
|
- name: "Upload coverage to Codecov" |
|
|
|
- name: "Upload coverage to Codecov" |
|
|
|
uses: codecov/codecov-action@v4 |
|
|
|
uses: codecov/codecov-action@v4 |
|
|
|