Author: Matti Picus <[email protected]>
Branch: numpy-tests
Changeset: r900:2f122536ecdf
Date: 2013-11-25 00:08 +0200
http://bitbucket.org/pypy/buildbot/changeset/2f122536ecdf/

Log:    remove all schedulers if debugging

diff --git a/master/master.cfg b/master/master.cfg
--- a/master/master.cfg
+++ b/master/master.cfg
@@ -24,4 +24,9 @@
 if we_are_debugging():
     for builderdict in BuildmasterConfig['builders']:
         builderdict["slavenames"] = ['localhost']
+    for s in BuildmasterConfig['schedulers']:
+        #This will incidentally test that all builders are
+        # CustomForceSchedulers
+        if isinstance(s, Nightly):
+            BuildmasterConfig['schedulers'].remove(s)
     BuildmasterConfig['buildbotURL'] = "http://localhost:%d/"; % 
(httpPortNumber)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to