Skip to content

Commit ba9012a

Browse files
authored
Retire ware-freebsd worker (#723)
FreeBSD 13 has reached end-of-life, and newer FreeBSDs are already well covered.
1 parent 3b06cdf commit ba9012a

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

master/custom/builders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@
168168
("ARM64 Raspbian Debug", "savannah-raspbian", SlowDebugUnixBuild),
169169

170170
# FreBSD x86-64 clang
171-
("AMD64 FreeBSD", "ware-freebsd", UnixBuild),
172171
("AMD64 FreeBSD Refleaks", "opsec-fbsd14", UnixRefleakBuild),
173172
("AMD64 FreeBSD14", "opsec-fbsd14", UnixBuild),
174173

master/custom/workers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ def get_workers(settings):
265265
not_branches=['3.10', '3.11', '3.12', '3.13'],
266266
parallel_tests=6,
267267
),
268-
cpw(
269-
name="ware-freebsd",
270-
tags=['freebsd', 'bsd', 'unix', 'amd64', 'x86-64'],
271-
parallel_tests=6,
272-
),
273268
cpw(
274269
name="opsec-fbsd14",
275270
tags=['freebsd', 'bsd', 'unix', 'amd64', 'x86-64'],

0 commit comments

Comments
 (0)