aboutsummaryrefslogtreecommitdiff
path: root/monitor/linaro.json
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/linaro.json')
-rw-r--r--monitor/linaro.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/monitor/linaro.json b/monitor/linaro.json
index a769e32..f83e92a 100644
--- a/monitor/linaro.json
+++ b/monitor/linaro.json
@@ -8,7 +8,8 @@
{
"name": "Fast Bots",
"bots": [
- { "name": "clang-cmake-armv7-a15" },
+ { "name": "clang-cmake-armv7-quick" },
+ { "name": "clang-cmake-armv8-quick" },
{ "name": "clang-cmake-aarch64-quick" }
]
},
@@ -50,8 +51,10 @@
{
"name": "Library Bots",
"bots": [
- { "name": "libcxx-libcxxabi-libunwind-arm-linux" },
- { "name": "libcxx-libcxxabi-libunwind-arm-linux-noexceptions" },
+ { "name": "libcxx-libcxxabi-libunwind-armv7-linux" },
+ { "name": "libcxx-libcxxabi-libunwind-armv7-linux-noexceptions" },
+ { "name": "libcxx-libcxxabi-libunwind-armv8-linux" },
+ { "name": "libcxx-libcxxabi-libunwind-armv8-linux-noexceptions" },
{ "name": "libcxx-libcxxabi-libunwind-aarch64-linux" },
{ "name": "libcxx-libcxxabi-libunwind-aarch64-linux-noexceptions" }
]