Francois Gouget : testbot: Increase the job retention time to 30 days.

Alexandre Julliard julliard at winehq.org
Wed Oct 16 16:19:33 CDT 2019


Module: tools
Branch: master
Commit: e4fe313b335a5d7c224b2fc2f5e6d5fd7ae4abd4
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=e4fe313b335a5d7c224b2fc2f5e6d5fd7ae4abd4

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Oct 16 14:33:32 2019 +0200

testbot: Increase the job retention time to 30 days.

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>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 56971b7..d59233f 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)
 {




More information about the wine-cvs mailing list