| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 4 # Use of this source code is governed by a BSD-style license that can be | 4 # Use of this source code is governed by a BSD-style license that can be |
| 5 # found in the LICENSE file. | 5 # found in the LICENSE file. |
| 6 | 6 |
| 7 # READ THIS: | 7 # READ THIS: |
| 8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure | 8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure |
| 9 | 9 |
| 10 import os | 10 import os |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'slavebuilddir': 'win' | 73 'slavebuilddir': 'win' |
| 74 }]) | 74 }]) |
| 75 | 75 |
| 76 chromium_builders.append({ | 76 chromium_builders.append({ |
| 77 'name': 'win10_chromium_rel_ng', | 77 'name': 'win10_chromium_rel_ng', |
| 78 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), | 78 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), |
| 79 # Share build directory with compatible existing builders to save space. | 79 # Share build directory with compatible existing builders to save space. |
| 80 'slavebuilddir': 'win', | 80 'slavebuilddir': 'win', |
| 81 }) | 81 }) |
| 82 | 82 |
| 83 chromium_builders.append({ | |
| 84 'name': 'win_chromium_xp_rel_ng', | |
| 85 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), | |
| 86 # Share build directory with compatible existing builders to save space. | |
| 87 'slavebuilddir': 'win' | |
| 88 }) | |
| 89 | |
| 90 # GCE Experimental builders | 83 # GCE Experimental builders |
| 91 chromium_builders.append({ | 84 chromium_builders.append({ |
| 92 'name': 'win_chromium_rel_ng_exp', | 85 'name': 'win_chromium_rel_ng_exp', |
| 93 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), | 86 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), |
| 94 # Share build directory with compatible existing builders to save space. | 87 # Share build directory with compatible existing builders to save space. |
| 95 'slavebuilddir': 'win' | 88 'slavebuilddir': 'win' |
| 96 }) | 89 }) |
| 97 chromium_builders.append({ | 90 chromium_builders.append({ |
| 98 'name': 'win_chromium_compile_dbg_ng_exp', | 91 'name': 'win_chromium_compile_dbg_ng_exp', |
| 99 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), | 92 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), |
| 100 # Share build directory with compatible existing builders to save space. | 93 # Share build directory with compatible existing builders to save space. |
| 101 'slavebuilddir': 'win' | 94 'slavebuilddir': 'win' |
| 102 }) | 95 }) |
| 103 chromium_builders.append({ | 96 chromium_builders.append({ |
| 104 'name': 'win_chromium_x64_rel_ng_exp', | 97 'name': 'win_chromium_x64_rel_ng_exp', |
| 105 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), | 98 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), |
| 106 # Share build directory with compatible existing builders to save space. | 99 # Share build directory with compatible existing builders to save space. |
| 107 'slavebuilddir': 'win' | 100 'slavebuilddir': 'win' |
| 108 }) | 101 }) |
| 109 | 102 |
| 110 | |
| 111 chromium_builders.append({ | |
| 112 'name': 'win_chromium_vista_rel_ng', | |
| 113 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), | |
| 114 # Share build directory with compatible existing builders to save space. | |
| 115 'slavebuilddir': 'win' | |
| 116 }) | |
| 117 | |
| 118 chromium_builders.append({ | 103 chromium_builders.append({ |
| 119 'name': 'win_archive', | 104 'name': 'win_archive', |
| 120 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), | 105 'factory': m_annotator.BaseFactory('chromium_trybot', timeout=3600), |
| 121 }) | 106 }) |
| 122 | 107 |
| 123 chromium_builders.append({ | 108 chromium_builders.append({ |
| 124 'name': 'win_chromium_x64_rel_ng', | 109 'name': 'win_chromium_x64_rel_ng', |
| 125 'factory': m_annotator.BaseFactory( | 110 'factory': m_annotator.BaseFactory( |
| 126 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME_WIN), | 111 'chromium_trybot', timeout=3600, max_time=master_utils.CQ_MAX_TIME_WIN), |
| 127 # Share build directory with compatible existing builders to save space. | 112 # Share build directory with compatible existing builders to save space. |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 # base.make_stop_form = hack_stop(base.make_stop_form) | 342 # base.make_stop_form = hack_stop(base.make_stop_form) |
| 358 | 343 |
| 359 | 344 |
| 360 ####### PROJECT IDENTITY | 345 ####### PROJECT IDENTITY |
| 361 | 346 |
| 362 # The 'projectURL' string will be used to provide a link | 347 # The 'projectURL' string will be used to provide a link |
| 363 # from buildbot HTML pages to your project's home page. | 348 # from buildbot HTML pages to your project's home page. |
| 364 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' | 349 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' |
| 365 | 350 |
| 366 # vi: set ts=4 sts=2 sw=2 et: | 351 # vi: set ts=4 sts=2 sw=2 et: |
| OLD | NEW |