]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
sg-report-host-history: Multiply size of reported history by 10
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 31 Jan 2018 11:18:55 +0000 (11:18 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 31 Jan 2018 11:18:55 +0000 (11:18 +0000)
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@linaro.org>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
sg-report-host-history

index 19a86abd9ddc3c61d1bee51a00b957e06918ee8f..871ad5fe980d74b223669735a3cb22e7b306b9ca 100755 (executable)
@@ -28,7 +28,7 @@ use POSIX;
 
 use Osstest::Executive qw(:DEFAULT :colours);
 
-our $limit= 200;
+our $limit= 2000;
 our $flightlimit;
 our $htmlout = ".";
 our @blessings;