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

fijal at codespeak.net fijal at codespeak.net
Fri Jan 15 21:12:05 CET 2010


Author: fijal
Date: Fri Jan 15 21:12:04 2010
New Revision: 70629

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
halt when benchmarks failed


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Fri Jan 15 21:12:04 2010
@@ -169,7 +169,8 @@
             description="run more benchmarks",
             command=["python", "runner.py", 'result.json',
                     '../build/pypy/translator/goal/pypy-c'],
-            workdir='./benchmarks'))
+            workdir='./benchmarks',
+            haltOnFailure=True))
         self.addStep(transfer.FileUpload(slavesrc="benchmarks/result.json",
                 masterdest=WithProperties("~/bench_results/%(revision)s.json"),
                                          workdir="."))



More information about the Pypy-commit mailing list