From 3d5c01e803694c28eeafee053dae2c0507f701a4 Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Mon, 13 Nov 2017 13:48:55 +0200 Subject: [monitor] Update buildbots list Update the buildbots list in linaro.json to match the reality. The new list is copied from our current monitor, which we have been updating over time. Change-Id: I046db3299aa43a6895b2aa36c3fd2da0acf8a799 --- monitor/linaro.json | 41 +++++++++++++++++++++++++---------------- 1 file 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,13 +69,7 @@ "base_url": "http://lab.llvm.org:8014", "builder_url": "builders", "build_url": "builds", - "ignore" : "true", "builders": [ - { - "name": "Fast Bots", - "bots": [ - ] - }, { "name": "Benchmarking Bots", "bots": [ @@ -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" } ] } ] -- cgit v1.2.3