Skip to content

Commit

Permalink
jenkins: only do replay when relevant files change
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Dec 17, 2023
1 parent a07060b commit 7aeefaa
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 @@ -241,7 +241,7 @@ node {
'replay': {
deviceStage("tici", "tici-replay", ["UNSAFE=1"], [
["build", "cd selfdrive/manager && ./build.py"],
["model replay", "selfdrive/test/process_replay/model_replay.py"],
["model replay", "selfdrive/test/process_replay/model_replay.py", ["tinygrad/", "selfdrive/modeld/"]],
])
},
'tizi': {
Expand Down

0 comments on commit 7aeefaa

Please sign in to comment.