Skip to content

Commit 19295a3

Browse files
authored
Remove ARM Raspbian ASAN builder and reduce parallelism (#652)
1 parent 7810cc5 commit 19295a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

master/custom/builders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@
194194
("AMD64 Arch Linux Asan Debug", "pablogsal-arch-x86_64", UnixAsanDebugBuild),
195195
("AMD64 Arch Linux TraceRefs", "pablogsal-arch-x86_64", UnixTraceRefsBuild),
196196
("AMD64 Arch Linux Perf", "pablogsal-arch-x86_64", UnixPerfBuild),
197-
("ARM Raspbian Linux Asan", "pablogsal-rasp", UnixAsanBuild),
198197
# UBSAN with -fno-sanitize=function, without which we currently fail (as
199198
# tracked in gh-111178). The full "AMD64 Arch Linux Usan" is unstable, below
200199
("AMD64 Arch Linux Usan Function", "pablogsal-arch-x86_64", ClangUbsanFunctionLinuxBuild),

master/custom/workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def get_workers(settings):
222222
cpw(
223223
name="pablogsal-rasp",
224224
tags=['linux', 'unix', 'raspbian', 'debian', 'arm'],
225-
parallel_tests=2,
225+
parallel_tests=1, # Reduced from 2: ASAN builds use 2-10x more memory
226226
# Problematic ISP causes issues connecting to testpython.net
227227
exclude_test_resources=['urlfetch', 'network'],
228228
),

0 commit comments

Comments
 (0)