Author: Matti Picus <[email protected]>
Branch: 
Changeset: r1083:84d044d684af
Date: 2019-04-23 10:44 +0300
http://bitbucket.org/pypy/buildbot/changeset/84d044d684af/

Log:    disable py3.6 onlyIfChanged

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -350,7 +350,7 @@
             JITMACOSX64,               # on xerxes
             JITWIN32,                  # on SalsaSalsa
             ], branch="py3.6", hour=3, minute=0,
-            onlyIfChanged=True,
+            # onlyIfChanged=True, # doesn't work - no builds are triggered 
2019-04-23
         ),
 
         # this one has faithfully run every night even though the latest
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to