simplify setup (#37358)

* simplify setup

* lil more

* simplify dockedr

* just run setup there:

* don't need that junk

* lil more
This commit is contained in:
Adeeb Shihadeh
2026-02-23 16:56:58 -08:00
committed by GitHub
parent 16dda06a0c
commit 5af3f32157
12 changed files with 180 additions and 248 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
env:
DOCKER_LOGIN: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
BUILD: selfdrive/test/docker_build.sh prebuilt
BUILD: selfdrive/test/docker_build.sh
jobs:
build_prebuilt:
+1 -12
View File
@@ -7,20 +7,12 @@ on:
jobs:
build_masterci:
name: build master-ci
env:
ImageOS: ubuntu24
container:
image: ghcr.io/commaai/openpilot-base:latest
runs-on: ubuntu-latest
if: github.repository == 'commaai/openpilot'
permissions:
checks: read
contents: write
steps:
- name: Install wait-on-check-action dependencies
run: |
sudo apt-get update
sudo apt-get install -y libyaml-dev
- name: Wait for green check mark
if: ${{ github.event_name == 'schedule' }}
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc
@@ -34,9 +26,6 @@ jobs:
with:
submodules: true
fetch-depth: 0
- name: Pull LFS
run: |
git config --global --add safe.directory '*'
git lfs pull
- uses: ./.github/workflows/setup-with-retry
- name: Push master-ci
run: BRANCH=__nightly release/build_stripped.sh