[zorg] r261972 - Disable builder clang-3stage-ubuntu temporally.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 19:45:28 PST 2016


Author: gkistanova
Date: Thu Feb 25 21:45:28 2016
New Revision: 261972

URL: http://llvm.org/viewvc/llvm-project?rev=261972&view=rev
Log:
Disable builder clang-3stage-ubuntu temporally.
Patch by Mike Edwards.

Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=261972&r1=261971&r2=261972&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Thu Feb 25 21:45:28 2016
@@ -514,6 +514,9 @@ def _get_clang_builders():
          'factory': ClangBuilder.getClangCMakeBuildFactory(
                        clean=False)},
 
+# FIXME: This builder is not ready to be in production yet.
+# An alternate slave will be setup so this builder can be brought up on
+# the silent build master first
 #        {'name' : "clang-3stage-ubuntu",
 #            'slavenames' : ["ps4-buildslave1"],
 #            'builddir' : "clang-3stage-ubuntu",




More information about the llvm-commits mailing list