|
|
@ -258,11 +258,6 @@ jobs: |
|
|
|
key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }} |
|
|
|
key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }} |
|
|
|
- name: Build openpilot |
|
|
|
- name: Build openpilot |
|
|
|
run: ${{ env.RUN }} "scons -j$(nproc)" |
|
|
|
run: ${{ env.RUN }} "scons -j$(nproc)" |
|
|
|
- name: debug |
|
|
|
|
|
|
|
uses: namespacelabs/breakpoint-action@v0 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
duration: 31m |
|
|
|
|
|
|
|
authorized-users: maxime-desroches |
|
|
|
|
|
|
|
- name: Test car models |
|
|
|
- name: Test car models |
|
|
|
timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.routes-cache.outputs.cache-hit == 'true') && 1 || 20 }} |
|
|
|
timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.routes-cache.outputs.cache-hit == 'true') && 1 || 20 }} |
|
|
|
run: | |
|
|
|
run: | |
|
|
|