Skip to content

Commit

Permalink
Make O2 exit with 1 for any error
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Jun 17, 2021
1 parent 7ac4b89 commit 31fca3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion codeHF/workflows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
---
options:
global: "--fairmq-ipc-prefix sockets"
local: ["--aod-memory-rate-limit 2000000000", "--shm-segment-size 16000000000", "--configuration json://$JSON", "-b"]
local:
- "-b"
- "--configuration json://$JSON"
- "--aod-memory-rate-limit 2000000000"
- "--shm-segment-size 16000000000"
- "--min-failure-level error"

workflows:

Expand Down

0 comments on commit 31fca3b

Please sign in to comment.