Skip to content

Commit

Permalink
jenkins: model replay only when modeld is in diff (commaai#33743)
Browse files Browse the repository at this point in the history
* only

* more
  • Loading branch information
maxime-desroches authored Oct 8, 2024
1 parent 2e83e37 commit 22bc50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ node {
},
'replay': {
deviceStage("model-replay", "tici-replay", ["UNSAFE=1"], [
["build", "cd system/manager && ./build.py"],
["model replay", "selfdrive/test/process_replay/model_replay.py"],
["build", "cd system/manager && ./build.py", ["selfdrive/modeld/"]],
["model replay", "selfdrive/test/process_replay/model_replay.py", ["selfdrive/modeld/"]],
])
},
'tizi': {
Expand Down

0 comments on commit 22bc50f

Please sign in to comment.