[PATCH] D37641: [zorg] Reduce the number of concurrent jobs for AOSP build

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 14:33:05 PDT 2017


pzheng created this revision.

The number of concurrent jobs for AOSP build is reduced from 16 to 8.


https://reviews.llvm.org/D37641

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
@@ -811,7 +811,7 @@
                 timeout=240,
                 target_clang=None,
                 target_flags="-Wno-error -O3 -mllvm -polly -mllvm -polly-position=before-vectorizer -mllvm -polly-process-unprofitable",
-                jobs=16,
+                jobs=8,
                 extra_make_args=None,
                 env={},
                 clean=False,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37641.114432.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170908/44e51d5a/attachment.bin>


More information about the llvm-commits mailing list