gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (335cea0 -> 33b3598)


From: gnunet
Subject: [taler-deployment] branch master updated (335cea0 -> 33b3598)
Date: Mon, 24 Feb 2020 16:42:41 +0100

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

grothoff pushed a change to branch master
in repository deployment.

    from 335cea0  extend CHECKER_FACTORY with first actual check rules
     new fdfd659  for unit tests, continue on failures
     new 33b3598  python is not PHP

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 buildbot/master.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index a021f34..cea75d6 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -309,8 +309,8 @@ def git_step(repo,target_branch="master"):
 # directory of the code inside of a netjail.
 def jailed_check(package,srcdir):
     return ShellCommand(
-        name="Test of" . srcdir . " in " . package,
-        description="Testing " . srcdir . " in " . package,
+        name="Test of " + srcdir + " in " + package,
+        description="Testing " + srcdir + " in " + package,
         descriptionDone="Pass",
         command=["sudo", "/usr/local/bin/netjail.sh", "make", "check"],
         workdir="../../sources/" + package + "/src/" + srcdir
@@ -522,6 +522,7 @@ CHECKER_FACTORY.addStep(
         descriptionDone="Taler built",
         command=["./build.sh"],
         workdir="../../deployment/buildbot",
+        haltOnFailure=False
     )
 )
 CHECKER_FACTORY.addStep(jailed_check ("libmicrohttpd", "microhttpd"))

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



reply via email to

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