Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r614:fbcf930f4155
Date: 2012-01-24 01:06 +0200
http://bitbucket.org/pypy/buildbot/changeset/fbcf930f4155/

Log:    try to upload numpy compatibility website when doing benchmarks

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -339,6 +339,16 @@
                 )
             )
         pypy_c_rel = "../build/pypy/translator/goal/pypy-c"
+        if host == 'tannit':
+            self.addStep(ShellCmd(
+                description="measure numpy compatibility",
+                command=['python', 
'build/pypy/module/micronumpy/tool/numready.py',
+                         pypy_c_rel, 'numpy-compat.html'],
+                workdir="."))
+            resfile = 
os.path.expanduser("~/numpy_compat/%(got_revision)s.html")
+            self.addStep(transfer.FileUpload(slavesrc="numpy-compat.html",
+                                             
masterdest=WithProperties(resfile),
+                                             workdir="."))
         if postfix:
             addopts = ['--postfix', postfix]
         else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to