Skip to content

Commit 021ded1

Browse files
Retire edelsohn-aix-ppc64 worker (#663)
Remove AIX factories.
1 parent 50a7520 commit 021ded1

3 files changed

Lines changed: 0 additions & 29 deletions

File tree

master/custom/builders.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
UnixNoGilBuild,
1515
UnixNoGilRefleakBuild,
1616
MacOSAsanNoGilBuild,
17-
AIXBuild,
18-
AIXBuildWithXLC,
1917
ClangUnixBuild,
2018
ClangUbsanLinuxBuild,
2119
ClangUbsanFunctionLinuxBuild,
@@ -337,10 +335,6 @@
337335
("AMD64 NixOS Unstable Refleaks", "malvex-nixos-x86_64", UnixRefleakBuild),
338336
("AMD64 NixOS Unstable Perf", "malvex-nixos-x86_64", UnixPerfBuild),
339337

340-
# AIX ppc64
341-
("PPC64 AIX", "edelsohn-aix-ppc64", AIXBuild),
342-
("PPC64 AIX XLC", "edelsohn-aix-ppc64", AIXBuildWithXLC),
343-
344338
# Solaris sparcv9
345339
("SPARCv9 Oracle Solaris 11.4", "kulikjak-solaris-sparcv9", UnixBuild),
346340

master/custom/factories.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -290,24 +290,6 @@ class UnixBigmemBuild(UnixBuild):
290290
factory_tags = ["bigmem"]
291291

292292

293-
class AIXBuild(UnixBuild):
294-
configureFlags = [
295-
"--with-pydebug",
296-
"--with-openssl=/opt/aixtools",
297-
]
298-
299-
300-
class AIXBuildWithXLC(UnixBuild):
301-
buildersuffix = ".xlc"
302-
configureFlags = [
303-
"--with-pydebug",
304-
"--with-openssl=/opt/aixtools",
305-
"CC=xlc_r",
306-
"LD=xlc_r",
307-
]
308-
factory_tags = ["xlc"]
309-
310-
311293
class NonDebugUnixBuild(UnixBuild):
312294
buildersuffix = ".nondebug"
313295
# Enable assertions regardless. Some children will override this,

master/custom/workers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ def get_workers(settings):
178178
tags=['linux', 'unix', 'rhel', 's390x'],
179179
parallel_tests=10,
180180
),
181-
cpw(
182-
name="edelsohn-aix-ppc64",
183-
tags=['aix', 'unix', 'ppc64'],
184-
parallel_tests=10,
185-
),
186181
cpw(
187182
name="gps-raspbian",
188183
tags=['linux', 'unix', 'raspbian', 'debian', 'armv6', 'armv7l',

0 commit comments

Comments
 (0)