Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/brigade/outcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
("verify", "completed"): 1,
("verify", "failed"): -1,
("verify", "timed_out"): -1,
("verify", "canceled"): 0,
("run", "ok"): 1,
("run", "error"): -1,
("run", "failed"): -1,
Expand Down
Loading
Loading