From 6c5d308503a89088f92a942d51c175b6bb5d2e9c Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 26 Jan 2026 15:02:17 -0600 Subject: [PATCH] Update some of my workers to allow 6 parallel tests --- master/custom/workers.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/master/custom/workers.py b/master/custom/workers.py index 733f9ef4..66792d76 100644 --- a/master/custom/workers.py +++ b/master/custom/workers.py @@ -234,11 +234,12 @@ def get_workers(settings): name="ware-alpine", tags=['linux', 'unix', 'alpine', 'docker', 'amd64', 'x86-64', 'musl'], not_branches=['3.10', '3.11', '3.12', '3.13'], + parallel_tests=6, ), cpw( name="ware-freebsd", tags=['freebsd', 'bsd', 'unix', 'amd64', 'x86-64'], - parallel_tests=4, + parallel_tests=6, ), cpw( name="opsec-fbsd14", @@ -253,7 +254,7 @@ def get_workers(settings): cpw( name="ware-debian-x86", tags=['linux', 'unix', 'debian', 'x86'], - parallel_tests=4, + parallel_tests=6, ), cpw( name="ware-win11",