taler-deployment

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

commit fc4a185df5536c3e5b9b95b769638e58cf5e12b4
parent d4be8a65ad4e23cd09244c8defd9f3ce5b9b2708
Author: buckE <buckE@disroot.org>
Date:   Wed, 17 Jun 2020 06:47:45 +0000

put buildmaster at top of lists

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -930,8 +930,8 @@ TALER_DEMO_HEALTHCHECK_BUILDER = util.BuilderConfig( ) c["builders"] = [ - BUILDSLAVETEST_BUILDER, BUILDMASTER_BUILDER, + BUILDSLAVETEST_BUILDER, LCOV_BUILDER, CHECKER_BUILDER, AUDITOR_BUILDER_TEST, @@ -1000,8 +1000,8 @@ c["buildbotURL"] = "https://buildbot.taler.net/" BUILDER_LIST = [ - "buildslavetest-builder", "buildmaster-builder", + "buildslavetest-builder", "doc-builder", "lcov-builder", "checker-builder",