aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monitor/linaro.json41
1 files changed, 25 insertions, 16 deletions
diff --git a/monitor/linaro.json b/monitor/linaro.json
index 3872fd9..98db0c3 100644
--- a/monitor/linaro.json
+++ b/monitor/linaro.json
@@ -10,8 +10,7 @@
"bots": [
{ "name": "clang-cmake-armv7-a15" },
{ "name": "clang-cmake-thumbv7-a15" },
- { "name": "clang-cmake-aarch64-quick" },
- { "name": "clang-cmake-aarch64-42vma" }
+ { "name": "clang-cmake-aarch64-quick" }
]
},
{
@@ -19,8 +18,7 @@
"bots": [
{ "name": "clang-cmake-armv7-a15-full" },
{ "name": "clang-cmake-thumbv7-a15-full-sh" },
- { "name": "clang-cmake-aarch64-full" },
- { "name": "clang-cmake-aarch64-42vma" }
+ { "name": "clang-cmake-aarch64-full" }
]
},
{
@@ -29,7 +27,8 @@
{ "name": "clang-cmake-armv7-a15-selfhost" },
{ "name": "clang-cmake-armv7-a15-selfhost-neon" },
{ "name": "clang-cmake-thumbv7-a15-full-sh" },
- { "name": "clang-cmake-aarch64-full" }
+ { "name": "clang-cmake-aarch64-full" },
+ { "name": "clang-cmake-aarch64-lld" }
]
},
{
@@ -37,13 +36,24 @@
"bots": [
{ "name": "clang-cmake-aarch64-quick" },
{ "name": "clang-cmake-aarch64-full" },
- { "name": "clang-native-arm-lnt" }
+ { "name": "clang-cmake-aarch64-lld" },
+ { "name": "clang-native-arm-lnt" },
+ { "name": "clang-cmake-aarch64-global-isel"}
]
},
{
"name": "Library Bots",
"bots": [
- { "name": "libcxx-libcxxabi-arm-linux" }
+ { "name": "libcxx-libcxxabi-libunwind-arm-linux" },
+ { "name": "libcxx-libcxxabi-libunwind-arm-linux-noexceptions" },
+ { "name": "libcxx-libcxxabi-libunwind-aarch64-linux" },
+ { "name": "libcxx-libcxxabi-libunwind-aarch64-linux-noexceptions" }
+ ]
+ },
+ {
+ "name": "LLD Bots",
+ "bots": [
+ { "name": "clang-cmake-aarch64-lld" }
]
},
{
@@ -59,14 +69,8 @@
"base_url": "http://lab.llvm.org:8014",
"builder_url": "builders",
"build_url": "builds",
- "ignore" : "true",
"builders": [
{
- "name": "Fast Bots",
- "bots": [
- ]
- },
- {
"name": "Benchmarking Bots",
"bots": [
{ "name": "clang-native-arm-lnt-perf", "ignore": "true" }
@@ -79,12 +83,17 @@
"base_url": "http://buildmaster.tcwglab.linaro.org",
"builder_url": "builders",
"build_url": "builds",
+ "ignore" : "true",
"builders": [
{
- "name": "Prototypes",
+ "name": "Benchmarking Bots",
+ "bots": [
+ { "name": "clang-native-arm-lnt-perf", "ignore": "true" }
+ ]
+ },
+ {
+ "name": "Experimental",
"bots": [
- { "name": "clang-cmake-armv7-prototype", "ignore": "true" },
- { "name": "clang-cmake-aarch64-prototype", "ignore": "true" }
]
}
]