[PATCH] D37459: [buildbot] Remove clang-cmake-aarch64-42vma builder
Maxim Kuvyrkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 02:37:37 PDT 2017
maxim-kuvyrkov created this revision.
Herald added subscribers: kristof.beyls, aemerson.
... and re-purpose hardware for 2nd clang-cmake-aarch64-full builder.
Hardware hosting "aarch64-full" builder is not very stable, and we
want to use a known-stable box for this important builder.
Hardware hosting "aarch64-42vma" builder seems to be solid, and this
builder is no longer very valuable.
We are going to run "aarch64-full" builder on the 2 slaves in parallel
until unstable-ish box crashes again. At that point we are going
to dicommision that box and leave aarch64-full bot running on 1 slave.
https://reviews.llvm.org/D37459
Files:
buildbot/osuosl/master/config/builders.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -1041,7 +1041,7 @@
# AArch64 Clang+LLVM+RT check-all + test-suite + self-hosting
{'name': "clang-cmake-aarch64-full",
- 'slavenames':["linaro-apm-02"],
+ 'slavenames':["linaro-apm-02", "linaro-apm-05"],
'builddir':"clang-cmake-aarch64-full",
'factory' : ClangBuilder.getClangCMakeBuildFactory(
jobs=8,
@@ -1059,24 +1059,6 @@
"-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"],
)},
- # AArch64 Clang+LLVM+RT check-all at 42-bits VMA
- {'name': "clang-cmake-aarch64-42vma",
- 'slavenames':["linaro-apm-05"],
- 'builddir':"clang-cmake-aarch64-42vma",
- 'factory' : ClangBuilder.getClangCMakeBuildFactory(
- jobs=8,
- clean=False,
- checkout_compiler_rt=True,
- checkout_lld=False,
- test=True,
- useTwoStage=False,
- runTestSuite=False,
- env={'PATH':'/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'},
- extra_cmake_args=["-DCMAKE_C_FLAGS='-mcpu=cortex-a57 -DSANITIZER_AARCH64_VMA=42'",
- "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57 -DSANITIZER_AARCH64_VMA=42'",
- "-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'"],
- )},
-
# Juno
{'name' : "clang-native-aarch64-full",
'slavenames' :["juno-aarch64-01"],
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37459.113813.patch
Type: text/x-patch
Size: 1811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170905/5a8720c4/attachment.bin>
More information about the llvm-commits
mailing list