gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: halt on failure


From: gnunet
Subject: [libeufin-deployment] branch master updated: halt on failure
Date: Mon, 16 Nov 2020 18:01:20 +0100

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

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8d070ca  halt on failure
8d070ca is described below

commit 8d070ca4a881501928347fe4f2ade13c17f79274
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 16 18:01:15 2020 +0100

    halt on failure
---
 buildbot/master.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 116cd60..07cbf62 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -77,6 +77,7 @@ BOOTSTRAP_COMMAND = ShellCommand(
     name="Bootstrap repository",
     description="Bootstrap..",
     descriptionDone="Bootstrap done",
+    haltOnFailure=True,
     command=["./bootstrap"]
 )
 
@@ -84,6 +85,7 @@ CONFIGURE_COMMAND = ShellCommand(
     name="Configure project",
     description="Configure..",
     descriptionDone="Configure done",
+    haltOnFailure=True,
     command=["./configure"]
 )
 
@@ -96,6 +98,7 @@ UNITTESTS_FACTORY.addSteps([
         name="Unit tests",
         description="Running unit tests",
         descriptionDone="Unit tests done",
+        haltOnFailure=True,
         command=["make", "check"]
     )
 ])
@@ -109,6 +112,7 @@ INTEGRATION_TESTS_FACTORY.addSteps([
         name="Integration tests",
         description="Running the integration tests",
         descriptionDone="Integration tests done",
+        haltOnFailure=True,
         command=["make", "tests"]
     )
 ])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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