Francois Gouget : testbot: Update the $MaxVMErrors description.

Alexandre Julliard julliard at winehq.org
Tue Jan 5 15:41:08 CST 2021


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Jan  5 11:29:53 2021 +0100

testbot: Update the $MaxVMErrors description.

We no longer put the VM in maintenance mode because that means only the
administrator can put it back online.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/Config.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm
index ea08aa0..ca3e983 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -102,7 +102,8 @@ $SleepAfterRevert = 0;
 # for reverts this should take into account the time it may need to boot.
 $VMToolTimeout = 6 * 60;
 
-# After three consecutive failures to revert a VM, put it in maintenance mode.
+# Notify the administrator that a VM probably needs manual fixing after
+# $MaxVMErrors consecutive revert errors.
 $MaxVMErrors = 3;
 
 # How many times to run a test that fails before giving up.




More information about the wine-cvs mailing list