From 6477402ebac1dfd758da91abc53a5750b3f7131f Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Wed, 13 May 2020 11:31:54 +0500 Subject: Add LLDB bots to llvm buildbot monitoring page This patch edits the monitor/linaro.json to add LLDB ARM and AArch64 buildbots running on normal master. Change-Id: I054fdeabb94e536735ca7d1f191cf5a71f904208 --- monitor/linaro.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/monitor/linaro.json b/monitor/linaro.json index ef71046..2666dc6 100644 --- a/monitor/linaro.json +++ b/monitor/linaro.json @@ -64,6 +64,13 @@ { "name": "clang-cmake-aarch64-lld" } ] }, + { + "name": "LLDB Bots", + "bots": [ + { "name": "lldb-aarch64-ubuntu" }, + { "name": "lldb-arm-ubuntu" } + ] + }, { "name": "Cross-Compilation Bots", "ignore" : "true", -- cgit v1.2.3