Skip to content

Commit fb01b8d

Browse files
Fix max parallel tests to 1 in LLDB sanitized bots
1 parent 4501d75 commit fb01b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/jenkins/jobs/jobs/lldb-cmake-sanitized

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pipeline {
104104
105105
rm -rf lldb-build/bin/debugserver
106106
# Running too many asanified threads is too stressful for the kernel and we get >90% system time.
107-
export MAX_PARALLEL_TESTS=$(sysctl hw.physicalcpu |awk '{print int(($2+1)/2)}')
107+
export MAX_PARALLEL_TESTS=1
108108
109109
python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-sanitized build \
110110
--assertions \

0 commit comments

Comments
 (0)