aboutsummaryrefslogtreecommitdiff
path: root/monitor/linaro.json
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/linaro.json')
-rw-r--r--monitor/linaro.json86
1 files changed, 86 insertions, 0 deletions
diff --git a/monitor/linaro.json b/monitor/linaro.json
new file mode 100644
index 0000000..3cdd7ae
--- /dev/null
+++ b/monitor/linaro.json
@@ -0,0 +1,86 @@
+[
+ {
+ "name": "LLVM Lab",
+ "base_url": "http://lab.llvm.org:8011",
+ "builder_url": "builders",
+ "build_url": "builds",
+ "builders": [
+ {
+ "name": "Fast Bots",
+ "bots": [
+ { "name": "clang-cmake-armv7-a15" },
+ { "name": "clang-cmake-thumbv7-a15" },
+ { "name": "clang-cmake-aarch64-quick" },
+ { "name": "clang-cmake-aarch64-42vma" }
+ ]
+ },
+ {
+ "name": "Full Bots (LLVM, Clang, RT)",
+ "bots": [
+ { "name": "clang-cmake-armv7-a15-full" },
+ { "name": "clang-cmake-thumbv7-a15-full-sh" },
+ { "name": "clang-cmake-aarch64-42vma" },
+ { "name": "clang-cmake-aarch64-full" }
+ ]
+ },
+ {
+ "name": "Self Hosting Bots",
+ "bots": [
+ { "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": "Test-Suite Bots",
+ "bots": [
+ { "name": "clang-cmake-aarch64-quick" },
+ { "name": "clang-cmake-aarch64-full" },
+ { "name": "clang-native-arm-lnt" }
+ ]
+ },
+ {
+ "name": "Library Bots",
+ "bots": [
+ { "name": "libcxx-libcxxabi-arm-linux" }
+ ]
+ },
+ {
+ "name": "Cross-Compilation Bots",
+ "bots": [
+ { "name": "clang-x86_64-darwin13-cross-arm" }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "LLVM Silent Master",
+ "base_url": "http://lab.llvm.org:8014",
+ "builder_url": "builders",
+ "build_url": "builds",
+ "builders": [
+ {
+ "name": "Benchmarking Bots",
+ "bots": [
+ { "name": "clang-native-arm-lnt-perf", "ignore": "true" }
+ ]
+ }
+ ]
+ },
+ {
+ "name": "Linaro Lab",
+ "base_url": "http://buildmaster.tcwglab.linaro.org",
+ "builder_url": "builders",
+ "build_url": "builds",
+ "builders": [
+ {
+ "name": "Prototypes",
+ "bots": [
+ { "name": "clang-cmake-armv7-prototype", "ignore": "true" },
+ { "name": "clang-cmake-aarch64-prototype", "ignore": "true" }
+ ]
+ }
+ ]
+ }
+]