summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-02-22 18:14:56 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-02-22 18:14:56 +0100
commit5c370b551b0696813f4c47079a876d3ee731d178 (patch)
tree42037b89e8f019e38bc621963caf21ca739c3bb4 /buildbot
parent02856ec1fa0794c36c6489704df8b13ff4dd5695 (diff)
downloaddeployment-5c370b551b0696813f4c47079a876d3ee731d178.tar.gz
deployment-5c370b551b0696813f4c47079a876d3ee731d178.tar.bz2
deployment-5c370b551b0696813f4c47079a876d3ee731d178.zip
add playground confs
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 9d04a9d..e5c99c1 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="backoffice|wallet|bank|exchange|merchant|deployment|donations|blog|survey|landing"),
+ project_re="backoffice|wallet|bank|exchange|merchant|deployment|donations|blog|survey|landing|playground"),
treeStableTimer=None,
builderNames=[
"switcher-builder"])