Only show builds in the last seven days.
[build-farm.git] / buildfarm / web / __init__.py
index 0368022dbfde9f4f6e86996b4fa1e41c6f31f632..bd29cc1a4b9976548be118ad41761e2e9b2ea6a1 100755 (executable)
@@ -727,7 +727,7 @@ class ViewSummaryPage(BuildFarmPage):
         # output when we want
         broken_table = ""
 
-        builds = self.buildfarm.get_summary_builds()
+        builds = self.buildfarm.get_summary_builds(min_age=(7 * 24 * 60 * 60))
 
         for tree, status in builds:
             host_count[tree]+=1