[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: no need to build wallet on dem
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: no need to build wallet on demo-checks |
Date: |
Tue, 27 Jul 2021 10:25:55 +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 ae20fae no need to build wallet on demo-checks
ae20fae is described below
commit ae20fae1c7488336aff7319a3bfa9751881a253b
Author: ms <ms@taler.net>
AuthorDate: Tue Jul 27 10:25:33 2021 +0200
no need to build wallet on demo-checks
---
buildbot/master.cfg | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 97016f4..b223cab 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -952,11 +952,10 @@ SCHEDULERS.append(schedulers.Periodic(
WORKERS.append(worker.Worker("taler-demo-healthcheck",
"taler-demo-healthcheck-pass"))
TALER_DEMO_HEALTHCHECK_FACTORY = create_factory_with_deployment()
-TALER_DEMO_HEALTHCHECK_FACTORY.addStep(git_step("git://git.taler.net/wallet-core.git"))
-
# For the moment, the health-check uses whatever wallet
-# was (possibly manually) installed beforehand. Eventually
-# (FIXME) the wallet installation should be automated.
+# was (possibly manually) installed beforehand. This is
+# not necessarily a problem, since demo-deployments do never
+# update code automatically.
TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
ShellCommand(
name="test-withdraw-and-spend",
@@ -972,8 +971,6 @@ BUILDERS.append(util.BuilderConfig(
factory=TALER_DEMO_HEALTHCHECK_FACTORY
))
-WALLETCHANGE_TRIGGERS.append("taler-demo-healthcheck-builder")
-
################ 13: 'test health wallet-cli check' JOB
###################################
##
--
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: no need to build wallet on demo-checks,
gnunet <=