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

* only

* more
pull/33748/head
Maxime Desroches 7 months ago committed by GitHub
parent 2e83e37984
commit 22bc50fee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -236,8 +236,8 @@ node {
}, },
'replay': { 'replay': {
deviceStage("model-replay", "tici-replay", ["UNSAFE=1"], [ deviceStage("model-replay", "tici-replay", ["UNSAFE=1"], [
["build", "cd system/manager && ./build.py"], ["build", "cd system/manager && ./build.py", ["selfdrive/modeld/"]],
["model replay", "selfdrive/test/process_replay/model_replay.py"], ["model replay", "selfdrive/test/process_replay/model_replay.py", ["selfdrive/modeld/"]],
]) ])
}, },
'tizi': { 'tizi': {

Loading…
Cancel
Save