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

arigo at codespeak.net arigo at codespeak.net
Thu Aug 26 12:09:30 CEST 2010


Author: arigo
Date: Thu Aug 26 12:09:26 2010
New Revision: 76740

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
It does not make sense to run Psyco nightly.


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Thu Aug 26 12:09:26 2010
@@ -199,13 +199,13 @@
                                          masterdest=WithProperties(resfile),
                                          workdir="."))
 
-        self.addStep(ShellCmd(
-            description="run on top of python with psyco",
-            command=["python", "runner.py", '--output-filename', 'result.json',
-                    '--pypy-c', 'psyco/python_with_psyco.sh',
-                     '--revision', WithProperties('%(got_revision)s'),
-                     '--upload', #'--force-host', 'bigdog',
-                     '--branch', WithProperties('%(branch)s'),
-                     ],
-            workdir='./benchmarks',
-            haltOnFailure=True))
+##        self.addStep(ShellCmd(
+##            description="run on top of python with psyco",
+##            command=["python", "runner.py", '--output-filename', 'result.json',
+##                    '--pypy-c', 'psyco/python_with_psyco.sh',
+##                     '--revision', WithProperties('%(got_revision)s'),
+##                     '--upload', #'--force-host', 'bigdog',
+##                     '--branch', WithProperties('%(branch)s'),
+##                     ],
+##            workdir='./benchmarks',
+##            haltOnFailure=True))



More information about the Pypy-commit mailing list