Author: Matti Picus <[email protected]>
Branch:
Changeset: r1092:d6d16988b8b9
Date: 2019-08-16 14:06 +0300
http://bitbucket.org/pypy/buildbot/changeset/d6d16988b8b9/
Log: only allow a single aarch64 build at a time
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -30,7 +30,7 @@
#SpeedOldLock = locks.MasterLock('speed_old_lock', maxCount=2)
# bencher4 has 8 cores, 32 GB RAM
Bencher4Lock = locks.MasterLock('bencher4_lock', maxCount=4)
-AARCH64Lock = locks.MasterLock('aarch64_lock', maxCount=2)
+AARCH64Lock = locks.MasterLock('aarch64_lock', maxCount=1)
# The cross translation machine can accomodate 2 jobs at the same time
ARMCrossLock = locks.MasterLock('arm_cpu', maxCount=2)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit