[PATCH] D37169: [zorg] Increase AOSP build timeout to 240s

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 16:00:49 PDT 2017


pzheng created this revision.

We lift the timeout value by one minute for now.


https://reviews.llvm.org/D37169

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
@@ -808,7 +808,7 @@
                                   "-DLLVM_ENABLE_ASSERTIONS=True",
                                   "-DCMAKE_C_COMPILER:FILEPATH=/local/clang+llvm-3.7.1-x86_64-linux-gnu-ubuntu-14.04/bin/clang",
                                   "-DCMAKE_CXX_COMPILER:FILEPATH=/local/clang+llvm-3.7.1-x86_64-linux-gnu-ubuntu-14.04/bin/clang++"],
-                timeout=180,
+                timeout=240,
                 target_clang=None,
                 target_flags="-Wno-error -O3 -mllvm -polly -mllvm -polly-position=before-vectorizer -mllvm -polly-process-unprofitable",
                 jobs=16,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37169.112758.patch
Type: text/x-patch
Size: 822 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170825/ee18ee01/attachment.bin>


More information about the llvm-commits mailing list