Skip to content

Remove koobs-freebsd-9e36 and koobs-freebsd-564d workers #386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2023
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
3 changes: 0 additions & 3 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ def get_builders(settings):
# macOS
("x86-64 macOS", "billenstein-macos", UnixBuild, STABLE, NO_TIER),
("ARM64 macOS", "pablogsal-macos-m1", MacOSArmWithBrewBuild, STABLE, TIER_2),
# Other Unix
("AMD64 FreeBSD Non-Debug", "koobs-freebsd-9e36", SlowNonDebugUnixBuild, STABLE, TIER_3),
("AMD64 FreeBSD Shared", "koobs-freebsd-564d", SlowSharedUnixBuild, STABLE, NO_TIER),
# Windows
("AMD64 Windows10", "bolen-windows10", Windows64Build, STABLE, NO_TIER),
("AMD64 Windows11 Bigmem", "ambv-bb-win11", Windows64BigmemBuild, STABLE, NO_TIER),
Expand Down
10 changes: 0 additions & 10 deletions master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,6 @@ def get_workers(settings):
'aarch32', 'arm'],
parallel_tests=3,
),
cpw(
name="koobs-freebsd-9e36",
tags=['bsd', 'unix', 'freebsd', 'amd64', 'x86-64'],
parallel_tests=4,
),
cpw(
name="koobs-freebsd-564d",
tags=['bsd', 'unix', 'freebsd', 'amd64', 'x86-64'],
parallel_tests=4,
),
cpw(
name="kulikjak-solaris-sparcv9",
tags=['solaris', 'unix', 'sparc', 'sparcv9'],
Expand Down