[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: remove unnecessary step
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: remove unnecessary step |
Date: |
Thu, 08 Jul 2021 09:49:24 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 564985d remove unnecessary step
564985d is described below
commit 564985dea7e98fa2acffd6df10c4213d2cb68dbb
Author: ms <ms@taler.net>
AuthorDate: Thu Jul 8 09:49:20 2021 +0200
remove unnecessary step
---
buildbot/master.cfg | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f3538bc..2fba768 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -961,18 +961,10 @@ TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
workdir="build/"
)
)
+
TALER_DEMO_HEALTHCHECK_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", "testing", "run-integrationtest", "-b",
"https://bank.demo.taler.net", "-w", "TESTKUDOS:10"],
- workdir="build/",
- )
-)
-TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
- ShellCommand(
- name="test-spend",
+ name="test-withdraw-and-spend",
description="Running wallet spend tests",
descriptionDone="Test correctly run",
command=["timeout", "--preserve-status", "5m",
"./$HOME/bin/taler-wallet-cli", "testing", "run-integrationtests",
"payment-demo"],
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: remove unnecessary step,
gnunet <=