mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
jenkins: model replay only when modeld is in diff (#33743)
* only * more
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user