commit 8b12a83ae0ab847bbe2627013d86f1b91be1434e
parent 5bf9a0fe58d13de4c7747c9c1742450dc3cafb11
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 21 Apr 2021 18:30:32 +0200
more work on BB config: wallet CI
Diffstat:
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git 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/",
)
)