summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-27 10:25:33 +0200
committerms <ms@taler.net>2021-07-27 10:25:33 +0200
commitae20fae1c7488336aff7319a3bfa9751881a253b (patch)
tree51f3c8442b16d9a28ebaf46e7a04d50a6877146d
parent337f415fd0012491e6cdba3cfb3ac550c403bb6e (diff)
downloaddeployment-ae20fae1c7488336aff7319a3bfa9751881a253b.tar.gz
deployment-ae20fae1c7488336aff7319a3bfa9751881a253b.tar.bz2
deployment-ae20fae1c7488336aff7319a3bfa9751881a253b.zip
no need to build wallet on demo-checks
-rw-r--r--buildbot/master.cfg9
1 files 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 ###################################
##