CI: remove redundant pj job

pull/32202/head
Adeeb Shihadeh 1 year ago
parent 4c558e45b9
commit 04d8a4ecad
  1. 17
      .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

Loading…
Cancel
Save