Skip to content

Commit fbdfd1f

Browse files
authored
Bump ware-win11-arm64 to 8 processes, allow 3.13/3.14 builds (#709)
1 parent 6996048 commit fbdfd1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

master/custom/builders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ def get_builder_tier(builder: str) -> str:
410410
# Match builder name (excluding the branch name) of builders that should only
411411
# run on the main and PR branches.
412412
ONLY_MAIN_BRANCH = (
413-
"ARM64 Windows",
414413
"Windows PGO",
415414
"AMD64 Arch Linux Perf",
416415
"AMD64 Arch Linux Valgrind",

master/custom/workers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ def get_workers(settings):
298298
cpw(
299299
name="ware-win11-arm64",
300300
tags=['windows', 'win11', 'arm64'],
301-
parallel_tests=2,
301+
parallel_tests=8,
302+
not_branches=['3.10', '3.11', '3.12'],
302303
),
303304
cpw(
304305
name="bcannon-wasi",

0 commit comments

Comments
 (0)