[PATCH] testbot: Set $MaxRevertsWhileRunningVMs = 0 in the default configuration.

Francois Gouget fgouget at codeweavers.com
Fri Dec 15 00:55:46 CST 2017


It's the safe option as it ensure the revert will not interfere with the
tests.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

It's also what we use on the TestBot (I think).

 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 b0492a39..8388a0ed 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -67,7 +67,7 @@ $BinDir = "$::RootDir/bin";
 
 # See the ScheduleOnHost() documentation in lib/WineTestBot/Jobs.pm
 $MaxRevertingVMs = 1;
-$MaxRevertsWhileRunningVMs = 1;
+$MaxRevertsWhileRunningVMs = 0;
 $MaxActiveVMs = 2;
 $MaxVMsWhenIdle = undef;
 
-- 
2.15.1



More information about the wine-devel mailing list