gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: add a few more halt on failure


From: gnunet
Subject: [taler-deployment] branch master updated: add a few more halt on failures
Date: Wed, 21 Apr 2021 17:44:47 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 440a143  add a few more halt on failures
440a143 is described below

commit 440a143a2a2ad3b7470ebbba0f9b75a661355850
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 21 17:44:42 2021 +0200

    add a few more halt on failures
---
 buildbot/master.cfg | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 3281c56..7cebc4d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -646,7 +646,7 @@ LINKCHECKER_FACTORY.addStep(
         descriptionDone="Results of wget in buildbot logs.",
         command=["/home/linkchecker/deployment/buildbot/linkchecker.sh"],
         workdir="/home/linkchecker",
-        haltOnFailure=True
+        haltOnFailure=True,
     )
 )
 
@@ -714,7 +714,8 @@ CODESPELL_FACTORY.addStep(
         description="fetching latest deployment repositories from 
git.gnunet.org",
         descriptionDone="GNUnet code base updated",
         command=["./update-sources.sh", "git://git.gnunet.org/", 
"libmicrohttpd", "gnunet"],
-        workdir="../../deployment/buildbot"
+        workdir="../../deployment/buildbot",
+        haltOnFailure=True,
     )
 )
 CODESPELL_FACTORY.addStep(
@@ -723,7 +724,8 @@ CODESPELL_FACTORY.addStep(
         description="fetching latest deployment repositories from 
git.taler.net",
         descriptionDone="Taler code base updated",
         command=["./update-sources.sh", "git://git.taler.net/", "exchange", 
"merchant", "wallet-core", "sync", "anastasis", "bank", "twister"],
-        workdir="../../deployment/buildbot"
+        workdir="../../deployment/buildbot",
+        haltOnFailure=True,
     )
 )
 CODESPELL_FACTORY.addStep(git_step("git://git.taler.net/wallet-core.git"))

-- 
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]