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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.webkit/master_mac_webkit_latest_cg_cfg.py
===================================================================
--- masters/master.chromium.webkit/master_mac_webkit_latest_cg_cfg.py (revision 110345)
+++ masters/master.chromium.webkit/master_mac_webkit_latest_cg_cfg.py (working copy)
@@ -78,7 +78,7 @@
F('f_webkit_cg_rel_tests', mac().ChromiumWebkitLatestFactory(
slave_type='Tester',
build_url=rel_archive,
- tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
+ tests=['test_shell', 'webkit', 'webkit_unit'],
factory_properties={
'archive_webkit_results': True,
'layout_test_platform': 'chromium-cg-mac',
@@ -144,7 +144,7 @@
target='Debug',
slave_type='Tester',
build_url=dbg_archive,
- tests=['test_shell', 'webkit', 'webkit_gpu', 'webkit_unit'],
+ tests=['test_shell', 'webkit', 'webkit_unit'],
factory_properties={
'archive_webkit_results': True,
'layout_part': '1:2',
@@ -158,7 +158,7 @@
target='Debug',
slave_type='Tester',
build_url=dbg_archive,
- tests=['webkit', 'webkit_gpu'],
+ tests=['webkit'],
factory_properties={
'archive_webkit_results': True,
'layout_part': '2:2',
« 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