OLD | NEW |
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 """Starts all masters and verify they can server /json/project fine. | 6 """Starts all masters and verify they can server /json/project fine. |
7 """ | 7 """ |
8 | 8 |
9 import collections | 9 import collections |
10 import contextlib | 10 import contextlib |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'master.chromium.gpu.fyi': 'ChromiumGPUFYI', | 216 'master.chromium.gpu.fyi': 'ChromiumGPUFYI', |
217 'master.chromium.linux': 'ChromiumLinux', | 217 'master.chromium.linux': 'ChromiumLinux', |
218 'master.chromium.lkgr': 'ChromiumLKGR', | 218 'master.chromium.lkgr': 'ChromiumLKGR', |
219 'master.chromium.mac': 'ChromiumMac', | 219 'master.chromium.mac': 'ChromiumMac', |
220 'master.chromium.memory': 'ChromiumMemory', | 220 'master.chromium.memory': 'ChromiumMemory', |
221 'master.chromium.memory.fyi': 'ChromiumMemoryFYI', | 221 'master.chromium.memory.fyi': 'ChromiumMemoryFYI', |
222 'master.chromium.perf': 'ChromiumPerf', | 222 'master.chromium.perf': 'ChromiumPerf', |
223 'master.chromium.perf_av': 'ChromiumPerfAv', | 223 'master.chromium.perf_av': 'ChromiumPerfAv', |
224 'master.chromium.pyauto': 'ChromiumPyauto', | 224 'master.chromium.pyauto': 'ChromiumPyauto', |
225 'master.chromium.swarm': 'ChromiumSwarm', | 225 'master.chromium.swarm': 'ChromiumSwarm', |
226 'master.chromium.unused': None, | |
227 'master.chromium.webkit': 'ChromiumWebkit', | 226 'master.chromium.webkit': 'ChromiumWebkit', |
228 'master.chromium.webrtc': 'ChromiumWebRTC', | 227 'master.chromium.webrtc': 'ChromiumWebRTC', |
229 'master.chromium.webrtc.fyi': 'ChromiumWebRTCFYI', | 228 'master.chromium.webrtc.fyi': 'ChromiumWebRTCFYI', |
230 'master.chromium.win': 'ChromiumWin', | 229 'master.chromium.win': 'ChromiumWin', |
231 'master.chromiumos': 'ChromiumOS', | 230 'master.chromiumos': 'ChromiumOS', |
232 'master.chromiumos.tryserver': None, | 231 'master.chromiumos.tryserver': 'ChromiumOSTryServer', |
233 'master.chromiumos.unused': None, | |
234 'master.client.drmemory': 'DrMemory', | 232 'master.client.drmemory': 'DrMemory', |
235 'master.client.dynamorio': 'DynamoRIO', | 233 'master.client.dynamorio': 'DynamoRIO', |
236 'master.client.dart': 'Dart', | 234 'master.client.dart': 'Dart', |
237 'master.client.dart.fyi': 'DartFYI', | 235 'master.client.dart.fyi': 'DartFYI', |
238 'master.client.libjingle': 'Libjingle', | 236 'master.client.libjingle': 'Libjingle', |
239 'master.client.libyuv': 'Libyuv', | 237 'master.client.libyuv': 'Libyuv', |
240 'master.client.nacl': 'NativeClient', | 238 'master.client.nacl': 'NativeClient', |
241 'master.client.nacl.chrome': 'NativeClientChrome', | 239 'master.client.nacl.chrome': 'NativeClientChrome', |
242 'master.client.nacl.llvm': 'NativeClientLLVM', | 240 'master.client.nacl.llvm': 'NativeClientLLVM', |
243 'master.client.nacl.ports': 'NativeClientPorts', | 241 'master.client.nacl.ports': 'NativeClientPorts', |
244 'master.client.nacl.ragel': 'NativeClientRagel', | 242 'master.client.nacl.ragel': 'NativeClientRagel', |
245 'master.client.nacl.sdk': 'NativeClientSDK', | 243 'master.client.nacl.sdk': 'NativeClientSDK', |
246 'master.client.nacl.sdk.addin': 'NativeClientSDKAddIn', | 244 'master.client.nacl.sdk.addin': 'NativeClientSDKAddIn', |
247 'master.client.nacl.sdk.mono': 'NativeClientSDKMono', | 245 'master.client.nacl.sdk.mono': 'NativeClientSDKMono', |
248 'master.client.nacl.toolchain': 'NativeClientToolchain', | 246 'master.client.nacl.toolchain': 'NativeClientToolchain', |
249 'master.client.omaha': 'Omaha', | 247 'master.client.omaha': 'Omaha', |
250 'master.client.pagespeed': 'PageSpeed', | 248 'master.client.pagespeed': 'PageSpeed', |
251 'master.client.sfntly': None, | 249 'master.client.sfntly': 'Sfntly', |
252 'master.client.skia': None, | 250 'master.client.skia': None, # buildbot files live in Skia repo |
253 'master.client.syzygy': None, | 251 'master.client.syzygy': 'Syzygy', |
254 'master.client.toolkit': None, | 252 'master.client.toolkit': 'Toolkit', |
255 'master.client.tsan': None, # make start fails | 253 'master.client.tsan': None, # buildbot files live in TSan repo |
256 'master.client.unused': None, | |
257 'master.client.v8': 'V8', | 254 'master.client.v8': 'V8', |
258 'master.client.webrtc': 'WebRTC', | 255 'master.client.webrtc': 'WebRTC', |
259 'master.experimental': None, | 256 'master.experimental': 'Experimental', |
260 'master.reserved': None, # make start fails | |
261 'master.tryserver.chromium': 'TryServer', | 257 'master.tryserver.chromium': 'TryServer', |
262 'master.tryserver.chromium.linux': 'TryServerLinux', | 258 'master.tryserver.chromium.linux': 'TryServerLinux', |
263 'master.tryserver.nacl': 'NativeClientTryServer', | 259 'master.tryserver.nacl': 'NativeClientTryServer', |
264 'master.tryserver.unused': None, | |
265 'master.tryserver.webrtc': 'WebRTCTryServer', | 260 'master.tryserver.webrtc': 'WebRTCTryServer', |
266 'master.tryserver.libyuv': 'LibyuvTryServer', | 261 'master.tryserver.libyuv': 'LibyuvTryServer', |
267 'master.devtools': 'DevTools', | 262 'master.devtools': 'DevTools', |
| 263 'master.chromium.unused': None, |
| 264 'master.chromiumos.unused': None, |
| 265 'master.client.unused': None, |
| 266 'master.tryserver.unused': None, |
| 267 'master.reserved': None, |
268 } | 268 } |
269 return real_main(base_dir, expected) | 269 return real_main(base_dir, expected) |
270 | 270 |
271 | 271 |
272 if __name__ == '__main__': | 272 if __name__ == '__main__': |
273 sys.exit(main()) | 273 sys.exit(main()) |
OLD | NEW |