[zorg] r230696 - Temporally disabled clang-x86-win2008-selfhost builder. Pending on D6866.

Galina Kistanova gkistanova at gmail.com
Thu Feb 26 14:21:56 PST 2015


Author: gkistanova
Date: Thu Feb 26 16:21:56 2015
New Revision: 230696

URL: http://llvm.org/viewvc/llvm-project?rev=230696&view=rev
Log:
Temporally disabled clang-x86-win2008-selfhost builder. Pending on D6866.

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=230696&r1=230695&r2=230696&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Thu Feb 26 16:21:56 2015
@@ -318,18 +318,18 @@ def _get_clang_builders():
                                                        stage1_config='Release+Asserts',
                                                        stage2_config='Release+Asserts')},
 
-        # This will ultimately be a self-host bot, even though the config does
-        # not reflect that today.
-        {'name': 'clang-x86-win2008-selfhost',
-         'slavenames': ['windows-gcebot1'],
-         'builddir': 'clang-x86-win2008-selfhost',
-         'factory' : ClangBuilder.getClangCMakeBuildFactory(
-                        triple='i686-pc-windows-msvc',
-                        clean=False,
-                        checkout_compiler_rt=False,
-                        testStage1=True,
-                        stage1_config='Release',
-                        extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON"])},
+#        # This will ultimately be a self-host bot, even though the config does
+#        # not reflect that today.
+#        {'name': 'clang-x86-win2008-selfhost',
+#         'slavenames': ['windows-gcebot1'],
+#         'builddir': 'clang-x86-win2008-selfhost',
+#         'factory' : ClangBuilder.getClangCMakeBuildFactory(
+#                        triple='i686-pc-windows-msvc',
+#                        clean=False,
+#                        checkout_compiler_rt=False,
+#                        testStage1=True,
+#                        stage1_config='Release',
+#                        extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON"])},
 
         {'name' : "clang-ppc64-elf-linux",
          'slavenames' :["chinook-clangslave1"],





More information about the llvm-commits mailing list