summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-11-27 19:27:45 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-11-27 19:27:45 +0100
commitc8ef83b022bc5c8fbb16b9ebba5f1dc76586dd8a (patch)
tree949fcfa7aaa244f608246a73a4fcafd52636e90a /buildbot/master.cfg
parentfb325a4cb6f292bb4dc2e700adb7dc54ae10f4c3 (diff)
downloaddeployment-c8ef83b022bc5c8fbb16b9ebba5f1dc76586dd8a.tar.gz
deployment-c8ef83b022bc5c8fbb16b9ebba5f1dc76586dd8a.tar.bz2
deployment-c8ef83b022bc5c8fbb16b9ebba5f1dc76586dd8a.zip
haltOnFailure not really needed by Lcov worker.
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 169fe8a..ec842f3 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -418,7 +418,6 @@ LINT_FACTORY.addStep(
LCOV_FACTORY = util.BuildFactory()
LCOV_FACTORY.addStep(
ShellCommand(
- haltOnFailure=True,
name="build",
description="Building Taler",
descriptionDone="Taler built",
@@ -430,7 +429,6 @@ LCOV_FACTORY.addStep(
LCOV_FACTORY.addStep(
ShellCommand(
- haltOnFailure=True,
name="invalidation",
description="Invalidating timestamps",
descriptionDone="timestamps invalidated",