mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Allow the trigger builder to run on either linux worker
This commit is contained in:
@@ -279,7 +279,7 @@ def makeBuilderConfigs(builder_names):
|
||||
c['builders'] = makeBuilderConfigs(regularBuilders + distBuilders + otherBuilders)
|
||||
|
||||
c['builders'].append(util.BuilderConfig(name='trigger-all-dist',
|
||||
workernames=['linux-1'],
|
||||
workernames=['linux-1', 'linux-2'],
|
||||
factory=makeTriggerFactory()))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user