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: switcher build sh


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: switcher build should fail if one step fails
Date: Fri, 08 Dec 2017 15:06:51 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 10362d0  switcher build should fail if one step fails
10362d0 is described below

commit 10362d06d643d48f6348a78208fb0c9fa3b9f73e
Author: Florian Dold <address@hidden>
AuthorDate: Fri Dec 8 15:06:45 2017 +0100

    switcher build should fail if one step fails
---
 buildbot/master.cfg | 3 +--
 1 file changed, 1 insertion(+), 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.",

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



reply via email to

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