summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-30 11:41:55 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-30 11:41:55 +0100
commit357fdcd9df9b39737ff0834b58fd2b39f9d89762 (patch)
treecf6e7310bcc3bfe78949094a19bcd59f1b4d99d5
parentcd9fcf84e4f5686c7b3b4d5be66aa1a6747f0a8c (diff)
downloaddeployment-357fdcd9df9b39737ff0834b58fd2b39f9d89762.tar.gz
deployment-357fdcd9df9b39737ff0834b58fd2b39f9d89762.tar.bz2
deployment-357fdcd9df9b39737ff0834b58fd2b39f9d89762.zip
do not switch color if failures occured during the build
-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.",