Skip to content

Commit 9cb1ff9

Browse files
authored
gh-522: Promote my CentOS9 builders to stable, remove ubuntu worker (#524)
1 parent 3d2d255 commit 9cb1ff9

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

master/custom/builders.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
("AMD64 RHEL8 Refleaks", "cstratak-RHEL8-x86_64", UnixRefleakBuild),
8181
("AMD64 RHEL8 LTO", "cstratak-RHEL8-x86_64", LTONonDebugUnixBuild),
8282
("AMD64 RHEL8 LTO + PGO", "cstratak-RHEL8-x86_64", LTOPGONonDebugBuild),
83-
("AMD64 Ubuntu NoGIL", "itamaro-ubuntu-aws", UnixNoGilBuild),
84-
("AMD64 Ubuntu NoGIL Refleaks", "itamaro-ubuntu-aws", UnixNoGilRefleakBuild),
83+
("AMD64 CentOS9 NoGIL", "itamaro-centos-aws", UnixNoGilBuild),
84+
("AMD64 CentOS9 NoGIL Refleaks", "itamaro-centos-aws", UnixNoGilRefleakBuild),
8585

8686
# Windows x86-64 MSVC
8787
("AMD64 Windows10", "bolen-windows10", Windows64Build),
@@ -222,9 +222,6 @@
222222
("AMD64 CentOS9 FIPS No Builtin Hashes", "cstratak-CentOS9-fips-x86_64", CentOS9NoBuiltinHashesUnixBuild),
223223

224224
("AMD64 Arch Linux Valgrind", "pablogsal-arch-x86_64", ValgrindBuild),
225-
226-
("AMD64 CentOS9 NoGIL", "itamaro-centos-aws", UnixNoGilBuild),
227-
("AMD64 CentOS9 NoGIL Refleaks", "itamaro-centos-aws", UnixNoGilRefleakBuild),
228225
]
229226

230227

master/custom/workers.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,6 @@ def get_workers(settings):
257257
not_branches=['3.9', '3.10', '3.11', '3.12'],
258258
parallel_tests=4,
259259
),
260-
cpw(
261-
name="itamaro-ubuntu-aws",
262-
tags=['linux', 'unix', 'ubuntu', 'amd64', 'x86-64'],
263-
not_branches=['3.9', '3.10', '3.11', '3.12'],
264-
parallel_tests=10,
265-
parallel_builders=2,
266-
),
267260
cpw(
268261
name="itamaro-centos-aws",
269262
tags=['linux', 'unix', 'rhel', 'amd64', 'x86-64'],

0 commit comments

Comments
 (0)