commit 98678dc31ab31e814506d500848786cd2ce6db1c
parent 109db29464535aed7e3f29c1ed6474525984a627
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Sun, 13 Nov 2016 20:21:17 +0100
buildbot: lcov slave on force-build
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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"],