Author: Matti Picus <[email protected]>
Branch: 
Changeset: r1047:afea1ba1dd41
Date: 2017-12-10 22:04 +0200
http://bitbucket.org/pypy/buildbot/changeset/afea1ba1dd41/

Log:    need to think more about running benchmarks with onlyIfChanged

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -319,8 +319,9 @@
             JITBENCH64,                # on tannit64, uses 1 core (in part 
exclusively)
             #JITBENCH64_NEW,            # on speed64, uses 1 core (in part 
exclusively)
 
-            ], branch='default', hour=5, minute=0,
-            onlyIfChanged=True,
+            ], branch=None, hour=5, minute=0,
+            # XXX causes hg updatee -r nnn from pypy/pypy instead of 
pypy/benchmarks
+            #onlyIfChanged=True,
         ),
 
         Triggerable("NUMPY64_scheduler", [
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to