blob: 3cdd7aeb77c6da7a50524f983b0a7e887f18b78f [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" },
13 { "name": "clang-cmake-aarch64-quick" },
14 { "name": "clang-cmake-aarch64-42vma" }
15 ]
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" },
22 { "name": "clang-cmake-aarch64-42vma" },
23 { "name": "clang-cmake-aarch64-full" }
24 ]
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",
51 "bots": [
52 { "name": "clang-x86_64-darwin13-cross-arm" }
53 ]
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",
62 "builders": [
63 {
64 "name": "Benchmarking Bots",
65 "bots": [
66 { "name": "clang-native-arm-lnt-perf", "ignore": "true" }
67 ]
68 }
69 ]
70 },
71 {
72 "name": "Linaro Lab",
73 "base_url": "http://buildmaster.tcwglab.linaro.org",
74 "builder_url": "builders",
75 "build_url": "builds",
76 "builders": [
77 {
78 "name": "Prototypes",
79 "bots": [
80 { "name": "clang-cmake-armv7-prototype", "ignore": "true" },
81 { "name": "clang-cmake-aarch64-prototype", "ignore": "true" }
82 ]
83 }
84 ]
85 }
86]