Author: Antonio Cuni <[email protected]>
Branch:
Changeset: r602:922a46875231
Date: 2011-12-15 16:53 +0100
http://bitbucket.org/pypy/buildbot/changeset/922a46875231/
Log: fix the config for JITBENCH64_2, and add snakepit32 to the
slavenames (this change was actually lying in the WC of buildmaster)
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -199,6 +199,7 @@
Nightly("nightly-0-00", [
JITBENCH, # on tannit32, uses 1 core (in part
exclusively)
JITBENCH64, # on tannit64, uses 1 core (in part
exclusively)
+ JITBENCH64_2, # on speed.python.org, uses 1 core (in
part exclusively)
MACOSX32, # on minime
], branch=None, hour=0, minute=0),
#
@@ -300,7 +301,7 @@
},
{"name": JITBENCH64_2,
"slavenames": ["speed-python-64"],
- "builddir": JITBENCH64,
+ "builddir": JITBENCH64_2,
"factory": pypyJITBenchmarkFactory64,
"category": "benchmark-run",
# the locks are acquired with fine grain inside the build
@@ -324,7 +325,7 @@
'category' : 'mac64',
},
{"name": WIN32,
- "slavenames": ["bigboard"],
+ "slavenames": ["snakepit32", "bigboard"],
"builddir": WIN32,
"factory": pypyOwnTestFactoryWin,
"category": 'win32'
@@ -336,13 +337,13 @@
"category": 'win32'
},
{"name": APPLVLWIN32,
- "slavenames": ["bigboard"],
+ "slavenames": ["snakepit32", "bigboard"],
"builddir": APPLVLWIN32,
"factory": pypyTranslatedAppLevelTestFactoryWin,
"category": "win32"
},
{"name" : JITWIN32,
- "slavenames": ["bigboard"],
+ "slavenames": ["snakepit32", "bigboard"],
'builddir' : JITWIN32,
'factory' : pypyJITTranslatedTestFactoryWin,
'category' : 'win32',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit