blob: 3872fd9a9194919549d934e451f21b103072d5a3 [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" },
Renato Golin488ec272016-06-15 10:26:19 +010013 { "name": "clang-cmake-aarch64-quick" },
14 { "name": "clang-cmake-aarch64-42vma" }
Renato Golin94cc1042016-04-26 11:02:23 +010015 ]
16 },
17 {
18 "name": "Full Bots (LLVM, Clang, RT)",
19 "bots": [
20 { "name": "clang-cmake-armv7-a15-full" },
21 { "name": "clang-cmake-thumbv7-a15-full-sh" },
Renato Golin488ec272016-06-15 10:26:19 +010022 { "name": "clang-cmake-aarch64-full" },
23 { "name": "clang-cmake-aarch64-42vma" }
Renato Golin94cc1042016-04-26 11:02:23 +010024 ]
25 },
26 {
27 "name": "Self Hosting Bots",
28 "bots": [
29 { "name": "clang-cmake-armv7-a15-selfhost" },
30 { "name": "clang-cmake-armv7-a15-selfhost-neon" },
31 { "name": "clang-cmake-thumbv7-a15-full-sh" },
32 { "name": "clang-cmake-aarch64-full" }
33 ]
34 },
35 {
36 "name": "Test-Suite Bots",
37 "bots": [
38 { "name": "clang-cmake-aarch64-quick" },
39 { "name": "clang-cmake-aarch64-full" },
40 { "name": "clang-native-arm-lnt" }
41 ]
42 },
43 {
44 "name": "Library Bots",
45 "bots": [
46 { "name": "libcxx-libcxxabi-arm-linux" }
47 ]
48 },
49 {
50 "name": "Cross-Compilation Bots",
Renato Golin488ec272016-06-15 10:26:19 +010051 "ignore" : "true",
Renato Golin94cc1042016-04-26 11:02:23 +010052 "bots": [
Renato Golin94cc1042016-04-26 11:02:23 +010053 ]
54 }
55 ]
56 },
57 {
58 "name": "LLVM Silent Master",
59 "base_url": "http://lab.llvm.org:8014",
60 "builder_url": "builders",
61 "build_url": "builds",
Renato Golin488ec272016-06-15 10:26:19 +010062 "ignore" : "true",
Renato Golin94cc1042016-04-26 11:02:23 +010063 "builders": [
64 {
Renato Golin3822c5f2016-06-06 21:25:46 +010065 "name": "Fast Bots",
66 "bots": [
Renato Golin3822c5f2016-06-06 21:25:46 +010067 ]
68 },
69 {
Renato Golin94cc1042016-04-26 11:02:23 +010070 "name": "Benchmarking Bots",
71 "bots": [
72 { "name": "clang-native-arm-lnt-perf", "ignore": "true" }
73 ]
74 }
75 ]
76 },
77 {
78 "name": "Linaro Lab",
79 "base_url": "http://buildmaster.tcwglab.linaro.org",
80 "builder_url": "builders",
81 "build_url": "builds",
82 "builders": [
83 {
84 "name": "Prototypes",
85 "bots": [
86 { "name": "clang-cmake-armv7-prototype", "ignore": "true" },
87 { "name": "clang-cmake-aarch64-prototype", "ignore": "true" }
88 ]
89 }
90 ]
91 }
92]