summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-17 15:24:04 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-17 15:24:04 +0100
commit12136450c906c9d5d61ffd8b96c7a0058a2e312c (patch)
tree7c3d0cf643617d4576428d70d60710a50438b7c9 /buildbot
parentc097a5cf80e5eb99745ad30bf7999cd8f58bc7b1 (diff)
downloaddeployment-12136450c906c9d5d61ffd8b96c7a0058a2e312c.tar.gz
deployment-12136450c906c9d5d61ffd8b96c7a0058a2e312c.tar.bz2
deployment-12136450c906c9d5d61ffd8b96c7a0058a2e312c.zip
backoffice @ switcher-builder
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e24ccae..2ba4e4e 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -96,7 +96,7 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler(
name="all-scheduler",
change_filter=util.ChangeFilter(
branch="master",
- project_re="wallet|bank|exchange|merchant|deployment|donations|blog|survey|landing"),
+ project_re="backoffice|wallet|bank|exchange|merchant|deployment|donations|blog|survey|landing"),
treeStableTimer=None,
builderNames=[
"switcher-builder"])