[PATCH] testbot: Increase the job retention time to 30 days.
16 Oct
2019
16 Oct
'19
7:33 a.m.
The patches website points to TestBot jobs so it makes sense for the retention times to match. Signed-off-by: Francois Gouget <fgouget(a)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
2251
Age (days ago)
2251
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget