[pypy-commit] buildbot default: use pypy wherever possible

fijal noreply at buildbot.pypy.org
Mon Apr 8 11:39:42 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r774:566e5e5d4bd9
Date: 2013-04-08 11:39 +0200
http://bitbucket.org/pypy/buildbot/changeset/566e5e5d4bd9/

Log:	use pypy wherever possible

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -66,8 +66,7 @@
                                                           app_tests=True)
 pypyTranslatedAppLevelTestFactory64 = pypybuilds.Translated(lib_python=True,
                                                             app_tests=True,
-                                                            platform='linux64',
-    interpreter='python')
+                                                            platform='linux64')
 
 # these are like the two above: the only difference is that they only run
 # lib-python tests,not -A tests
@@ -97,7 +96,6 @@
     translationArgs=jit_translation_args,
     targetArgs=[],
     lib_python=True,
-    interpreter='/usr/bin/python',
     pypyjit=True,
     app_tests=True,
     platform='linux64',
@@ -129,7 +127,6 @@
     lib_python=True,
     pypyjit=True,
     app_tests=True,
-    interpreter='python',
     )
 
 pypyJITTranslatedTestFactoryWin = pypybuilds.Translated(


More information about the pypy-commit mailing list