[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] sg-report-host-history: Multiply size of reported history by 10
Right now, http://logs.test-lab.xenproject.org/osstest/results/host/laxton1.html contains ~200 jobs as expected, but that covers only 4 days. We obviously would like more like a month. The effect ought to be some more db work, but not worse concurrency. CC: Julien Grall <julien.grall@xxxxxxxxxx> Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- sg-report-host-history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sg-report-host-history b/sg-report-host-history index 19a86ab..871ad5f 100755 --- a/sg-report-host-history +++ b/sg-report-host-history @@ -28,7 +28,7 @@ use POSIX; use Osstest::Executive qw(:DEFAULT :colours); -our $limit= 200; +our $limit= 2000; our $flightlimit; our $htmlout = "."; our @blessings; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |