Skip to content

Commit dc586b2

Browse files
authored
Remove edelsohn-fedora-ppc64 worker (#529)
Closes #528.
1 parent 717ba1a commit dc586b2

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

master/custom/builders.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@
104104
("AMD64 Fedora Stable Clang Installed", "cstratak-fedora-stable-x86_64", ClangUnixInstalledBuild),
105105

106106
# Linux ppc64le GCC
107-
("PPC64 Fedora", "edelsohn-fedora-ppc64", FedoraStableBuild),
108-
109107
("PPC64LE Fedora Stable", "cstratak-fedora-stable-ppc64le", FedoraStableBuild),
110108
("PPC64LE Fedora Stable Refleaks", "cstratak-fedora-stable-ppc64le", UnixRefleakBuild),
111109
("PPC64LE Fedora Stable LTO", "cstratak-fedora-stable-ppc64le", LTONonDebugUnixBuild),

master/custom/workers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ def get_workers(settings):
159159
tags=['linux', 'unix', 'fedora', 's390x'],
160160
parallel_tests=6,
161161
),
162-
cpw(
163-
name="edelsohn-fedora-ppc64",
164-
tags=['linux', 'unix', 'fedora', 'ppc64'],
165-
),
166162
cpw(
167163
name="edelsohn-fedora-z",
168164
tags=['linux', 'unix', 'fedora', 's390x'],

0 commit comments

Comments
 (0)