manager: move to system/ (#32538)

* manager: move to system/

* one more
This commit is contained in:
Adeeb Shihadeh
2024-05-25 12:41:17 -07:00
committed by GitHub
parent 73b02f2cda
commit accdade4cf
43 changed files with 53 additions and 59 deletions

View File

@@ -47,7 +47,7 @@ jobs:
timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache
run: |
cd $STRIPPED_DIR
${{ env.RUN }} "python selfdrive/manager/build.py"
${{ env.RUN }} "python system/manager/build.py"
- name: Run tests
timeout-minutes: 3
run: |