Fix test models (3) CI failure for HONDA_PRELUDE_6G - #659
Merged
mvl-boston merged 2 commits intoAug 22, 2026
Conversation
cursor
Bot
force-pushed
the
cursor/fix-test-models-ci-3a22
branch
2 times, most recently
from
August 22, 2026 09:39
295bb1c to
2657f8b
Compare
cursor
Bot
force-pushed
the
cursor/fix-test-models-ci-3a22
branch
from
August 22, 2026 11:12
a0bd136 to
1f79798
Compare
* move test_models to opendbc * lil more * fix model tests * fix model test edge cases * avoid decoding historical panda states * revert unrelated Volkswagen change * infer relay state from CAN traffic * handle archived MLB routes * scope MLB route handling * extend relay detection window * run model tests directly * activate test environment * just use panda
Adapt the upstream test_models migration for this fork's CI, which checks out openpilot at the workspace root and opendbc in opendbc_repo/. - Update test_models workflow to build libsafety and set PYTHONPATH - Add tests/log_reader.py for cereal log schema when openpilot is present - Exclude test_models.py from pytest collection - Drop MLB handling from fork test_models (no MLB support in fork) - Port openpilot #30443 Pilot/Ridgeline brakePressed test exception Co-authored-by: mvl-boston <mvl-boston@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/fix-test-models-ci-3a22
branch
from
August 22, 2026 15:35
4a42e3e to
bad340e
Compare
mvl-boston
marked this pull request as ready for review
August 22, 2026 15:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebased onto latest
combined-honda-spacelabwith a clean two-commit history:Squashed changes include workflow layout fixes,
log_reader.py, pytest exclusion, MLB drop, and Pilot/RidgelinebrakePressedexception.