Skip to content

Commit b1949dc

Browse files
committed
Decommission ambv-bb-win11
1 parent dc865d1 commit b1949dc

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

master/custom/builders.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
CentOS9NoBuiltinHashesUnixBuild,
3434
CentOS9NoBuiltinHashesUnixBuildExceptBlake2,
3535
Windows64Build,
36-
Windows64BigmemBuild,
3736
Windows64NoGilBuild,
3837
Windows64PGOBuild,
3938
Windows64PGOTailcallBuild,
@@ -89,7 +88,6 @@
8988

9089
# Windows x86-64 MSVC
9190
("AMD64 Windows10", "bolen-windows10", Windows64Build),
92-
("AMD64 Windows11 Bigmem", "ambv-bb-win11", Windows64BigmemBuild),
9391
("AMD64 Windows11 Non-Debug", "ware-win11", Windows64ReleaseBuild),
9492
("AMD64 Windows11 Refleaks", "ware-win11", Windows64RefleakBuild),
9593
("AMD64 Windows Server 2022 NoGIL", "itamaro-win64-srv-22-aws", Windows64NoGilBuild),

master/custom/workers.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -308,18 +308,6 @@ def get_workers(settings):
308308
parallel_builders=2,
309309
timeout_factor=2, # Increase the timeout on this slow worker
310310
),
311-
cpw(
312-
name="ambv-bb-win11",
313-
tags=['windows', 'win11', 'amd64', 'x86-64', 'bigmem'],
314-
not_branches=['3.10', '3.11', '3.12', '3.13', '3.14'],
315-
parallel_tests=4,
316-
# This worker restarts every day at 9am UTC to work around issues
317-
# stemming from failing bigmem tests trashing disk space and
318-
# fragmenting RAM.
319-
# Builds scheduled between 07:20am - 9:20am UTC will be delayed
320-
# to 9:20am UTC.
321-
downtime=no_builds_between("7:20", "9:20")
322-
),
323311
cpw(
324312
name="itamaro-centos-aws",
325313
tags=['linux', 'unix', 'rhel', 'amd64', 'x86-64'],

0 commit comments

Comments
 (0)