summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-13 20:21:17 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-13 20:21:17 +0100
commit98678dc31ab31e814506d500848786cd2ce6db1c (patch)
treef2a5ce319ecea07236253d3c8f44c882f61cb280 /buildbot
parent109db29464535aed7e3f29c1ed6474525984a627 (diff)
downloaddeployment-98678dc31ab31e814506d500848786cd2ce6db1c.tar.gz
deployment-98678dc31ab31e814506d500848786cd2ce6db1c.tar.bz2
deployment-98678dc31ab31e814506d500848786cd2ce6db1c.zip
buildbot: lcov slave on force-build
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master-lonelyslave.cfg4
1 files changed, 2 insertions, 2 deletions
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"],