[zorg] r323963 - [zorg] Remove clang-cmake-thumbv7-a15 bot

Maxim Kuvyrkov via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 05:19:09 PST 2018


Author: maxim-kuvyrkov
Date: Thu Feb  1 05:19:09 2018
New Revision: 323963

URL: http://llvm.org/viewvc/llvm-project?rev=323963&view=rev
Log:
[zorg] Remove clang-cmake-thumbv7-a15 bot

Summary:
It tests the same configuration as clang-cmake-armv7-a15 bot with
which it differs only in CFLAGS passed to the host compiler.  Since
this is a single-stage build, there's no actual testing of Thumb2
configuration with this bot.  Use hardware for armv7-a15-full bot.

Reviewers: gkistanova, rovka

Reviewed By: rovka

Subscribers: aemerson, kristof.beyls, llvm-commits

Differential Revision: https://reviews.llvm.org/D42038

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=323963&r1=323962&r2=323963&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Thu Feb  1 05:19:09 2018
@@ -276,22 +276,6 @@ def _get_clang_builders():
                                         "-DLLVM_LIT_ARGS='-sv -j4'",
                                         "-DLLVM_PARALLEL_LINK_JOBS=2"])},
 
-        ## Cortex-A15 check-all with CMake T2 builder
-        {'name': "clang-cmake-thumbv7-a15",
-         'slavenames':["linaro-tk1-09"],
-         'builddir':"clang-cmake-thumbv7-a15",
-         'factory' : ClangBuilder.getClangCMakeBuildFactory(
-                      clean=False,
-                      checkout_compiler_rt=False,
-                      checkout_lld=False,
-                      extra_cmake_args=["-DCMAKE_C_COMPILER_LAUNCHER='ccache'",
-                                        "-DCMAKE_CXX_COMPILER_LAUNCHER='ccache'",
-                                        "-DCMAKE_C_FLAGS='-mcpu=cortex-a15 -mfpu=vfpv3 -mthumb'",
-                                        "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a15 -mfpu=vfpv3 -mthumb'",
-                                        "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'",
-                                        "-DLLVM_LIT_ARGS='-sv -j4'",
-                                        "-DLLVM_PARALLEL_LINK_JOBS=2"])},
-
         ## Cortex-A15 check-all self-host with CMake builder
         {'name': "clang-cmake-armv7-a15-selfhost",
          'slavenames':["linaro-tk1-07"],
@@ -1042,7 +1026,7 @@ def _get_sanitizer_builders():
 
           ## Cortex-A15 check-all full (compiler-rt) with CMake builder; Needs x86 for ASAN tests
           {'name': "clang-cmake-armv7-a15-full",
-           'slavenames':["linaro-tk1-08"],
+           'slavenames':["linaro-tk1-08", "linaro-tk1-09"],
            'builddir':"clang-cmake-armv7-a15-full",
            'factory' : ClangBuilder.getClangCMakeBuildFactory(
                         clean=False,




More information about the llvm-commits mailing list