Skip to content

Commit 888fc4a

Browse files
authored
Disable bigmem tests on 3.12, bump resources to 32GB+ and extralargefile (#466)
1 parent c737a09 commit 888fc4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ class Windows64Build(BaseWindowsBuild):
625625
class Windows64BigmemBuild(BaseWindowsBuild):
626626
buildersuffix = ".bigmem"
627627
buildFlags = ["-p", "x64"]
628-
testFlags = ["-p", "x64", "-M24g", "-uall"]
628+
testFlags = ["-p", "x64", "-M33g", "-uall,extralargefile"]
629629
test_timeout = TEST_TIMEOUT * 4
630630
cleanFlags = ["-p", "x64"]
631631
factory_tags = ["win64", "bigmem"]

master/custom/workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def get_workers(settings):
278278
cpw(
279279
name="ambv-bb-win11",
280280
tags=['windows', 'win11', 'amd64', 'x86-64', 'bigmem'],
281-
not_branches=['3.9', '3.10', '3.11'],
281+
not_branches=['3.9', '3.10', '3.11', '3.12'],
282282
parallel_tests=4,
283283
),
284284
cpw(

0 commit comments

Comments
 (0)