Skip to content

Commit

Permalink
now test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Nov 13, 2024
1 parent e0d738e commit c7105b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ node {
'replay': {
deviceStage("model-replay", "tici-replay", ["UNSAFE=1"], [
step("build", "cd system/manager && ./build.py", [diffPaths: ["selfdrive/modeld/", "selfdrive/test/process_replay/model_replay.py"]]),
step("model replay", "selfdrive/test/process_replay/model_replay.py --update", [diffPaths: ["selfdrive/modeld/", "selfdrive/test/process_replay/model_replay.py"]]),
step("model replay", "selfdrive/test/process_replay/model_replay.py", [diffPaths: ["selfdrive/modeld/", "selfdrive/test/process_replay/model_replay.py"]]),
])
},
'tizi': {
Expand Down

0 comments on commit c7105b2

Please sign in to comment.