forked from lix-project/hydra
Use the same start/stop time for the build steps as for the build
This commit is contained in:
parent
f037a318e3
commit
a2491f76a4
|
@ -71,8 +71,8 @@ sub failDependents {
|
||||||
, drvpath => $drvPath
|
, drvpath => $drvPath
|
||||||
, busy => 0
|
, busy => 0
|
||||||
, status => $status
|
, status => $status
|
||||||
, starttime => time
|
, starttime => $time
|
||||||
, stoptime => time
|
, stoptime => $time
|
||||||
, errormsg => $errorMsg
|
, errormsg => $errorMsg
|
||||||
});
|
});
|
||||||
addBuildStepOutputs($step);
|
addBuildStepOutputs($step);
|
||||||
|
|
Loading…
Reference in a new issue