Skip to content

Commit 3d2d255

Browse files
authored
gh-522: Add new CentOS9 worker and NoGIL builders (#523)
1 parent 3df6260 commit 3d2d255

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

master/custom/builders.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@
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),
225228
]
226229

227230

master/custom/workers.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,13 @@ def get_workers(settings):
264264
parallel_tests=10,
265265
parallel_builders=2,
266266
),
267+
cpw(
268+
name="itamaro-centos-aws",
269+
tags=['linux', 'unix', 'rhel', 'amd64', 'x86-64'],
270+
not_branches=['3.9', '3.10', '3.11', '3.12'],
271+
parallel_tests=10,
272+
parallel_builders=2,
273+
),
267274
cpw(
268275
name="itamaro-win64-srv-22-aws",
269276
tags=['windows', 'win-srv-22', 'amd64', 'x86-64'],

0 commit comments

Comments
 (0)