Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ def get_builder_tier(builder: str) -> str:
# Match builder name (excluding the branch name) of builders that should only
# run on the main and PR branches.
ONLY_MAIN_BRANCH = (
"ARM64 Windows",
"Windows PGO",
"AMD64 Arch Linux Perf",
"AMD64 Arch Linux Valgrind",
Expand Down
3 changes: 2 additions & 1 deletion master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ def get_workers(settings):
cpw(
name="ware-win11-arm64",
tags=['windows', 'win11', 'arm64'],
parallel_tests=2,
parallel_tests=8,
not_branches=['3.10', '3.11', '3.12'],
),
cpw(
name="bcannon-wasi",
Expand Down