summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-08 15:06:45 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-08 15:06:45 +0100
commit10362d06d643d48f6348a78208fb0c9fa3b9f73e (patch)
tree1d3a91691e0e9c900037dd9387180c547679084d /buildbot
parent01418c4054d32750b3e5b3df63cd4135a914d431 (diff)
downloaddeployment-10362d06d643d48f6348a78208fb0c9fa3b9f73e.tar.gz
deployment-10362d06d643d48f6348a78208fb0c9fa3b9f73e.tar.bz2
deployment-10362d06d643d48f6348a78208fb0c9fa3b9f73e.zip
switcher build should fail if one step fails
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c63a144..0bc7238 100644
--- 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.",