[zorg] r254474 - Increase concurrency for sanitizer-x86_64-linux-fast bot.

Ivan Krasin via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 15:54:54 PST 2015


Author: krasin
Date: Tue Dec  1 17:54:53 2015
New Revision: 254474

URL: http://llvm.org/viewvc/llvm-project?rev=254474&view=rev
Log:
Increase concurrency for sanitizer-x86_64-linux-fast bot.

Summary:
The underlying VM now has 32 cores and 27 GB of RAM,
these limits unnecessary hurt the turnaround time for the bot.

Reviewers: eugenis

Differential Revision: http://reviews.llvm.org/D15131

Modified:
    zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fast.sh

Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fast.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fast.sh?rev=254474&r1=254473&r2=254474&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fast.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fast.sh Tue Dec  1 17:54:53 2015
@@ -17,9 +17,8 @@ STAGE2_MSAN_DIR=llvm_build_msan
 STAGE2_LIBCXX_MSAN_DIR=libcxx_build_msan
 STAGE2_LIBCXX_ASAN_DIR=libcxx_build_asan
 HOST_CLANG_REVISION=253530
-MAKE_JOBS=${MAX_MAKE_JOBS:-16}
 LLVM=$ROOT/llvm
-CMAKE_COMMON_OPTIONS="-GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_PARALLEL_LINK_JOBS=3"
+CMAKE_COMMON_OPTIONS="-GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_PARALLEL_LINK_JOBS=20"
 
 if [ "$BUILDBOT_CLOBBER" != "" ]; then
   echo @@@BUILD_STEP clobber@@@




More information about the llvm-commits mailing list