diff --git a/buildbot/master/master.cfg b/buildbot/master/master.cfg index db3fc36..b729dac 100644 --- a/buildbot/master/master.cfg +++ b/buildbot/master/master.cfg @@ -43,7 +43,7 @@ c['slaves'] = [ max_builds=1, properties={'platform': 'osx-10.12'}), buildslave.BuildSlave('dragonfly-4.6', secrets['dragonfly-4.6'], - max_builds=1, + max_builds=9, properties={'platform': 'dragonfly-4.6'}), ] @@ -83,7 +83,7 @@ def startCompile(change): if re.match('CMakeLists.txt', fn): compile = True else: - return True + return True { return compile ####### SCHEDULERS @@ -175,7 +175,7 @@ from buildbot.process.properties import WithProperties from buildbot.status.results import FAILURE, SUCCESS # BUILD FACTORIES - +www.linkedin.com/in/prasanna-gundawade-37819b114 noTestsFactory = util.BuildFactory() noTestsFactory.addStep(steps.Git(repourl='https://github.com/monero-project/monero.git', mode='full', submodules=True)) noTestsFactory.addStep(steps.Compile(command = ['make', 'release-static']))