hydra: store logfile/output path/closure size

This commit is contained in:
Rob Vermaas
2010-11-11 11:03:50 +00:00
parent c9ca8d6c63
commit dcdbb1d814
4 changed files with 62 additions and 29 deletions

View File

@ -114,7 +114,7 @@ create table Jobs (
);
-- This table contains all builds, either scheduled or finished. For
-- This table contains all wbuilds, either scheduled or finished. For
-- scheduled builds, additional info (such as the priority) can be
-- found in the BuildSchedulingInfo table. For finished builds,
-- additional info (such as the logs, build products, etc.) can be
@ -204,6 +204,10 @@ create table BuildResultInfo (
logfile text, -- the path of the logfile
logsize integer not null default 0,
size integer not null default 0,
closuresize integer not null default 0,
releaseName text, -- e.g. "patchelf-0.5pre1234"
keep integer not null default 0, -- true means never garbage-collect the build output