[zorg] r248748 - Removed off-line builder clang-native-arm-cortex-a9 from waterfall temporally.
Galina Kistanova via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 28 15:11:16 PDT 2015
Author: gkistanova
Date: Mon Sep 28 17:11:15 2015
New Revision: 248748
URL: http://llvm.org/viewvc/llvm-project?rev=248748&view=rev
Log:
Removed off-line builder clang-native-arm-cortex-a9 from waterfall temporally.
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=248748&r1=248747&r2=248748&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Mon Sep 28 17:11:15 2015
@@ -150,22 +150,6 @@ def _get_clang_builders():
'factory' : ClangBuilder.getClangBuildFactory(stage1_config='Release+Asserts',
extra_configure_args=['--with-intel-jitevents'])},
- # Cortex-A9 triple check-all bots with autoconf builder
- {'name': "clang-native-arm-cortex-a9",
- 'slavenames':["as-bldslv1", "as-bldslv2", "as-bldslv3"],
- 'builddir':"clang-native-arm-cortex-a9",
- 'factory' : ClangBuilder.getClangBuildFactory(
- stage1_config='Release+Asserts',
- clean=False,
- env = { 'CXXFLAGS' : '-Wno-psabi', 'CFLAGS' : '-Wno-psabi'},
- extra_configure_args=['--build=armv7l-unknown-linux-gnueabihf',
- '--host=armv7l-unknown-linux-gnueabihf',
- '--target=armv7l-unknown-linux-gnueabihf',
- '--with-cpu=cortex-a9',
- '--with-fpu=neon',
- '--with-float=hard',
- '--enable-targets=arm'])},
-
# Cortex-A15 LNT test-suite in Benchmark mode
# FIXME: Move this to CMake (see below)
{'name' : "clang-native-arm-lnt-perf",
@@ -441,6 +425,22 @@ def _get_clang_builders():
extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=ON',
'-DLLVM_TARGETS_TO_BUILD=X86'])},
]
+# Offline
+# Cortex-A9 triple check-all bots with autoconf builder
+{'name': "clang-native-arm-cortex-a9",
+ 'slavenames':["as-bldslv1", "as-bldslv2", "as-bldslv3"],
+ 'builddir':"clang-native-arm-cortex-a9",
+ 'factory' : ClangBuilder.getClangBuildFactory(
+ stage1_config='Release+Asserts',
+ clean=False,
+ env = { 'CXXFLAGS' : '-Wno-psabi', 'CFLAGS' : '-Wno-psabi'},
+ extra_configure_args=['--build=armv7l-unknown-linux-gnueabihf',
+ '--host=armv7l-unknown-linux-gnueabihf',
+ '--target=armv7l-unknown-linux-gnueabihf',
+ '--with-cpu=cortex-a9',
+ '--with-fpu=neon',
+ '--with-float=hard',
+ '--enable-targets=arm'])},
# Polly builders.
def _get_polly_builders():
More information about the llvm-commits
mailing list