Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
CentOS9NoBuiltinHashesUnixBuild,
CentOS9NoBuiltinHashesUnixBuildExceptBlake2,
Windows64Build,
Windows64BigmemBuild,
Windows64NoGilBuild,
Windows64PGOBuild,
Windows64PGOTailcallBuild,
Expand Down Expand Up @@ -89,7 +88,6 @@

# Windows x86-64 MSVC
("AMD64 Windows10", "bolen-windows10", Windows64Build),
("AMD64 Windows11 Bigmem", "ambv-bb-win11", Windows64BigmemBuild),
("AMD64 Windows11 Non-Debug", "ware-win11", Windows64ReleaseBuild),
("AMD64 Windows11 Refleaks", "ware-win11", Windows64RefleakBuild),
("AMD64 Windows Server 2022 NoGIL", "itamaro-win64-srv-22-aws", Windows64NoGilBuild),
Expand Down
12 changes: 0 additions & 12 deletions master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,18 +308,6 @@ def get_workers(settings):
parallel_builders=2,
timeout_factor=2, # Increase the timeout on this slow worker
),
cpw(
name="ambv-bb-win11",
tags=['windows', 'win11', 'amd64', 'x86-64', 'bigmem'],
not_branches=['3.10', '3.11', '3.12', '3.13', '3.14'],
parallel_tests=4,
# This worker restarts every day at 9am UTC to work around issues
# stemming from failing bigmem tests trashing disk space and
# fragmenting RAM.
# Builds scheduled between 07:20am - 9:20am UTC will be delayed
# to 9:20am UTC.
downtime=no_builds_between("7:20", "9:20")
),
cpw(
name="itamaro-centos-aws",
tags=['linux', 'unix', 'rhel', 'amd64', 'x86-64'],
Expand Down