Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r1060:1fbe9ae3024b
Date: 2018-04-04 19:25 +0300
http://bitbucket.org/pypy/buildbot/changeset/1fbe9ae3024b/

Log:    move pypy-c-jit-freebsd-9-x86-64 to inactive_slaves

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -262,7 +262,13 @@
                    'factory' : pypyJITTranslatedTestFactoryFreeBSD,
                    "category": 'freebsd64'
                    },
-                   ]
+                  {"name" : JITFREEBSD964,
+                   "slavenames": ['hybridlogic', 'tavendo-freebsd-9.2-amd64'],
+                   'builddir' : JITFREEBSD964,
+                   'factory' : pypyJITTranslatedTestFactoryFreeBSD,
+                   "category": 'freebsd64'
+                   },
+                    ]
 extra_opts = {'xerxes': {'keepalive_interval': 15},
              'aurora': {'max_builds': 1},
              'salsa': {'max_builds': 1},
@@ -562,13 +568,7 @@
                    "locks": [WinSlaveLock.access('counting')],
                    'category' : 'win32',
                    },
-                  {"name" : JITFREEBSD964,
-                   "slavenames": ['hybridlogic', 'tavendo-freebsd-9.2-amd64'],
-                   'builddir' : JITFREEBSD964,
-                   'factory' : pypyJITTranslatedTestFactoryFreeBSD,
-                   "category": 'freebsd64'
-                   },
-                  # PPC
+                 # PPC
                   {"name": JITONLYLINUXPPC64,
                    "slavenames": ['gcc1'],
                    "builddir": JITONLYLINUXPPC64,
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to