taler-deployment

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

commit 6984357a009dc8046574d96c70c1df0bcc9b10ab
parent 56613351c298a75c50db03175de533fc4aa22a74
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 10 Jun 2019 01:22:03 +0200

invocation

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -545,7 +545,7 @@ TIP_RESERVE_TOPPER_BUILDER = util.BuilderConfig( workernames=["topper-worker-green", "topper-worker-blue"], factory=TIP_RESERVE_TOPPER_FACTORY, - nextWorker=pick_active_color) + nextWorker=pick_active_color_test) DEMO_SERVICES_CHECKER_BUILDER = util.BuilderConfig( name="demo-services-checker-builder",