Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r595:1cb386a05ee5 Date: 2011-09-15 11:06 +0200 http://bitbucket.org/pypy/buildbot/changeset/1cb386a05ee5/
Log: I *think* it makes no sense to haltOnFailure here. If we have an upload failure for example, we want to still save the file 'result.json' to the master. diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pypybuildbot/builds.py @@ -348,7 +348,6 @@ '--branch', WithProperties('%(branch)s'), ] + addopts, workdir='./benchmarks', - haltOnFailure=True, timeout=3600)) # a bit obscure hack to get both os.path.expand and a property filename = '%(got_revision)s' + (postfix or '') _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit