Author: Matti Picus <[email protected]>
Branch: 
Changeset: r1036:bf6e08ac46ee
Date: 2017-10-30 19:16 +0200
http://bitbucket.org/pypy/buildbot/changeset/bf6e08ac46ee/

Log:    revert part of 2336f92eb562 that tries to run rpython tests on non-
        default branch

        Instead we should have a commit hook that rejects changes to rpython
        from py3.5

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -346,15 +346,6 @@
             JITWIN32,                  # on allegro_win32, SalsaSalsa
             ], branch="py3.5", hour=3, minute=0),
 
-        # XXX disable this if you are SURE py3.5 and default rpython are 
identical
-        Nightly("nightly-3-01-py3.5", [
-            LINUX32RPYTHON,            # on tannit32, uses all cores
-            LINUX64RPYTHON,            # on bencher4, uses all cores
-            ], branch="py3.5", hour=3, minute=0, onlyIfChanged=True,
-            fileIsImportant=isRPython,
-            change_filter=filter.ChangeFilter(branch='py3.5'),
-        ),
-
         # S390X vm (ibm-research)
         Nightly("nightly-4-00", [
             LINUX_S390XOWN,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to