Skip to content

Commit a0a6943

Browse files
committed
Switch ware-alpine to not_branches, add musl tag
1 parent fccc51f commit a0a6943

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

master/custom/builders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ def get_builder_tier(builder: str) -> str:
394394
# Match builder name (excluding the branch name) of builders that should only
395395
# run on the main and PR branches.
396396
ONLY_MAIN_BRANCH = (
397-
"Alpine Linux",
398397
"ARM64 Windows",
399398
"Windows PGO",
400399
"AMD64 Arch Linux Perf",

master/custom/workers.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,9 @@ def get_workers(settings):
218218
),
219219
cpw(
220220
name="ware-alpine",
221-
tags=['linux', 'unix', 'alpine', 'docker', 'amd64', 'x86-64'],
222-
branches=[MAIN_BRANCH_NAME],
221+
tags=['linux', 'unix', 'alpine', 'docker', 'amd64', 'x86-64', 'musl'],
222+
# 3.15 is the first version to pass all tests
223+
not_branches=['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'],
223224
),
224225
cpw(
225226
name="ware-freebsd",

0 commit comments

Comments
 (0)