commit 10362d06d643d48f6348a78208fb0c9fa3b9f73e
parent 01418c4054d32750b3e5b3df63cd4135a914d431
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 8 Dec 2017 15:06:45 +0100
switcher build should fail if one step fails
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -230,8 +230,7 @@ SWITCHER_FACTORY.addStep(ShellCommand(
descriptionDone="Compile.",
command=["./build.sh"],
workdir="build/buildbot",
- haltOnFailure=True,
- flunkOnFailure=False))
+ haltOnFailure=True))
SWITCHER_FACTORY.addStep(ShellCommand(
name="restart services",
description="Restarting inactive blue-green party.",