[PATCH] D117363: LLDB Windows x64 buildbot set lit -j8
Muhammad Omair Javaid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 14 14:35:43 PST 2022
omjavaid created this revision.
omjavaid added reviewers: stella.stamenova, gkistanova.
omjavaid added a project: Zorg.
Herald added a subscriber: kristof.beyls.
omjavaid requested review of this revision.
LLDB windows x64 buildbot has falky behavior on testsuite. I am setting
number of parallel tests to 8 on this buildbot in hope that it improves
testsuite stability like it did for Linux/Arm.
https://reviews.llvm.org/D117363
Files:
buildbot/osuosl/master/config/builders.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -1206,6 +1206,7 @@
test=True,
extra_cmake_args=[
'-DLLVM_ENABLE_ASSERTIONS=OFF',
+ '-DLLVM_LIT_ARGS=-svj 8',
'-DLLVM_ENABLE_ZLIB=FALSE',
'-DLLDB_ENABLE_PYTHON=TRUE'])},
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117363.400149.patch
Type: text/x-patch
Size: 523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220114/fc619c5d/attachment.bin>
More information about the llvm-commits
mailing list