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

arigo at codespeak.net arigo at codespeak.net
Fri Jun 4 11:47:37 CEST 2010


Author: arigo
Date: Fri Jun  4 11:47:36 2010
New Revision: 75099

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
Remove the --force-host option, which does not make sense
now that we don't run on bigdog any more.


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Fri Jun  4 11:47:36 2010
@@ -150,7 +150,7 @@
             description="run benchmarks on top of pypy-c-jit",
             command=["python", "runner.py", '--output-filename', 'result.json',
                     '--pypy-c', pypy_c_rel,
-                     '--upload', '--force-host', 'bigdog',
+                     '--upload', #'--force-host', 'bigdog',
                      '--revision', WithProperties('%(got_revision)s'),
                      '--branch', WithProperties('%(branch)s')],
             workdir='./benchmarks',
@@ -165,7 +165,7 @@
             command=["python", "runner.py", '--output-filename', 'result.json',
                     '--pypy-c', '../build/pypy/translator/goal/pypy-c',
                      '--revision', WithProperties('%(got_revision)s'),
-                     '--upload', '--force-host', 'bigdog',
+                     '--upload', #'--force-host', 'bigdog',
                      '--branch', WithProperties('%(branch)s'),
                      '--args', ',--jit threshold=1000000000'],
             workdir='./benchmarks',
@@ -180,7 +180,7 @@
             command=["python", "runner.py", '--output-filename', 'result.json',
                     '--pypy-c', 'psyco/python_with_psyco.sh',
                      '--revision', WithProperties('%(got_revision)s'),
-                     '--upload', '--force-host', 'bigdog',
+                     '--upload', #'--force-host', 'bigdog',
                      '--branch', WithProperties('%(branch)s'),
                      ],
             workdir='./benchmarks',



More information about the Pypy-commit mailing list