[PATCH] [zorg] disable llgo builder

Andrew Wilkins axwalk at gmail.com
Tue May 19 23:30:41 PDT 2015


Hi gkistanova,

The llgo builder is currently timing out on its test step,
as the output buffered and not sent to the console during
the run. We need a fix in Ninja before we can update CMake
to send output to the console. Disabling the builder until
that happens.

http://reviews.llvm.org/D9872

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
@@ -741,10 +741,10 @@
 # llgo builders.
 def _get_llgo_builders():
     return [
-          {'name': "llgo-x86_64-linux",
-           'slavenames': ["llgo-builder"],
-           'builddir': "llgo-x86_64-linux",
-           'factory': LLGoBuilder.getLLGoBuildFactory()},
+    #      {'name': "llgo-x86_64-linux",
+    #       'slavenames': ["llgo-builder"],
+    #       'builddir': "llgo-x86_64-linux",
+    #       'factory': LLGoBuilder.getLLGoBuildFactory()},
     ]

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9872.26124.patch
Type: text/x-patch
Size: 683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150520/cd6e521f/attachment.bin>


More information about the llvm-commits mailing list