summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-05 13:56:19 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-05 13:56:19 +0100
commit91275d78fd2a36a3c546f1b05e469ae9600ce9c9 (patch)
treecad9a5979ab58f1074ce86ee4c468173273682e9 /buildbot/master.cfg
parentbed4ef2af1885e69d47622e13ddddf8c6cfa9fa6 (diff)
downloaddeployment-91275d78fd2a36a3c546f1b05e469ae9600ce9c9.tar.gz
deployment-91275d78fd2a36a3c546f1b05e469ae9600ce9c9.tar.bz2
deployment-91275d78fd2a36a3c546f1b05e469ae9600ce9c9.zip
excluding resource-hungry builders (due to resource limitation
of current machine)
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg7
1 files changed, 2 insertions, 5 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8a17c8c..1f1cbeb 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -81,7 +81,7 @@ WALLET_SCHEDULER = schedulers.SingleBranchScheduler(
branch="master",
project_re="wallet|deployment"),
treeStableTimer=None,
- builderNames=["wallet-builder"])
+ builderNames=[])
TIP_RESERVE_TOPPER_SCHEDULER = schedulers.Periodic(
name="tip-reserve-topper-scheduler",
@@ -96,10 +96,7 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler(
project_re="wallet|bank|exchange|merchant|deployment|donations|blog|survey"),
treeStableTimer=None,
builderNames=[
- "lcov-builder",
- "selenium-builder",
- "switcher-builder",
- "wallet-builder"])
+ "switcher-builder"])
# Scheduler monitoring the help.git repo; a forgotten repo we
# use to test BB.