hydra-queue-runner: Implement timeouts
Also, keep track of timeouts in the database as a distinct build status.
This commit is contained in:
@ -180,6 +180,7 @@ create table Builds (
|
||||
-- 4 = build cancelled (removed from queue; never built)
|
||||
-- 5 = build not done because a dependency failed previously (obsolete)
|
||||
-- 6 = failure with output
|
||||
-- 7 = timed out
|
||||
-- 9 = unsupported system type
|
||||
buildStatus integer,
|
||||
|
||||
|
Reference in New Issue
Block a user