[PATCH] D129961: Raise timeout for Solaris builders
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 17 10:32:24 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rZORG872f3cf78f3f: Raise timeout for Solaris builders (authored by ro).
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129961/new/
https://reviews.llvm.org/D129961
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
@@ -2220,6 +2220,7 @@
'factory' : ClangBuilder.getClangCMakeBuildFactory(
jobs=8,
clean=False,
+ timeout=1800,
checkout_lld=False,
extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=ON',
'-DLLVM_TARGETS_TO_BUILD=X86',
@@ -2233,6 +2234,7 @@
'factory' : ClangBuilder.getClangCMakeBuildFactory(
jobs=8,
clean=False,
+ timeout=1800,
checkout_lld=False,
extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=ON',
'-DLLVM_TARGETS_TO_BUILD=Sparc',
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129961.445330.patch
Type: text/x-patch
Size: 923 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220717/c9cd7738/attachment.bin>
More information about the llvm-commits
mailing list