Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r790:4749f7818c95
Date: 2013-04-20 17:03 +0200
http://bitbucket.org/pypy/buildbot/changeset/4749f7818c95/

Log:    cleanup and use --make-jobs=1 on OSX

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -112,7 +112,7 @@
 
 pypyJITTranslatedTestFactoryOSX = pypybuilds.Translated(
     platform='osx',
-    translationArgs=jit_translation_args,
+    translationArgs=jit_translation_args + ['--make-jobs=1'],
     targetArgs=[],
     lib_python=True,
     pypyjit=True,
@@ -147,13 +147,6 @@
     app_tests=True,
     )
 
-pypy_OjitTranslatedTestFactory = pypybuilds.Translated(
-    translationArgs=['-Ojit', '--gc=hybrid', '--no-translation-jit',
-                     '--gcrootfinder=asmgcc'],
-    lib_python=True,
-    app_tests=True
-    )
-
 pypyJITBenchmarkFactory_tannit = pypybuilds.JITBenchmark()
 pypyJITBenchmarkFactory64_tannit = pypybuilds.JITBenchmark(platform='linux64',
                                                            postfix='-64')
@@ -206,8 +199,6 @@
         # All the other linux tests run on allegro
         Nightly("nightly-0-00", [
             # benchmarks
-            #JITBENCH64_2,              # on speed.python.org, uses 1 core (in 
part exclusively)
-            #CPYTHON_64,                # on speed.python.org, uses 1 core (in 
part exclusively)
             # linux tests
             LINUX32,                   # on tannit32, uses all cores
             LINUX64,                   # on allegro64, uses all cores
@@ -231,7 +222,6 @@
 
         Nightly("nightly-2-00-py3k", [
             LINUX64,                   # on allegro64, uses all cores
-            #APPLVLLINUX32,             # on tannit32, uses 1 core
             APPLVLLINUX64,             # on allegro64, uses 1 core
             ], branch="py3k", hour=2, minute=0),
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to