commit 357fdcd9df9b39737ff0834b58fd2b39f9d89762
parent cd9fcf84e4f5686c7b3b4d5be66aa1a6747f0a8c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 30 Nov 2017 11:41:55 +0100
do not switch color if failures occured during the build
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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.",