Skip to content

Commit

Permalink
[ci] remove exit on single case failure
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Nov 8, 2024
1 parent c8ad572 commit 28537a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/ci/src/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ object Main:
s"Online driver for config $config, case $caseName fail, please check manually on local machine"
)
Logger.error(s"nix build $testAttr --impure")
Logger.fatal("Online Drive run fail, exiting CI")
// Create fake path for latter assertion to fail
val fakedir = os.temp.dir()
os.write(fakedir / "offline-check-status", "1")
fakedir

Logger.info("Checking RTL event from event log")
val testSuccess =
Expand Down

0 comments on commit 28537a4

Please sign in to comment.