| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 'master.chromium.gpu.fyi': 'ChromiumGPUFYI', | 215 'master.chromium.gpu.fyi': 'ChromiumGPUFYI', |
| 216 'master.chromium.linux': 'ChromiumLinux', | 216 'master.chromium.linux': 'ChromiumLinux', |
| 217 'master.chromium.lkgr': 'ChromiumLKGR', | 217 'master.chromium.lkgr': 'ChromiumLKGR', |
| 218 'master.chromium.mac': 'ChromiumMac', | 218 'master.chromium.mac': 'ChromiumMac', |
| 219 'master.chromium.memory': 'ChromiumMemory', | 219 'master.chromium.memory': 'ChromiumMemory', |
| 220 'master.chromium.memory.fyi': 'ChromiumMemoryFYI', | 220 'master.chromium.memory.fyi': 'ChromiumMemoryFYI', |
| 221 'master.chromium.perf': 'ChromiumPerf', | 221 'master.chromium.perf': 'ChromiumPerf', |
| 222 'master.chromium.perf_av': 'ChromiumPerfAv', | 222 'master.chromium.perf_av': 'ChromiumPerfAv', |
| 223 'master.chromium.pyauto': 'ChromiumPyauto', | 223 'master.chromium.pyauto': 'ChromiumPyauto', |
| 224 'master.chromium.swarm': 'ChromiumSwarm', | 224 'master.chromium.swarm': 'ChromiumSwarm', |
| 225 'master.chromium.unused': None, | |
| 226 'master.chromium.webkit': 'ChromiumWebkit', | 225 'master.chromium.webkit': 'ChromiumWebkit', |
| 227 'master.chromium.webrtc': 'ChromiumWebRTC', | 226 'master.chromium.webrtc': 'ChromiumWebRTC', |
| 228 'master.chromium.webrtc.fyi': 'ChromiumWebRTCFYI', | 227 'master.chromium.webrtc.fyi': 'ChromiumWebRTCFYI', |
| 229 'master.chromium.win': 'ChromiumWin', | 228 'master.chromium.win': 'ChromiumWin', |
| 230 'master.chromiumos': 'ChromiumOS', | 229 'master.chromiumos': 'ChromiumOS', |
| 231 'master.chromiumos.tryserver': None, | 230 'master.chromiumos.tryserver': 'ChromiumOSTryServer', |
| 232 'master.chromiumos.unused': None, | |
| 233 'master.client.drmemory': 'DrMemory', | 231 'master.client.drmemory': 'DrMemory', |
| 234 'master.client.dynamorio': 'DynamoRIO', | 232 'master.client.dynamorio': 'DynamoRIO', |
| 235 'master.client.dart': 'Dart', | 233 'master.client.dart': 'Dart', |
| 236 'master.client.dart.fyi': 'DartFYI', | 234 'master.client.dart.fyi': 'DartFYI', |
| 237 'master.client.libjingle': 'Libjingle', | 235 'master.client.libjingle': 'Libjingle', |
| 238 'master.client.libyuv': 'Libyuv', | 236 'master.client.libyuv': 'Libyuv', |
| 239 'master.client.nacl': 'NativeClient', | 237 'master.client.nacl': 'NativeClient', |
| 240 'master.client.nacl.chrome': 'NativeClientChrome', | 238 'master.client.nacl.chrome': 'NativeClientChrome', |
| 241 'master.client.nacl.llvm': 'NativeClientLLVM', | 239 'master.client.nacl.llvm': 'NativeClientLLVM', |
| 242 'master.client.nacl.ports': 'NativeClientPorts', | 240 'master.client.nacl.ports': 'NativeClientPorts', |
| 243 'master.client.nacl.ragel': 'NativeClientRagel', | 241 'master.client.nacl.ragel': 'NativeClientRagel', |
| 244 'master.client.nacl.sdk': 'NativeClientSDK', | 242 'master.client.nacl.sdk': 'NativeClientSDK', |
| 245 'master.client.nacl.sdk.addin': 'NativeClientSDKAddIn', | 243 'master.client.nacl.sdk.addin': 'NativeClientSDKAddIn', |
| 246 'master.client.nacl.sdk.mono': 'NativeClientSDKMono', | 244 'master.client.nacl.sdk.mono': 'NativeClientSDKMono', |
| 247 'master.client.nacl.toolchain': 'NativeClientToolchain', | 245 'master.client.nacl.toolchain': 'NativeClientToolchain', |
| 248 'master.client.omaha': 'Omaha', | 246 'master.client.omaha': 'Omaha', |
| 249 'master.client.pagespeed': 'PageSpeed', | 247 'master.client.pagespeed': 'PageSpeed', |
| 250 'master.client.sfntly': None, | 248 'master.client.sfntly': 'Sfntly', |
| 251 'master.client.skia': None, | 249 'master.client.skia': None, # buildbot files live in Skia repo |
| 252 'master.client.syzygy': None, | 250 'master.client.syzygy': 'Syzygy', |
| 253 'master.client.toolkit': None, | 251 'master.client.toolkit': 'Toolkit', |
| 254 'master.client.tsan': None, # make start fails | 252 'master.client.tsan': None, # buildbot files live in TSan repo |
| 255 'master.client.unused': None, | |
| 256 'master.client.v8': 'V8', | 253 'master.client.v8': 'V8', |
| 257 'master.client.webrtc': 'WebRTC', | 254 'master.client.webrtc': 'WebRTC', |
| 258 'master.experimental': None, | 255 'master.experimental': 'Experimental', |
| 259 'master.reserved': None, # make start fails | |
| 260 'master.tryserver.chromium': 'TryServer', | 256 'master.tryserver.chromium': 'TryServer', |
| 261 'master.tryserver.chromium.linux': 'TryServerLinux', | 257 'master.tryserver.chromium.linux': 'TryServerLinux', |
| 262 'master.tryserver.nacl': 'NativeClientTryServer', | 258 'master.tryserver.nacl': 'NativeClientTryServer', |
| 263 'master.tryserver.unused': None, | |
| 264 'master.tryserver.webrtc': 'WebRTCTryServer', | 259 'master.tryserver.webrtc': 'WebRTCTryServer', |
| 265 'master.tryserver.libyuv': 'LibyuvTryServer', | 260 'master.tryserver.libyuv': 'LibyuvTryServer', |
| 266 'master.devtools': 'DevTools', | 261 'master.devtools': 'DevTools', |
| 262 'master.chromium.unused': None, |
| 263 'master.chromiumos.unused': None, |
| 264 'master.client.unused': None, |
| 265 'master.tryserver.unused': None, |
| 266 'master.reserved': None, |
| 267 } | 267 } |
| 268 return real_main(base_dir, expected) | 268 return real_main(base_dir, expected) |
| 269 | 269 |
| 270 | 270 |
| 271 if __name__ == '__main__': | 271 if __name__ == '__main__': |
| 272 sys.exit(main()) | 272 sys.exit(main()) |
| OLD | NEW |