move some tools back to root (#38235)

This commit is contained in:
Adeeb Shihadeh
2026-06-24 19:21:19 -07:00
committed by GitHub
parent 7d325d6650
commit addca46f68
89 changed files with 82 additions and 74 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
run: |
set -x
source release/identity.sh
source tools/release/identity.sh
cd openpilot-docs
git checkout --orphan tmp
+2 -2
View File
@@ -26,6 +26,6 @@ jobs:
with:
submodules: true
fetch-depth: 0
- run: ./openpilot/tools/op.sh setup
- run: ./tools/op.sh setup
- name: Push master-ci
run: BRANCH=__nightly release/build_stripped.sh
run: BRANCH=__nightly tools/release/build_stripped.sh
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v6
with:
submodules: true
- run: ./openpilot/tools/op.sh setup
- run: ./tools/op.sh setup
- name: uv lock
run: uv lock --upgrade
- name: uv pip tree
+10 -10
View File
@@ -46,8 +46,8 @@ jobs:
command: git lfs pull
- name: Build devel
timeout-minutes: 1
run: TARGET_DIR=$STRIPPED_DIR release/build_stripped.sh
- run: ./openpilot/tools/op.sh setup
run: TARGET_DIR=$STRIPPED_DIR tools/release/build_stripped.sh
- run: ./tools/op.sh setup
- name: Build openpilot and run checks
timeout-minutes: 30
working-directory: ${{ env.STRIPPED_DIR }}
@@ -55,11 +55,11 @@ jobs:
- name: Run tests
timeout-minutes: 1
working-directory: ${{ env.STRIPPED_DIR }}
run: release/check-dirty.sh
run: tools/release/check-dirty.sh
- name: Check submodules
if: github.repository == 'commaai/openpilot'
timeout-minutes: 3
run: release/check-submodules.sh
run: tools/release/check-submodules.sh
build_mac:
name: build macOS
@@ -72,7 +72,7 @@ jobs:
run: |
FILTERED=$(echo "$PATH" | tr ':' '\n' | grep -v '/opt/homebrew' | tr '\n' ':')
echo "PATH=${FILTERED}/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" >> $GITHUB_ENV
- run: ./openpilot/tools/op.sh setup
- run: ./tools/op.sh setup
- name: Building openpilot
run: scons
@@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v6
with:
submodules: true
- run: ./openpilot/tools/op.sh setup
- run: ./tools/op.sh setup
- name: Static analysis
timeout-minutes: 1
run: scripts/lint/lint.sh
@@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v6
with:
submodules: true
- run: ./openpilot/tools/op.sh setup
- run: ./tools/op.sh setup
- name: Build openpilot
run: scons
- name: Run unit tests
@@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v6
with:
submodules: true
- run: ./openpilot/tools/op.sh setup
- run: ./tools/op.sh setup
- name: Build openpilot
run: scons
- name: Run replay
@@ -201,7 +201,7 @@ jobs:
- uses: actions/checkout@v6
with:
submodules: true
- run: ./openpilot/tools/op.sh setup
- run: ./tools/op.sh setup
- name: Build openpilot
run: scons
- name: Driving test
@@ -222,7 +222,7 @@ jobs:
- uses: actions/checkout@v6
with:
submodules: true
- run: ./openpilot/tools/op.sh setup
- run: ./tools/op.sh setup
- name: Build openpilot
run: scons
- name: Create UI Report