|
|
@ -193,6 +193,13 @@ jobs: |
|
|
|
- name: Build openpilot |
|
|
|
- name: Build openpilot |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
${{ env.RUN }} "scons -j$(nproc)" |
|
|
|
${{ env.RUN }} "scons -j$(nproc)" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: DEBUG DEBUG |
|
|
|
|
|
|
|
uses: namespacelabs/breakpoint-action@v0 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
duration: 50m |
|
|
|
|
|
|
|
authorized-users: maxime-desroches |
|
|
|
|
|
|
|
|
|
|
|
- name: Run replay |
|
|
|
- name: Run replay |
|
|
|
timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.dependency-cache.outputs.cache-hit == 'true') && 1 || 20 }} |
|
|
|
timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.dependency-cache.outputs.cache-hit == 'true') && 1 || 20 }} |
|
|
|
run: | |
|
|
|
run: | |
|
|
|