summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-27 11:37:31 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-27 11:37:31 +0100
commitf57ae4e66d04a38af1130ec74424cd97fbbd9c4c (patch)
tree8d00bdd6e21bd76577743f124b8f9c0493a27652 /buildbot
parent0ed09aa4df8135c1cb064d028cabfc044eaf20d9 (diff)
downloaddeployment-f57ae4e66d04a38af1130ec74424cd97fbbd9c4c.tar.gz
deployment-f57ae4e66d04a38af1130ec74424cd97fbbd9c4c.tar.bz2
deployment-f57ae4e66d04a38af1130ec74424cd97fbbd9c4c.zip
lint builder under force scheduler
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index fb96730..b2b2563 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -111,7 +111,8 @@ FORCE_SCHEDULER = schedulers.ForceScheduler(
"selenium-builder",
"switcher-builder",
"doc-builder",
- "wallet-builder"])
+ "wallet-builder",
+ "lint-builder"])
c["schedulers"] = [
DOC_SCHEDULER,