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
1 change: 0 additions & 1 deletion master/custom/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
("AMD64 Arch Linux Asan Debug", "pablogsal-arch-x86_64", UnixAsanDebugBuild),
("AMD64 Arch Linux TraceRefs", "pablogsal-arch-x86_64", UnixTraceRefsBuild),
("AMD64 Arch Linux Perf", "pablogsal-arch-x86_64", UnixPerfBuild),
("ARM Raspbian Linux Asan", "pablogsal-rasp", UnixAsanBuild),
# UBSAN with -fno-sanitize=function, without which we currently fail (as
# tracked in gh-111178). The full "AMD64 Arch Linux Usan" is unstable, below
("AMD64 Arch Linux Usan Function", "pablogsal-arch-x86_64", ClangUbsanFunctionLinuxBuild),
Expand Down
2 changes: 1 addition & 1 deletion master/custom/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get_workers(settings):
cpw(
name="pablogsal-rasp",
tags=['linux', 'unix', 'raspbian', 'debian', 'arm'],
parallel_tests=2,
parallel_tests=1, # Reduced from 2: ASAN builds use 2-10x more memory
# Problematic ISP causes issues connecting to testpython.net
exclude_test_resources=['urlfetch', 'network'],
),
Expand Down