[PATCH] testbot: Increase the job retention time to 30 days.

Francois Gouget fgouget at codeweavers.com
Wed Oct 16 07:33:32 CDT 2019


The patches website points to TestBot jobs so it makes sense for the
retention times to match.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/Config.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm
index bcfa9ae82..55da6e325 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -146,7 +146,7 @@ $LDAPSearchFilter = undef;
 $LDAPRealNameAttribute = undef;
 $LDAPEMailAttribute = undef;
 
-$JobPurgeDays = 7;
+$JobPurgeDays = 30;
 
 if (!$::BuildEnv)
 {
-- 
2.20.1



More information about the wine-devel mailing list