aboutsummaryrefslogtreecommitdiff
path: root/monitor/linaro.json
blob: d8826c798efe67b137f7c6a4c76ed914d714ee94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
[
  {
    "name": "LLVM Lab",
    "base_url": "https://lab.llvm.org/buildbot",
    "builder_url": "builders",
    "build_url": "builds",
    "builders": [
      {
        "name": "Quick Bots",
        "bots": [
          { "name": "clang-armv8-quick" },
          { "name": "clang-aarch64-quick" }
        ]
      },
      {
        "name": "Full Bots (LLVM, Clang, Compiler-RT, Testsuite, 2-Stage)",
        "bots": [
          { "name": "clang-aarch64-lld-2stage" },
          { "name": "clang-armv8-lld-2stage" },
          { "name": "clang-aarch64-full-2stage" }
        ]
      },
      {
        "name": "2-stage Bots (w/o Full Bots)",
        "bots": [
          { "name": "clang-armv7-2stage" },
          { "name": "clang-armv7-vfpv3-2stage" },
          { "name": "clang-arm64-windows-msvc-2stage" }
        ]
      },
      {
        "name": "Test-Suite Bots (w/o Full Bots)",
        "bots": [
          { "name": "clang-armv7-lnt" },
          { "name": "clang-aarch64-global-isel" },
          { "name": "clang-aarch64-sve-vla" }
        ]
      },
      {
        "name": "Windows Bots",
        "bots": [
          { "name": "clang-arm64-windows-msvc" },
          { "name": "clang-arm64-windows-msvc-2stage" }
        ]
      },
      {
        "name": "LLDB Bots",
        "bots": [
          { "name": "lldb-aarch64-ubuntu" },
          { "name": "lldb-arm-ubuntu" }
        ]
      },
      {
        "name": "Flang Bots",
        "bots": [
          { "name": "clang-aarch64-full-2stage" },
          { "name": "clang-aarch64-sve-vla" },
          { "name": "clang-arm64-windows-msvc" },
          { "name": "flang-aarch64-dylib" },
          { "name": "flang-aarch64-sharedlibs" },
          { "name": "flang-aarch64-out-of-tree" },
          { "name": "flang-aarch64-release" },
          { "name": "flang-aarch64-debug" },
          { "name": "flang-aarch64-latest-clang" },
          { "name": "flang-aarch64-rel-assert" },
          { "name": "flang-aarch64-latest-gcc" }
        ]
      }
    ]
  },
  {
    "name": "LLVM Silent Master",
    "base_url": "https://lab.llvm.org/staging",
    "builder_url": "builders",
    "build_url": "builds",
    "builders": [
      {
        "name": "Armv7 Full Bots",
        "ignore": true,
        "bots": [
          { "name": "clang-armv7-vfpv3-full-2stage" },
          { "name": "clang-thumbv7-full-2stage" }
        ]
      },
      {
        "name": "Benchmarking Bots",
        "bots": [
          { "name": "clang-native-arm-lnt-perf" }
        ]
      },
      {
        "name": "Test-Suite Bots (w/o Full Bots)",
        "bots": [
          { "name": "clang-armv7-global-isel" }
        ]
      }
    ]
  },
  {
    "name": "Linaro Lab",
    "base_url": "http://buildmaster.tcwglab.linaro.org",
    "builder_url": "builders",
    "build_url": "builds",
    "ignore" : true,
    "builders": [
      {
        "name": "Benchmarking Bots",
        "bots": [
          { "name": "clang-native-arm-lnt-perf", "ignore": true }
        ]
      },
      {
        "name": "Experimental",
        "bots": [
        ]
      }
    ]
  },
  {
    "name": "Buildkite",
    "base_url": "https://www.buildkite.com",
    "buildkite_org": "llvm-project",
    "builder_url": "builders",
    "build_url": "builds",
    "builders": [
      {
        "name": "Libcxx Bots",
        "bots": [
          { "name": "Armv7",                   "buildkite_pipeline": "libcxx-ci" },
          { "name": "Armv7 -fno-exceptions",   "buildkite_pipeline": "libcxx-ci" },
          { "name": "Armv8",                   "buildkite_pipeline": "libcxx-ci" },
          { "name": "Armv8 -fno-exceptions",   "buildkite_pipeline": "libcxx-ci" },
          { "name": "AArch64",                 "buildkite_pipeline": "libcxx-ci" },
          { "name": "AArch64 -fno-exceptions", "buildkite_pipeline": "libcxx-ci" }
        ]
      }
    ]
  }
]