taler-deployment

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

commit 34e714765c01d4d70571496f3ad75757413b1622
parent c334380e6228ebbdc6ef35a05171892b100ff628
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 16 Feb 2017 14:18:27 +0100

Adding schedulers with append()

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -59,7 +59,9 @@ gitMaster = SingleBranchScheduler( force = ForceScheduler(name="force-build", builderNames=["lcov-build", "auto-click"]) -c['schedulers'] = [force, gitMaster] +c['schedulers'] = [] +c['schedulers'].append(gitMaster) +c['schedulers'].append(force) ####### BUILDERS