added a new Sheduler for the DocsGenerator builder.

This commit is contained in:
Andrei Yankovich 2020-10-19 20:09:51 +03:00
parent 003f837287
commit 26ae9999fa
2 changed files with 15 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class BuildBotShedulers(BuildBotModule):
'Wasm32Builder',
]
buildersDeployCode = ['DocsGenerator']
buildersRepo = ['RepoGen']
self.masterConf['schedulers'] = self.shedulers
@ -49,6 +51,18 @@ class BuildBotShedulers(BuildBotModule):
treeStableTimer=60
),
schedulers.AnyBranchScheduler(
name='github',
builderNames=buildersDeployCode,
properties={
'clean': True,
'test': True,
'release': False,
'deploy': True
},
treeStableTimer=60
),
schedulers.Triggerable(name="repogen",
builderNames=buildersRepo)
]

View File

@ -29,6 +29,7 @@ class BuildBotWorkers(BuildBotModule):
worker.Worker("WindowsCMakeBuilder", password),
worker.Worker("RepoGen", password),
worker.Worker("Wasm32Builder", password),
worker.Worker("DocsGenerator", password),
]
# 'protocols' contains information