Revert "Actions cleanup" (#37463)

Revert "Actions cleanup (#37307)"

This reverts commit f41d77b24f.
This commit is contained in:
Shane Smiskol
2026-02-28 08:11:25 -08:00
committed by GitHub
parent 6cbef7bc13
commit 870430e19f
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -19,6 +19,8 @@ concurrency:
env:
CI: 1
PYTHONPATH: ${{ github.workspace }}
PYTEST: pytest --continue-on-collection-errors --durations=0 -n logical
jobs:
build_release:
@@ -111,8 +113,8 @@ jobs:
run: |
source selfdrive/test/setup_xvfb.sh
# Pre-compile Python bytecode so each pytest worker doesn't need to
pytest --collect-only -m 'not slow' -qq
MAX_EXAMPLES=1 pytest -m 'not slow'
$PYTEST --collect-only -m 'not slow' -qq
MAX_EXAMPLES=1 $PYTEST -m 'not slow'
process_replay:
name: process replay
@@ -168,7 +170,7 @@ jobs:
timeout-minutes: 4
env:
ONNXCPU: 1
run: pytest selfdrive/test/process_replay/test_regen.py
run: $PYTEST selfdrive/test/process_replay/test_regen.py
simulator_driving:
name: simulator driving