[pypy-svn] r74510 - pypy/build/bot2/pypybuildbot

fijal at codespeak.net fijal at codespeak.net
Thu May 13 22:41:18 CEST 2010


Author: fijal
Date: Thu May 13 22:41:15 2010
New Revision: 74510

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
Move benchmarks to tannit


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Thu May 13 22:41:15 2010
@@ -226,7 +226,7 @@
                    "category": 'own'
                   },
                   {"name": JITBENCH,
-                   "slavenames": ["bigdogvm2"],
+                   "slavenames": ["tannit32"],
                    "builddir": JITBENCH,
                    "factory": pypyJITBenchmarkFactory,
                    "category": 'benchmark-run',



More information about the Pypy-commit mailing list