taler-deployment

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

commit ae20fae1c7488336aff7319a3bfa9751881a253b
parent 337f415fd0012491e6cdba3cfb3ac550c403bb6e
Author: ms <ms@taler.net>
Date:   Tue, 27 Jul 2021 10:25:33 +0200

no need to build wallet on demo-checks

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

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