Skip to content
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

Retire IBMz workers #537

Merged
merged 1 commit into from
Oct 7, 2024
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
33 changes: 0 additions & 33 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
MacOSAsanNoGilBuild,
AIXBuild,
AIXBuildWithXLC,
PGOUnixBuild,
ClangUnixBuild,
ClangUbsanLinuxBuild,
ClangUbsanFunctionLinuxBuild,
Expand All @@ -28,7 +27,6 @@
UnixInstalledBuild,
LTONonDebugUnixBuild,
LTOPGONonDebugBuild,
ClangLTOPGONonDebugBuild,
RHEL8NoBuiltinHashesUnixBuild,
RHEL8NoBuiltinHashesUnixBuildExceptBlake2,
CentOS9NoBuiltinHashesUnixBuild,
Expand Down Expand Up @@ -140,22 +138,6 @@

# -- Stable Tier-3 builder ----------------------------------------------
STABLE_BUILDERS_TIER_3 = [
# Linux s390x GCC
("s390x SLES", "edelsohn-sles-z", UnixBuild),
("s390x Debian", "edelsohn-debian-z", UnixBuild),
("s390x Fedora", "edelsohn-fedora-z", UnixBuild),
("s390x Fedora Refleaks", "edelsohn-fedora-z", UnixRefleakBuild),
("s390x Fedora LTO", "edelsohn-fedora-z", LTONonDebugUnixBuild),
("s390x Fedora LTO + PGO", "edelsohn-fedora-z", LTOPGONonDebugBuild),
("s390x RHEL9", "edelsohn-rhel-z", UnixBuild),
("s390x RHEL9 Refleaks", "edelsohn-rhel-z", UnixRefleakBuild),
("s390x RHEL9 LTO", "edelsohn-rhel-z", LTONonDebugUnixBuild),
("s390x RHEL9 LTO + PGO", "edelsohn-rhel-z", LTOPGONonDebugBuild),
("s390x RHEL8", "edelsohn-rhel8-z", UnixBuild),
("s390x RHEL8 Refleaks", "edelsohn-rhel8-z", UnixRefleakBuild),
("s390x RHEL8 LTO", "edelsohn-rhel8-z", LTONonDebugUnixBuild),
("s390x RHEL8 LTO + PGO", "edelsohn-rhel8-z", LTOPGONonDebugBuild),

# Linux ppc64le Clang
("PPC64LE Fedora Stable Clang", "cstratak-fedora-stable-ppc64le", ClangUnixBuild),
("PPC64LE Fedora Stable Clang Installed", "cstratak-fedora-stable-ppc64le", ClangUnixInstalledBuild),
Expand Down Expand Up @@ -191,10 +173,6 @@
("AMD64 Arch Linux Asan Debug", "pablogsal-arch-x86_64", UnixAsanDebugBuild),
("AMD64 Arch Linux TraceRefs", "pablogsal-arch-x86_64", UnixTraceRefsBuild),
("AMD64 Arch Linux Perf", "pablogsal-arch-x86_64", UnixPerfBuild),

# Linux s390x Clang
("s390x Fedora Clang", "edelsohn-fedora-z", ClangUnixBuild),
("s390x Fedora Clang Installed", "edelsohn-fedora-z", ClangUnixInstalledBuild),
]


Expand Down Expand Up @@ -269,13 +247,6 @@
("PPC64LE Fedora Rawhide Clang", "cstratak-fedora-rawhide-ppc64le", ClangUnixBuild),
("PPC64LE Fedora Rawhide Clang Installed", "cstratak-fedora-rawhide-ppc64le", ClangUnixInstalledBuild),

# Linux s390x GCC
# Fedora Rawhide is unstable
("s390x Fedora Rawhide", "edelsohn-fedora-rawhide-z", UnixBuild),
("s390x Fedora Rawhide Refleaks", "edelsohn-fedora-rawhide-z", UnixRefleakBuild),
("s390x Fedora Rawhide LTO", "edelsohn-fedora-rawhide-z", LTONonDebugUnixBuild),
("s390x Fedora Rawhide LTO + PGO", "edelsohn-fedora-rawhide-z", LTOPGONonDebugBuild),

# FreBSD x86-64 clang
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
Expand All @@ -300,10 +271,6 @@
("x86 Debian Non-Debug with X", "ware-debian-x86", NonDebugUnixBuild),
("x86 Debian Installed with X", "ware-debian-x86", UnixInstalledBuild),

# Linux s390x Clang
("s390x Fedora Rawhide Clang", "edelsohn-fedora-rawhide-z", ClangUnixBuild),
("s390x Fedora Rawhide Clang Installed", "edelsohn-fedora-rawhide-z", ClangUnixInstalledBuild),

# AIX ppc64
("PPC64 AIX", "edelsohn-aix-ppc64", AIXBuild),
("PPC64 AIX XLC", "edelsohn-aix-ppc64", AIXBuildWithXLC),
Expand Down
30 changes: 0 additions & 30 deletions master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,36 +149,6 @@ def get_workers(settings):
tags=['aix', 'unix', 'ppc64'],
parallel_tests=10,
),
cpw(
name="edelsohn-debian-z",
tags=['linux', 'unix', 'debian', 's390x'],
parallel_tests=6,
),
cpw(
name="edelsohn-fedora-rawhide-z",
tags=['linux', 'unix', 'fedora', 's390x'],
parallel_tests=6,
),
cpw(
name="edelsohn-fedora-z",
tags=['linux', 'unix', 'fedora', 's390x'],
parallel_tests=6,
),
cpw(
name="edelsohn-rhel-z",
tags=['linux', 'unix', 'rhel', 's390x'],
parallel_tests=6,
),
cpw(
name="edelsohn-rhel8-z",
tags=['linux', 'unix', 'rhel', 's390x'],
parallel_tests=6,
),
cpw(
name="edelsohn-sles-z",
tags=['linux', 'unix', 'sles', 's390x'],
parallel_tests=6,
),
cpw(
name="gps-raspbian",
tags=['linux', 'unix', 'raspbian', 'debian', 'armv6', 'armv7l',
Expand Down
Loading