Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Side by Side Diff: masters/master.chromium.webkit/master_mac_webkit_latest_cg_cfg.py

Issue 8575012: Stop running the webkit_gpu tests on Leopard CG bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Webkit test builders using the Core Graphics library. 5 # Webkit test builders using the Core Graphics library.
6 # 6 #
7 # Note that we use the builder vs tester role separation differently 7 # Note that we use the builder vs tester role separation differently
8 # here than in our other buildbot configurations. 8 # here than in our other buildbot configurations.
9 # 9 #
10 # In this configuration, the testers build the tests themselves rather than 10 # In this configuration, the testers build the tests themselves rather than
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 71
72 # 72 #
73 # Mac Rel Webkit builder+testers 73 # Mac Rel Webkit builder+testers
74 # 74 #
75 75
76 B('Webkit Mac10.5 (CG)', 'f_webkit_cg_rel_tests', 76 B('Webkit Mac10.5 (CG)', 'f_webkit_cg_rel_tests',
77 scheduler='s5_webkit_cg_rel_trigger') 77 scheduler='s5_webkit_cg_rel_trigger')
78 F('f_webkit_cg_rel_tests', mac().ChromiumWebkitLatestFactory( 78 F('f_webkit_cg_rel_tests', mac().ChromiumWebkitLatestFactory(
79 slave_type='Tester', 79 slave_type='Tester',
80 build_url=rel_archive, 80 build_url=rel_archive,
81 tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'], 81 tests=['test_shell', 'webkit', 'webkit_unit'],
82 factory_properties={ 82 factory_properties={
83 'archive_webkit_results': True, 83 'archive_webkit_results': True,
84 'layout_test_platform': 'chromium-cg-mac', 84 'layout_test_platform': 'chromium-cg-mac',
85 'test_results_server': 'test-results.appspot.com', 85 'test_results_server': 'test-results.appspot.com',
86 })) 86 }))
87 87
88 B('Webkit Mac10.6 (CG)', 'f_webkit_cg_rel_tests_106', 88 B('Webkit Mac10.6 (CG)', 'f_webkit_cg_rel_tests_106',
89 scheduler='s5_webkit_cg_rel_trigger') 89 scheduler='s5_webkit_cg_rel_trigger')
90 F('f_webkit_cg_rel_tests_106', mac().ChromiumWebkitLatestFactory( 90 F('f_webkit_cg_rel_tests_106', mac().ChromiumWebkitLatestFactory(
91 slave_type='Tester', 91 slave_type='Tester',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 # 137 #
138 # Mac Dbg Webkit builder 138 # Mac Dbg Webkit builder
139 # 139 #
140 140
141 B('Webkit Mac10.5 (CG)(dbg)(1)', 'f_webkit_cg_dbg_tests_1', 141 B('Webkit Mac10.5 (CG)(dbg)(1)', 'f_webkit_cg_dbg_tests_1',
142 scheduler='s5_webkit_cg_dbg_trigger') 142 scheduler='s5_webkit_cg_dbg_trigger')
143 F('f_webkit_cg_dbg_tests_1', mac().ChromiumWebkitLatestFactory( 143 F('f_webkit_cg_dbg_tests_1', mac().ChromiumWebkitLatestFactory(
144 target='Debug', 144 target='Debug',
145 slave_type='Tester', 145 slave_type='Tester',
146 build_url=dbg_archive, 146 build_url=dbg_archive,
147 tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'], 147 tests=['test_shell', 'webkit', 'webkit_unit'],
148 factory_properties={ 148 factory_properties={
149 'archive_webkit_results': True, 149 'archive_webkit_results': True,
150 'layout_part': '1:2', 150 'layout_part': '1:2',
151 'layout_test_platform': 'chromium-cg-mac', 151 'layout_test_platform': 'chromium-cg-mac',
152 'test_results_server': 'test-results.appspot.com', 152 'test_results_server': 'test-results.appspot.com',
153 })) 153 }))
154 154
155 B('Webkit Mac10.5 (CG)(dbg)(2)', 'f_webkit_cg_dbg_tests_2', 155 B('Webkit Mac10.5 (CG)(dbg)(2)', 'f_webkit_cg_dbg_tests_2',
156 scheduler='s5_webkit_cg_dbg_trigger') 156 scheduler='s5_webkit_cg_dbg_trigger')
157 F('f_webkit_cg_dbg_tests_2', mac().ChromiumWebkitLatestFactory( 157 F('f_webkit_cg_dbg_tests_2', mac().ChromiumWebkitLatestFactory(
158 target='Debug', 158 target='Debug',
159 slave_type='Tester', 159 slave_type='Tester',
160 build_url=dbg_archive, 160 build_url=dbg_archive,
161 tests=['webkit', 'webkit_gpu'], 161 tests=['webkit'],
162 factory_properties={ 162 factory_properties={
163 'archive_webkit_results': True, 163 'archive_webkit_results': True,
164 'layout_part': '2:2', 164 'layout_part': '2:2',
165 'layout_test_platform': 'chromium-cg-mac', 165 'layout_test_platform': 'chromium-cg-mac',
166 'test_results_server': 'test-results.appspot.com', 166 'test_results_server': 'test-results.appspot.com',
167 })) 167 }))
168 168
169 B('Webkit Mac10.6 (CG)(dbg)', 'f_webkit_cg_dbg_tests', 169 B('Webkit Mac10.6 (CG)(dbg)', 'f_webkit_cg_dbg_tests',
170 scheduler='s5_webkit_cg_dbg_trigger') 170 scheduler='s5_webkit_cg_dbg_trigger')
171 F('f_webkit_cg_dbg_tests', mac().ChromiumWebkitLatestFactory( 171 F('f_webkit_cg_dbg_tests', mac().ChromiumWebkitLatestFactory(
172 target='Debug', 172 target='Debug',
173 slave_type='Tester', 173 slave_type='Tester',
174 build_url=dbg_archive, 174 build_url=dbg_archive,
175 tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'], 175 tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
176 factory_properties={ 176 factory_properties={
177 'archive_webkit_results': True, 177 'archive_webkit_results': True,
178 'layout_test_platform': 'chromium-cg-mac', 178 'layout_test_platform': 'chromium-cg-mac',
179 'test_results_server': 'test-results.appspot.com', 179 'test_results_server': 'test-results.appspot.com',
180 })) 180 }))
181 181
182 ################################################################################ 182 ################################################################################
183 ## 183 ##
184 ################################################################################ 184 ################################################################################
185 185
186 def Update(config, active_master, c): 186 def Update(config, active_master, c):
187 return helper.Update(c) 187 return helper.Update(c)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698