Skip to content

Commit ff7dc7a

Browse files
authored
Remove koobs-freebsd-9e36 and koobs-freebsd-564d workers (#386)
With many thanks for years of faithful service. Should they be able to return in the future, they will be welcomed back :)
1 parent c99284d commit ff7dc7a

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

master/custom/builders.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ def get_builders(settings):
139139
# macOS
140140
("x86-64 macOS", "billenstein-macos", UnixBuild, STABLE, NO_TIER),
141141
("ARM64 macOS", "pablogsal-macos-m1", MacOSArmWithBrewBuild, STABLE, TIER_2),
142-
# Other Unix
143-
("AMD64 FreeBSD Non-Debug", "koobs-freebsd-9e36", SlowNonDebugUnixBuild, STABLE, TIER_3),
144-
("AMD64 FreeBSD Shared", "koobs-freebsd-564d", SlowSharedUnixBuild, STABLE, NO_TIER),
145142
# Windows
146143
("AMD64 Windows10", "bolen-windows10", Windows64Build, STABLE, NO_TIER),
147144
("AMD64 Windows11 Bigmem", "ambv-bb-win11", Windows64BigmemBuild, STABLE, NO_TIER),

master/custom/workers.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -211,16 +211,6 @@ def get_workers(settings):
211211
'aarch32', 'arm'],
212212
parallel_tests=3,
213213
),
214-
cpw(
215-
name="koobs-freebsd-9e36",
216-
tags=['bsd', 'unix', 'freebsd', 'amd64', 'x86-64'],
217-
parallel_tests=4,
218-
),
219-
cpw(
220-
name="koobs-freebsd-564d",
221-
tags=['bsd', 'unix', 'freebsd', 'amd64', 'x86-64'],
222-
parallel_tests=4,
223-
),
224214
cpw(
225215
name="kulikjak-solaris-sparcv9",
226216
tags=['solaris', 'unix', 'sparc', 'sparcv9'],

0 commit comments

Comments
 (0)