Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bb.org: Remove the x86-windows-* builders
  • Loading branch information
vladbogo committed Jan 10, 2022
1 parent 9184ce6 commit cd7f8e0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions buildbot.mariadb.org/master-nonlatent/master.cfg
Expand Up @@ -258,24 +258,6 @@ c['builders'].append(
nextBuild=nextBuild,
factory=f_windows_msi))

c['builders'].append(
util.BuilderConfig(name="x86-windows",
workernames=["bbw1-windows"],
tags=["Windows", "quick"],
collapseRequests=True,
nextBuild=nextBuild,
properties={'arch': 'x86', 'arch_cmake': 'Win32'},
factory=f_windows))

c['builders'].append(
util.BuilderConfig(name="x86-windows-packages",
workernames=["bbw1-windows"],
tags=["Windows", "packages", "zip"],
collapseRequests=True,
nextBuild=nextBuild,
properties={'arch': 'x86', 'arch_cmake': 'Win32'},
factory=f_windows_msi))

c['builders'].append(
util.BuilderConfig(name="aix",
workernames=['aix-worker'],
Expand Down

0 comments on commit cd7f8e0

Please sign in to comment.