Author: David Schneider <[email protected]>
Branch:
Changeset: r890:b7762c17e248
Date: 2013-11-14 13:43 +0100
http://bitbucket.org/pypy/buildbot/changeset/b7762c17e248/
Log: move NUMPY_64 to allegro64 and add it to the nightly-2-00 scheduler
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -225,6 +225,9 @@
Nightly("nightly-2-00", [
JITBENCH, # on tannit32, uses 1 core (in part
exclusively)
JITBENCH64, # on tannit64, uses 1 core (in part
exclusively)
+ NUMPY_64, # on allegro64, uses 1 core
+ # XXX maybe use a trigger instead?
+
], branch='default', hour=2, minute=0),
Nightly("nightly-2-00-py3k", [
@@ -235,6 +238,7 @@
Nightly("nighly-ppc", [
JITONLYLINUXPPC64, # on gcc1
], branch='ppc-jit-backend', hour=1, minute=0),
+
CustomForceScheduler('Force Scheduler',
builderNames=[
PYPYBUILDBOT,
@@ -437,11 +441,10 @@
'category': 'openindiana32',
},
{'name': NUMPY_64,
- 'slavenames': ["tannit64"],
+ 'slavenames': ["allegro64"],
'builddir': NUMPY_64,
'factory': pypyNumpyCompatability,
'category': 'numpy',
- 'locks': [TannitCPU.access('counting')],
},
{'name': PYPYBUILDBOT,
'slavenames': ['cobra'],
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit