From b1949dc4eb4b4ec56d1923136df171fc4db9a11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Mon, 27 Apr 2026 10:51:37 +0200 Subject: [PATCH] Decommission ambv-bb-win11 --- master/custom/builders.py | 2 -- master/custom/workers.py | 12 ------------ 2 files changed, 14 deletions(-) diff --git a/master/custom/builders.py b/master/custom/builders.py index 3cce18d7..fdb8c805 100644 --- a/master/custom/builders.py +++ b/master/custom/builders.py @@ -33,7 +33,6 @@ CentOS9NoBuiltinHashesUnixBuild, CentOS9NoBuiltinHashesUnixBuildExceptBlake2, Windows64Build, - Windows64BigmemBuild, Windows64NoGilBuild, Windows64PGOBuild, Windows64PGOTailcallBuild, @@ -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), diff --git a/master/custom/workers.py b/master/custom/workers.py index 8988a3de..efc9b2a4 100644 --- a/master/custom/workers.py +++ b/master/custom/workers.py @@ -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'],