[pypy-commit] buildbot default: somehow win32 builds are overlapping, try to restrict that

mattip pypy.commits at gmail.com
Sat Aug 10 14:58:57 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r1087:878ba7516062
Date: 2019-08-10 21:58 +0300
http://bitbucket.org/pypy/buildbot/changeset/878ba7516062/

Log:	somehow win32 builds are overlapping, try to restrict that

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},
-             'salsa': {'max_builds': 1},
+             'SalsaSalsa': {'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('counting')],
+                   "locks": [WinSlaveLock.access('exclusive')],
                    'category' : 'win32',
                    },
                  # PPC


More information about the pypy-commit mailing list