gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: do not switch col


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: do not switch color if failures occured during the build
Date: Thu, 30 Nov 2017 11:42:49 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 357fdcd  do not switch color if failures occured during the build
357fdcd is described below

commit 357fdcd9df9b39737ff0834b58fd2b39f9d89762
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 30 11:41:55 2017 +0100

    do not switch color if failures occured during the build
---
 buildbot/master.cfg | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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.",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]