From 4388a2aa68a59cdcf7c7577a4ee38e71aac611bd Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 17 May 2024 19:20:18 -0700 Subject: [PATCH] CI: use less parallel jobs for cars (#32458) * CI: use less parallel jobs for cars * 2 --- .github/workflows/selfdrive_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 85c4073072..c94bcbb7ce 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -298,7 +298,7 @@ jobs: strategy: fail-fast: false matrix: - job: [0, 1, 2, 3, 4] + job: [0, 1] steps: - uses: actions/checkout@v4 with: @@ -318,7 +318,7 @@ jobs: ${{ env.RUN }} "$PYTEST selfdrive/car/tests/test_models.py && \ chmod -R 777 /tmp/comma_download_cache" env: - NUM_JOBS: 5 + NUM_JOBS: 2 JOB_ID: ${{ matrix.job }} - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v4