taler-deployment

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

commit f2fe2b6e7ee10e584f2463fe1de7dd6eac9d50fc
parent 0cf40d62f53cf81a357a2f64bf4fbfc14ce61a02
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 21 Mar 2018 10:59:24 +0100

fix watched projects list.

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -82,8 +82,8 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler( change_filter=util.ChangeFilter( branch="master", filter_fn=doc_filter, - project_re="backoffice|help|api|www|bank|exchange|merchant" - "|deployment|merchant-frontend-examples" + project_re="backoffice|api|www|bank|exchange|merchant" + "|help|deployment|merchant-frontend-examples" "|docs-landing"), treeStableTimer=None) @@ -105,9 +105,9 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler( name="all-scheduler", change_filter=util.ChangeFilter( branch="master", - project_re="backoffice|wallet|bank|exchange" - "merchant|deployment|donations|blog" - "help|survey|landing|playground"), + project_re="backoffice|wallet|bank|exchange|" + "merchant|deployment|donations|" + "blog|help|survey|landing|playground"), treeStableTimer=None, builderNames=["switcher-builder"])