blob: 98db0c3d0d448018dece183cb6900d6f37ac01f6 [file] [log] [blame]
Renato Golin94cc1042016-04-26 11:02:23 +01001[
2 {
3 "name": "LLVM Lab",
4 "base_url": "http://lab.llvm.org:8011",
5 "builder_url": "builders",
6 "build_url": "builds",
7 "builders": [
8 {
9 "name": "Fast Bots",
10 "bots": [
11 { "name": "clang-cmake-armv7-a15" },
12 { "name": "clang-cmake-thumbv7-a15" },
Diana Picus3d5c01e2017-11-13 13:48:55 +020013 { "name": "clang-cmake-aarch64-quick" }
Renato Golin94cc1042016-04-26 11:02:23 +010014 ]
15 },
16 {
17 "name": "Full Bots (LLVM, Clang, RT)",
18 "bots": [
19 { "name": "clang-cmake-armv7-a15-full" },
20 { "name": "clang-cmake-thumbv7-a15-full-sh" },
Diana Picus3d5c01e2017-11-13 13:48:55 +020021 { "name": "clang-cmake-aarch64-full" }
Renato Golin94cc1042016-04-26 11:02:23 +010022 ]
23 },
24 {
25 "name": "Self Hosting Bots",
26 "bots": [
27 { "name": "clang-cmake-armv7-a15-selfhost" },
28 { "name": "clang-cmake-armv7-a15-selfhost-neon" },
29 { "name": "clang-cmake-thumbv7-a15-full-sh" },
Diana Picus3d5c01e2017-11-13 13:48:55 +020030 { "name": "clang-cmake-aarch64-full" },
31 { "name": "clang-cmake-aarch64-lld" }
Renato Golin94cc1042016-04-26 11:02:23 +010032 ]
33 },
34 {
35 "name": "Test-Suite Bots",
36 "bots": [
37 { "name": "clang-cmake-aarch64-quick" },
38 { "name": "clang-cmake-aarch64-full" },
Diana Picus3d5c01e2017-11-13 13:48:55 +020039 { "name": "clang-cmake-aarch64-lld" },
40 { "name": "clang-native-arm-lnt" },
41 { "name": "clang-cmake-aarch64-global-isel"}
Renato Golin94cc1042016-04-26 11:02:23 +010042 ]
43 },
44 {
45 "name": "Library Bots",
46 "bots": [
Diana Picus3d5c01e2017-11-13 13:48:55 +020047 { "name": "libcxx-libcxxabi-libunwind-arm-linux" },
48 { "name": "libcxx-libcxxabi-libunwind-arm-linux-noexceptions" },
49 { "name": "libcxx-libcxxabi-libunwind-aarch64-linux" },
50 { "name": "libcxx-libcxxabi-libunwind-aarch64-linux-noexceptions" }
51 ]
52 },
53 {
54 "name": "LLD Bots",
55 "bots": [
56 { "name": "clang-cmake-aarch64-lld" }
Renato Golin94cc1042016-04-26 11:02:23 +010057 ]
58 },
59 {
60 "name": "Cross-Compilation Bots",
Renato Golin488ec272016-06-15 10:26:19 +010061 "ignore" : "true",
Renato Golin94cc1042016-04-26 11:02:23 +010062 "bots": [
Renato Golin94cc1042016-04-26 11:02:23 +010063 ]
64 }
65 ]
66 },
67 {
68 "name": "LLVM Silent Master",
69 "base_url": "http://lab.llvm.org:8014",
70 "builder_url": "builders",
71 "build_url": "builds",
72 "builders": [
73 {
Renato Golin94cc1042016-04-26 11:02:23 +010074 "name": "Benchmarking Bots",
75 "bots": [
76 { "name": "clang-native-arm-lnt-perf", "ignore": "true" }
77 ]
78 }
79 ]
80 },
81 {
82 "name": "Linaro Lab",
83 "base_url": "http://buildmaster.tcwglab.linaro.org",
84 "builder_url": "builders",
85 "build_url": "builds",
Diana Picus3d5c01e2017-11-13 13:48:55 +020086 "ignore" : "true",
Renato Golin94cc1042016-04-26 11:02:23 +010087 "builders": [
88 {
Diana Picus3d5c01e2017-11-13 13:48:55 +020089 "name": "Benchmarking Bots",
Renato Golin94cc1042016-04-26 11:02:23 +010090 "bots": [
Diana Picus3d5c01e2017-11-13 13:48:55 +020091 { "name": "clang-native-arm-lnt-perf", "ignore": "true" }
92 ]
93 },
94 {
95 "name": "Experimental",
96 "bots": [
Renato Golin94cc1042016-04-26 11:02:23 +010097 ]
98 }
99 ]
100 }
101]