From ae20fae1c7488336aff7319a3bfa9751881a253b Mon Sep 17 00:00:00 2001 From: ms Date: Tue, 27 Jul 2021 10:25:33 +0200 Subject: 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 ################################### ## -- cgit v1.2.3