summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e9237c8..30f0384 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -213,7 +213,9 @@ SWITCHER_FACTORY.addStep(ShellCommand(
description="Building inactive blue-green party.",
descriptionDone="Compile.",
command=["./build.sh"],
- workdir="build/buildbot"))
+ workdir="build/buildbot"),
+ haltOnFailure=True,
+ flunkOnFailure=False)
SWITCHER_FACTORY.addStep(ShellCommand(
name="restart services",
description="Restarting inactive blue-green party.",