Author: Matti Picus <[email protected]>
Branch: 
Changeset: r1088:2d6fb9e9de0b
Date: 2019-08-10 23:13 +0300
http://bitbucket.org/pypy/buildbot/changeset/2d6fb9e9de0b/

Log:    Backed out changeset: 878ba7516062

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -274,7 +274,7 @@
                     ]
 extra_opts = {'xerxes': {'keepalive_interval': 15},
              'aurora': {'max_builds': 1},
-             'SalsaSalsa': {'max_builds': 1},
+             'salsa': {'max_builds': 1},
              'hhu-raspberry-pi': {'max_builds': 1},
              'hhu-pypy-pi': {'max_builds': 1},
              'hhu-pypy-pi2': {'max_builds': 1},
@@ -584,7 +584,7 @@
                    "slavenames": ["SalsaSalsa", "anubis64"],
                    'builddir' : JITWIN32,
                    'factory' : pypyJITTranslatedTestFactoryWin,
-                   "locks": [WinSlaveLock.access('exclusive')],
+                   "locks": [WinSlaveLock.access('counting')],
                    'category' : 'win32',
                    },
                  # PPC
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to