From 98678dc31ab31e814506d500848786cd2ce6db1c Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sun, 13 Nov 2016 20:21:17 +0100 Subject: buildbot: lcov slave on force-build --- buildbot/master-lonelyslave.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildbot/master-lonelyslave.cfg') diff --git a/buildbot/master-lonelyslave.cfg b/buildbot/master-lonelyslave.cfg index 7c81951..f9e1894 100644 --- a/buildbot/master-lonelyslave.cfg +++ b/buildbot/master-lonelyslave.cfg @@ -60,7 +60,7 @@ gitMaster = SingleBranchScheduler( builderNames=["lone-builder", "lcov-build"]) force = ForceScheduler(name="force-build", - builderNames=["lone-builder"]) + builderNames=["lone-builder", "lcov-build"]) # For now, the whole withdraw/pay cliking is started manually # (as the blue-green infrastructure needs some upgrading) @@ -90,7 +90,7 @@ lonelyness.addStep(Git(repourl='git://git.taler.net/deployment.git', alwaysUseLatest=True, haltOnFailure=True, branch='master')) -lonelyness.addStep(ShellCommand(name="switcher", +lonelyness.addStep(ShellCommand(name="builder", description="Lone compilation..", descriptionDone="Compilation passed", command=["make"], -- cgit v1.2.3