|
|
@ -247,6 +247,7 @@ jobs: |
|
|
|
timeout-minutes: ${{ (steps.setup-step.outputs.duration < 19) && 1 || 2 }} |
|
|
|
timeout-minutes: ${{ (steps.setup-step.outputs.duration < 19) && 1 || 2 }} |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST selfdrive/car/tests/test_models.py && \ |
|
|
|
${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST selfdrive/car/tests/test_models.py && \ |
|
|
|
|
|
|
|
sleep 15 && \ |
|
|
|
chmod -R 777 /tmp/comma_download_cache" |
|
|
|
chmod -R 777 /tmp/comma_download_cache" |
|
|
|
env: |
|
|
|
env: |
|
|
|
NUM_JOBS: 4 |
|
|
|
NUM_JOBS: 4 |
|
|
@ -330,6 +331,7 @@ jobs: |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \ |
|
|
|
${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \ |
|
|
|
source selfdrive/test/setup_vsound.sh && \ |
|
|
|
source selfdrive/test/setup_vsound.sh && \ |
|
|
|
|
|
|
|
sleep 15 && \ |
|
|
|
CI=1 pytest -s tools/sim/tests/test_metadrive_bridge.py" |
|
|
|
CI=1 pytest -s tools/sim/tests/test_metadrive_bridge.py" |
|
|
|
|
|
|
|
|
|
|
|
create_ui_report: |
|
|
|
create_ui_report: |
|
|
|