Jason Wen
59a16b9cdc
Merge branch 'upstream/openpilot/master' into sync-20260225
...
# Conflicts:
# .github/workflows/auto_pr_review.yaml
# .github/workflows/badges.yaml
# .github/workflows/mici_raylib_ui_preview.yaml
# .github/workflows/prebuilt.yaml
# .github/workflows/raylib_ui_preview.yaml
# .github/workflows/release.yaml
# .github/workflows/repo-maintenance.yaml
# .github/workflows/tests.yaml
# .gitignore
# Dockerfile.openpilot_base
# SConstruct
# docs/CARS.md
# opendbc_repo
# panda
# release/build_release.sh
# selfdrive/modeld/SConscript
# selfdrive/modeld/modeld.py
# selfdrive/pandad/panda_safety.cc
# selfdrive/pandad/pandad.cc
# selfdrive/pandad/pandad.py
# selfdrive/test/process_replay/process_replay.py
# selfdrive/ui/layouts/onboarding.py
# selfdrive/ui/mici/layouts/home.py
# selfdrive/ui/tests/diff/replay.py
# selfdrive/ui/tests/test_ui/raylib_screenshots.py
# tools/mac_setup.sh
# uv.lock
2026-02-27 16:12:57 -05:00
Adeeb Shihadeh
5af3f32157
simplify setup ( #37358 )
...
* simplify setup
* lil more
* simplify dockedr
* just run setup there:
* don't need that junk
* lil more
2026-02-23 16:56:58 -08:00
Adeeb Shihadeh
49a611df59
CI: don't block on badges job for release builds
2026-02-13 14:08:26 -08:00
Jason Wen
959ebd22d8
Merge branch 'upstream/openpilot/master' into sync-20260201
...
# Conflicts:
# .github/workflows/auto_pr_review.yaml
# .github/workflows/docs.yaml
# .github/workflows/repo-maintenance.yaml
# .gitignore
# docs/CARS.md
# opendbc_repo
# panda
# pyproject.toml
# selfdrive/controls/lib/longitudinal_planner.py
# selfdrive/test/process_replay/ref_commit
# tinygrad_repo
2026-02-04 00:14:58 -05:00
Pádraic Slattery
1dfef69a3c
chore: Update outdated GitHub Actions versions ( #37020 )
...
* chore: Update outdated GitHub Actions versions
* just the github ones
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2026-01-31 18:37:00 -08:00
Jason Wen
f3c4501db1
docker: sunnypilot images ( #1104 )
...
* docker: sunnypilot images
* update ref for now
* update
* actually nightly
* rename
* enable now
* revert
2025-08-02 01:15:07 -04:00
DevTekVE
cf55992c26
CI: sunnypilot configuration ( #447 )
...
* initial updates to the actions to run for sp
* ignore license file
* more updates
* undoing some of the changes because I was blocking the runs on
* allowing the submodule check as well
* Allowing macos builds
* test adding cache key
* don't attempt build_release for selfdrive for the time being.
* Blocking macos builds as well since they have a 10x miltiplier for GH aciton minutes, waaaay too much!
* lol nice typo codespell
* change ref commit id to check if replay passes
2024-11-16 10:24:47 -05:00
Adeeb Shihadeh
cec27f9db5
prep for ubuntu 24.04 ( #32307 )
...
* update to ubuntu 24.04
* latest
* revert those
* fix that
* vla
* try that
* fix uid
* keep 20.04 support
* just prep for now
old-commit-hash: a44add160e
2024-04-28 16:24:04 -07:00
Andrew Goodbody
c81b116179
Update action that pulls in deprecated version of Node.js ( #32273 )
...
* Update action that pulls in deprecated version of Node.js
Missed an action that still pulls in a deprecated version of
Node.js, so correct that now.
* Fix another action that pulls in deprecated Node.js
Found another action that needs updating
old-commit-hash: fc318f454a
2024-04-22 08:43:26 -07:00
Nelson Chen
42c950010d
Add more permissions for pushing in prebuilt workflow ( #30948 )
...
Continuing on from https://github.com/commaai/openpilot/pull/30947
old-commit-hash: 221f81bbd3
2024-01-09 11:35:14 -08:00
Nelson Chen
6f25eb5900
Add necessary permissions/tokens for "lewagon/wait-on-check-action" so it can run nightly ( #30923 )
...
old-commit-hash: 2a49f94872
2024-01-07 15:02:25 -08:00
Shane Smiskol
2f2779fab9
CI: bump other lewagon/wait-on-check-action
...
old-commit-hash: 318d1204e5
2024-01-03 14:11:11 -08:00
Adeeb Shihadeh
79ad4feddb
CI: update to checkout@v4 ( #30248 )
...
old-commit-hash: 0336219b6a
2023-10-14 23:25:41 -07:00
Shane Smiskol
f2863a0f15
CI: fix building prebuilt image ( #30099 )
...
* fix prebuilt and test it
* that does not work
old-commit-hash: 571ebf77fa
2023-09-29 02:19:10 -07:00
Adeeb Shihadeh
ee0ddd7e26
Revert "CI: login to dockerhub on aarch64 runners ( #29915 )"
...
This reverts commit 28211fe8ada8997119c57c5619349332a406aa76.
old-commit-hash: 079a51cfdf
2023-09-17 15:16:07 -07:00
Kacper Rączy
9525da02b6
CI: login to dockerhub on aarch64 runners ( #29915 )
...
* DOCKER_HUB_LOGIN command
* Add docker creds
* checkout runner name
* test again
* Use runner.name to distinguish between buildjet and GH runners
old-commit-hash: c9ec7bc2a3
2023-09-14 17:08:49 -07:00
Justin Newberry
6847f819d1
CI: use scripts for docker build ( #29599 )
...
* use scripts
* remove common
* do login in the workflow
* separate step
* cleanup
* one script is cleaner
* keep it consistent
* review suggestions
* move in ci too
* PR cleanup
old-commit-hash: 3d9f238bf9
2023-08-24 16:09:08 -07:00
Justin Newberry
7a532e02f3
CI: switch to --cache-to type=inline for buildkit cache ( #29575 )
...
this is cleaner
old-commit-hash: 2fdde9b77d
2023-08-23 17:41:33 -07:00
Adeeb Shihadeh
e56ac872e1
CI: add docker images tagged with git commit ( #29052 )
...
* CI: add docker images tagged with git commit
* tag later
* debug
* fix tag
* test that
* cleanup
old-commit-hash: a83dec9d94
2023-07-19 23:35:33 -07:00
Adeeb Shihadeh
674f14615c
CI: temporarily remove timeouts
...
old-commit-hash: 01bdf382c4
2023-02-07 12:52:50 -08:00
Adeeb Shihadeh
eec2ca1e8b
CI speedup ( #26096 )
...
* CI speedup
* use the new stuff
* push
* no regressions
* try that
* don't let this slip
* fix modeld tests
* fix linter
* modernize prebuilt
* cleanup
* fix those
* increase a bit
old-commit-hash: 00494a44f4
2022-10-16 15:54:36 -07:00
HaraldSchafer
f7d1aad21e
Update model replay commit for calib change ( #25357 )
...
* Update model replay commit for calib test
* more reliable baseline
* update docker login
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
old-commit-hash: 9fbbefbc94
2022-08-03 22:35:03 -07:00
Shane Smiskol
7f65623272
Use upstream wait-on-check-action action ( #25126 )
...
Use upstream lewagon action
old-commit-hash: ea449f1fe0
2022-07-12 14:08:17 -07:00
Shane Smiskol
adc451ca3e
build checks do not rely on each other ( #24783 )
...
old-commit-hash: 5bb1554ec4
2022-06-09 10:55:05 -07:00
Adeeb Shihadeh
8f0df45031
CI tuneup ( #24541 )
...
* little housekeeping
* all the commits
* one more cars
old-commit-hash: b2569d871f
2022-05-15 17:57:34 -07:00
Adeeb Shihadeh
0fc498d05b
CI: allow triggering prebuilt workflow manually
...
old-commit-hash: 674a2061fd
2022-05-04 15:08:08 -07:00
Adeeb Shihadeh
ca5f2ed4fd
fix prebuilt docker build ( #20123 )
...
* try this
* back to the schedule
old-commit-hash: 9ceb117591
2021-02-20 16:33:58 -08:00
Adeeb Shihadeh
b52e931907
build openpilot prebuilt on schedule ( #19847 )
...
* build openpilot prebuilt on schedule
* test
* back to schedule
* rename
old-commit-hash: a08360c4d0
2021-01-19 21:16:06 -08:00