[zorg] r347078 - Removed off-line builders clang-cmake-mips and clang-cmake-mipsel, slaves mips-kl-m001, mips-kl-m002, mips-kl-erpro001.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 16 11:31:18 PST 2018


Author: gkistanova
Date: Fri Nov 16 11:31:18 2018
New Revision: 347078

URL: http://llvm.org/viewvc/llvm-project?rev=347078&view=rev
Log:
Removed off-line builders clang-cmake-mips and clang-cmake-mipsel, slaves mips-kl-m001, mips-kl-m002, mips-kl-erpro001.

Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py
    zorg/trunk/buildbot/osuosl/master/config/slaves.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=347078&r1=347077&r2=347078&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Fri Nov 16 11:31:18 2018
@@ -1223,45 +1223,6 @@ def _get_sanitizer_builders():
                         useTwoStage=True,
                         testStage1=True,
                         extra_cmake_args=["-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"])},
-
-          # Mips check-all with CMake builder
-          # We currently have to force LLVM_HOST_TRIPLE and
-          # LLVM_DEFAULT_TARGET_TRIPLE on this system. CMake gets the value
-          # correct for the processor but it's currently not possible to emit O32
-          # code using a mips64-* triple. This is a bug and should be fixed soon.
-          # We must also force LLVM_TARGET_ARCH so that the ExecutionEngine tests
-          # run.
-          {'name': "clang-cmake-mips",
-           'slavenames':["mips-kl-m001","mips-kl-m002"],
-           'builddir':"clang-cmake-mips",
-           'factory' : ClangBuilder.getClangCMakeGCSBuildFactory(
-                           clean=False,
-                           checkout_compiler_rt=True,
-                           checkout_lld=False,
-                           extra_cmake_args=["-DLLVM_HOST_TRIPLE=mips-unknown-linux-gnu",
-                                             "-DLLVM_DEFAULT_TARGET_TRIPLE=mips-unknown-linux-gnu",
-                                             "-DLLVM_TARGET_ARCH=Mips"],
-                           stage1_upload_directory='clang-cmake-mips',
-                           env = {'BOTO_CONFIG': '/var/buildbot/llvmlab-build-artifacts.boto'})},
-          # Mips check-all with CMake builder
-          # We currently have to force LLVM_HOST_TRIPLE and
-          # LLVM_DEFAULT_TARGET_TRIPLE on this system. CMake gets the value
-          # correct for the processor but it's currently not possible to emit O32
-          # code using a mips64-* triple. This is a bug and should be fixed soon.
-          # We must also force LLVM_TARGET_ARCH so that the ExecutionEngine tests
-          # run.
-          {'name': "clang-cmake-mipsel",
-           'slavenames':["mips-kl-erpro001"],
-           'builddir':"clang-cmake-mipsel",
-           'factory' : ClangBuilder.getClangCMakeGCSBuildFactory(
-                           clean=False,
-                           checkout_compiler_rt=True,
-                           checkout_lld=False,
-                           extra_cmake_args=["-DLLVM_HOST_TRIPLE=mipsel-unknown-linux-gnu",
-                                             "-DLLVM_DEFAULT_TARGET_TRIPLE=mipsel-unknown-linux-gnu",
-                                             "-DLLVM_TARGET_ARCH=Mips"],
-                           stage1_upload_directory='clang-cmake-mipsel',
-                           env = {'BOTO_CONFIG': '/var/buildbot/llvmlab-build-artifacts.boto'})},
           ]
 
 def _get_openmp_builders():

Modified: zorg/trunk/buildbot/osuosl/master/config/slaves.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/slaves.py?rev=347078&r1=347077&r2=347078&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/slaves.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/slaves.py Fri Nov 16 11:31:18 2018
@@ -137,15 +137,6 @@ def get_build_slaves():
         # Cavium Octeon II V0.8, MIPS64r2 big endian, Debian Jessie
         create_slave("mipsswbrd002", properties={'jobs' : 6}, max_builds=1),
 
-        # Cavium Octeon II V0.2, MIPS64r2 big endian, Debian Jessie
-        create_slave("mips-kl-m001", properties={'jobs' : 10}, max_builds=1),
-
-        # Cavium Octeon II V0.2, MIPS64r2 big endian, Debian Jessie
-        create_slave("mips-kl-m002", properties={'jobs' : 10}, max_builds=1),
-
-        # Cavium Octeon II V0.1, MIPS64r2 little endian, Debian Jessie
-        create_slave("mips-kl-erpro001", properties={'jobs' : 2}, max_builds=1),
-
         # Debian Testing x86-64, Intel(R) Core(TM) i7-2700K CPU @ 3.50GHz
         #create_slave("gribozavr1", properties={'jobs': 8}, max_builds=1),
 




More information about the llvm-commits mailing list