[pypy-commit] buildbot default: I *think* it makes no sense to haltOnFailure here. If we have an upload

arigo noreply at buildbot.pypy.org
Thu Sep 15 11:07:05 CEST 2011


Author: Armin Rigo <arigo at 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 '')


More information about the pypy-commit mailing list