[pypy-commit] buildbot numpy-tests: put numpy builder on tannit64

bivab noreply at buildbot.pypy.org
Mon Nov 11 10:13:28 CET 2013


Author: David Schneider <david.schneider at picle.org>
Branch: numpy-tests
Changeset: r883:48f642fb266d
Date: 2013-11-10 22:47 +0100
http://bitbucket.org/pypy/buildbot/changeset/48f642fb266d/

Log:	put numpy builder on tannit64

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -437,10 +437,11 @@
                    'category': 'openindiana32',
                    },
                   {'name': NUMPY_64,
-                   'slavenames': ['numpy64'],
+                   'slavenames': ["tannit64"],
                    'builddir': NUMPY_64,
                    'factory': pypyNumpyCompatability,
                    'category': 'numpy',
+                   'locks': [TannitCPU.access('counting')],
                    },
                   {'name': PYPYBUILDBOT,
                    'slavenames': ['cobra'],


More information about the pypy-commit mailing list