From 04d8a4ecad7d9554c5968535ce3760728a6ff1a7 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 18 May 2024 16:08:10 -0700 Subject: [PATCH] CI: remove redundant pj job --- .github/workflows/tools_tests.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/tools_tests.yaml b/.github/workflows/tools_tests.yaml index f33f8b7757..4466260af1 100644 --- a/.github/workflows/tools_tests.yaml +++ b/.github/workflows/tools_tests.yaml @@ -20,23 +20,6 @@ env: jobs: - plotjuggler: - name: plotjuggler - runs-on: ubuntu-latest - timeout-minutes: 45 - steps: - - uses: actions/checkout@v4 - with: - submodules: true - - uses: ./.github/workflows/setup-with-retry - - name: Build openpilot - timeout-minutes: 5 - run: ${{ env.RUN }} "scons -j$(nproc) cereal/ common/ opendbc/ --minimal" - - name: Test PlotJuggler - timeout-minutes: 2 - run: | - ${{ env.RUN }} "pytest tools/plotjuggler/" - simulator_build: name: simulator docker build runs-on: ubuntu-latest