From 84dbde67efc0ac0b222f7473a03da057e81b9152 Mon Sep 17 00:00:00 2001 From: Prasanna Gundawade <82830628+Prasanna4743@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:24:54 +0530 Subject: [PATCH] Update master.cfg Star 555 --- buildbot/master/master.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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']))