taler-deployment

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

commit d2cda72c335baa7c2109536e7714ceabb4d1a5bb
parent 70764faedfb1ed8f94fdeb9a60d8acdd71549801
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon,  4 Jun 2018 11:12:29 +0200

include the twister so as to trigger the "switcher" builds.

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -98,15 +98,14 @@ WALLET_SCHEDULER = schedulers.SingleBranchScheduler( TIP_RESERVE_TOPPER_SCHEDULER = schedulers.Periodic( name="tip-reserve-topper-scheduler", periodicBuildTimer=60*60*24*10, # 10 days - builderNames=["tip-reserve-topper-builder"] -) + builderNames=["tip-reserve-topper-builder"]) ALL_SCHEDULER = schedulers.SingleBranchScheduler( name="all-scheduler", change_filter=util.ChangeFilter( branch="master", project_re="backoffice|wallet|bank|exchange|" - "merchant|deployment|donations|" + "merchant|deployment|donations|twister|" "blog|help|survey|landing|playground"), treeStableTimer=None, builderNames=["switcher-builder"])