taler-deployment

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

commit d6fa3b44a42987a9509cf31d926ec47f8ddcca57
parent d5292903cb472f49e91002e2acdd213a076ec377
Author: buckE <buckE@disroot.org>
Date:   Wed, 17 Jun 2020 07:35:10 +0000

linkchecker bad pass

Diffstat:
Mbuildbot/master.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -111,7 +111,7 @@ c["workers"] = [ ## # linkchecker worker checks for dead links in the Website # Home: linkchecker@taler.net - worker.Worker("linkchecker-worker", "linkchecker-worker-pass") + worker.Worker("linkchecker-worker", "linkchecker-pass") ] # 'protocols' contains information about protocols which master @@ -160,7 +160,7 @@ LINKCHECKER_SCHEDULER = schedulers.Nightly( # buildslavetest SCHEDULER # Run at 9:15am every day. BUILDSLAVETEST_SCHEDULER = schedulers.Nightly( - name="test-scheduler", + name="buildslavetest-scheduler", builderNames=["buildslavetest-builder"], branch="master", hour=9,