|
|
|
@ -162,7 +162,7 @@ jobs: |
|
|
|
timeout-minutes: ${{ contains(runner.name, 'nsc') && ((steps.setup-step.outputs.duration < 18) && 1 || 2) || 20 }} |
|
|
|
timeout-minutes: ${{ contains(runner.name, 'nsc') && ((steps.setup-step.outputs.duration < 18) && 1 || 2) || 20 }} |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
${{ env.RUN }} "$PYTEST --collect-only -m 'not slow' &> /dev/null && \ |
|
|
|
${{ env.RUN }} "$PYTEST --collect-only -m 'not slow' &> /dev/null && \ |
|
|
|
MAX_EXAMPLES=1 $PYTEST --xvfb-backend xvfb -m 'not slow' && \ |
|
|
|
MAX_EXAMPLES=1 $PYTEST -m 'not slow' && \ |
|
|
|
source selfdrive/test/setup_xvfb.sh && \ |
|
|
|
source selfdrive/test/setup_xvfb.sh && \ |
|
|
|
./selfdrive/ui/tests/create_test_translations.sh && \ |
|
|
|
./selfdrive/ui/tests/create_test_translations.sh && \ |
|
|
|
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \ |
|
|
|
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \ |
|
|
|
|