taler-deployment

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

commit 8901b12db5fcb5b57e9980adf3e0383ce0533a4b
parent f7ac19b487100ab2a4153a86dce22c8abcac9f84
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon,  7 Nov 2016 23:13:22 +0100

buildbot: still on slave->worker

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

diff --git a/buildbot/master-lonelyslave.cfg b/buildbot/master-lonelyslave.cfg @@ -15,7 +15,7 @@ c['buildCacheSize'] = 2 ####### BUILDSLAVES from buildbot.worker import Worker -c['slaves'] = [Worker("lonelySlave", "taler"), +c['workers'] = [Worker("lonelySlave", "taler"), Worker("lcovSlave", "taler")] c['protocols'] = {'pb': {'port': 9989}}