Skip to content

Commit

Permalink
buildbot: disable automaticly building for win32
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Dec 20, 2020
1 parent be272b7 commit ddd1321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/master/master.cfg
Expand Up @@ -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",
Expand Down

0 comments on commit ddd1321

Please sign in to comment.