summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-27 15:30:08 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-27 15:30:08 +0100
commitb61a1d8815f3f853448cab43c2d4438177e4ae27 (patch)
tree7421b1b60f502f47c0f368d5c3b77dae22390574 /buildbot/master.cfg
parent2769d6b8fac9dd45da2f4203d667a9d53dae30e4 (diff)
downloaddeployment-b61a1d8815f3f853448cab43c2d4438177e4ae27.tar.gz
deployment-b61a1d8815f3f853448cab43c2d4438177e4ae27.tar.bz2
deployment-b61a1d8815f3f853448cab43c2d4438177e4ae27.zip
add any components carrying documentation under the "doc scheduler"
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 887eb19..9077e35 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -61,7 +61,7 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler(
builderNames=["doc-builder"],
change_filter=util.ChangeFilter(
branch="master",
- project_re="api|www"),
+ project_re="api|www|bank|exchange|merchant|deployment|merchant-frontend-examples"),
treeStableTimer=None)
WALLET_SCHEDULER = schedulers.SingleBranchScheduler(