| OLD | NEW |
| 1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
| 2 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 2 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
| 3 # | 3 # |
| 4 # Use of this source code is governed by a BSD-style license | 4 # Use of this source code is governed by a BSD-style license |
| 5 # that can be found in the LICENSE file in the root of the source | 5 # that can be found in the LICENSE file in the root of the source |
| 6 # tree. An additional intellectual property rights grant can be found | 6 # tree. An additional intellectual property rights grant can be found |
| 7 # in the file PATENTS. All contributing project authors may | 7 # in the file PATENTS. All contributing project authors may |
| 8 # be found in the AUTHORS file in the root of the source tree. | 8 # be found in the AUTHORS file in the root of the source tree. |
| 9 | 9 |
| 10 import os | 10 import os |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 {'name': 'win_x64_dbg', 'slavebuilddir': 'win'}, | 51 {'name': 'win_x64_dbg', 'slavebuilddir': 'win'}, |
| 52 {'name': 'win_x64_rel', 'slavebuilddir': 'win'}, | 52 {'name': 'win_x64_rel', 'slavebuilddir': 'win'}, |
| 53 {'name': 'win_x64_gyp_dbg', 'slavebuilddir': 'win_gyp'}, | 53 {'name': 'win_x64_gyp_dbg', 'slavebuilddir': 'win_gyp'}, |
| 54 {'name': 'win_x64_gyp_rel', 'slavebuilddir': 'win_gyp'}, | 54 {'name': 'win_x64_gyp_rel', 'slavebuilddir': 'win_gyp'}, |
| 55 {'name': 'win_clang_dbg', 'slavebuilddir': 'win_clang'}, | 55 {'name': 'win_clang_dbg', 'slavebuilddir': 'win_clang'}, |
| 56 {'name': 'win_clang_rel', 'slavebuilddir': 'win_clang'}, | 56 {'name': 'win_clang_rel', 'slavebuilddir': 'win_clang'}, |
| 57 {'name': 'win_x64_clang_dbg', 'slavebuilddir': 'win_clang'}, | 57 {'name': 'win_x64_clang_dbg', 'slavebuilddir': 'win_clang'}, |
| 58 {'name': 'win_x64_clang_rel', 'slavebuilddir': 'win_clang'}, | 58 {'name': 'win_x64_clang_rel', 'slavebuilddir': 'win_clang'}, |
| 59 {'name': 'win_baremetal', 'slavebuilddir': 'win'}, | 59 {'name': 'win_baremetal', 'slavebuilddir': 'win'}, |
| 60 {'name': 'win_asan', 'slavebuilddir': 'win_asan'}, | 60 {'name': 'win_asan', 'slavebuilddir': 'win_asan'}, |
| 61 {'name': 'win_drmemory_light', 'slavebuilddir': 'win-drmemory'}, | |
| 62 {'name': 'win_drmemory_full', 'slavebuilddir': 'win-drmemory'}, | |
| 63 {'name': 'win_swarming', 'slavebuilddir': 'win_swarming'}, | 61 {'name': 'win_swarming', 'slavebuilddir': 'win_swarming'}, |
| 64 {'name': 'mac_compile_dbg', 'slavebuilddir': 'mac32'}, | 62 {'name': 'mac_compile_dbg', 'slavebuilddir': 'mac32'}, |
| 65 {'name': 'mac_compile_rel', 'slavebuilddir': 'mac32'}, | 63 {'name': 'mac_compile_rel', 'slavebuilddir': 'mac32'}, |
| 66 {'name': 'mac_dbg', 'slavebuilddir': 'mac32'}, | 64 {'name': 'mac_dbg', 'slavebuilddir': 'mac32'}, |
| 67 {'name': 'mac_rel', 'slavebuilddir': 'mac32'}, | 65 {'name': 'mac_rel', 'slavebuilddir': 'mac32'}, |
| 68 {'name': 'mac_gyp_dbg', 'slavebuilddir': 'mac_gyp'}, | 66 {'name': 'mac_gyp_dbg', 'slavebuilddir': 'mac_gyp'}, |
| 69 {'name': 'mac_gyp_rel', 'slavebuilddir': 'mac_gyp'}, | 67 {'name': 'mac_gyp_rel', 'slavebuilddir': 'mac_gyp'}, |
| 70 {'name': 'mac_baremetal', 'slavebuilddir': 'mac32'}, | 68 {'name': 'mac_baremetal', 'slavebuilddir': 'mac32'}, |
| 71 {'name': 'mac_swarming', 'slavebuilddir': 'mac64_swarming'}, | 69 {'name': 'mac_swarming', 'slavebuilddir': 'mac64_swarming'}, |
| 72 {'name': 'ios_dbg', 'slavebuilddir': 'mac32', 'recipe': 'webrtc/ios'}, | 70 {'name': 'ios_dbg', 'slavebuilddir': 'mac32', 'recipe': 'webrtc/ios'}, |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 # Must be at least 2x the number of slaves. | 248 # Must be at least 2x the number of slaves. |
| 251 c['eventHorizon'] = 100 | 249 c['eventHorizon'] = 100 |
| 252 # Must be at least 2x the number of on-going builds. | 250 # Must be at least 2x the number of on-going builds. |
| 253 c['buildCacheSize'] = 100 | 251 c['buildCacheSize'] = 100 |
| 254 | 252 |
| 255 ####### PROJECT IDENTITY | 253 ####### PROJECT IDENTITY |
| 256 | 254 |
| 257 # The 'projectURL' string will be used to provide a link | 255 # The 'projectURL' string will be used to provide a link |
| 258 # from buildbot HTML pages to your project's home page. | 256 # from buildbot HTML pages to your project's home page. |
| 259 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' | 257 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' |
| OLD | NEW |