[zorg] r284640 - Remove MSVC 2013 buildbot

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 13:30:27 PDT 2016


Author: rnk
Date: Wed Oct 19 15:30:26 2016
New Revision: 284640

URL: http://llvm.org/viewvc/llvm-project?rev=284640&view=rev
Log:
Remove MSVC 2013 buildbot

This bot replicated the configuration of clang-x86-windows-msvc2015 with
MSVC 2013, so it is no longer necessary.

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=284640&r1=284639&r2=284640&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Wed Oct 19 15:30:26 2016
@@ -277,20 +277,6 @@ def _get_clang_builders():
                                         "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"],
                )},
 
-        {'name': 'clang-x86-win2008-selfhost',
-         'slavenames': ['windows-gcebot1'],
-         'builddir': 'clang-x86-win2008-selfhost',
-         'factory' : ClangBuilder.getClangCMakeBuildFactory(
-                        clean=False,
-                        vs='%VS120COMNTOOLS%',
-                        vs_target_arch='x86',
-                        checkout_compiler_rt=False,
-                        testStage1=True,
-                        useTwoStage=True,
-                        stage1_config='Release',
-                        stage2_config='Release',
-                        extra_cmake_args=["-DLLVM_ENABLE_ASSERTIONS=ON"])},
-
         {'name': 'clang-x86-windows-msvc2015',
          'slavenames': ['windows-gcebot2'],
          'builddir': 'clang-x86-windows-msvc2015',




More information about the llvm-commits mailing list