fix up model tests + tools (#21071)
* unlogger: send yuv stream * fix up model test tools * fix unlogger * rename model replay * bump cereal * test in actions * no ci for now old-commit-hash: cf6d133638caac0d974209f92be9c200cdbcbf3f
This commit is contained in:
15
.github/workflows/selfdrive_tests.yaml
vendored
15
.github/workflows/selfdrive_tests.yaml
vendored
@@ -244,6 +244,21 @@ jobs:
|
||||
name: process_replay_diff.txt
|
||||
path: selfdrive/test/process_replay/diff.txt
|
||||
|
||||
#model_replay:
|
||||
# name: model replay
|
||||
# runs-on: ubuntu-20.04
|
||||
# timeout-minutes: 50
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# with:
|
||||
# submodules: true
|
||||
# - name: Build Docker image
|
||||
# run: eval "$BUILD"
|
||||
# - name: Run replay
|
||||
# run: |
|
||||
# ${{ env.RUN }} "scons -j$(nproc) && \
|
||||
# selfdrive/test/process_replay/model_replay.py"
|
||||
|
||||
test_longitudinal:
|
||||
name: longitudinal
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user