taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit f0b16b7d899cca8362a168b5912b0207230d4a56
parent f02b61e2af8d0e32ad8f6b6305134997e4b0227f
Author: ms <ms@taler.net>
Date:   Fri,  9 Jul 2021 13:42:53 +0200

health checks

wrapping all in a script, to better load and read the env.

Diffstat:
Mbuildbot/master.cfg | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git 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(