diff --git a/buildbot/master/master.cfg b/buildbot/master/master.cfg index 59b44cf1ce7..95ae5f96839 100644 --- a/buildbot/master/master.cfg +++ b/buildbot/master/master.cfg @@ -117,7 +117,7 @@ c['schedulers'].append(basic.AnyBranchScheduler( treeStableTimer=60, fileIsImportant=changeIsImportant, change_filter=ChangeFilter(branch_re='develop|release|post_release'), - builderNames=["full-windows-test", "full-windows-x64", "quick-macosx", "validationtests", "linux-static-x64"])) + builderNames=["full-windows-x64", "quick-macosx", "validationtests", "linux-static-x64"])) c['schedulers'].append(basic.AnyBranchScheduler( name="release-sched",