From a9575bc33ed4f7af07888894e2707dfbb7249d49 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 4 Dec 2024 21:42:23 -0800 Subject: [PATCH] cleanup --- .github/workflows/selfdrive_tests.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 07faddfac1..ec40660f15 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -258,11 +258,6 @@ jobs: key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }} - name: Build openpilot run: ${{ env.RUN }} "scons -j$(nproc)" - - name: debug - uses: namespacelabs/breakpoint-action@v0 - with: - duration: 31m - authorized-users: maxime-desroches - name: Test car models timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.routes-cache.outputs.cache-hit == 'true') && 1 || 20 }} run: |