jenkins: model replay only when modeld is in diff (#33743)

* only

* more
This commit is contained in:
Maxime Desroches
2024-10-07 22:02:09 -07:00
committed by GitHub
parent 2e83e37984
commit 22bc50fee4

4
Jenkinsfile vendored
View File

@@ -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': {