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: also stop on sani


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: also stop on sanity check failures
Date: Thu, 30 Nov 2017 16:00:39 +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 7dfa425  also stop on sanity check failures
7dfa425 is described below

commit 7dfa425953d313bb765686f5f8aa635993915c71
Author: Florian Dold <address@hidden>
AuthorDate: Thu Nov 30 16:00:33 2017 +0100

    also stop on sanity check failures
---
 buildbot/master.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ca235f0..a5ffd5b 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -221,13 +221,15 @@ SWITCHER_FACTORY.addStep(ShellCommand(
     description="Restarting inactive blue-green party.",
     descriptionDone="Restarting Taler.",
     command=["./restart.sh"],
-    workdir="build/buildbot"))
+    workdir="build/buildbot",
+    haltOnFailure=True))
 SWITCHER_FACTORY.addStep(ShellCommand(
     name="check services correctly restarted",
     description="Checking services are correctly restarted.",
     descriptionDone="All services are correctly restarted.",
     command=["./checks.sh"],
-    workdir="build/buildbot"))
+    workdir="build/buildbot",
+    haltOnFailure=True))
 SWITCHER_FACTORY.addStep(ShellCommand(
     name="switch active party",
     description="Switch to the party which was inactive.",

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



reply via email to

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