gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: health checks


From: gnunet
Subject: [taler-deployment] branch master updated: health checks
Date: Fri, 09 Jul 2021 13:43:20 +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 f0b16b7  health checks
f0b16b7 is described below

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

    health checks
    
    wrapping all in a script, to better load and read the env.
---
 buildbot/master.cfg | 8 ++------
 1 file 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(

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