summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-09 13:42:53 +0200
committerms <ms@taler.net>2021-07-09 13:42:53 +0200
commitf0b16b7d899cca8362a168b5912b0207230d4a56 (patch)
treedd406c131486f374bcc8446da76b39679f2e9766
parentf02b61e2af8d0e32ad8f6b6305134997e4b0227f (diff)
downloaddeployment-f0b16b7d899cca8362a168b5912b0207230d4a56.tar.gz
deployment-f0b16b7d899cca8362a168b5912b0207230d4a56.tar.bz2
deployment-f0b16b7d899cca8362a168b5912b0207230d4a56.zip
health checks
wrapping all in a script, to better load and read the env.
-rw-r--r--buildbot/master.cfg8
1 files changed, 2 insertions, 6 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index bfd6441..1998b82 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -961,12 +961,8 @@ TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
name="test-withdraw-and-spend",
description="Running wallet spend tests",
descriptionDone="Test correctly run",
- command=["taler-wallet-cli",
- "testing",
- "run-integrationtests",
- "payment-demo"
- ],
- workdir="build/",
+ workdir="../../deployment/buildbot",
+ command=["./demo-healthchecks.sh"],
)
)
BUILDERS.append(util.BuilderConfig(