[pypy-svn] r72369 - pypy/build/bot2/pypybuildbot
arigo at codespeak.net
arigo at codespeak.net
Thu Mar 18 12:51:47 CET 2010
Author: arigo
Date: Thu Mar 18 12:51:45 2010
New Revision: 72369
Modified:
pypy/build/bot2/pypybuildbot/builds.py
Log:
Comment out uploading of the pypy-c. On codespeak, the current run
on Builder pypy-c-jit-linux-x86-32: Build #154 seems to deadlock
on that step.
Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py (original)
+++ pypy/build/bot2/pypybuildbot/builds.py Thu Mar 18 12:51:45 2010
@@ -112,9 +112,9 @@
# upload nightly build, if we're running jit tests
nightly = os.path.expanduser('~/nightly/pypy-c-jit-%(got_revision)s-' + platform)
pypy_c_rel = 'build/pypy/translator/goal/pypy-c'
- self.addStep(transfer.FileUpload(slavesrc=pypy_c_rel,
- masterdest=WithProperties(nightly),
- workdir='.'))
+ #self.addStep(transfer.FileUpload(slavesrc=pypy_c_rel,
+ # masterdest=WithProperties(nightly),
+ # workdir='.'))
self.addStep(ShellCmd(
description="pypyjit tests",
command=["python", "pypy/test_all.py",
More information about the Pypy-commit
mailing list