From 628b2ca4344acd7f9fc35ba6c6d597be0b141ff8 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 23 Jan 2025 07:39:42 +0800 Subject: [PATCH] Remove parallelization for iOS runners. --- master/custom/workers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/master/custom/workers.py b/master/custom/workers.py index fcf24bc3..bb282dd5 100644 --- a/master/custom/workers.py +++ b/master/custom/workers.py @@ -282,7 +282,9 @@ def get_workers(settings): name="rkm-arm64-ios-simulator", tags=['iOS'], not_branches=['3.9', '3.10', '3.11', '3.12'], - parallel_builders=4, + # Starting/running simulators in parallel can be problematic; + # see python/cpython#129200 + parallel_builders=1, ), cpw( name="mhsmith-android-aarch64",