Francois Gouget : testbot: Update the $MaxVMErrors description.
Module: tools Branch: master Commit: 30dee3956f0397eb428708d7bf6beb6d8cb05346 URL: https://source.winehq.org/git/tools.git/?a=commit;h=30dee3956f0397eb428708d7... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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.
participants (1)
-
Alexandre Julliard