Module: tools Branch: master Commit: ca13ddef375ff236d3914770311df1698eeb51df URL: https://gitlab.winehq.org/winehq/tools/-/commit/ca13ddef375ff236d3914770311d...
Author: Francois Gouget fgouget@codeweavers.com Date: Sun Oct 2 18:02:53 2022 +0200
testbot: Only test complete patchsets.
This avoids having multiple comments in case an early GitLab merge request commit introduces new failures.
---
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 d1a24288..fccfba9c 100644 --- a/testbot/lib/WineTestBot/Config.pm +++ b/testbot/lib/WineTestBot/Config.pm @@ -116,7 +116,7 @@ $MaxTaskTries = 3;
# Set to true if the combined patchset should be tested all at once # instead of testing the individual parts one by one. -$OnlyCompletePatchSets = undef; +$OnlyCompletePatchSets = 1;
# Build configure timeout (in seconds) $ReconfigBuildTimeout = 60;