From 0c2cde4d2f6182e6fd33e664ff3ef8bb7d50aa53 Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Sat, 1 Feb 2020 19:30:34 +0300 Subject: [PATCH] Update buildBotShedulers.py --- BuildBotLib/buildBotShedulers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildBotLib/buildBotShedulers.py b/BuildBotLib/buildBotShedulers.py index eb64f7d..92a6656 100644 --- a/BuildBotLib/buildBotShedulers.py +++ b/BuildBotLib/buildBotShedulers.py @@ -30,7 +30,7 @@ class BuildBotShedulers(BuildBotModule): change_filter=util.ChangeFilter(project_re="qmake-*"), builderNames=['LinuxBuilder', 'AndroidBuilder', - 'WindowBuilder', + 'WindowsBuilder', ], properties={ 'clean': True,