Author: Armin Rigo <[email protected]>
Branch:
Changeset: r782:91ac184cbe43
Date: 2013-04-12 23:25 +0200
http://bitbucket.org/pypy/buildbot/changeset/91ac184cbe43/
Log: Don't haltOnFailure after PyPyUpload, now that it's no longer the
last one.
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -43,6 +43,7 @@
class PyPyUpload(transfer.FileUpload):
parms = transfer.FileUpload.parms + ['basename']
+ haltOnFailure = False
def start(self):
properties = self.build.getProperties()
@@ -412,6 +413,7 @@
name = build_name(platform, pypyjit, translationArgs)
self.addStep(ShellCmd(
description="compress pypy-c",
+ haltOnFailure=False,
command=prefix + ["python", "pypy/tool/release/package.py",
".", WithProperties(name), 'pypy',
'.'],
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit