commit c8ef83b022bc5c8fbb16b9ebba5f1dc76586dd8a
parent fb325a4cb6f292bb4dc2e700adb7dc54ae10f4c3
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 27 Nov 2019 19:27:45 +0100
haltOnFailure not really needed by Lcov worker.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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",