summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-04 11:12:29 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-04 11:13:18 +0200
commitd2cda72c335baa7c2109536e7714ceabb4d1a5bb (patch)
treebf154442f5f6fe0f277c6d689a4bd87e0d630fe9
parent70764faedfb1ed8f94fdeb9a60d8acdd71549801 (diff)
downloaddeployment-d2cda72c335baa7c2109536e7714ceabb4d1a5bb.tar.gz
deployment-d2cda72c335baa7c2109536e7714ceabb4d1a5bb.tar.bz2
deployment-d2cda72c335baa7c2109536e7714ceabb4d1a5bb.zip
include the twister so as to trigger the "switcher" builds.
-rw-r--r--buildbot/master.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1685107..00bc91b 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -98,15 +98,14 @@ WALLET_SCHEDULER = schedulers.SingleBranchScheduler(
TIP_RESERVE_TOPPER_SCHEDULER = schedulers.Periodic(
name="tip-reserve-topper-scheduler",
periodicBuildTimer=60*60*24*10, # 10 days
- builderNames=["tip-reserve-topper-builder"]
-)
+ builderNames=["tip-reserve-topper-builder"])
ALL_SCHEDULER = schedulers.SingleBranchScheduler(
name="all-scheduler",
change_filter=util.ChangeFilter(
branch="master",
project_re="backoffice|wallet|bank|exchange|"
- "merchant|deployment|donations|"
+ "merchant|deployment|donations|twister|"
"blog|help|survey|landing|playground"),
treeStableTimer=None,
builderNames=["switcher-builder"])