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: use timeout(1) fo


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: use timeout(1) for now
Date: Fri, 18 Oct 2019 13:22:51 +0200

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

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 3a11629  use timeout(1) for now
3a11629 is described below

commit 3a11629a8723316f79325690d276215e8227cd6e
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 18 11:22:39 2019 +0000

    use timeout(1) for now
---
 buildbot/master.cfg | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1213cc3..637bffc 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -264,7 +264,25 @@ WALLET_FACTORY.addStep(
         name="test",
         description="Running wallet tests",
         descriptionDone="Test correctly run",
-        command=["./$HOME/bin/taler-wallet-cli", "integrationtest", 
"--verbose"],
+        command=["timeout", "5m", "./$HOME/bin/taler-wallet-cli", 
"integrationtest", "--verbose"],
+        workdir="build/",
+    )
+)
+WALLET_FACTORY.addStep(
+    ShellCommand(
+        name="test-withdraw",
+        description="Running wallet withdraw tests",
+        descriptionDone="Test correctly run",
+        command=["timeout", "5m", "./$HOME/bin/taler-wallet-cli", 
"integrationtest", "--verbose", "-w", "TESTKUDOS:10"],
+        workdir="build/",
+    )
+)
+WALLET_FACTORY.addStep(
+    ShellCommand(
+        name="test-spend",
+        description="Running wallet spend tests",
+        descriptionDone="Test correctly run",
+        command=["timeout", "5m", "./$HOME/bin/taler-wallet-cli", 
"integrationtest", "--verbose", "-s", "TESTKUDOS:4"],
         workdir="build/",
     )
 )

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



reply via email to

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