summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-01 16:40:50 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-01 16:40:50 +0100
commitd48b3d00a3e7063ab058df8b476028f0aec82474 (patch)
tree916a50658d150ac9d1cda3e9e670060f9ee69d38 /buildbot/master.cfg
parent40e5ed510270fc4dfb5814c4dc8120db9c740f52 (diff)
downloaddeployment-d48b3d00a3e7063ab058df8b476028f0aec82474.tar.gz
deployment-d48b3d00a3e7063ab058df8b476028f0aec82474.tar.bz2
deployment-d48b3d00a3e7063ab058df8b476028f0aec82474.zip
Addressing #5424.
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 e770cf2..2c49867 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -82,7 +82,7 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler(
name="periodic-doc-scheduler",
builderNames=["doc-builder"],
change_filter=util.ChangeFilter(
- branch="master",
+ branch="master|stable",
filter_fn=doc_filter,
project_re="backoffice|api|www|bank|exchange|merchant"
"|help|deployment|merchant-frontend-examples"