gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: more work on BB config: wallet


From: gnunet
Subject: [taler-deployment] branch master updated: more work on BB config: wallet CI
Date: Wed, 21 Apr 2021 18:30:34 +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 8b12a83  more work on BB config: wallet CI
8b12a83 is described below

commit 8b12a83ae0ab847bbe2627013d86f1b91be1434e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 21 18:30:32 2021 +0200

    more work on BB config: wallet CI
---
 buildbot/master.cfg | 22 ++--------------------
 1 file changed, 2 insertions(+), 20 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6245ebd..1327e73 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -598,25 +598,7 @@ WALLET_FACTORY.addStep(
         name="test",
         description="Running wallet tests",
         descriptionDone="Test correctly run",
-        command=["timeout", "--preserve-status", "5m", 
"./$HOME/bin/taler-wallet-cli", "testing", "run-integrationtests", "--verbose"],
-        workdir="build/",
-    )
-)
-WALLET_FACTORY.addStep(
-    ShellCommand(
-        name="test-withdraw",
-        description="Running wallet withdraw tests",
-        descriptionDone="Test correctly run",
-        command=["timeout", "--preserve-status", "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", "--preserve-status", "5m", 
"./$HOME/bin/taler-wallet-cli", "integrationtest", "--verbose", "-s", 
"TESTKUDOS:4"],
+        command=["timeout", "--preserve-status", "5m", 
"./$HOME/bin/taler-wallet-cli", "testing", "run-integrationtests"],
         workdir="build/",
     )
 )
@@ -865,7 +847,7 @@ TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
         name="test-withdraw",
         description="Running wallet withdraw tests",
         descriptionDone="Test correctly run",
-        command=["timeout", "--preserve-status", "5m", 
"./$HOME/bin/taler-wallet-cli", "integrationtest", "--verbose", "-b", 
"https://bank.demo.taler.net";, "-w", "TESTKUDOS:10"],
+        command=["timeout", "--preserve-status", "5m", 
"./$HOME/bin/taler-wallet-cli", "testing", "run-integrationtest", "-b", 
"https://bank.demo.taler.net";, "-w", "TESTKUDOS:10"],
         workdir="build/",
     )
 )

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