From 5de3acd2a0e35dcfb25ab893f5299e47a715427f Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Tue, 15 Nov 2016 23:26:03 +0100
Subject: [PATCH] s 2 buildbot: use AnyBranchSheduler

---
 shared/2configs/shared-buildbot.nix | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix
index 95495acf9..cf08882a9 100644
--- a/shared/2configs/shared-buildbot.nix
+++ b/shared/2configs/shared-buildbot.nix
@@ -39,9 +39,7 @@
         '';
         fast-tests-scheduler = ''
   # test everything real quick
-  sched.append(schedulers.SingleBranchScheduler(
-                              ## all branches
-                              change_filter=util.ChangeFilter(branch_re=".*"),
+  sched.append(schedulers.AnyBranchScheduler(
                               treeStableTimer=10,
                               name="fast-all-branches",
                               builderNames=["fast-tests"]))
@@ -118,15 +116,6 @@
   f = util.BuildFactory()
   f.addStep(grab_repo)
 
-  for i in [ "test-all-krebs-modules", "wolf" ]:
-    addShell(f,name="build-{}".format(i),env=env,
-            command=nixshell + \
-                ["mkdir -p /tmp/testbuild/$LOGNAME && touch /tmp/testbuild/$LOGNAME/.populate; \
-                  make \
-                      test \
-                      target=$LOGNAME@${config.krebs.build.host.name}/tmp/testbuild/$LOGNAME \
-                      method=build \
-                      system={}".format(i)])
 
   bu.append(util.BuilderConfig(name="build-local",
         workernames=workernames,